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 use ESP32S3 and Lenovo camera. PSRAM 8MB, usage is ON.
I still cannot get an image in any format, only broken files.
Camera has been detected, I can get camera info, but I cannot get image from camera because I see the following errors
E (6343) libusb adapter: Failed to allocate transfer with length: 16384
Streaming...
Enabling auto exposure ...
E (6343) USBH: Dev 1 EP 0 STALL
E (6353) Transfer failed: Status 4
The text was updated successfully, but these errors were encountered:
tom-borcin
changed the title
libusb adapter failed to allocate transfer with length: 16384
libusb adapter failed to allocate transfer with length: 16384
Apr 21, 2023
tom-borcin
changed the title
libusb adapter failed to allocate transfer with length: 16384
libusb adapter failed to allocate transfer with length: 16384
Apr 24, 2023
github-actionsbot
changed the title
libusb adapter failed to allocate transfer with length: 16384
libusb adapter failed to allocate transfer with length: 16384 (IEC-8)
Apr 24, 2023
I'm really sorry that this issues is unanswered for so long.
ATM, we are working on our custom UVC driver, because there were too many limitations in the original driver based on libuvc.
In this case, the issue is that the USB transfer must be allocated in DMA capable memory, that is, the internal RAM. This limitation will be resolved in the new UVC driver
github-actionsbot
changed the title
libusb adapter failed to allocate transfer with length: 16384 (IEC-8)
libusb adapter failed to allocate transfer with length: 16384 (IEC-8) (IEC-144)
Jul 31, 2024
Hello everyone!
I use ESP32S3 and Lenovo camera. PSRAM 8MB, usage is ON.
I still cannot get an image in any format, only broken files.
Camera has been detected, I can get camera info, but I cannot get image from camera because I see the following errors
The text was updated successfully, but these errors were encountered: