hello, I have a arducam, and I am not sure what setting I need to change in octopi.txt
to make the camera run smooth? when I am viewing my camera from octoprint in a web browser, the refreshes very slow, it is hard for me to tell if the print is printing properly of if something is wrong.
I am using octoprint OctoPrint 1.5.3
OctoPi 0.18.0
this is what my octopi.txt file looks like, I do not know what I need to change.
# - raspi: only tries raspi cam
#
# Defaults to auto
#
camera="raspi"
### Additional options to supply to MJPG Streamer for the USB camera
#
# See https://github.com/foosel/OctoPrint/wiki/MJPG-Streamer-configuration
# for available options
#
# Defaults to a resolution of 640x480 px and a framerate of 10 fps
#
#camera_usb_options="-r 640x480 -f 10"
### additional options to supply to MJPG Streamer for the RasPi Cam
#
# See https://github.com/foosel/OctoPrint/wiki/MJPG-Streamer-configuration
# for available options
#
# Defaults to 10fps
#
camera_raspi_options="-x 1280 -y 720 -fps 20"