Don't flip the video image by 180 degrees.

Andres Salomon dilinger at debian.org
Tue Nov 7 22:38:13 EST 2006


Commit:     1aa00c3c680d94dee971d2544cc19e695e4f7dd5
Parent:     4af6a81e1087b5ffc034ac36bda38e780c73ba5c
commit 1aa00c3c680d94dee971d2544cc19e695e4f7dd5
Author:     Andres Salomon <dilinger at debian.org>
AuthorDate: Sun Oct 22 01:23:36 2006 -0400
Commit:     Andres Salomon <dilinger at debian.org>
CommitDate: Sun Oct 22 01:23:36 2006 -0400

    Don't flip the video image by 180 degrees.
---
 drivers/media/video/ovcamchip/ov7670.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/media/video/ovcamchip/ov7670.c b/drivers/media/video/ovcamchip/ov7670.c
index 004113f..c89d4dc 100644
--- a/drivers/media/video/ovcamchip/ov7670.c
+++ b/drivers/media/video/ovcamchip/ov7670.c
@@ -253,8 +253,8 @@ static struct ovcamchip_regvals regvals_
 	{ REG_COM5, 0x61 },
 	{ REG_COM6, 0x4b },
 	{ 0x16, 0x02 },
-//	{ REG_MVFP, 0x07 },
-	{ REG_MVFP, 0x07 | MVFP_FLIP }, // Flip needed on dev system
+	{ REG_MVFP, 0x07 },
+//	{ REG_MVFP, 0x07 | MVFP_FLIP }, // Flip needed on dev system
 	{ 0x21, 0x02 },
 	{ 0x22, 0x91 },
 	{ 0x29, 0x07 },


More information about the Commits-kernel mailing list