Share via


ColorImageStream Class

Kinect for Windows 1.5, 1.6, 1.7, 1.8

Represents a stream of color data, contained in ColorImageFrame objects.

Syntax

public sealed class ColorImageStream : ImageStream

Remarks

The sensor streams out, or outputs frames of data in several data streams. Each data stream is represented by an image stream object because each frame of data is organized in a rectangular block or frame of data, which can be addressed just like you would access pixel data in an image. Access the color image stream as a property of the KinectSensor.

Requirements

Namespace: Microsoft.Kinect

Assembly: Microsoft.Kinect (in microsoft.kinect.dll)

See Also

Reference

ColorImageStream Members
Microsoft.Kinect Namespace