gpt4 book ai didi

c# - 将 XBox 360 Kinect 与 Kinect for Windows SDK 一起使用

转载 作者:IT王子 更新时间:2023-10-29 04:30:54 24 4
gpt4 key购买 nike

我正在做一个使用 Kinect 的类(class)项目。根据 [Microsoft Kinect for Windows Information Page][1]:

If you’re receiving either of these error messages, you’re probably using a Kinect for Xbox 360 and not the new Kinect for Windows. Make sure that your Kinect sensor is the Kinect for Windows sensor. (It’s easy: Just make sure it says doesn’t say "Xbox 360" on the front.)

If you’re a software developer, you can use the Kinect for Xbox 360 together with your computer to test the software you’re working on. However, to get the full Kinect for Windows experience, we recommend you download the Kinect for Windows SDK and use it with the Kinect for Windows.

Note Make sure that your Kinect sensor is the Kinect for Windows sensor. If it says "Xbox 360" on the front, it’s the Kinect for Xbox 360, not the Kinect for Windows.

尽管此消息含糊不清,但我似乎应该能够使用 XBox 360 Kinect 进行开发。 SDK 仅限制部署,这非常适合我的项目。

但是,当我运行以下代码时:

Console.WriteLine("Sensor count: " + KinectSensor.KinectSensors.Count);
Console.WriteLine("Sensor status: " + KinectSensor.KinectSensors[0].Status);

我得到输出:

Sensor count: 1
Sensor status: NotReady

什么给了?我的 Kinect 已连接到我的计算机。前面的绿灯在闪烁。如有任何帮助,我们将不胜感激。

最佳答案

您可以使用专为与 Kinect for XBox 配合使用而设计的 Kinect SDK:Kinect SDK Beta 2。从 microsoft.com 免费下载。 .

来自下载链接:

The Kinect for Windows SDK beta provides hobbyists and researchers with the tools to develop non-commercial applications that run on the Kinect for Xbox 360.

(强调我的)

关于c# - 将 XBox 360 Kinect 与 Kinect for Windows SDK 一起使用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9936272/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com