Click or drag to resize

CameraCapture Method (Settings2D)

Capture a single frame in 2D

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

Parameters

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

Return Value

Type: Frame2D
A frame containing a 2D image and metadata
See Also