问题
Is it possible to detect finger movements with Kinect. I am able to detect skeleton and do some mouse movement and perform a click based on OTHER HAND location. I would like to implement the 'mouse click' using finger movements.
Is it possible with Microsoft Kinect sdk or with the other open source similar projects?
Thanks.
回答1:
Currently it is only possible by using a hack; there is no official setting or API for it but it is possible to analyze the image data and find the fingers.
Have a look here
来源:https://stackoverflow.com/questions/6926397/detecting-finger-movement-with-microsoft-kinect-in-c-sharp