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
I have downloaded body tracking SDK 1.0.1 as per advice to get body tracking functionality working. All demos run perfectly well except bodyTrackingDemo.m, where I get a "Kinz_mex function not recognised" error and am unable to view the source of this function. Any advice on this would be greatly appreciated
The text was updated successfully, but these errors were encountered:
Hi mate. I found a foolish way to solve this issue.
Before compiling check the Mex folder you downloaded.
You should have some file "Kinz_xxx.h/.cpp".
There are some line-PAIR of "#ifdef BODY" & "#endif" in the files.
Delete the words and save them.
Now compile again. If you have no errors, it's almost done.
Still errors occur , find ifdef/endif remaining.
No display launch then check if CUDA install on your computer.
I successed running body-track DEMO.
Sorry for my bad Sentence. I hope you to do well. Thank u!
I have downloaded body tracking SDK 1.0.1 as per advice to get body tracking functionality working. All demos run perfectly well except bodyTrackingDemo.m, where I get a "Kinz_mex function not recognised" error and am unable to view the source of this function. Any advice on this would be greatly appreciated
The text was updated successfully, but these errors were encountered: