TrackingState Enumeration

The state of tracking a body or body's attribute.

Syntax

public enum class TrackingState
public enum TrackingState
var trackingState = WindowsPreview.Kinect.TrackingState.inferred;

Members

Member Value Description
Inferred The joint data is inferred and confidence in the position data is lower than if it were Tracked.
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: WindowsPreview.Kinect

Metadata: windowspreview.kinect.winmd

See also

Reference

WindowsPreview.Kinect Namespace