[PATCH 2/3] ov7670: disable QVGA mode

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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 <dsd@xxxxxxxxxx>
---
 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 majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [Linux Input]     [Video for Linux]     [Gstreamer Embedded]     [Mplayer Users]     [Linux USB Devel]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [Yosemite Backpacking]
  Powered by Linux