Logitech C922x 'No Stream detected'

Camera model
Logitech C922x
What is the problem?
Webcam Stream not loaded
What did you already try to solve it?
Originally I was on 64bit Raspberry pi and thought that was obviously the problem. Now I'm on 32bit and I'm still running into the same issue
Logs (/var/log/webcamd.log, syslog, dmesg, ... no logs, no support)
Processing: syslog...
syslog.log (1.1 MB)

Additional information about your setup (OctoPrint version, OctoPi version, ...)
Followed steps from here:

Hi

First of all I would suggest to use the Octopi image. The cam should work out of the box with it.

Back to your issue: Did you create the webcam startup script? If yes - please post the output of sudo systemctl status webcamd.
Also which streaming url are you using?

pi@raspberrypi:~ $ systemctl status webcamd
● webcamd.service - Camera streamer for OctoPrint
     Loaded: loaded (/etc/systemd/system/webcamd.service; enabled; vendor preset: enabled)
     Active: active (running) since Mon 2022-01-10 17:57:29 CST; 1h 16min ago
   Main PID: 605 (webcamDaemon)
      Tasks: 3 (limit: 4915)
        CPU: 218ms
     CGroup: /system.slice/webcamd.service
             β”œβ”€605 /bin/bash /home/pi/scripts/webcamDaemon
             └─625 ./mjpg_streamer -o output_http.so -w ./www -i input_uvc.so -r 1920x1080 -f 30

Jan 10 17:57:30 raspberrypi mjpg_streamer[625]: MJPG-streamer [625]: HTTP TCP port........: 8080
Jan 10 17:57:30 raspberrypi mjpg_streamer[625]: MJPG-streamer [625]: HTTP Listen Address..: (null)
Jan 10 17:57:30 raspberrypi mjpg_streamer[625]: MJPG-streamer [625]: username:password....: disabled
Jan 10 17:57:30 raspberrypi mjpg_streamer[625]: MJPG-streamer [625]: commands.............: enabled
Jan 10 17:57:30 raspberrypi mjpg_streamer[625]: MJPG-streamer [625]: starting input plugin input_uvc.so
Jan 10 17:57:30 raspberrypi mjpg_streamer[625]: MJPG-streamer [625]: starting output plugin: output_http.so (ID: 00)
Jan 10 17:57:40 raspberrypi webcamDaemon[625]:  i: select() timeout
Jan 10 17:57:40 raspberrypi webcamDaemon[625]:  i: cleaning up resources allocated by input thread
Jan 10 17:57:40 raspberrypi mjpg_streamer[625]: MJPG-streamer [625]: select() timeout
Jan 10 17:57:40 raspberrypi mjpg_streamer[625]: MJPG-streamer [625]: cleaning up resources allocated by input thread

octopi.local/webcam/?action=stream
and
(pi local ip address)/webcam/?action=stream

Trying to use PINN with this, tbh I probably should have used the image, but I was stubborn

try http://<your Raspi's IP>:8080/?action=stream

Still no dice. Very odd