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 or sets a Boolean value that indicates whether output data streaming is enabled.
Syntax
public bool IsEnabled { get; }
'Declaration
Public ReadOnly Property IsEnabled As Boolean
Property Value
Type: Boolean
true if output data streaming is enabled; otherwise, false.
Remarks
Use ColorImageStream.Enable to enable the color data stream or DepthImageStream.Enable to enable the depth data stream.
Use KinectSensor.Start to start streaming data or KinectSensor.Stop to stop streaming data from a Kinect.
Requirements
Namespace: Microsoft.Kinect
Assembly: Microsoft.Kinect (in microsoft.kinect.dll)
See Also
Reference
ImageStream Class
ImageStream Members
Microsoft.Kinect Namespace