Raspimjpeg: set exposure mode to off

This commit is contained in:
Romain Bazile 2021-07-12 18:49:02 +02:00
parent cbca66c0ef
commit 16311c5f3a
2 changed files with 2 additions and 2 deletions

View file

@ -124,7 +124,7 @@ class ImagerProcess(multiprocessing.Process):
self.__iso = iso
self.__shutter_speed = shutter_speed
self.__exposure_mode = "fixedfps"
self.__exposure_mode = "off"
self.__white_balance = "off"
self.__white_balance_gain = (
configuration.get("wb_red_gain", 2.00) * 100,

View file

@ -27,7 +27,7 @@ iso 0
metering_mode average
video_stabilisation false
exposure_compensation 0
exposure_mode auto
exposure_mode off
white_balance auto
autowbgain_r 150
autowbgain_b 150