1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
From 9bff3b599cc43bb716d1f1190318122b169ab723 Mon Sep 17 00:00:00 2001
From: Vaibhav Hiremath <hvaibhav@ti.com>
Date: Thu, 15 Jul 2010 13:53:03 +0530
Subject: [PATCH 44/71] mt9v113: AE param tuned to get 28~30FPS
Please note that with this change we are compromising with
image quality, so should be used only in case of high FPS use-case.
---
drivers/media/video/mt9v113.c | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/drivers/media/video/mt9v113.c b/drivers/media/video/mt9v113.c
index 466702e..6714240 100644
--- a/drivers/media/video/mt9v113.c
+++ b/drivers/media/video/mt9v113.c
@@ -306,6 +306,14 @@ static struct mt9v113_reg mt9v113_reg_list[] = {
{TOK_WRITE, 0x0990, 0x0003},
{TOK_WRITE, 0x098C, 0xA410},
{TOK_WRITE, 0x0990, 0x000A},
+
+ {TOK_WRITE, 0x098C, 0xA20C},
+ {TOK_WRITE, 0x0990, 0x0003},
+ {TOK_WRITE, 0x098C, 0xA20B},
+ {TOK_WRITE, 0x0990, 0x0000},
+ {TOK_WRITE, 0x098C, 0xA215},
+ {TOK_WRITE, 0x0990, 0x0004},
+
{TOK_WRITE, 0x098C, 0xA103},
{TOK_WRITE, 0x0990, 0x0006},
{TOK_DELAY, 0, 100},
--
1.6.6.1
|