Raspberry Pi Camera v2 not working with Raspberry pi 5 and octoprint_deploy

Camera model

Raspberry Pi camera V2 IMX219

What is the problem?

Can not get video to show in octoprint. (Webcam stream not loaded)
Running libcamera-hello in Putty does show the camera and no errors

Raspberry pi 5 with Raspberry os. Octorprint installed with Octoprint_Deploy

What did you already try to solve it?

New to all of this so not much

Have you tried running in safe mode?

yes

Did running in safe mode solve the problem?

no

Systeminfo Bundle

octoprint.log (255.3 KB)
serial.log (148 Bytes)
plugin_softwareupdate_console.log (16.8 KB)
plugin_softwareupdate_update.log (180 Bytes)
tornado.log (129.6 KB)

What streaming tools did you select in octoprint_deploy?

Ustreamer does not work with libcamera, so you can only use usb cameras with this (it used to work in the pre-libcamera age). You might still be able to enable the legacy stack, but I don't know how well this works on a Pi 5 which likely demands the newer software

Camera-streamer should support libcamera, but you have to build it without the hardware acceleration, since RPi 5 got rid of this.

I started over and selected Camera-streamer instead. still getting the same Webcam stream not loaded fault. I also changed the camera settings in /etc/systemd/system/cam_Ender3.service. and by settings i mean resolution and fps.
If i press the configured stream URL link, fault code 503 Service Unavailable appears in the new chrome page.