Webcam with Bullseye on Raspberry Pi 4 anyone?

For the record, I did test a bullseye nightly with the aforementioned /boot/config.txt against an RPi3 with an attached RPiCam, successfully.

With the bullseye image from the Pi Imager on a Pi 3 with camera_auto_detect=0 I tried:

./mjpg_streamer -i "./input_uvc.so -fps 5" -o "./output_http.so"

and got this:

 i: Using V4L2 device.: /dev/video0
 i: Desired Resolution: 640 x 480
 i: Frames Per Second.: 5
 i: Format............: JPEG
 i: TV-Norm...........: DEFAULT
ERROR opening V4L interface: No such file or directory
 i: init_VideoIn failed

I use first bullseye build of raspberry pi os (released in November or December)

Yes, rebooted after enabling legacy stack in rasp-config and another reboot after adding camera_auto_detect=0 to confing

Previously did not get you right, read rebuild as reboot.
Finally, once I rebuild mjpg-streamer, it start working.
Thank you so much!

1 Like