The Skeleton
Skeleton
is the unit of SkeletonStream
. It contains the information about joints, tracking states, current positions, and the identification ID for the skeleton. The following screenshot shows the overall representation of the Skeleton
class and its association with the SkeletonPoint
and SkeletonTracking
states:
Skeleton-tracking state
The tracking state determines if the skeleton is being tracked by the Kinect sensor or not. The SDK provides a SkeletonTrackingState
enumeration to check associated values. The following table lists the details of the SkeletonTrackingState
enumeration:
Name |
Description |
---|---|
|
The SDK will return NotTracked when the sensor does not have any information about the skeleton. In this case, all the skeleton's joint points will have a value of zero. |
|
PositionOnly is returned when the skeleton is detected, but the sensor does not have complete information about the skeleton or it is not tracked completely. |
|
The status Tracked... |