Azure Kinect Body Tracking SDK  1.0.1

◆ k4abt_tracker_set_temporal_smoothing()

void k4abt_tracker_set_temporal_smoothing ( k4abt_tracker_t  tracker_handle,
float  smoothing_factor 
)
related

Control the temporal smoothing across frames.

Parameters
tracker_handleHandle obtained by k4abt_tracker_create().
smoothing_factorSet between 0 for no smoothing and 1 for full smoothing. Less smoothing will increase the responsiveness of the detected skeletons but will cause more positional and orientational jitters.
Remarks
The default smoothness value is defined as K4ABT_DEFAULT_TRACKER_SMOOTHING_FACTOR.