Skip to content

Commit 8575d75

Browse files
fix: fix ov5640 sys reset to MCU mode reset (#407)
1 parent 97d2c29 commit 8575d75

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sensors/private_include/ov5640_settings.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ static const DRAM_ATTR uint16_t sensor_default_regs[][2] = {
4242
{ISP_CONTROL_01, 0x83}, // turn color matrix, awb and SDE
4343

4444
//sys reset
45-
{0x3000, 0x00},
45+
{0x3000, 0x20}, // reset MCU
46+
{REG_DLY, 10}, // delay 10ms
4647
{0x3002, 0x1c},
4748

4849
//clock enable

0 commit comments

Comments
 (0)