Click or drag to resize

CameraCapture2D Method (Settings)

Capture a single 2D frame

Namespace:  Zivid.NET
Assembly:  ZividCoreNET (in ZividCoreNET.dll) Version: 2.14.0.0
Syntax
public Frame2D Capture2D(
	Settings settings
)

Parameters

settings
Type: Zivid.NETSettings
Settings to use for the capture

Return Value

Type: Frame2D
A frame containing a 2D image and metadata
Remarks
This method returns right after the acquisition of the images is complete, and the camera has stopped projecting patterns. For more information, see the remarks section of Capture2D3D(Settings) above. Those remarks apply for both 2D, 3D, and 2D+3D captures. This overload is provided for convenience. Note that only the Settings2D part under Color will be used for the capture. The other parts of the settings will be ignored. This method will throw if Color is not set.
See Also