Octopi camera V2 resolution is crap how do I fix it?

Camera model
Raspberry Pi camera V2

What is the problem?
The quality of the camera is really low,
this is the image quality i'm getting when just plugging into the pi via ribbion cable
Octopi First Video.PNG

What did you already try to solve it?
What I tried to do is change the octopi.txt file to

------------------------------------------------------------------------------
OctoPrint version : 1.5.3
OctoPi version    : 0.17.0
------------------------------------------------------------------------------

### Configure which camera to use
#
# Available options are:
# - auto: tries first usb webcam, if that's not available tries raspi cam
# - usb: only tries usb webcam
# - raspi: only tries raspi cam
#
# Defaults to auto
#
camera="raspi"
camera_raspi_options="-x 1920 -y 1080 -fps 10"

### Additional options to supply to MJPG Streamer for the USB camera
#
# See https://faq.octoprint.org/mjpg-streamer-config for available options
#
# Defaults to a resolution of 640x480 px and a framerate of 10 fps
#
#camera_usb_options="-r 1920x1080 -f 30"

### Additional webcam devices known to cause problems with -f
#
# Apparently there a some devices out there that with the current
# mjpg_streamer release do not support the -f parameter (for specifying
# the capturing framerate) and will just refuse to output an image if it
# is supplied.
#
# The webcam daemon will detect those devices by their USB Vendor and Product
# ID and remove the -f parameter from the options provided to mjpg_streamer.
#
# By default, this is done for the following devices:
#   Logitech C170 (046d:082b)
#   GEMBIRD (1908:2310)
#   Genius F100 (0458:708c)
#   Cubeternet GL-UPC822 UVC WebCam (1e4e:0102)
#
# Using the following option it is possible to add additional devices. If
# your webcam happens to show above symptoms, try determining your cam's
# vendor and product id via lsusb, activating the line below by removing # an$
# adding it, e.g. for two broken cameras "aabb:ccdd" and "aabb:eeff"
#
#   additional_brokenfps_usb_devices=("aabb:ccdd" "aabb:eeff")
#
# If this fixes your problem, please report it back so we can include the dev$
# out of the box: https://github.com/guysoft/OctoPi/issues
#
#additional_brokenfps_usb_devices=()

### Additional options to supply to MJPG Streamer for the RasPi Cam
#
# See https://faq.octoprint.org/mjpg-streamer-config for available options
#
# Defaults to 10fps
#
#camera_raspi_options="-fps 10"

### Configuration of camera HTTP output
#
# Usually you should NOT need to change this at all! Only touch if you
# know what you are doing and what the parameters mean.
#
# Below settings are used in the mjpg-streamer call like this:
#
#   -o "output_http.so -w $camera_http_webroot $camera_http_options"
#
# Current working directory is the mjpg-streamer base directory.
#
#camera_http_webroot="./www-octopi"
#camera_http_options="-n"

After this I'm still getting the same quality

Please run journalctl -u webcamd and see if the log is complaining of anything, and also post the output here.

