From: ddl Date: Sun, 30 Jan 2011 23:51:31 +0000 (+0800) Subject: camera:turn on stream output after ov2659 init setting for vsync problem X-Git-Tag: firefly_0821_release~10756^2~22 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=aca9356377cee8a7e535ce7e9940d22d45e447e1;p=firefly-linux-kernel-4.4.55.git camera:turn on stream output after ov2659 init setting for vsync problem --- diff --git a/drivers/media/video/ov2659.c b/drivers/media/video/ov2659.c index f598647d413c..f1fe71fbcb4b 100755 --- a/drivers/media/video/ov2659.c +++ b/drivers/media/video/ov2659.c @@ -100,7 +100,7 @@ static struct reginfo sensor_init_data[] = {0x3000, 0x0f}, {0x3001, 0xff}, {0x3002, 0xff}, - {0x0100, 0x01}, + //{0x0100, 0x01}, //software sleep : Sensor vsync singal may not output if haven't sleep the sensor when transfer the array {0x3633, 0x3d}, {0x3620, 0x02}, {0x3631, 0x11}, @@ -261,6 +261,7 @@ static struct reginfo sensor_init_data[] = {0x5062, 0x7d}, {0x5063, 0x69}, {0x3004, 0x20}, + {0x0100, 0x01}, {0x0000, 0x00} }; @@ -271,7 +272,7 @@ static struct reginfo sensor_720p[]= {0x3000, 0x0f }, {0x3001, 0xff }, {0x3002, 0xff }, - {0x0100, 0x01 }, + //{0x0100, 0x01 }, //software sleep : Sensor vsync singal may not output if haven't sleep the sensor when transfer the array {0x3633, 0x3d }, {0x3620, 0x02 }, {0x3631, 0x11 }, @@ -428,6 +429,7 @@ static struct reginfo sensor_720p[]= {0x5061, 0x7d }, {0x5062, 0x7d }, {0x5063, 0x69 }, + {0x0100, 0x01 }, {0x0000 ,0x00} };