Skip to content

Commit 5c1c565

Browse files
xuanhao_zhangasus-leslieyu
authored andcommitted
Fix OV5647 mirror issue
Change-Id: Ife96819e7ac499c93e1ca7087e87355556e2ca99
1 parent bcd3340 commit 5c1c565

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

drivers/media/i2c/ov5647.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,8 @@ static struct regval_list ov5647_2592x1944[] = {
249249
{0x3035, 0x21},
250250
{0x3036, 0x60},
251251
{0x303c, 0x11},
252+
{0x3821, 0x06}, /* ISP mirror on, Sensor mirror on, H bin off */
253+
{0x3820, 0x40}, /* ISP flip off, Sensor flip off, V bin off */
252254
{0x3612, 0x5b},
253255
{0x3618, 0x04},
254256
{0x380c, 0x0a},

0 commit comments

Comments
 (0)