camerad: fix os04 max IntegLines (#34051)

0x938 - 8

Co-authored-by: Comma Device <device@comma.ai>
This commit is contained in:
ZwX1616 2024-11-18 14:30:41 -08:00 committed by GitHub
parent 4576f7f154
commit 7dfc45f15f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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;