fix ov9650 init_array to solve mirrored images

ov9650 register 0x1e controls mirro/vflip functions. modify settings to correct mirrored image problems.
This commit is contained in:
Rich.jiangyk
2010-09-13 17:16:27 +08:00
parent 632e24ad96
commit 6c7a6485de

2
drivers/media/video/ov9650.c Normal file → Executable file
View File

@@ -113,7 +113,7 @@ static struct reginfo sensor_init_data[] =
{0x37, 0x00},
{0x35, 0x81},
{0x0e, 0x20},
{0x1e, 0x04},//34<33><34><EFBFBD><EFBFBD>һ<EFBFBD><D2BB>ˮƽ<CBAE><C6BD><EFBFBD><EFBFBD><EFBFBD>쳣 -> ;//04: <- ;//14: ;//<2F><>ת<EFBFBD><D7AA>
{0x1e, 0x24},//34<33><34><EFBFBD><EFBFBD>һ<EFBFBD><D2BB>ˮƽ<CBAE><C6BD><EFBFBD><EFBFBD><EFBFBD>쳣 -> ;//04: <- ;//14: ;//<2F><>ת<EFBFBD><D7AA>
{0xA8, 0x80},
{0x12, 0x10},
{0x04, 0x00},