Camera model Pi HQ
What is the problem? Webcamd isn't streaming
What did you already try to solve it? Restart service, reboot, re-seat camera cable
Logs (/var/log/webcamd.log
, syslog, dmesg, ... no logs, no support)
Webcamd.log:
Starting up webcamDaemon...
--- Configuration: ----------------------------
cfg_file: /boot/octopi.txt
camera: raspi
usb options: -r 640x480 -f 10
raspi options: -fps 10 -awb tungsten -sh 50 -ex auto -quality 100 -x 2592 -y 1944 -rot 180
http options: -w ./www-octopi -n --listen 127.0.0.1
Explicitly USB device:
-----------------------------------------------
Found video devices:
/dev/video0
/dev/video10
/dev/video11
/dev/video12
/dev/video13
/dev/video14
/dev/video15
/dev/video16
/dev/video18
/dev/video19
/dev/video20
/dev/video21
/dev/video22
/dev/video23
/dev/video31
Scan again in two minutes
sudo systemctl status webcamd.service
β webcamd.service - the OctoPi webcam daemon with the user specified config
Loaded: loaded (/etc/systemd/system/webcamd.service; enabled; vendor preset: enabled)
Active: activating (start) since Mon 2023-02-06 09:42:06 GMT; 43s ago
Cntrl PID: 1106 (webcamd)
Tasks: 2 (limit: 3597)
CGroup: /system.slice/webcamd.service
ββ1106 /bin/bash /root/bin/webcamd
ββ1117 sleep 120
Feb 06 09:42:06 octopi systemd[1]: Starting the OctoPi webcam daemon with the user specified config...
Additional information about your setup (OctoPrint version, OctoPi version, ...)
RasPi 4B, latest stable release of octopi/octoprint, fully updated via apt
Camera confirmed to be working via both raspistill
and raspivid
.
Configuration in octopi.txt
:
camera="raspi"
camera_raspi_options="-fps 10 -awb tungsten -sh 50 -ex auto -quality 100 -x 2592 -y 1944 -rot 180"
This was working previously, I've made no change to the camera configuration in the meantime.
http://octopi.local/webcam/?action=stream reports "The webcam server is currently not running"