KinectSensor.ColorStream Property
Kinect for Windows 1.5, 1.6, 1.7, 1.8
Gets the color stream for the Kinect.
Syntax
public ColorImageStream ColorStream { get; }
'Declaration
Public ReadOnly Property ColorStream As ColorImageStream
Property Value
Type: ColorImageStream
The color stream.
Remarks
Use this property to access data from the Color Stream.
Requirements
Namespace: Microsoft.Kinect
Assembly: Microsoft.Kinect (in microsoft.kinect.dll)
See Also
Reference
KinectSensor Class
KinectSensor Members
Microsoft.Kinect Namespace