From af9b5b9cff03455836ef8c38f4140f221dc17d95 Mon Sep 17 00:00:00 2001 From: ddl Date: Mon, 3 Jan 2011 22:50:19 +0800 Subject: [PATCH] camera:ov5642 720p array change to 30fps --- drivers/media/video/ov5642.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/media/video/ov5642.c b/drivers/media/video/ov5642.c index 657bfc7aa315..d108cea03ef6 100755 --- a/drivers/media/video/ov5642.c +++ b/drivers/media/video/ov5642.c @@ -1302,7 +1302,7 @@ static struct reginfo sensor_720p[]= {0x5089, 0x00 }, {0x302b, 0x00 }, {0x3503, 0x07 }, - {0x3011, 0x08 }, // 10fps: 0x05 + {0x3011, 0x10 },//15fps 0x08 // 10fps: 0x05 {0x350c, 0x02 }, {0x350d, 0xe4 }, {0x3621, 0xc9 }, -- 2.34.1