Cant get webcam to work with octopi

Camera model: Logitech Stream cam

What is the problem?
I am attempting to set up octopi with obico for the first time, Both currently work and allow me to remotely control the printer. My webcam however worked briefly but now refuses to work whatsoever.

What did you already try to solve it?
I have verified that the webcam works by plugging it into my laptop. After entering the lsusb command I have also verified that a Logitech device is connected. I have done some other basic trouble shooting like moving it to a different USB port and double-checking the config file was correct.

https://all3dp.com/2/octoprint-webcam-setup-camera/ I used this guide to attempt to set it u

Logs (/var/log/webcamd.log, syslog, dmesg, ... no logs, no support)

Starting up webcamDaemon...

--- Configuration: ----------------------------
cfg_file: /boot/octopi.txt
camera: auto
usb options: -r 1920x1080 -f 60
raspi options: -fps 10
http options: -w ./www

Explicitly USB device:

Found video devices:
/dev/video10
/dev/video11
/dev/video12
/dev/video13
/dev/video14
/dev/video15
/dev/video16
config file='/boot/octopi.txt':USB device was not set in options, start MJPG-streamer with the first found video device: /dev/video10
/root/bin/webcamd: line 184: printf: 0x: invalid hex number
/root/bin/webcamd: line 184: printf: 0x: invalid hex number
<13>Jan 9 16:58:55 root: Starting USB webcam
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 -i input_uvc.so -r 1920x1080 -f 60 -d /dev/video10
    MJPG Streamer Version: git rev: 5554f42c352ecfa7edaec6fc51e507afce605a34
    i: Using V4L2 device.: /dev/video10
    i: Desired Resolution: 1920 x 1080
    i: Frames Per Second.: 60
    i: Format............: JPEG
    i: TV-Norm...........: DEFAULT
    Error opening device /dev/video10: video capture not supported.
    Init v4L2 failed !! exit fatal
    i: init_VideoIn failed
    Done bring up all configured video device

Goodbye...

Additional information about your setup (OctoPrint version, OctoPi version, ...)

I am using a raspberry pi 4b rev 1.2 with 4gb ram. Octoprint ver 1.8.6 and octopi ver 0.18.0. As mentioned before I also have obico installed not sure if that changes anything.