First time posting to the ofx forum after being impressed with many libraries.
I am able to get Processing and my kinect to talk fine on OS X 10.6.5 but ran into issues on ofxKinect inside xcode 3.2.5. The ofxKinect is fresh off github today, 2010/12/12.
The app compiles and runs, it appears that the kinect cameras update for a few frames within the first second but then I see Isochronous transfer error: 1 in the console. The app continues to run with the accelerometer, threshold and tilt functions working normally. Just no camera updates.
I’m wondering, but not sure, could the existing libusb and libfreenects that were installed for the Processing sketch be affecting ofxKinect?
Appreciate any thoughts or ideas on troubleshooting.
i ran into some issues when pushing the cpu pretty hard with threads. I ended up commenting out some of the accelerometer stuff and that seemed to help.
Last night I tried ofxKinect on a 2nd more modern MacBook Pro, this one is faster than my first machine and the code ran just fine, no camera stalling. On the first machine I also commented out all extra functionality including the sleep call.
Not sure if I will try ofxKinect again on the slower machine but the slower machine can run the Processing libraries fine, maybe less threading in the Ps library?