BodyTrackingFusionRuntimeParameters Class Reference

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

Functions

def skeleton_minimum_allowed_keypoints (self)
 If the fused skeleton has less than skeleton_minimum_allowed_keypoints keypoints, it will be discarded. More...
 
def skeleton_minimum_allowed_camera (self)
 If a skeleton was detected in less than skeleton_minimum_allowed_camera cameras, it will be discarded. More...
 
def skeleton_smoothing (self)
 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.

Functions

◆ skeleton_minimum_allowed_keypoints()

def skeleton_minimum_allowed_keypoints (   self)

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

Default: -1.

◆ skeleton_minimum_allowed_camera()

def skeleton_minimum_allowed_camera (   self)

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

Default: -1.

◆ skeleton_smoothing()

def skeleton_smoothing (   self)

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

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