Share via


DepthImageStream Class

Kinect for Windows 1.5, 1.6, 1.7, 1.8

Represents a stream of depth data, contained in DepthImageFrame objects.

Syntax

public sealed class DepthImageStream : 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 depth image stream as a property of the KinectSensor.

Requirements

Namespace: Microsoft.Kinect

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

See Also

Reference

DepthImageStream Members
Microsoft.Kinect Namespace