Camera model
Z-Star Microelectronics Corp. Venus USB2.0 Camera
What is the problem?
The camera doesnt output a stream. I cant reach it remote (http://:8080) or on the pi itself(http://localhost:8080).
What did you already try to solve it?
I set the camera_usb_options="-r VGA -f 30 -y" (these settings are listet as supported on OctoPrint Community Forum)
Unfortunately I cannot verify if these settings work, because
./mjpg_streamer -i "./input_testpicture.so -r VGA" -o "./output_http.so -w ./www"
only outputs
-bash: ./mjpg_streamer: No such file or directory
edit:
I just noticed, that according to the webcamd.log, my setting didnt apply, although i have no clue why this is the case, i simple wrote camera_usb_options="-r VGA -f 30 -y" at the end of octoprint.txt .
--- 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
Logs (/var/log/webcamd.log
, syslog, dmesg, ... no logs, no support)
Additional information about your setup (OctoPrint version, OctoPi version, ...)
I used the OctoPi Image to set up the Pi
OctoPrint version: 1.5.3
OctoPi version: 0.18.0
If you need aditional information please let me know.
Thanks in advance for any kind of help.