使用 Kinect 的 WPF 滑块页面导航
我希望创建一个具有一些导航元素的 Kinect 应用程序。
我将使用 4 个有趣的悬停按钮进行编码,但也在寻找类似于 Xbox Kinect“悬停和滑动”导航栏的东西,这些导航栏用于 Xbox Kinect 仪表板部分中的左右导航。
是否有任何现成的/示例控件可供我修改以供自己使用?
I am looking to create a Kinect application that has some navigation elements.
I will be using the coding 4 fun hover buttons but was also looking for something similar to the Xbox Kinect "hover and slide" navigation bars that are used for side-to-side navigation in the xbox kinect dashboard sections.
Are there any ready-to-go/example controls out there I can modify for my own usage?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Coding4Fun 微型网站上提供了适用于 Kinect 的大多数示例。我不知道有任何额外的 WPF 控件具有此功能。您在 Xbox Kinect 界面上看到的滑动手势(与 C4F 工具包中的按钮单击式手势相结合)可以在 CodePlex 上的“Kinect 工具包”项目中找到 http://kinecttoolkit.codeplex.com/。将这两个项目结合在一起,并进行一些 WPF 编码,应该会得到您想要的结果。
The majority of samples that are available for Kinect are featured on the Coding4Fun micro-site. I'm not aware of any extra WPF controls that have this feature. The swipe gesture that you see on the XBox Kinect interface (in combination with the button click-style gesture found in the C4F toolkit) can be found within this "Kinect toolkit" project on CodePlex http://kinecttoolkit.codeplex.com/. Combining these two projects together, with some WPF coding should get you the result you are after.