Azure Kinect Body Tracking SDK  1.1.2

◆ 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 the most appropriate GPU mode for the operating system to run the tracker.

Currently this is ONNX DirectML EP for Windows and ONNX Cuda EP for Linux. ONNX TensorRT EP is experimental

K4ABT_TRACKER_PROCESSING_MODE_CPU 

SDK will use CPU only mode to run the tracker.

K4ABT_TRACKER_PROCESSING_MODE_GPU_CUDA 

SDK will use ONNX Cuda EP to run the tracker.

K4ABT_TRACKER_PROCESSING_MODE_GPU_TENSORRT 

SDK will use ONNX TensorRT EP to run the tracker.

K4ABT_TRACKER_PROCESSING_MODE_GPU_DIRECTML 

SDK will use ONNX DirectML EP to run the tracker (Windows only)