Camera model:
Inlands Camera Module (https://www.microcenter.com/product/615099/inland-ir-night-vision-1080p-resolution-camera-for-raspberry-pi)
What is the problem?
Webcam stream is not loading. I see that other people have used this camera for octoprint in the past.
What did you already try to solve it?
I've followed all the steps from the troubleshoot (ensuring properly plugged in, looking at lsusb and the log but I'm not sure what I'm looking at in the log to be honest.
Logs (/var/log/webcamd.log
, syslog, dmesg, ... no logs, no support)
lsusb:
pi@octopi:~ $ lsusb
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 003: ID 1a86:7523 QinHeng Electronics HL-340 USB-Serial adapter
Bus 001 Device 002: ID 2109:3431 VIA Labs, Inc. Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
/var/log/webcamd.log:
Starting up webcamDaemon...
--- Configuration: ----------------------------
cfg_file: /boot/octopi.txt
camera: auto
usb options: -r 640x480 -f 10
raspi options: -fps 10
http options: -w ./www-octopi -n --listen 127.0.0.1
Explicitly USB device:
Found video devices:
/dev/video10
/dev/video11
/dev/video12
/dev/video13
/dev/video14
/dev/video15
Additional information about your setup (OctoPrint version, OctoPi version, ...)
Running OctoPrint 1.5.2 and OctoPi 0.18.0 because 0.17.0 was failing to boot.
Thanks so much for any help!