Camera model
MakerHawk Raspberry Pi Camera Night Vision 5MP OV5647 Webcam
What is the problem?
With the default settings no image is shown in Octoprint. If I run "vcgencmd get_camera" it returns "supported=1 detected=1" so I know it's being picked up by the pi. Initial help pointed to the mjpg-streamer not working so I re-pulled and compiled that. If I look in the webcamd.log it points to:
Running ./mjpg_streamer -o output_http.so -w ./www-octopi -n --listen 127.0.0.1 -i input_raspicam.so -x 1920 -y 1080 -fps 10
/root/bin/webcamd: line 151: ./mjpg_streamer: No such file or directory
What did you already try to solve it?
reinstalled mjpg-streamer but I'm not sure why it doesn't seem to find it. I have done "export LD_LIBRARY_PATH=." while in "~/mjpg-streamer/mjpg-streamer-experimental" but perhaps I misunderstood the instruction there?
Logs (/var/log/webcamd.log
, syslog, dmesg, ... no logs, no support)
Starting up webcamDaemon...
--- Configuration: ----------------------------
cfg_file: /boot/octopi.txt
camera: raspi
usb options: -r 640x480 -f 10
raspi options: -x 1920 -y 1080 -fps 10
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
raspi
config file='/boot/octopi.txt':Start MJPG-streamer with video device: raspi
<13>Dec 25 15:01:25 root: Starting Raspberry Pi camera
Checking for VL805 (Raspberry Pi 4)...
- It seems that you don't have VL805 (Raspberry Pi 4).
There should be no problems with USB (a.k.a. select() timeout)
Running ./mjpg_streamer -o output_http.so -w ./www-octopi -n --listen 127.0.0.1 -i input_raspicam.so -x 1920 -y 1080 -fps 10
/root/bin/webcamd: line 151: ./mjpg_streamer: No such file or directory
Done bring up all configured video device
Goodbye...
Additional information about your setup (OctoPrint version, OctoPi version, ...)
pi 4b
- OctoPrint 1.5.2
- Python 3.7.3
- OctoPi 0.18.0