fix ov9650 init_data bug

in sensor_init_data array, register 0x00 was set to 0x00, which cause the initialization unfinished.
This setting is useless, so remove it! ov9650 is working better at vga dc/dv now.
This commit is contained in:
Rich.jiangyk
2010-09-13 16:51:28 +08:00
parent 6f132a55e4
commit bf05d0035d

View File

@@ -105,7 +105,7 @@ static struct reginfo sensor_init_data[] =
{0x13, 0xe0},
{0x01, 0x80},
{0x02, 0x80},
{0x00, 0x00},
// {0x00, 0x00}, //jyk_0913, this setting is useless, but cause init unfinished!
{0x10, 0x00},
{0x13, 0xe5},
{0x39, 0x50},