CameraStateConnected Property |
Flag if camera is connected in software
Namespace:
Zivid.NET
Assembly:
ZividCoreNET (in ZividCoreNET.dll) Version: 0.0.0.0
Syntax public bool Connected { get; set; }
Public Property Connected As Boolean
Get
Set
public:
property bool Connected {
bool get ();
void set (bool value);
}
Property Value
Type:
BooleanSee Also