SkeletonStream.EnableTrackingInNearRange Property
Kinect for Windows 1.5, 1.6, 1.7, 1.8
Gets or sets the tracking mode, which indicates whether skeleton tracking is enabled when the depth range is set to near mode. The default value is false.
Syntax
public bool EnableTrackingInNearRange { get; set; }
'Declaration
Public Property EnableTrackingInNearRange As Boolean
Property Value
Type: Boolean
true to enable tracking when using the near depth range; otherwise, false.
Remarks
To set the range for the depth data to near range, set DepthImageStream.Range to DepthRange.Near.
Requirements
Namespace: Microsoft.Kinect
Assembly: Microsoft.Kinect (in microsoft.kinect.dll)
See Also
Reference
SkeletonStream Class
SkeletonStream Members
Microsoft.Kinect Namespace