OpenKinect / libfreenect

Drivers and libraries for the Xbox Kinect device on Windows, Linux, and OS X
http://openkinect.org
3.55k stars 1.15k forks source link

Ubuntu 19.10 Kinect 1517 Failed to submit isochronous transfer 0: LIBUSB_ERROR_IO #606

Open jds1993cologne opened 4 years ago

jds1993cologne commented 4 years ago

Hello together, I get the following error using kinect on ubuntu 19.10 with libfreenect from git: Found sibling device [same parent] [Stream 70] Negotiated packet size 1920 Failed to submit isochronous transfer 0: LIBUSB_ERROR_IO Failed to submit isochronous transfer 1: LIBUSB_ERROR_IO Failed to submit isochronous transfer 2: LIBUSB_ERROR_IO Failed to submit isochronous transfer 3: LIBUSB_ERROR_IO Failed to submit isochronous transfer 4: LIBUSB_ERROR_IO Failed to submit isochronous transfer 5: LIBUSB_ERROR_IO Failed to submit isochronous transfer 6: LIBUSB_ERROR_IO Failed to submit isochronous transfer 7: LIBUSB_ERROR_IO Failed to submit isochronous transfer 8: LIBUSB_ERROR_IO Failed to submit isochronous transfer 9: LIBUSB_ERROR_IO Failed to submit isochronous transfer 10: LIBUSB_ERROR_IO Failed to submit isochronous transfer 11: LIBUSB_ERROR_IO Failed to submit isochronous transfer 12: LIBUSB_ERROR_IO Failed to submit isochronous transfer 13: LIBUSB_ERROR_IO Failed to submit isochronous transfer 14: LIBUSB_ERROR_IO Failed to submit isochronous transfer 15: LIBUSB_ERROR_IO write_register: 0x0105 <= 0x00 write_register: 0x0006 <= 0x00 write_register: 0x0012 <= 0x03 write_register: 0x0013 <= 0x01 write_register: 0x0014 <= 0x1e write_register: 0x0006 <= 0x02 write_register: 0x0017 <= 0x00

How can I solve this?

haxpor commented 4 years ago

I faced with this problem after I built from source, ran successfully for camera and mic examples. After that I installed kinect-audio-setup package (in order to try to let skype picks up my kinect's camera but with no success) then previously ran-fine of mic examples show error like what you reported.

Not sure my case is the root cause of conflict firmware? But I solved my problem by unplug USB cable then plug it back again.