Raspi model V2 webcam stream not loaded

Camera model
Model V2 8 MP

What is the problem?
Stream will not appear in Octoprint. I have used a USB camera and it worked, just wanted to upgrade to a nicer raspi camera.

What did you already try to solve it?
I already tried to enable it via config, and tried installing Mjpg streamer

Logs (/var/log/webcamd.log, syslog, dmesg, ... no logs, no support)
Firmware states that it supports temperature autoreporting
2021-01-20 16:09:46,948 - octoprint.plugins.discordremote - ERROR - Failed to send message
2021-01-20 16:09:46,956 - octoprint.plugins.discordremote - INFO - Received event: printer_state_operational
2021-01-20 16:09:47,230 - octoprint.plugins.discordremote - ERROR - Failed to send message
2021-01-20 16:09:47,233 - octoprint.plugins.firmwareupdater - INFO - Got CONNECTED event
2021-01-20 16:09:47,234 - octoprint.plugins.firmwareupdater - INFO - Run postflash flag is not set
2021-01-20 16:09:47,241 - octoprint.plugins.ipOnConnect - INFO - ipOnConnectPlugin: M117 192.168.1.250
2021-01-20 16:09:48,115 - octoprint.plugins.discovery - INFO - Registered 'OctoPrint instance "EZPi Pro"._http._tcp.local.' for _http._tcp.local.
2021-01-20 16:09:48,924 - octoprint.plugins.discovery - INFO - Registered 'OctoPrint instance "EZPi Pro"._octoprint._tcp.local.' for _octoprint.tcp.local.
2021-01-20 16:09:48,930 - octoprint.plugins.discovery - INFO - Registered OctoPrint instance "EZPi Pro" for SSDP
2021-01-20 16:09:48,933 - octoprint.plugins.astroprint - INFO - Starting AstoPrint Plugin
2021-01-20 16:09:48,963 - octoprint.plugins.astroprint - ERROR - Error getting camera status: HTTPConnectionPool(host='127.0.0.1', port=8080): Max retries exceeded with url: /?action=snapshot (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9fabefd0>: Failed to establish a new connection: [Errno 111] Connection refused',))
2021-01-20 16:09:48,968 - octoprint.plugins.astroprint - INFO - CLEANBED: [True]
2021-01-20 16:09:48,968 - octoprint.plugins.astroprint - INFO - Found stored AstroPrint User [rgenatempo]
2021-01-20 16:09:49,322 - octoprint.plugins.astroprint - INFO - Astroprint Token refreshed
2021-01-20 16:09:49,323 - octoprint.plugins.astroprint - INFO - Getting AstroPrint user info
2021-01-20 16:09:49,732 - octoprint.plugins.astroprint - ERROR - getFleetInfo failed with error 404
2021-01-20 16:09:49,735 - octoprint.plugins.astroprint - INFO - Connecting to Box Router as [octopi - 898dc355fefd44f8bf0374b35ecc6374]
2021-01-20 16:09:49,925 - octoprint.plugins.astroprint - INFO - AstoPrint Plugin started, avalible in https://127.0.0.1:5000
2021-01-20 16:09:49,931 - octoprint.plugins.octoeverywhere - INFO - OctoPrint port 5000
2021-01-20 16:09:50,087 - octoprint.plugins.astroprint - INFO - Box Router connected to astroprint service
2021-01-20 16:09:50,195 - octoprint.server - INFO - Listening on http://127.0.0.1:5000
2021-01-20 16:09:50,304 - octoprint.plugins.pluginmanager - INFO - Loaded plugin repository data from disk, was still valid
2021-01-20 16:09:50,377 - tornado.access - WARNING - 404 GET /intermediary.gif?
=1611159553149 (::ffff:192.168.1.204) 158.20ms
2021-01-20 16:09:50,949 - octoprint.util.pip - INFO - Using "/home/pi/oprint/bin/python2 -m pip" as command to invoke pip
2021-01-20 16:09:51,054 - octoprint.util.pip - INFO - pip installs to /home/pi/oprint/lib/python2.7/site-packages (writable -> yes), --user flag needed -> no, virtual env -> yes
2021-01-20 16:09:51,108 - octoprint.util.pip - INFO - ==> pip ok -> yes

Additional information about your setup (OctoPrint version, OctoPi version, ...)
Raspberry PI 4
Not sure if that's the right logs, but I appreciate any help someone can offer. Thanks in advance!

You have enabled the camera interface in Raspi-Config? All of the testing you are going to have to do will involve getting a file from your Pi to your desktop/laptop in order to check that the image is actually being captured. But if you don't know how to do that, then running those tests won't be much good to you. But you can create an image directory from the command line by running "raspistill -o test.jpg" will create an image named test.jpg in the directory you are currently in. That will let you know if the problem is the pi not recognizing the camera or octoprint not recognizing the camera.

Did you do any modifications to your octopi.txt file in your boot directory? By default it will automatically check for a camera in your Pi connection and in your usb connections. But if you changed that to be USB, then it will never find your pi camera.

Thank you for your reply! I ran "raspistill -o test.jpg" and this is what i got back.

pi@octopi:~ $ raspistill -o test.jpg
mmal: mmal_vc_component_enable: failed to enable component: ENOSPC
mmal: camera component couldn't be enabled
mmal: main: Failed to create camera component
mmal: Failed to run camera app. Please check for firmware updates

The only thing i've changed in the octopi.txt file is the camera resolution. I have finding the camera set to auto (USB or Raspi)

And is the camera module enabled in Raspi-config?