cron job: media_tree daily build: OK

2018-07-18 Thread Hans Verkuil
This message is generated daily by a cron job that builds media_tree for the kernels and architectures in the list below. Results of the daily build of media_tree: date: Thu Jul 19 05:00:11 CEST 2018 media-tree git hash:39fbb88165b2bbbc77ea7acab5f10632a31526e6 media_build

the editing for your photos

2018-07-18 Thread Ruby
Do you have need for image editing? We have 20 image editors and on daily basis 2000 images can be processed. If you want to check our quality of work please send us a photo with instruction and we will work on it. Photo cut out, masking, clipping path Color, brightness and contrast correction

Re: [PATCH v1 2/2] v4l: Document Intel IPU3 meta data uAPI

2018-07-18 Thread Tomasz Figa
Hi Mauro, Hans, On Fri, Jun 15, 2018 at 12:30 PM Yong Zhi wrote: > > These meta formats are used on Intel IPU3 ImgU video queues > to carry 3A statistics and ISP pipeline parameters. > > V4L2_META_FMT_IPU3_3A > V4L2_META_FMT_IPU3_PARAMS > > Signed-off-by: Yong Zhi > Signed-off-by: Chao C Li >

Re: [PATCH v1 1/2] doc-rst: Add Intel IPU3 documentation

2018-07-18 Thread Sakari Ailus
Hi Yong, On Thu, Jun 14, 2018 at 10:29:32PM -0500, Yong Zhi wrote: > From: Rajmohan Mani > > This patch adds the details about the IPU3 Imaging Unit driver. > > Signed-off-by: Rajmohan Mani > Signed-off-by: Tian Shu Qiu > --- > Documentation/media/v4l-drivers/index.rst | 1 + >

Compliment of the day to you Dear Friend.

2018-07-18 Thread Mrs. Amina Kadi
Compliment of the day to you Dear Friend. Dear Friend. I am Mrs. Amina Kadi. am sending this brief letter to solicit your partnership to transfer $5.5 million US Dollars. I shall send you more information and procedures when I receive positive response from you. Mrs. Amina Kadi

Re: [PATCH 2/2] media: ov5640: Fix auto-exposure disabling

2018-07-18 Thread jacopo mondi
Hi again, On Wed, Jul 18, 2018 at 01:19:03PM +0200, Jacopo Mondi wrote: > As of: > commit bf4a4b518c20 ("media: ov5640: Don't force the auto exposure state at > start time") auto-exposure got disabled before programming new capture modes > to > the sensor. Unfortunately the function used to do

Re: Devices with a front and back webcam represented as a single UVC device

2018-07-18 Thread Hans de Goede
Hi, On 18-07-18 13:53, Carlos Garnacho wrote: Hey, On Wed, Jul 11, 2018 at 9:51 PM, Hans de Goede wrote: Hi, On 11-07-18 20:26, Carlos Garnacho wrote: Hi!, On Wed, Jul 11, 2018 at 7:41 PM, Hans de Goede wrote: Hi, On 11-07-18 18:07, Carlos Garnacho wrote: Hi!, On Wed, Jul 11,

Re: [PATCH 1/2] media: ov5640: Fix timings setup code

2018-07-18 Thread Maxime Ripard
On Wed, Jul 18, 2018 at 01:19:02PM +0200, Jacopo Mondi wrote: > As of: > commit 476dec012f4c ("media: ov5640: Add horizontal and vertical totals") > the timings parameters gets programmed separately from the static register > values array. > > When changing capture mode, the vertical and

Re: Devices with a front and back webcam represented as a single UVC device

2018-07-18 Thread Carlos Garnacho
Hey, On Wed, Jul 11, 2018 at 9:51 PM, Hans de Goede wrote: > Hi, > > > On 11-07-18 20:26, Carlos Garnacho wrote: >> >> Hi!, >> >> On Wed, Jul 11, 2018 at 7:41 PM, Hans de Goede >> wrote: >>> >>> Hi, >>> >>> >>> On 11-07-18 18:07, Carlos Garnacho wrote: Hi!, On Wed, Jul

[PATCH 0/2] media: ov5640: Fix set_timings and auto-exposure

2018-07-18 Thread Jacopo Mondi
Hello, the ov5640 driver has received a lot of attentions recently. Maxime and Sam tackled the clock tree handling and I tried to fix the MIPI capture on i.MX6 platforms, but none of those patches ever made it to inclusion. Although a few fixes have been circulating around those series, and

[PATCH 2/2] media: ov5640: Fix auto-exposure disabling

2018-07-18 Thread Jacopo Mondi
As of: commit bf4a4b518c20 ("media: ov5640: Don't force the auto exposure state at start time") auto-exposure got disabled before programming new capture modes to the sensor. Unfortunately the function used to do that (ov5640_set_exposure()) does not enable/disable auto-exposure engine through

[PATCH 1/2] media: ov5640: Fix timings setup code

2018-07-18 Thread Jacopo Mondi
As of: commit 476dec012f4c ("media: ov5640: Add horizontal and vertical totals") the timings parameters gets programmed separately from the static register values array. When changing capture mode, the vertical and horizontal totals gets inspected by the set_mode_exposure_calc() functions, and

[GIT PULL FOR v4.19] Various fixes

