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 :
i used the code from http://as3nui.github.com/airkinect-2-core/
on http://code.google.com/p/simple-openni/wiki/Installation#OSX i did the "Install OpenNI the short way" method .... with no errors.
i installed the https://github.com/avin2/SensorKinect stuff.
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.
In FDT 5.5, i have a sample project which uses the AirKinect Native Extension/ane.
All it does is to check for Kinect.isSupported() but i constantly get the following error:
Error #3500: The extension context does not have a method with the name applicationStartup.
Currently im stuck here. Are there any drivers missing? Anybody got AirKinect + Kinect for Windows on OSX 10.7 to work?
chris