CameraStateConnected Property  | 
 Flag if camera is connected in software. This bool is true when the Status value is `connected`. Zivid
recommends to use the Status enum instead of this bool.
 
    Namespace: 
   Zivid.NET
    Assembly:
   ZividCoreNET (in ZividCoreNET.dll) Version: 2.14.2.0
Syntaxpublic bool Connected { get; set; }Public Property Connected As Boolean
	Get
	Set
public:
property bool Connected {
	bool get ();
	void set (bool value);
}Property Value
Type: 
Boolean
See Also