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
Options for tracking skeleton data.
Syntax
public enum SkeletonTrackingState
'Declaration
Public Enumeration SkeletonTrackingState
Members
Member name | Description | |
---|---|---|
NotTracked | Do not track anything. | |
PositionOnly | Track skeleton position (one location per skeleton). | |
Tracked | Track joint positions (20 joints per skeleton for default tracking and 10 joints per skeleton for seated tracking); use the Kinect.SkeletonTrackingMode enumeration to choose between the default and seated tracking modes. |
Remarks
To find out more about skeleton tracking, see Skeletal Tracking. The joints that make up a skeleton are listed in the JointType enumeration.
Requirements
Namespace: Microsoft.Kinect
Assembly: Microsoft.Kinect (in microsoft.kinect.dll)