What is the problem?
Not working at all with Octopi. Works on a macOS so confirmed good
What did you already try to solve it?
Edited octopi.txt
1st try uncommented and set @
camera_usb_options="-r 1920x1080 -f 30"
2nd try uncommented
camera="auto"
Logs (/var/log/webcamd.log, syslog, dmesg, ... no logs, no support)
No logs
Additional information about your setup (OctoPrint version, OctoPi version, ...)
Octoprint 1.5.2 installed via raspberry pi imager.
OctoPi version 0.18.0
Raspberry Pi 4B
Ender 5 Pro
Haha, yeah, it definitely looks like it should work.
If you run sudo systemctl restart webcamd and then go to http://octopi.local/webcam does it work? (substitute your pi's IP for octopi.local if necessary).
If that works, then it's possible that mjpg-streamer started up before the webcam was ready.
I'm not familiar enough with exactly how OctoPi starts the service up to answer that, unfortunately.
On my own custom setup, I have the streamer service wait to start until networking is started up (but not necessarily connected), which seems to have the desired effect, but I wouldn't know offhand how/where to do that on the OctoPi setup.
For your situation, it's probably just going to be easier to restart webcamd when it needs it. You can even add it to the system menu in the web UI, and there appears to be a plugin that can help with that too: System Command Editor