CameraCapture Method (Settings) |
Capture a single frame
Namespace:
Zivid.NET
Assembly:
ZividCoreNET (in ZividCoreNET.dll) Version: 0.0.0.0
Syntax public Frame Capture(
Settings settings
)
Public Function Capture (
settings As Settings
) As Frame
public:
Frame^ Capture(
Settings^ settings
)
Parameters
- settings
- Type: Zivid.NETSettings
Settings to use for the capture
Return Value
Type:
FrameA frame containing a 3D image and metadata
See Also