开始为Kinect开发 [英] Getting started developing for Kinect

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

问题描述

您好,我有一个Kinect Xbox 360传感器,我想开发一个"beatbox"应用程序,它有虚拟按钮,用户可以按,以停止/启动不同的声音。

Hello, I have a Kinect Xbox 360 Sensor and I want to develop a "beatbox" application for it which has virtual buttons which the user can press to stop/start different sounds.

我基本上想要询问,我的具体应用,我应该如何开始Kinect开发中,我阅读了很多手册,但我不确定从哪里开始。我意识到的一件事是我必须选择C#和C ++之间的语言。
除了很多Java编程经验外,我没有经验。

I basically want to ask, for my specific application , how should I go about starting Kinect developing, I read a lot of manuals but I am unsure where exactly to begin. One thing I realize is that I have to choose the language between C# and C++. I have no experience in either but a lot of experience in Java programming.

此外,我的应用程序的一些特定提示将是非常有帮助,因为这是我目前唯一对Kinect感兴趣的事情。

Also some tips specific to my application would be very helpful as that is the only thing I am interested in doing with the Kinect at the moment.

推荐答案

你好!

欢迎来到kinect的精彩(有时令人沮丧)世界。回答你的问题; C#比C ++容易学习,我建议使用C#。那和C#基本上都是微软的Java版本(严重的是,如果你之前使用过java,你会注意到你在潜入
后的相似之处。)

Welcome to the wonderful (and sometimes frustrating) world of kinect. To answer your questions; C# is a lot easier to learn than C++, I suggest C#. That and C# is basically microsoft's version of Java (seriously, you'll notice the similarities once you dive in if you've used java before).

最好的地方去start是这里的kinect快速入门系列;
http://channel9.msdn.com/Series/KinectQuickstart

The best place to start is the kinect quickstart series here; http://channel9.msdn.com/Series/KinectQuickstart

我强烈建议您通过这些来熟悉您可以使用的工具。

I strongly recommend going through those to familiarise yourself with the tools at your disposal.

至于提示,这取决于您希望如何访问这些虚拟按钮。您是否想将您的手用作鼠标cusor并单击虚拟按钮,如果是这样,请查看
http://kinectmouse.codeplex.com/

As for tips, it depends how you want to access those virtual buttons. Do you want to use your hand as a mouse cusor and click the virtual buttons, if so, have a look at http://kinectmouse.codeplex.com/

否则,另一个选择是使用一组手势来做你想做的事情然后有一些方法来识别那些手势。

Otherwise, the other option is to use a set of gestures to do what you want and then have some method of recognising those gestures.

希望有所帮助!祝你好运!

Hope that helps! Good luck!


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

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