From 3707efff6b30a83be60f036c5ea3bced4ca7d72a Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Tue, 1 Apr 2025 16:54:53 -0700 Subject: [PATCH] camerad: don't gate first frame on FSIN (#34972) don't wait --- system/camerad/sensors/ox03c10_registers.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/system/camerad/sensors/ox03c10_registers.h b/system/camerad/sensors/ox03c10_registers.h index 5c6282942b..bb7a1c5dd6 100644 --- a/system/camerad/sensors/ox03c10_registers.h +++ b/system/camerad/sensors/ox03c10_registers.h @@ -65,7 +65,6 @@ const struct i2c_random_wr_payload init_array_ox03c10[] = { {0x3008, 0x80}, // io_pad_sel // FSIN (frame sync) with external pulses - {0x3822, 0x33}, // wait for pulse before first frame {0x3009, 0x2}, {0x3015, 0x2}, {0x383E, 0x80}, @@ -73,6 +72,9 @@ const struct i2c_random_wr_payload init_array_ox03c10[] = { {0x3882, 0x8}, {0x3883, 0x0D}, {0x3836, 0x1F}, {0x3837, 0x40}, + // causes issues on some devices + //{0x3822, 0x33}, // wait for pulse before first frame + {0x3892, 0x44}, {0x3823, 0x41},