diff --git a/system/camerad/sensors/os04c10.cc b/system/camerad/sensors/os04c10.cc index c1a7059a7b..38be4ecca4 100644 --- a/system/camerad/sensors/os04c10.cc +++ b/system/camerad/sensors/os04c10.cc @@ -28,7 +28,7 @@ void OS04C10::ife_downscale_configure() { frame_height = 1520; exposure_time_max = 2352; - init_reg_array.insert(init_reg_array.end(), std::begin(ife_ds_override_array_os04c10), std::end(ife_ds_override_array_os04c10)); + init_reg_array.insert(init_reg_array.end(), std::begin(ife_downscale_override_array_os04c10), std::end(ife_downscale_override_array_os04c10)); } OS04C10::OS04C10() { diff --git a/system/camerad/sensors/os04c10_registers.h b/system/camerad/sensors/os04c10_registers.h index f178523742..b501656090 100644 --- a/system/camerad/sensors/os04c10_registers.h +++ b/system/camerad/sensors/os04c10_registers.h @@ -331,7 +331,7 @@ const struct i2c_random_wr_payload init_array_os04c10[] = { {0x3821, 0x01}, }; -const struct i2c_random_wr_payload ife_ds_override_array_os04c10[] = { +const struct i2c_random_wr_payload ife_downscale_override_array_os04c10[] = { // OS04C10_AA_00_02_17_wAO_2688x1524_MIPI728Mbps_Linear12bit_20FPS_4Lane_MCLK24MHz {0x3829, 0x03}, {0x3714, 0x24},