Skip to content

Commit 217b473

Browse files
committed
Further reduce OV5640 drive strength
Further testing revealed 2x was still too much. 1x seems much more stable. Also fix erroneous extra bit getting set (not documented in datasheet, so probably shouldn't be changing it).
1 parent 9752efb commit 217b473

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

red_vision/cameras/ov5640.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ class OV5640(DVP_Camera):
417417
# io direction
418418
0x3017, 0xFF,
419419
0x3018, 0xFF,
420-
_DRIVE_CAPABILITY, 0x43, # 2x drive strength
420+
_DRIVE_CAPABILITY, 0x02, # 1x drive strength
421421
_CLOCK_POL_CONTROL, 0x21,
422422
0x4713, 0x02, # jpg mode select
423423
_ISP_CONTROL_01, 0x83, # turn color matrix, awb and SDE

0 commit comments

Comments
 (0)