本文介绍了Kinect Hand Gripping的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,


我正在开发一个Kinect应用程序,我需要检测用户的手是否被抓住。


我宣布2  HandPointer变量Hleft,Hright


然后检查  Hleft.IsInGripInteraction或  Hright.IsInGripInteraction for grip。


但是我得到了HandPointer变量Hleft和Hright的空指向异常。


任何帮助都会有用。


ThankYou

解决方案

Hello everyone,

I'm currently working on an Kinect application where I need to detect whether the user's hand is gripped or not.

I declare 2 HandPointer variables Hleft, Hright

and then check Hleft.IsInGripInteraction or Hright.IsInGripInteraction for the grip.

But I'm getting a null pointing exception for the HandPointer variables Hleft and Hright.

Any help will be useful.

ThankYou

解决方案


这篇关于Kinect Hand Gripping的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-23 04:16