Re: [PATCH] media: ov5640: add missing output pixel format setting

2018-03-13 Thread Akinobu Mita
2018-03-13 1:18 GMT+09:00 Hugues FRUCHET : > Hi Akinobu, > > Thanks for the patch, could you describe the test you made to reproduce > the issue that I can test on my side ? > > I'm using usually yavta or Gstreamer, but I don't know how to trig the > power on/off

Re: [PATCH] media: ov5640: add missing output pixel format setting

2018-03-12 Thread Hugues FRUCHET
Hi Akinobu, Thanks for the patch, could you describe the test you made to reproduce the issue that I can test on my side ? I'm using usually yavta or Gstreamer, but I don't know how to trig the power on/off independently of streamon/off. Best regards, Hugues. On 03/11/2018 04:34 PM, Akinobu

[PATCH] media: ov5640: add missing output pixel format setting

2018-03-11 Thread Akinobu Mita
The output pixel format changed by set_fmt() pad operation is not correctly applied. It is intended to be restored by calling ov5640_set_framefmt() when the video stream is started. However, when the device is powered on by s_power subdev operation before the video stream is started, the current