ofTheo / ofxKinect

legacy openFrameworks wrapper for the xbox kinect (OF pre-0.8.0+ only) - ofxKinect is now included and is being maintained in OF releases
MIT License
540 stars 105 forks source link

with YUV_RGB mode, RGB frames only arrive at 15Hz #65

Closed kylemcdonald closed 13 years ago

kylemcdonald commented 13 years ago

just noticed this in the comments of glview.c:

https://github.com/OpenKinect/libfreenect/blob/master/examples/glview.c

i'd say it's significant incentive not to use YUV_RGB mode, but that it means we need to figure out why libfreenect is doing crap bayer interpolation.

danomatika commented 13 years ago

Is this still an issue with the updated libfreenect in ofxKinect?

kylemcdonald commented 13 years ago

YUV_RGB still gives data at 15 hz, i think it's the kinect and not libfreenect.

the bayer interpolation is actually the same as in openni, so that was just me setting my expectations too high.

i think i removed YUV_RGB as the default anyway, so i'm closing this.