TrackingState Enumeration

Tracking states.

Syntax

public enum class TrackingState  

Members

Member Description
Inferred The joint data is inferred. Confidence in the position data is very low.
NotTracked The joint data is not tracked and no data is known about this joint.
Tracked The joint data is being tracked and the data can be trusted.

Remarks

A tracked joint that cannot be seen by the camera is inferred. That is, the joint position is calculated from surrounding joint data rather than captured by the camera.

Requirements

Namespace: Windows.Kinect

Metadata: windows.winmd

See also

Reference

Windows.Kinect Namespace