pi@3DPrinter:~ $ journalctl -u webcamd
-- Logs begin at Thu 2021-01-28 14:30:18 MST, end at Thu 2021-01-28 16:48:44 M
Jan 28 14:30:21 3DPrinter systemd[1]: Starting the OctoPi webcam daemon with t
Jan 28 14:30:21 3DPrinter webcamd[304]: Starting up webcamDaemon...
Jan 28 14:30:21 3DPrinter webcamd[304]: --- Configuration: -------------------
Jan 28 14:30:21 3DPrinter webcamd[304]: cfg_file:      /boot/octopi.txt
Jan 28 14:30:21 3DPrinter webcamd[304]: camera:        raspi
Jan 28 14:30:21 3DPrinter webcamd[304]: usb options:   -r 640x480 -f 10
Jan 28 14:30:21 3DPrinter webcamd[304]: raspi options: -x 1640 -y 1232 -fps 10
Jan 28 14:30:21 3DPrinter webcamd[304]: http options:  -w ./www-octopi -n
Jan 28 14:30:21 3DPrinter webcamd[304]: Explicitly USB device:
Jan 28 14:30:21 3DPrinter webcamd[304]: --------------------------------------
Jan 28 14:30:22 3DPrinter webcamd[304]: Found video devices:
Jan 28 14:30:22 3DPrinter webcamd[304]: /dev/video0
Jan 28 14:30:22 3DPrinter webcamd[304]: /dev/video10
Jan 28 14:30:22 3DPrinter webcamd[304]: /dev/video11
Jan 28 14:30:22 3DPrinter webcamd[304]: /dev/video12
Jan 28 14:30:22 3DPrinter webcamd[304]: raspi
Jan 28 14:30:22 3DPrinter webcamd[304]: config file='/boot/octopi.txt':Start M
Jan 28 14:30:22 3DPrinter webcamd[304]: <13>Jan 28 14:30:22 root: Starting Ras
Jan 28 14:30:22 3DPrinter webcamd[304]: Running ./mjpg_streamer -o output_http
Jan 28 14:30:22 3DPrinter mjpg_streamer[399]: MJPG-streamer [399]: starting ap
Jan 28 14:30:22 3DPrinter mjpg_streamer[399]: MJPG-streamer [399]: MJPG Stream
Jan 28 14:30:22 3DPrinter webcamd[304]: MJPG Streamer Version: git rev: 501f63
Jan 28 14:30:22 3DPrinter webcamd[304]:  i: fps.............: 10
Jan 28 14:30:22 3DPrinter webcamd[304]:  i: resolution........: 1640 x 1232
Jan 28 14:30:22 3DPrinter webcamd[304]:  i: camera parameters..............:
Jan 28 14:30:22 3DPrinter webcamd[304]: Sharpness 0, Contrast 0, Brightness 50
Jan 28 14:30:22 3DPrinter webcamd[304]: Saturation 0, ISO 0, Video Stabilisati
Jan 28 14:30:22 3DPrinter webcamd[304]: Exposure Mode 'auto', AWB Mode 'auto',
Jan 28 14:30:22 3DPrinter webcamd[304]: Metering Mode 'average', Colour Effect
Jan 28 14:30:22 3DPrinter webcamd[304]: Rotation 0, hflip No, vflip No
Jan 28 14:30:22 3DPrinter webcamd[304]: ROI x 0.000000, y 0.000000, w 1.000000
Jan 28 14:30:22 3DPrinter mjpg_streamer[399]: MJPG-streamer [399]: fps........
Jan 28 14:30:22 3DPrinter mjpg_streamer[399]: MJPG-streamer [399]: resolution.
Jan 28 14:30:22 3DPrinter mjpg_streamer[399]: MJPG-streamer [399]: camera para
Jan 28 14:30:22 3DPrinter webcamd[304]:  o: www-folder-path......: ./www-octop
Jan 28 14:30:22 3DPrinter webcamd[304]:  o: HTTP TCP port........: 8080
Jan 28 14:30:22 3DPrinter webcamd[304]:  o: HTTP Listen Address..: (null)
Jan 28 14:30:22 3DPrinter webcamd[304]:  o: username:password....: disabled
Jan 28 14:30:22 3DPrinter webcamd[304]:  o: commands.............: disabled
Jan 28 14:30:22 3DPrinter webcamd[304]:  i: Starting Camera
Jan 28 14:30:22 3DPrinter mjpg_streamer[399]: MJPG-streamer [399]: www-folder-
Jan 28 14:30:22 3DPrinter mjpg_streamer[399]: MJPG-streamer [399]: HTTP TCP po
Jan 28 14:30:22 3DPrinter mjpg_streamer[399]: MJPG-streamer [399]: HTTP Listen
Jan 28 14:30:22 3DPrinter mjpg_streamer[399]: MJPG-streamer [399]: username:pa
Jan 28 14:30:22 3DPrinter mjpg_streamer[399]: MJPG-streamer [399]: commands...
Jan 28 14:30:22 3DPrinter mjpg_streamer[399]: MJPG-streamer [399]: starting in
Jan 28 14:30:22 3DPrinter mjpg_streamer[399]: MJPG-streamer [399]: starting ou
Jan 28 14:30:22 3DPrinter mjpg_streamer[399]: MJPG-streamer [399]: Starting Ca
Jan 28 14:30:22 3DPrinter webcamd[304]: Encoder Buffer Size 81920
Jan 28 14:31:02 3DPrinter webcamd[304]: Done bring up all configured video dev
Jan 28 14:31:02 3DPrinter webcamd[304]: Goodbye...
Jan 28 14:31:02 3DPrinter systemd[1]: Started the OctoPi webcam daemon with th
lines 1-53/53 (END)