SL_BodyTrackingFusionParameters Struct Reference

Holds the options used to initialize the body tracking module of the Fusion. More...

Data Fields

bool enable_tracking
 Defines if the object detection will track objects across images flow. More...
 
bool enable_body_fitting
 Defines if the body fitting will be applied. More...
 

Detailed Description

Holds the options used to initialize the body tracking module of the Fusion.

Field Documentation

◆ enable_tracking

bool SL_BodyTrackingFusionParameters::enable_tracking

Defines if the object detection will track objects across images flow.

Default: true

◆ enable_body_fitting

bool SL_BodyTrackingFusionParameters::enable_body_fitting

Defines if the body fitting will be applied.

Default: false

Note
If you enable it and the camera provides data as BODY_18 the fused body format will be BODY_34.