Capturing at this resolution results in an ugly green horizontal line
at the left side of the image. Disable until fixed.

http://dev.laptop.org/ticket/10231

Signed-off-by: Daniel Drake <d...@laptop.org>
---
 drivers/media/video/ov7670.c |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/drivers/media/video/ov7670.c b/drivers/media/video/ov7670.c
index 7017e5c..9fffcdd 100644
--- a/drivers/media/video/ov7670.c
+++ b/drivers/media/video/ov7670.c
@@ -672,7 +672,9 @@ static struct ov7670_win_size {
                .vstop          = 494,
                .regs           = NULL,
        },
-       /* QVGA */
+#if 0
+       /* QVGA - disabled due to ugly green line.
+        * http://dev.laptop.org/ticket/10231 */
        {
                .width          = QVGA_WIDTH,
                .height         = QVGA_HEIGHT,
@@ -683,6 +685,7 @@ static struct ov7670_win_size {
                .vstop          = 494,
                .regs           = NULL,
        },
+#endif
 #if 0
        /* QCIF - disabled because it only shows a small portion of sensor FOV 
*/
        {
-- 
1.7.2.3

--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to