KinectSensor.IsAvailable Property

Gets whether the Kinect sensor is available and able to retrieve frames.

No code example is currently available or this language may not be supported.

Property value

[C++] 
[C#] 
[JavaScript] 
Type: bool
Type: bool
Type: Boolean
 
Returns true if the Kinect sensor is available; false otherwise.

Use IsAvailable to find out whether the sensor is able to get frames. IsAvailable will be true after calling Open.

IsAvailable will become false after calling Close.

Namespace: WindowsPreview.Kinect
Metadata: windowspreview.kinect.winmd

Community Additions

ADD
Show: