Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Several bugs #5

Open
RoboTTomo opened this issue Apr 6, 2022 · 1 comment
Open

Several bugs #5

RoboTTomo opened this issue Apr 6, 2022 · 1 comment

Comments

@RoboTTomo
Copy link

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.

@Akabana01
Copy link

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.

Still, better than nothing, I guess.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants