ColorImageStream.Enable Method ()
Kinect for Windows 1.5, 1.6, 1.7, 1.8
Enables the color data stream with the default format, which is ColorImageFormat.RgbResolution640x480Fps30.
Syntax
public void Enable ()
'Declaration
Public Sub Enable
Remarks
The default format for color data is ColorImageFormat.Resolution640x480Fps30. Use ColorImageStream.Enable to stream out color data in a user-supplied format. For an example, see Enable Data Streaming.
Requirements
Namespace: Microsoft.Kinect
Assembly: Microsoft.Kinect (in microsoft.kinect.dll)
See Also
Reference
ColorImageStream Class
ColorImageStream Members
Microsoft.Kinect Namespace