Click or drag to resize

CameraState.InaccessibleReason Property

If the camera status is `inaccessible`, then this enum value will give you the reason.

Namespace:  Zivid.NET
Assembly:  ZividCoreNET (in ZividCoreNET.dll) Version: 2.14.0.0
Syntax
public Nullable<CameraState.InaccessibleReasonOption> InaccessibleReason { get; set; }

Property Value

Type: Nullable<CameraState.InaccessibleReasonOption>
See Also