update line length (#20391)

Co-authored-by: Comma Device <device@comma.ai>
pull/20404/head
ZwX1616 4 years ago committed by GitHub
parent 0a88304e8d
commit 3f221bd5ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      selfdrive/camerad/cameras/camera_qcom2.h
  2. 4
      selfdrive/camerad/cameras/sensor2_i2c.h

@ -11,7 +11,7 @@
#define ANALOG_GAIN_MAX_IDX 10 // 0xF is bypass
#define EXPOSURE_TIME_MIN 2 // with HDR, fastest ss
#define EXPOSURE_TIME_MAX 1757 // with HDR, slowest ss
#define EXPOSURE_TIME_MAX 1904 // with HDR, slowest ss
#define EF_LOWPASS_K 0.35

@ -32,8 +32,8 @@ struct i2c_random_wr_payload init_array_ar0231[] = {
{0x340C, 0x802}, // 2 // 0000 0000 0010
// Readout timing
{0x300C, 0x074B}, // LINE_LENGTH_PCK
{0x300A, 0x085E}, // FRAME_LENGTH_LINES
{0x300C, 0x07B9}, // LINE_LENGTH_PCK
{0x300A, 0x07E7}, // FRAME_LENGTH_LINES
{0x3042, 0x0000}, // EXTRA_DELAY
// Readout Settings

Loading…
Cancel
Save