Azure Kinect Body Tracking SDK  1.0.1

◆ k4abt_joint_confidence_level_t

k4abt_joint_confidence_level_t

Remarks
This enumeration specifies the joint confidence level.
Enumerator
K4ABT_JOINT_CONFIDENCE_NONE 

The joint is out of range (too far from depth camera)

K4ABT_JOINT_CONFIDENCE_LOW 

The joint is not observed (likely due to occlusion), predicted joint pose.

K4ABT_JOINT_CONFIDENCE_MEDIUM 

Medium confidence in joint pose.

Current SDK will only provide joints up to this confidence level

K4ABT_JOINT_CONFIDENCE_HIGH 

High confidence in joint pose.

Placeholder for future SDK

K4ABT_JOINT_CONFIDENCE_LEVELS_COUNT 

The total number of confidence levels.