Fix dotted image -- with fixed blinking
This commit is contained in:
parent
abc331988f
commit
e4327010bd
|
@ -102,7 +102,7 @@ i2c8 = "/i2c@31e0000";
|
||||||
framerate_factor = "1000000";
|
framerate_factor = "1000000";
|
||||||
exposure_factor = "1000000";
|
exposure_factor = "1000000";
|
||||||
min_gain_val = "102";
|
min_gain_val = "102";
|
||||||
max_gain_val = "762";
|
max_gain_val = "160";
|
||||||
step_gain_val = "1";
|
step_gain_val = "1";
|
||||||
default_gain = "102";
|
default_gain = "102";
|
||||||
min_hdr_ratio = "1";
|
min_hdr_ratio = "1";
|
||||||
|
@ -189,7 +189,7 @@ i2c8 = "/i2c@31e0000";
|
||||||
framerate_factor = "1000000";
|
framerate_factor = "1000000";
|
||||||
exposure_factor = "1000000";
|
exposure_factor = "1000000";
|
||||||
min_gain_val = "102";
|
min_gain_val = "102";
|
||||||
max_gain_val = "762";
|
max_gain_val = "160" ; //"762";
|
||||||
step_gain_val = "1";
|
step_gain_val = "1";
|
||||||
default_gain = "102";
|
default_gain = "102";
|
||||||
min_hdr_ratio = "1";
|
min_hdr_ratio = "1";
|
||||||
|
|
Loading…
Reference in New Issue