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

Jesus Christ, the libusb debugging output is driving me crazy! #48

Closed danomatika closed 13 years ago

danomatika commented 13 years ago

I understand the need for the libusb logging for debugging the usb calls ... but can't this be a define somewhere for those working down in freenect that is normally off for the rest of us? I tried setting the libfreenect logging level but no change.

10 prints a second by default sucks.

danomatika commented 13 years ago

I've poked around in the freenect sources and, as far as I can tell, these messages are built within the libusb in the repo ... so there's no way to turn them off on our end. Ouch!

kylemcdonald commented 13 years ago

i think this was a recent change because i recompiled libusb without disabling debug output. sorry about that. i think it's just a matter of passing a single flag to the libusb build script. i'll see if i can figure out / remember what that flag was...

danomatika commented 13 years ago

Thanks, please fix for Golan's sake :D

kylemcdonald commented 13 years ago

added libusb with --disable-log so no more printouts are made. closed by 2e4c4db7b247c4b1ef3bb949f5b17072b114bd78.