Hi, Guennadi,
On 05/16/2013 10:46 PM, Guennadi Liakhovetski wrote:
> On Thu, 16 May 2013, Andrei Andreyanau wrote:
>
>> Hi, Laurent,
>> I have an issue with the mt9p031 camera. The kernel version I use
>> uses soc camera framework as well as camera does. And I have
>
16/2013 05:39 PM, Chris MacGregor wrote:
> Hi. IIRC, I had this problem as well. I think I "solved" it by
> noticing that other users were simply skipping the first 3 frames. That
> seems to consistently avoid the issue for me. Have you tried that?
>
> Chris
(live stream). When I stop and start it again
it may show the image in purple (it can appear on the third or fourth
time). Or it can show the correct image every time I start the capture.
Do you have any idea why it appears so?
Thanks in advance,
Andrei Andreyanau
--
To unsubscribe from this list
confirm this issue?
With best regards,
Andrei Andreyanau
Signed-off-by: Andrei Andreyanau
diff --git a/drivers/media/i2c/mt9p031.c b/drivers/media/i2c/mt9p031.c
index e328332..838b300 100644
--- a/drivers/media/i2c/mt9p031.c
+++ b/drivers/media/i2c/mt9p031.c
@@ -368,7 +368,7 @@ static int mt9p031_
be increased. For the mt9v024 camera the values above are correct and
for the mt9v022 camera the correct values are in the existing kernel driver.
Signed-off-by: Andrei Andreyanau
--- linux/drivers/media/i2c/soc_camera/mt9v022.c.orig 2013-02-06
15:43:35.522079869 +0300
+++ linux/drivers/media