]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ENGR00181196-2 ov5642: fix the first frame of capture quality is bad
authorYuxi Sun <b36102@freescale.com>
Thu, 3 May 2012 03:03:21 +0000 (11:03 +0800)
committerOliver Wendt <ow@karo-electronics.de>
Mon, 30 Sep 2013 12:11:42 +0000 (14:11 +0200)
Add 300ms delay after intial setting is download

Signed-off-by: Yuxi Sun <b36102@freescale.com>
drivers/media/video/mxc/capture/ov5642.c

index f8f8a6c12ab441523610a145545f158092575385..d6dad5f1c3b3decce00c84f58603d765d28a0456 100644 (file)
@@ -279,7 +279,7 @@ static struct reg_value ov5642_initial_setting[] = {
        {0x5007, 0x00, 0, 0}, {0x5009, 0x00, 0, 0}, {0x5011, 0x00, 0, 0},
        {0x5013, 0x00, 0, 0}, {0x519e, 0x00, 0, 0}, {0x5086, 0x00, 0, 0},
        {0x5087, 0x00, 0, 0}, {0x5088, 0x00, 0, 0}, {0x5089, 0x00, 0, 0},
-       {0x302b, 0x00, 0, 0},
+       {0x302b, 0x00, 0, 300},
 };
 
 static struct reg_value ov5642_setting_15fps_QCIF_176_144[] = {