mirror of
https://github.com/hardkernel/linux.git
synced 2026-04-05 04:33:05 +09:00
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:
2
drivers/media/video/ov9650.c
Normal file → Executable file
2
drivers/media/video/ov9650.c
Normal file → Executable 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},
|
||||
|
||||
Reference in New Issue
Block a user