mirror of https://github.com/commaai/openpilot.git
camerad: fix os04 max IntegLines (#34051)
0x938 - 8 Co-authored-by: Comma Device <device@comma.ai>
This commit is contained in:
parent
4576f7f154
commit
7dfc45f15f
|
@ -49,7 +49,7 @@ OS04C10::OS04C10() {
|
||||||
dc_gain_on_grey = 0.9;
|
dc_gain_on_grey = 0.9;
|
||||||
dc_gain_off_grey = 1.0;
|
dc_gain_off_grey = 1.0;
|
||||||
exposure_time_min = 2;
|
exposure_time_min = 2;
|
||||||
exposure_time_max = 2400;
|
exposure_time_max = 2352;
|
||||||
analog_gain_min_idx = 0x0;
|
analog_gain_min_idx = 0x0;
|
||||||
analog_gain_rec_idx = 0x0; // 1x
|
analog_gain_rec_idx = 0x0; // 1x
|
||||||
analog_gain_max_idx = 0x36;
|
analog_gain_max_idx = 0x36;
|
||||||
|
|
Loading…
Reference in New Issue