What is the problem?
The web cam wont start. I'm using what I believe to be Microsoft LifeCam Cinema.
What did you already try to solve it?
I have messed with various settings in the octopi.txt. Currently at camera_usb_options="-r HD -f 20"
Additional information about your setup (OctoPrint version, OctoPi version, printer, firmware, octoprint.log
, serial.log
or output on terminal tab, ...)
I'm using the following
Vilros Raspberry Pi Zero W
OctoPrint Version 1.3.11 (PrusaPrint)
Prusa mk3
Some logs or a detailed error message might help.
2 Likes
pi@octopi:~ lsusb
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
pi@octopi:~
pi@octopi:~ $ cat /var/log/webcamd.log
Starting up webcamDaemon...
--- Configuration: ----------------------------
camera: auto
usb options: -r 640x480 -f 10
raspi options: -fps 10
http options: -w ./www-octopi -n
No camera detected, trying again in two minutes
No camera detected, trying again in two minutes
--- Configuration: ----------------------------
camera: auto
usb options: -r 640x480 -f 10 -y
raspi options: -fps 10
http options: -w ./www-octopi -n
Goodbye...
/boot/octopi.txt: line 11: -: command not found
Starting up webcamDaemon...
--- Configuration: ----------------------------
camera: auto
usb options: -r HD -f 20
raspi options: -fps 10
http options: -w ./www-octopi -n
--- Configuration: ----------------------------
camera: auto
usb options: -r HD -f 20- y
raspi options: -fps 10
http options: -w ./www-octopi -n
Anyone have any input on this?