Azure Kinect Body Tracking SDK  1.1.2

◆ TrackerProcessingMode

Tracker processing mode types.

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
Gpu 

SDK will use GPU mode to run the tracker.

Cpu 

SDK will use CPU only mode to run the tracker.

Cuda 

SDK will use ONNX Cuda EP to run the tracker.

TensorRT 

SDK will use ONNX TensorRT EP to run the tracker.

DirectML 

SDK will use ONNX DirectML EP to run the tracker.