Share via


DepthImageFrame.Range Property

Kinect for Windows 1.5, 1.6, 1.7, 1.8

Gets the depth sensor range for this frame.

Syntax

public DepthRange Range { get; }

Property Value

Type: DepthRange
The depth sensor range.

Remarks

Use this property to get the depth range with which a particular frame was captured; the Kinect has multiple depth ranges, which are listed in the DepthRange enumeration.

Requirements

Namespace: Microsoft.Kinect

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

See Also

Reference

DepthImageFrame Class
DepthImageFrame Members
Microsoft.Kinect Namespace