简体   繁体   English

如何在kinect v2中使用右手手势?

[英]How to use right hand gesture in kinect v2?

I am using kinect (V2) for developing a gesture based application in WPF. 我正在使用kinect(V2)在WPF中开发基于手势的应用程序。 I am able to scroll the image, zoom it, get the click event. 我可以滚动图像,缩放图像并获得click事件。 Now what i need to do is use the right click gesture using kinect. 现在我需要做的是使用kinect右键单击手势。 What is the gesture to use right click using kinect or do i need to write any custom code to achieve it. 使用kinect右键单击的手势是什么,或者我需要编写任何自定义代码来实现它。 I need to use the right click using gesture in kinect ? 我需要在kinect中使用手势使用右键单击吗? Could you please help me with it? 你能帮我吗?

Implementing a gestural system is not the same of implementing a WIMP (Windows-Icons-Menu-Pointer) interface. 实现手势系统与实现WIMP(Windows-Icons-Menu-Pointer)接口不同。 So you should probably completely overcome the idea of interacting with a desktop and "use a mouse via gestures". 因此,您可能应该完全克服与桌面交互和“通过手势使用鼠标”的想法。 If you will decide to follow this latter (wrong) idea, you will risk to produce a not-so-usable interface. 如果您决定遵循后一种(错误的)想法,则可能会冒出无法使用的界面的风险。

Anyway, there is no standard "right-click gesture", and this is due to the fact that a gestural interface is different from a classical desktop GUI. 无论如何,没有标准的“右键单击手势”,这是由于手势界面与传统的桌面GUI不同。

You should write some custom gesture to do this indeed. 您应该写一些自定义手势来做到这一点。

For more information, take a look to the Human Interface Guidelines 2.0 by Microsoft. 有关更多信息,请查看Microsoft的Human Interface Guidelines 2.0

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM