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
Body tracking in Matlab seems to work barely. Issues I am facing with are following:
newest version of body tracking doesn't work, old version 1.0.1 is needed (not really a big issue, since even Microsoft can't update its body tracking version with up to date Nvidia drivers, latest working version is 472.12)
button 'q' for exiting loop doesn't work, so hard stop in Matlab is needed
after hard stop you can't rerun the program, you must completely restart Matlab
Since the article was already published for KinZ, I really hope we can get updated and working version. OR if I am the only one facing this problems I would really appreciate some help.
The text was updated successfully, but these errors were encountered:
I had similar issues with the software, and I ended up doing a sort of hybrid approach to get some functionality out of the camera and Matlab.
It's not pretty, but by using the (slightly modified to extract projected 2D coordinates) included demo of the Azure body tracking SDK (offline_processor.exe) I was able to extract body coordinates; then, by using an external tool (ffmpeg), I was able to extract the video data into a format Matlab is happy with (for some reason, the native mkv format of the videos trips Matlab off), and plot the extracted coordinates into the video.
Sadly, all of this happens offline. I haven't found a way to reliable make it work online.
Body tracking in Matlab seems to work barely. Issues I am facing with are following:
Since the article was already published for KinZ, I really hope we can get updated and working version. OR if I am the only one facing this problems I would really appreciate some help.
The text was updated successfully, but these errors were encountered: