Click or drag to resize

Frame2DState Property

Get the camera state data at the time of the capture

Namespace:  Zivid.NET
Assembly:  ZividCoreNET (in ZividCoreNET.dll) Version: 0.0.0.0
Syntax
public CameraState State { get; }

Property Value

Type: CameraState
Remarks
If the capture is still in-progress, then this method will block until the capture completes.
See Also