Share via


DepthRange Enumeration

Kinect for Windows 1.5, 1.6, 1.7, 1.8

Depth data ranges, which determine how close to (or far from) the sensor a person can be and still be in the field of view.

Syntax

public enum DepthRange
'Declaration
Public Enumeration DepthRange

Members

  Member name Description
Default Default range (800, 4,000 millimeters)
Near Near range (400, 3,000 millimeters)

Remarks

Specify the range for depth data in the DepthImageStream.Range Property.

See Depth Space Range to see values outside of these ranges.

Requirements

Namespace: Microsoft.Kinect

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

See Also

Reference

Microsoft.Kinect Namespace