Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Kinect for Windows 1.5, 1.6, 1.7, 1.8
Gets the minimum depth value (in millimeters) for the depth sensor range setting used to capture this frame.
Syntax
public int MinDepth { get; }
Property Value
Type: Int32
The minimum depth value.
Remarks
The CopyDepthImagePixelDataTo method may return depth values less than the minimum reliable depth. It is the application’s responsibility to determine whether such depth values should be used.
The CopyPixelDataTo method will not return measured depth values less than the minimum reliable depth. Any such depth values will instead be returned with the same value as the TooNearDepth property.
Depth values outside the reliable range are ignored by the skeleton stream.
Requirements
Namespace: Microsoft.Kinect
Assembly: Microsoft.Kinect (in microsoft.kinect.dll)
See Also
Reference
DepthImageFrame Class
DepthImageFrame Members
Microsoft.Kinect Namespace