v2.4: tweak raspicam

This commit is contained in:
Konstantin Koslowski 2021-10-08 18:30:02 +02:00
parent b061aa0f62
commit 7471accfd6

View file

@ -1,8 +1,4 @@
### Windows users: To edit this file use Notepad++, VSCode, Atom or SublimeText.
### Do not use Notepad or WordPad.
### MacOSX users: If you use Textedit to edit this file make sure to use
### "plain text format" and "disable smart quotes" in "Textedit > Preferences"
# vim: ft=conf
### Configure which camera to use
#
@ -13,7 +9,7 @@
#
# Defaults to auto
#
#camera="auto"
camera="raspi"
### Additional options to supply to MJPG Streamer for the USB camera
#
@ -57,7 +53,7 @@ camera_usb_options="-r 800x600 -f 10"
# Defaults to 10fps
#
# camera_raspi_options="-fps 10"
camera_raspi_options="-r 800x600 -fps 10"
camera_raspi_options="-rot 180 -x 800 -y 600 -fps 10 -roi 0.0,0.0,0.998,1"
### Configuration of camera HTTP output
#