Open minoru86 opened 2 years ago
I got the same error on raspberrypi 4.
UVC: Possible USB shutdown requested from Host, seen during VIDIOC_DQBUF
select timeout
UVC: Stopping video stream.
And using an older version of Raspberrypi OS fixes this issue:
Hi, wuhanstudio.Thank you for your reply. I also tried Bullseye, but changed to Buster because the camera driver specs weren't what I wanted. (Because the MJPG format could not be used with the V2 camera) Do you know a version uvc-gadget works fine with Buster ?
Hi, I did not try buster, but this one may work as the problem is caused by the new DWC3 driver:
I implemented this uvc-gatget on a raspberry pi4 4GB R1.2 and it worked fine. When I tried to run uvc-gadget on raspberry pi4 8GB R1.4 in the same way, the uvc-gadget device disappeared when I accessed the UVC camera from the PC connected via USB. It exists as a device in /dev/ video1 until I access the UVC camera (for example, select the camera in guvcview), but the device disappears as soon as I access it. The following log remains in syslog, but I don't understand what is wrong and it doesn't work as uvc-gadget. How can I get it to work with R1.4 ?