AIRKinect连Kinect的Windows在OSX 10.7.4Kinect、AIRKinect、Windows、OSX

2023-09-08 15:12:13 作者:一世浮华

林目前正试图获得一个新的Kinect for Windows来在OSX 10.7运行 与AirKinect 2.到目前为止,我没有运气。

Im currently trying to get a new Kinect for Windows to run on OSX 10.7 with AirKinect 2. So far i had no luck.

下面是我做的到现在为止:

Here is what i did until now :

我使用 HTTP的code://as3nui.github。 COM / airkinect-2核心/

在的http:// code.google.com/p/simple-openni/wiki/Installation#OSX 我做了安装OpenNI了一小段路的方法....没有任何错误。

on http://code.google.com/p/simple-openni/wiki/Installation#OSX i did the "Install OpenNI the short way" method .... with no errors.

我安装了 https://github.com/avin2/SensorKinect 的东西。

然后我想验证设备是否工作。我用这个程序 http://www.thingiverse.com/thing:18425 但它不识别在设备

Then i wanted to verify if the device works. I used this app http://www.thingiverse.com/thing:18425 but it does not recognize the device.

在FDT 5.5,我有使用AirKinect本机扩展/姊的示例项目。

In FDT 5.5, i have a sample project which uses the AirKinect Native Extension/ane.

它所做的就是检查         Kinect.isSupported(),但我不断收到以下错误:

All it does is to check for Kinect.isSupported() but i constantly get the following error:

错误#3500:扩展上下文没有名为applicationStartup的方法。

Error #3500: The extension context does not have a method with the name applicationStartup.

目前我在这里停留。是否有遗漏任何驱动程序?任何人有AirKinect + Kinect的为Windows在OSX 10.7工作?

Currently im stuck here. Are there any drivers missing? Anybody got AirKinect + Kinect for Windows on OSX 10.7 to work?

克里斯

推荐答案

首先,确认OpenNI正常工作。它应该与一些非常基本的非空气样本。如果样品不工作,有可能是一些错误的驱动程序。

First, confirm that OpenNI works correctly. It should come with some very basic non-AIR samples. If the samples don't work, there is probably something wrong with the driver.

据我可以在GitHub上的信息收集,SensorKinect的avin2的分支机构不具备Kinect的为Windows感应器的支持呢。有一个悬而未决拉申请这显然增加了缺少的功能。你可以找到一个Kinect的为Windows功能的二进制。

As far as I can gather from the information on GitHub, avin2's branches of SensorKinect don't have support for the Kinect for Windows sensor yet. There is a pending pull request which apparently adds the missing features. You can find a Kinect for Windows-enabled binary here.

截至目前,OpenNI样品应该工作。再次尝试AIRKinect测试。如果失败,请考虑使用ANE从 AIRKinect开发仓库 - 在构建有更新的频率比在主分支

By now, the OpenNI samples should work. Try your AIRKinect Test again. If it fails, consider using an ANE from the AIRKinect development repository - the builds there are updated more frequently than in the main branch.

但请记住:无论是有我试过这种方法,也没有得到设施这样做。我只是命名一些常见的问题根源及其解决方案。

But keep in mind: Neither have I tried this approach, nor do I have the facilities to do so. I'm just naming some common problem sources and their solution.