tici: Switch to 1D dead pixel correction (#21467)

pull/21469/head
Willem Melching 4 years ago committed by GitHub
parent 30683e6291
commit 8d075048b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      selfdrive/camerad/cameras/sensor2_i2c.h

@ -56,7 +56,10 @@ struct i2c_random_wr_payload init_array_ar0231[] = {
{0x337A, 0x0C80}, // DBLC_SCALE0
{0x3370, 0x03B1}, // DBLC
{0x3044, 0x0400}, // DARK_CONTROL
{0x31E0, 0x0001}, // PDC
// Enable dead pixel correction using
// the 1D line correction scheme
{0x31E0, 0x0003},
// HDR Settings
{0x3082, 0x0004}, // OPERATION_MODE_CTRL

Loading…
Cancel
Save