CameraStateAvailable Property  | 
 Flag if camera is physically connected to the computer and is available for use, but not connected in
software. This corresponds to the Status enums `available` or `firmwareUpdateRequired`. Zivid
recommends to use the Status enum instead of this bool.
 
    Namespace: 
   Zivid.NET
    Assembly:
   ZividCoreNET (in ZividCoreNET.dll) Version: 2.15.0.0
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