The camera state data at the time of the frame capture
Namespace:
Zivid.NET
Assembly:
ZividCoreNET (in ZividCoreNET.dll) Version: 0.0.0.0
Syntax public CameraState State { get; }
Public ReadOnly Property State As CameraState
Get
public:
property CameraState^ State {
CameraState^ get ();
}
Property Value
Type:
CameraStateRemarks
If the capture is still in-progress, then this method will block until the capture completes.
See Also