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.
unity Example stops at init, catching exception for background thread result = K4A_RESULT_FAILED
I have found possible typo on MoveLibraryFiles.bat. copy %BODY_TRACKING_TOOLS_PATH%cudnn64_cnn_infer64_8.dll./ copy %BODY_TRACKING_TOOLS_PATH%cudnn64_ops_infer64_8.dll
Azure Kinect Body Tracking SDK did not have such two files.
But it had
cudnn_ops_infer64_8.dll
cudnn_cnn_infer64_8.dll
Unfortunately fixing these two possible typo didn't fix the K4A_RESULT_FAILED issue.
To Reproduce
Execute all the steps on the readme.
open sample scene on unity and play.
Desktop (please complete the following information):