Azure Kinect Body Tracking SDK  0.9.5

◆ k4abt_tracker_processing_mode_t

Tracker processing mode types.

Remarks
The CPU only mode doesn't require the machine to have a GPU to run this SDK. But it will be much slower than the GPU mode.
Enumerator
K4ABT_TRACKER_PROCESSING_MODE_GPU 

SDK will use GPU mode to run the tracker.

K4ABT_TRACKER_PROCESSING_MODE_CPU 

SDK will use CPU only mode to run the tracker.