Page 1 of 1

uvc log error: Pipe(default): ERROR_XFER

Posted: Wed May 03, 2023 12:47 pm
by izadoraberti
I'm using the esp32s2 and trying to run a wifi-and-camera project. So far, the wifi is working but the usb camera is not, it got working with one camera but others dont. I get this messages:
I (40922) UVC_STREAM: USB Speed: low-speed
W (40922) UVC_STREAM: Pipe(default): ERROR_XFER
E (40923) UVC_STREAM: /IDF/esp-iot-solution/components/usb/usb_stream/usb_stream.c:950 (_usb_update_default_mps):urb event error
W (41123) UVC_STREAM: Pipe wait event timeout
E (41123) UVC_STREAM: /IDF/esp-iot-solution/components/usb/usb_stream/usb_stream.c:2862 (_usb_processing_task):Default pipe MPS update failed
I (41124) UVC_STREAM: Resetting USB Driver

Re: uvc log error: Pipe(default): ERROR_XFER

Posted: Fri May 12, 2023 7:13 am
by ESP_Sprite
I (40922) UVC_STREAM: USB Speed: low-speed
Are you sure you haven't swapped the USB D+ and D- leads?

Re: uvc log error: Pipe(default): ERROR_XFER

Posted: Mon May 15, 2023 1:59 pm
by izadoraberti
No, it's just like the tutorial.