Share via


DepthImageStream.TooFarDepth Property

Kinect for Windows 1.5, 1.6, 1.7, 1.8

Gets the depth value (in millimeters) that indictates a person is too far beyond the range of the sensor.

Syntax

public int TooFarDepth { get; }
'Declaration
Public ReadOnly Property TooFarDepth As Integer 

Property Value

Type: Int32
A depth value.

Remarks

Use this property to get the depth value that you can use for comparison with the actual depth value to see if the person is too far beyond the sensor's range to be tracked.

This value is guaranteed to be larger than the DepthImageStream.MaxDepth property.

To see the actual value for data that is too far, see the values in Depth Space Range.

Requirements

Namespace: Microsoft.Kinect

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

See Also

Reference

DepthImageStream Class
DepthImageStream Members
Microsoft.Kinect Namespace