SkeletonStream.AppChoosesSkeletons Property
Kinect for Windows 1.5, 1.6, 1.7, 1.8
Gets or sets a value indicating whether the application or the runtime chooses which skeletons to track.
Syntax
public bool AppChoosesSkeletons { get; set; }
'Declaration
Public Property AppChoosesSkeletons As Boolean
Property Value
Type: Boolean
true if the application chooses which skeletons to track; otherwise, false.
Remarks
If you have one or more skeletons visible to the Kinect, use this property to set whether you want your application or the runtime to pick which skeletons to track. Kinect can actively (return skeleton data) or passively (return skeleton position only) track skeletons. For more information about active and passive skeleton tracking, see Skeletal Tracking.
Requirements
Namespace: Microsoft.Kinect
Assembly: Microsoft.Kinect (in microsoft.kinect.dll)
See Also
Reference
SkeletonStream Class
SkeletonStream Members
Microsoft.Kinect Namespace