BodyTrackingFusionRuntimeParameters Class Reference

Holds the options used to change the behavior of the body tracking module at runtime. More...

Attributes

int skeleton_minimum_allowed_keypoints = -1
 If the fused skeleton has less than skeleton_minimum_allowed_keypoints keypoints, it will be discarded. More...
 
int skeleton_minimum_allowed_camera = -1
 If a skeleton was detected in less than skeleton_minimum_allowed_camera cameras, it will be discarded. More...
 
float skeleton_smoothing = 0.f
 This value controls the smoothing of the tracked or fitted fused skeleton. More...
 

Detailed Description

Holds the options used to change the behavior of the body tracking module at runtime.

Variables

◆ skeleton_minimum_allowed_keypoints

int skeleton_minimum_allowed_keypoints = -1

If the fused skeleton has less than skeleton_minimum_allowed_keypoints keypoints, it will be discarded.

◆ skeleton_minimum_allowed_camera

int skeleton_minimum_allowed_camera = -1

If a skeleton was detected in less than skeleton_minimum_allowed_camera cameras, it will be discarded.

◆ skeleton_smoothing

float skeleton_smoothing = 0.f

This value controls the smoothing of the tracked or fitted fused skeleton.

It is ranged from 0 (low smoothing) and 1 (high smoothing).