prisonerjohn / ofxAzureKinect

An openFrameworks addon for the Azure Kinect.
MIT License
73 stars 24 forks source link

timeout of body capture to 0 fixes latency + pass custom model path t… #19

Open antoniohof opened 3 years ago

antoniohof commented 3 years ago

…o body tracking settings

Passing a value of K4A_WAIT_INFINITE will block indefinitely until the capture is added to the process queue. Passing 0 instead makes capture work in realtime.

Added possibility of passing custom model path to body tracker settings