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

Problem with multiple Kinects on Windows #87

Closed chrisporter closed 12 years ago

chrisporter commented 12 years ago

Not sure this is the appropriate place to post this but...

Trying to open up the second devices attached to the PC. OfKinect is report 2 devices available. Using the most basic example.

Here's the error:

OF: OF_VERBOSE: ofxKinect: Context inited OF: OF_VERBOSE: ofxKinect: Number of devices found: 2 OF: OF_VERBOSE: ofxKinect: Number of available devices: 2 ERROR in libusbemu -- source file 'libusbemu.cpp' at line 257 -- libusb0-dll:err [set_configuration] could not set config 1: win error: A device attached to the system is not functioning.

Could not claim interface on camera: -99 OF: OF_LOG_ERROR: ofxKinect: Could not open device 1

danomatika commented 12 years ago

This looks like a libfreenect problem.

chrisporter commented 12 years ago

I compile the same project on my home PC and it works. Both are 64 bit Windows 7 and seemingly the same.

I'd be grateful for any ideas.

Chris.

chrisporter commented 12 years ago

It's down to the fact that each Kinect needs to be on a USB root hub. A PCI usb card can be used. So it's not an ofxKinect issue.

nosarious commented 12 years ago

Perhaps a wiki page or link as to where to go for more info with this would be useful...

danomatika commented 12 years ago

Sure, go ahead and create one. You don't need commit access to work with the wiki.