2018-07-18 Thread Hans Verkuil
Hi Mauro, Various fixes. Please note that I re-added the 'Add support for STD ioctls on subdev nodes' patch. It really is needed. Regards, Hans The following changes since commit 39fbb88165b2bbbc77ea7acab5f10632a31526e6: media: bpf: ensure bpf program is freed on detach (2018-07-13

Re: [PATCH 1/2] v4l2-core: Simplify v4l2_m2m_try_{schedule,run}

2018-07-18 Thread Hans Verkuil
On 12/07/18 17:43, Ezequiel Garcia wrote: > v4l2_m2m_try_run() has only one caller and so it's possible > to move its contents. > > Although this de-modularization change could reduce clarity, > in this case it allows to remove a spinlock lock/unlock pair > and an unneeded sanity check. > >

Re: [PATCH 2/2] v4l2-mem2mem: Avoid calling .device_run in v4l2_m2m_job_finish

2018-07-18 Thread Hans Verkuil
On 12/07/18 17:43, Ezequiel Garcia wrote: > v4l2_m2m_job_finish() is typically called in interrupt context. > > Some implementation of .device_run might sleep, and so it's > desirable to avoid calling it directly from > v4l2_m2m_job_finish(), thus avoiding .device_run from running > in interrupt

Re: [PATCH] videobuf2-core: check for q->error in vb2_core_qbuf()

2018-07-18 Thread Hans Verkuil
On 18/07/18 12:06, Sakari Ailus wrote: > On Wed, Jul 18, 2018 at 11:29:01AM +0200, Hans Verkuil wrote: >> On 16/07/18 14:49, Sakari Ailus wrote: >>> Hi Hans, >>> >>> On Thu, Jul 05, 2018 at 10:25:19AM +0200, Hans Verkuil wrote: The vb2_core_qbuf() function didn't check if q->error was set. It

Re: [PATCH] videobuf2-core: check for q->error in vb2_core_qbuf()

2018-07-18 Thread Sakari Ailus
On Wed, Jul 18, 2018 at 11:29:01AM +0200, Hans Verkuil wrote: > On 16/07/18 14:49, Sakari Ailus wrote: > > Hi Hans, > > > > On Thu, Jul 05, 2018 at 10:25:19AM +0200, Hans Verkuil wrote: > >> The vb2_core_qbuf() function didn't check if q->error was set. It is > >> checked in > >>

Re: [PATCH 3/3] media: add Rockchip VPU driver

2018-07-18 Thread Hans Verkuil
On 05/07/18 19:28, Ezequiel Garcia wrote: > Add a mem2mem driver for the VPU available on Rockchip SoCs. > Currently only JPEG encoding is supported, for RK3399 and RK3288 > platforms. > > Signed-off-by: Ezequiel Garcia > --- > drivers/media/platform/Kconfig| 12 + >

Re: [PATCH 1/3] media: Add JPEG_RAW format

2018-07-18 Thread Hans Verkuil
On 05/07/18 19:28, Ezequiel Garcia wrote: > From: Shunqian Zheng > > Add V4L2_PIX_FMT_JPEG_RAW format that does not contain > JPEG header in the output frame. > > Signed-off-by: Shunqian Zheng > --- > Documentation/media/uapi/v4l/pixfmt-compressed.rst | 5 + >

Re: [PATCH 2/3] media: Add controls for jpeg quantization tables

2018-07-18 Thread Hans Verkuil
On 05/07/18 19:28, Ezequiel Garcia wrote: > From: Shunqian Zheng > > Add V4L2_CID_JPEG_LUMA/CHROMA_QUANTIZATION controls to allow userspace > configure the JPEG quantization tables. > > Signed-off-by: Shunqian Zheng > --- > drivers/media/v4l2-core/v4l2-ctrls.c | 4 >

Re: [PATCH 1/3] media: Add JPEG_RAW format

2018-07-18 Thread Hans Verkuil
On 05/07/18 19:28, Ezequiel Garcia wrote: > From: Shunqian Zheng > > Add V4L2_PIX_FMT_JPEG_RAW format that does not contain > JPEG header in the output frame. > > Signed-off-by: Shunqian Zheng > --- > Documentation/media/uapi/v4l/pixfmt-compressed.rst | 5 + >

Re: [PATCH] videobuf2-core: check for q->error in vb2_core_qbuf()

2018-07-18 Thread Hans Verkuil
On 16/07/18 14:49, Sakari Ailus wrote: > Hi Hans, > > On Thu, Jul 05, 2018 at 10:25:19AM +0200, Hans Verkuil wrote: >> The vb2_core_qbuf() function didn't check if q->error was set. It is checked >> in >> __buf_prepare(), but that function isn't called if the buffer was already >> prepared

Re: [PATCH v8 2/3] uvcvideo: send a control event when a Control Change interrupt arrives

2018-07-18 Thread Guennadi Liakhovetski
Hi Laurent, On Wed, 18 Jul 2018, Laurent Pinchart wrote: > Hi Guennadi, > > On Wednesday, 18 July 2018 00:30:45 EEST Guennadi Liakhovetski wrote: > > On Tue, 17 Jul 2018, Laurent Pinchart wrote: > > > On Thursday, 12 July 2018 10:30:46 EEST Guennadi Liakhovetski wrote: > > >> On Thu, 12 Jul