camerad: fix os04 max IntegLines (#34051)

0x938 - 8

Co-authored-by: Comma Device <device@comma.ai>
pull/34052/head
ZwX1616 5 months ago committed by GitHub
parent 4576f7f154
commit 7dfc45f15f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      system/camerad/sensors/os04c10.cc

@ -49,7 +49,7 @@ OS04C10::OS04C10() {
dc_gain_on_grey = 0.9;
dc_gain_off_grey = 1.0;
exposure_time_min = 2;
exposure_time_max = 2400;
exposure_time_max = 2352;
analog_gain_min_idx = 0x0;
analog_gain_rec_idx = 0x0; // 1x
analog_gain_max_idx = 0x36;

Loading…
Cancel
Save