You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am running a Docker container application that uses libfreenect2 in a system/setup with eight computers running Ubuntu 18.04 and a Kinect connected to each of the computers. All computers are running the same version of the application and were set up alike. The USB is USB 3.0.
I keep seeing this error on two of the computers:
[Error] [protocol::CommandTransaction] bulk transfer failed: LIBUSB_ERROR_TIMEOUT Operation timed out
[Error] [protocol::CommandTransaction] bulk transfer failed: LIBUSB_ERROR_TIMEOUT Operation timed out
[Error] [protocol::CommandTransaction] bulk transfer failed: LIBUSB_ERROR_TIMEOUT Operation timed out
[Info] [Freenect2DeviceImpl] stopping...
[Info] [Freenect2DeviceImpl] canceling rgb transfers...
[Info] [Freenect2DeviceImpl] canceling depth transfers...
[Error] [protocol::CommandTransaction] bulk transfer failed: LIBUSB_ERROR_TIMEOUT Operation timed out
Disconnecting and reconnecting the USB usually fixes this for a short while before the issue develops again.
I have looked at similar issues: 546, 547, 915, 831, 458 and the troubleshooting tips here.
I tried increasing the USBFS buffer size to 64 and 128 but this had no effect.
Disabling USB autosuspend worked for a longer period but the error still developed.
Do you have any suggestions on what might be wrong or what I could try?
All the other computers are working without this error and have the same buffer size and settings as the two which have this error.
Thank you.
The text was updated successfully, but these errors were encountered:
I am running a Docker container application that uses libfreenect2 in a system/setup with eight computers running Ubuntu 18.04 and a Kinect connected to each of the computers. All computers are running the same version of the application and were set up alike. The USB is USB 3.0.
I keep seeing this error on two of the computers:
[Error] [protocol::CommandTransaction] bulk transfer failed: LIBUSB_ERROR_TIMEOUT Operation timed out
[Error] [protocol::CommandTransaction] bulk transfer failed: LIBUSB_ERROR_TIMEOUT Operation timed out
[Error] [protocol::CommandTransaction] bulk transfer failed: LIBUSB_ERROR_TIMEOUT Operation timed out
[Info] [Freenect2DeviceImpl] stopping...
[Info] [Freenect2DeviceImpl] canceling rgb transfers...
[Info] [Freenect2DeviceImpl] canceling depth transfers...
[Error] [protocol::CommandTransaction] bulk transfer failed: LIBUSB_ERROR_TIMEOUT Operation timed out
Disconnecting and reconnecting the USB usually fixes this for a short while before the issue develops again.
I have looked at similar issues: 546, 547, 915, 831, 458 and the troubleshooting tips here.
I tried increasing the USBFS buffer size to 64 and 128 but this had no effect.
Disabling USB autosuspend worked for a longer period but the error still developed.
Do you have any suggestions on what might be wrong or what I could try?
All the other computers are working without this error and have the same buffer size and settings as the two which have this error.
Thank you.
The text was updated successfully, but these errors were encountered: