Webstream not starting/not reachable

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.

If you are using OctoPi, the URL ending in :8080 is incorrect, and should be http://your-ip/webcam/ instead.

thanks for the quick response.

I cant reach the stream through this page either, error 404.

404 is unusual, since that implies that it is broken somehow. There should be a page there.

Anyway, I looked at the log again and it is not finding the video device for the USB camera.

Try running lsusb, and also unplug and plug ulit back in then run dmesg | tail -n 20 and paste both the outputs here.

The camera is listed with lsusb

pi@octopi:~ $ lsusb
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 005: ID 0ac8:3420 Z-Star Microelectronics Corp. Venus USB2.0 Camera
Bus 001 Device 002: ID 2109:3431 VIA Labs, Inc. Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

pi@octopi:~ $ dmesg | tail -n 20
[ 6508.104548] cp210x ttyUSB0: failed set request 0x7 status: -19
[ 6508.104572] cp210x ttyUSB0: failed set request 0x12 status: -19
[ 6508.104586] cp210x ttyUSB0: failed set request 0x0 status: -19
[ 6508.107313] cp210x ttyUSB0: cp210x converter now disconnected from ttyUSB0
[ 6508.107442] cp210x 1-1.2:1.0: device disconnected
[78586.277746] usb 1-1.4: USB disconnect, device number 4
[78586.278568] uvcvideo: Failed to resubmit video URB (-19).
[78586.282569] uvcvideo: Failed to resubmit video URB (-19).
[78586.286699] uvcvideo: Failed to resubmit video URB (-19).
[78586.290694] uvcvideo: Failed to resubmit video URB (-19).
[78586.294695] uvcvideo: Failed to resubmit video URB (-19).
[78586.396965] xhci_hcd 0000:01:00.0: ERROR Transfer event for disabled endpoint slot 3 ep 4
[78586.396980] xhci_hcd 0000:01:00.0: @000000001ed04cb0 00000000 00000000 0f000000 03058000
[78588.864686] usb 1-1.4: new high-speed USB device number 5 using xhci_hcd
[78589.026090] usb 1-1.4: New USB device found, idVendor=0ac8, idProduct=3420, bcdDevice= 1.00
[78589.026110] usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[78589.026127] usb 1-1.4: Product: Venus USB2.0 Camera
[78589.026144] usb 1-1.4: Manufacturer: Vimicro Corp.
[78589.029214] uvcvideo: Found UVC 1.00 device Venus USB2.0 Camera (0ac8:3420)
[78589.035524] input: Venus USB2.0 Camera: Venus USB2 as /devices/platform/scb/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.4/1-1.4:1.0/input/input1

I think the problem is, that the camera_usb_opitons dont seem to apply(atleast the logs says so).

Also, I can see with ls /dev that the camera is labled "video1" but video1 isnt stated as a Video device by /var/log/webcamd.log.

pi@octopi:~ $ ls /dev | grep video
video1
video10
video11
video12
video13
video14
video15
video16
video2

Hmm, that's strange because as far as I knew the webcamd service it logged any /dev/video* device. And video1 or video2 are not showing in your initial log. They should be.

Is the camera_usb_options line uncommented? It should default anyway to auto-detecting and using the first found video device (that works).

I don't have any more ideas at the moment for why the video device is not picked up by webcamd.