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