在 C# 中使用 Microsoft Kinect 检测手指运动
是否可以使用 Kinect 检测手指运动?我能够检测骨骼并进行一些鼠标移动并根据另一只手的位置执行单击。我想使用手指运动来实现“鼠标点击”。
是否可以使用 Microsoft Kinect sdk 或其他开源类似项目?
谢谢。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
目前只能通过 hack 来实现;没有官方设置或 API,但可以分析图像数据并找到手指。
看看这里
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