Changing default cam resolution

Camera model

Pi camera v2 connected to the pi4 2Gb that is running octopi

What is the problem?
Resolution defaults to 640x480 and the FOV is quite bad on that

What did you already try to solve it?
Been reading the forums/googling and found this https://picamera.readthedocs.io/en/release-1.12/fov.html#camera-modes so if I am reading it correctly 720p has better FOV than 1080p?

What exactly do I need to add to octopi.txt to correctly change the resolution/fps and the correct binning mode?

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

Additional information about your setup (OctoPrint version, OctoPi version, ...)
OctoPrint 1.4.2
Python 3.7.3
OctoPi 0.18.0

Tried camera_raspi_options="-x 1640 -y 1232 -fps 10 quality 100" however I am seeing a bigger image but no change in FOV at all.
Anything else that needs to be set?