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
Disables the data streaming out from the Kinect; the data stream is either color or depth data depending on the parent class that derives from this abstract base class.
Syntax
public void Disable ()
'Declaration
Public Sub Disable
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