You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 22, 2024. It is now read-only.
I am trying to implement latest SDK(v0.9.2) to unreal engine, since the c++ wrapper is ready in this version. The Azure-Kinect-Sensor-SDK works fine, I got all the images displayed, but "k4abt_tracker_create" keep return failed.
I don't know if I don't include all the necessary assets(.dll, .onnx) to the project since the unreal engine has "unique" way to link three-party source.
My question:
Is there bug track for this api?
Except managing the reference by "NuGet", could I import manually?