CameraStateAvailable Property |
Flag if camera is available for use or not
Namespace:
Zivid.NET
Assembly:
ZividNET (in ZividNET.dll) Version: 1.0.1
Syntaxpublic bool Available { get; set; }
Public Property Available As Boolean
Get
Set
public:
property bool Available {
bool get ();
void set (bool value);
}
Property Value
Type:
Boolean
See Also