Raspimjpeg: set exposure mode to off
This commit is contained in:
parent
cbca66c0ef
commit
16311c5f3a
|
@ -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,
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue