Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Kinect for Windows 1.5, 1.6, 1.7, 1.8
Gets a value indicating whether the sensor is streaming data.
Syntax
public bool IsRunning { get; }
'Declaration
Public ReadOnly Property IsRunning As Boolean
Property Value
Type: Boolean
true if the Kinect is streaming data; false otherwise.
Remarks
To start streaming data, call KinectSensor.Start; to stop streaming data call KinectSensor.Stop.
Requirements
Namespace: Microsoft.Kinect
Assembly: Microsoft.Kinect (in microsoft.kinect.dll)
See Also
Reference
KinectSensor Class
KinectSensor Members
Microsoft.Kinect Namespace