For a while now i've been attempting to get my Kinect to work on my iMac:
Mac OSX 10.8.2, Intel.
I had installed OpenNI, NiTe and SensorKinect via terminal, and have followed all installation instructions correctly (also ensured i have cmake, macports etc)
Now when trying to run simple openNI i originally got the unsatisfied link error that i have found so much on on various messageboards, but yet i still couldn't get processing to work with my Kinect.
after multiple uninstall/re-install of the various drivers I think i finally deduced it was because i had processing (2.0b3) running in 32-bit mode, as now the sketches begin to initialise, but then in the post window i receive the following:
SimpleOpenNI Version 0.27
Can't open the depthMap, maybe the camera is not connected!
As obvious as this sounds, the Kinect is connected, as i can get Synapse to work and OpenKinect for processing to work (only when operating in 32-bit mode).
Does anybody have any suggestions as to why this could be?
The only thing i can possibility contribute that may be of any assistance is that when i installed NiTE it appears that there are a few missing files or directories as below:
Installing NITE
***************
Copying shared libraries... OK
Copying includes... OK
Installing java bindings... OK
Installing module 'Features_1_3_0'...
ls: Features_1_3_0/Bin/lib*dylib: No such file or directory
Installing module 'Features_1_3_1'...
ls: Features_1_3_1/Bin/lib*dylib: No such file or directory
Installing module 'Features_1_4_1'...
ls: Features_1_4_1/Bin/lib*dylib: No such file or directory
Installing module 'Features_1_4_2'...
ls: Features_1_4_2/Bin/lib*dylib: No such file or directory
Installing module 'Features_1_5_2'...
Registering module 'libXnVFeatures_1_5_2.dylib'... OK
Copying XnVSceneServer... OK
Installing module 'Features_1_5_2'
ls: Hands_1_3_0/Bin/lib*dylib: No such file or directory
Installing module 'Features_1_5_2'
ls: Hands_1_3_1/Bin/lib*dylib: No such file or directory
Installing module 'Features_1_5_2'
ls: Hands_1_4_1/Bin/lib*dylib: No such file or directory
Installing module 'Features_1_5_2'
ls: Hands_1_4_2/Bin/lib*dylib: No such file or directory
However the driver seems to be installed, i'm just not sure if any of the above modules are vital to the functioning of simple OpenNI, and if so, how do i obtain these missing files/directories?