Share via


DepthImageStream.MinDepth Property

Kinect for Windows 1.5, 1.6, 1.7, 1.8

Gets the minimum depth value (in millimeters) for the depth sensor range.

Syntax

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

Property Value

Type: Int32
The minimum depth value.

Remarks

There is more than one depth range. Use the DepthImageStream.Range property to see what the current depth range is before checking to see what its minimum or maximum depth value is.

Requirements

Namespace: Microsoft.Kinect

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

See Also

Reference

DepthImageStream Class
DepthImageStream Members
Microsoft.Kinect Namespace