1
0
Fork 0

MLK-20469: ov5640: correct parallel ov5640 QVGA frame rate setting

Register setting for ov5640 30fps is the same with 15fps, so
correct it

Signed-off-by: Guoniu.Zhou <guoniu.zhou@nxp.com>
(cherry picked from commit 80b4f71476ffa3f45de01ccbac88fb131a3c444c)
pull/10/head
Guoniu.Zhou 2018-11-27 14:42:48 +08:00
parent 1903129efe
commit 4bfc24b232
1 changed files with 1 additions and 1 deletions

View File

@ -494,7 +494,7 @@ static struct reg_value ov5640_setting_30fps_QVGA_320_240[] = {
{0x4004, 0x02, 0, 0}, {0x3002, 0x1c, 0, 0}, {0x3006, 0xc3, 0, 0},
{0x4713, 0x03, 0, 0}, {0x4407, 0x04, 0, 0}, {0x460b, 0x35, 0, 0},
{0x460c, 0x22, 0, 0}, {0x4837, 0x22, 0, 0}, {0x3824, 0x02, 0, 0},
{0x5001, 0xa3, 0, 0}, {0x3034, 0x1a, 0, 0}, {0x3035, 0x21, 0, 0},
{0x5001, 0xa3, 0, 0}, {0x3034, 0x1a, 0, 0}, {0x3035, 0x11, 0, 0},
{0x3036, 0x46, 0, 0}, {0x3037, 0x13, 0, 0},
};