Click or drag to resize

CameraCapture2D Method

Capture a single frame in 2D

Namespace:  Zivid.NET
Assembly:  ZividCoreNET (in ZividCoreNET.dll) Version: 0.0.0.0
Syntax
public Frame2D Capture2D(
	Settings2D settings2D
)

Parameters

settings2D
Type: Zivid.NETSettings2D
2D Settings for the capture

Return Value

Type: Frame2D
A frame containing a 2D image and metadata
Remarks
Note that the provided settings will only apply to this current 2D capture, and not future 3D captures invoked via Capture, StartLive.
See Also