对Kinect的主赛事作出反应

时间:2017-06-30 21:07:26

标签: kinect kinect-sdk kinect-interaction

我只想询问如何处理事件,例如Head在Sensorview中。我确实阅读了文档,但没有找到方法。

1 个答案:

答案 0 :(得分:0)

SDK中没有用于您目的的事件发射器。您需要池化Bodyframe并检查是否有任何新的骨架到达。如果您需要任何参考,可以查看我的存储库。在那里,我构建了更复杂的手势,例如点击和滑动手势。

https://github.com/shanilfernando/VRInteraction

特别关注地点

https://github.com/shanilfernando/VRInteraction/blob/master/main.cpp#L187

https://github.com/shanilfernando/VRInteraction/blob/master/DepthBasics.cpp#L243