简体   繁体   English

Microsoft Kinect(适用于Windows)

[英]Microsoft Kinect (For Windows)

好吧所以我不确定你们中的很多人是否已经开始使用已于2012年2月发布的Microsoft Kinect for Windows。我正在尝试开始开发,我想知道是否有任何关于如何找到的教程使用SDK或有人可以指导我如何使用Kinect捕获RGB流?

There are many tutorials. 有很多教程。 Some can be found at Channel 9's Kinect Quick Start Series , Channel 9 also has many articles on Kinect. 有些可以在第9频道的Kinect快速入门系列中找到, 第9 频道也有很多关于Kinect的文章。 All of the classes and variables found in the SDK can be found at MSDN , on Rob Relyea's Blog there are many tutorials. SDK中的所有类和变量都可以在MSDN上找到,在Rob Relyea的博客上有很多教程。 And if you ever are struggling, you can visit the Kinect Development Chatroom (assuming you have 20 rep). 如果您正在努力,您可以访问Kinect Development Chatroom (假设您有20个代表)。

Hope this helps! 希望这可以帮助!

Personally, I wouldn't start with Channel 9, or any tutorials for that matter. 就个人而言,我不会从第9频道开始,也不会从任何教程开始。 The most enjoyable way to jump into the Kinect and start messing around with stuff is to install the Developer Toolkit . 跳进Kinect并开始搞乱的最有趣的方法是安装Developer Toolkit It was update 3 days ago to include some really cool 3D point cloud stuff. 它是3天前更新,包括一些非常酷的3D点云的东西。 Download/install the toolkit, run the Kinect Studio application it comes with, and spend some time checking out what the Kinect is capable of. 下载/安装工具包,运行它附带的Kinect Studio应用程序,并花些时间查看Kinect的功能。 If you see something of interest, install it to your computer and open it in Visual Studio. 如果您看到感兴趣的内容,请将其安装到您的计算机并在Visual Studio中打开它。 If you don't have Visual Studio, you can download the C# Express version for free. 如果您没有Visual Studio,则可以免费下载C#Express版本 The source code is all very well commented and I find that's the best way to learn by example. 源代码都得到了很好的评论,我发现这是通过示例学习的最佳方式。 You don't have to sit through Channel 9's sometimes painful videos or spend time reading a blog, you can just jump in and have fun with it. 你不必坐在第9频道有时会痛苦的视频或花时间阅读博客,你可以跳进去玩得开心。 If you get stuck, then refer back to Channel9 or come back to Stack Overflow. 如果卡住,请返回Channel9或返回Stack Overflow。

The best place to start learning is MSDN, and where you got the driver for kinect. 开始学习的最佳地点是MSDN,以及获得kinect驱动程序的地方。 They offer many tutorials and videos that explain most concepts for the kinect. 他们提供了许多教程和视频,解释了kinect的大多数概念。

你可以参考Kinect 1.0获取Windows SDk 1.0的kinect

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

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