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

HandTracker with Kinect v2 #8

Closed
Sahbaap opened this issue Nov 18, 2015 · 4 comments
Closed

HandTracker with Kinect v2 #8

Sahbaap opened this issue Nov 18, 2015 · 4 comments

Comments

@Sahbaap
Copy link

Sahbaap commented Nov 18, 2015

Hi,

I followed the instructions you provided n could run runme.bat from the command line which shows a person whose right hand is being tracked. I am just wondering if there is a sample code of your software that works with Kinect v2 in which I can test it.

Thanks!

@nkyriazis
Copy link
Member

I infer that you're using the Windows version.

Note: The Kinect2 acquisition is only available through the MBV libraries for the Windows OS, where official support is provided. This does not mean that the hand tracker cannot be used with Kinect2 input. It only means that such input might have to be acquired by means other than MBV (non-Windows).

I'll commit an example using Kinect2 and let you know.

@nkyriazis
Copy link
Member

Please have a look at the Kinect2 branch. Changes are made in the python script to use live Kinect2 input in low resolution (register rgb to depth) or high resolution (register depth to rgb).

Let me know if it works for you.

@Sahbaap
Copy link
Author

Sahbaap commented Nov 19, 2015

Perfect thanks, very nice! Yeah I could use your library and track my hand with a pretty good accuracy. I have two more questions.

The first question is that how fast my hands can be moved that the handtracker does not the get lost? cuz I noticed if I move my hands fast it does get lost.

And my second question is that is there any way that we can skip the initialization part of the code? Cuz the application that I wanna use your library is for stroke rehabilitation and I imagine that the initialization step would be somehow annoying for stroke patients.

@nkyriazis
Copy link
Member

Happy to hear it works for you. I'm closing this issue.

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