[PATCH 3/4] qv4l2: fix CaptureWin mimimum size to match video fram size

2013-07-16 Thread Bård Eirik Winther
CaptureWin's setMinimumSize() sets the minimum size for the video frame viewport and not for the window itself. If the minimum size is larger than the monitor resolution, it will reduce the minimum size to match this. Signed-off-by: Bård Eirik Winther bwint...@cisco.com ---

[PATCH 2/4] qv4l2: add hotkeys for common operations

2013-07-16 Thread Bård Eirik Winther
CTRL + V : When main window is selected start capture. This gives an option other than the button to start recording, as this is a frequent operation when using the utility. CTRL + W : When CaptureWin is selected close capture window It makes it easier to deal with

[PATCH 4/4] qv4l2: add OpenGL video render

2013-07-16 Thread Bård Eirik Winther
The qv4l2 test utility now supports OpenGL-accelerated display of video. This allows for using the graphics card to render the video content to screen and to performing color space conversion. Signed-off-by: Bård Eirik Winther bwint...@cisco.com --- configure.ac| 8 +-

[PATCH 0/4] OpenGL render for qv4l2

2013-07-16 Thread Bård Eirik Winther
qv4l2: The qv4l2 test utility now supports OpenGL-accelerated display of video. This allows for using the graphics card to render the video content to screen and to performing color space conversion. The OpenGL implementation requires the QtOpenGL library as well as an OpenGL driver. If OpenGL

[PATCH 1/4] qv4l2: move function ctrlEvent

2013-07-16 Thread Bård Eirik Winther
Moved the ctrlEvent() function in qv4l2.cpp to be grouped with GUI function and to group capFrame() and capVbiFrame() together. Signed-off-by: Bård Eirik Winther bwint...@cisco.com --- utils/qv4l2/qv4l2.cpp | 94 +-- 1 file changed, 47

Re: [PATCH 4/4] qv4l2: add OpenGL video render

2013-07-16 Thread Laurent Pinchart
Hi Bård, Thank you for the patches. On Tuesday 16 July 2013 13:24:08 Bård Eirik Winther wrote: The qv4l2 test utility now supports OpenGL-accelerated display of video. This allows for using the graphics card to render the video content to screen and to performing color space conversion.

Re: [PATCH v3] ov10635: Add OmniVision ov10635 SoC camera driver

2013-07-16 Thread Laurent Pinchart
Hi Phil, Thank you for the patch. On Wednesday 05 June 2013 10:11:35 Phil Edworthy wrote: Signed-off-by: Phil Edworthy phil.edwor...@renesas.com --- v3: - Removed dupplicated writes to reg 0x3042 - Program all the standard registers after checking the ID v2: - Simplified flow in

Re: [BRAINSTORM] Controls, matrices and properties

2013-07-16 Thread Hans Verkuil
Hi Sakari, Thanks for looking at this! Much appreciated. On Wed 10 July 2013 23:30:21 Sakari Ailus wrote: Hi Hans, Hans Verkuil wrote: Hi all, I have been working on support for passing matrices to/from drivers using a new matrix API. See this earlier thread for more background

Re: [PATCH 4/4] qv4l2: add OpenGL video render

2013-07-16 Thread Bard Eirik Winther
On Tuesday, July 16, 2013 02:01:45 PM you wrote: Hi Bård, Thank you for the patches. On Tuesday 16 July 2013 13:24:08 Bård Eirik Winther wrote: The qv4l2 test utility now supports OpenGL-accelerated display of video. This allows for using the graphics card to render the video content to

Re: implement ov3640 driver using subdev-api with omap3-isp

2013-07-16 Thread Laurent Pinchart
Hi Tom, On Monday 15 July 2013 09:23:19 Tom wrote: Hello, I am working with a gumstix overo board connected with a e-con-systems camera module using a ov3640 camera sensor. Along with the board I got a camera driver (https://github.com/scottellis/econ-cam-driver) which can be used with

Re: [PATCH 4/4] qv4l2: add OpenGL video render

2013-07-16 Thread Laurent Pinchart
Hi Bård, On Tuesday 16 July 2013 14:59:04 Bard Eirik Winther wrote: On Tuesday, July 16, 2013 02:01:45 PM you wrote: Hi Bård, Thank you for the patches. On Tuesday 16 July 2013 13:24:08 Bård Eirik Winther wrote: The qv4l2 test utility now supports OpenGL-accelerated display of

Re: [BRAINSTORM] Controls, matrices and properties

2013-07-16 Thread Sakari Ailus
Hans Verkuil wrote: If possible I would like to discuss this during the New Orleans conference. I know Laurent and Mauro will be there. I won't be able to attend that one, but I'll be in Edinburgh in October. -- Sakari Ailus sakari.ai...@iki.fi -- To unsubscribe from this list: send the line

Re: [PATCH v3] ov10635: Add OmniVision ov10635 SoC camera driver

2013-07-16 Thread phil . edworthy
Hi Laurent, From: Laurent Pinchart laurent.pinch...@ideasonboard.com To: Phil Edworthy phil.edwor...@renesas.com, Cc: linux-media@vger.kernel.org, Jean-Philippe Francois jp.franc...@cynove.com, Hans Verkuil hverk...@xs4all.nl, Guennadi Liakhovetski g.liakhovet...@gmx.de, Mauro Carvalho

Guten Tag lieber!

2013-07-16 Thread Mrs. Caroline
Vom Schreibtisch von MRS. CAROLINE FREUND BILL AND EXCHANGE MANAGER, Cahoot UND FINANZEN COMPANY, LONDON-UK Guten Tag lieber! Wie sind Sie und Ihre Familie? Ich hoffe, dass mein Brief trifft Sie in Ihrem besten Stimmung heute. Mein Name ist Frau Caroline Freund, The Bill and Exchange Manager

Re: implement ov3640 driver using subdev-api with omap3-isp

2013-07-16 Thread Tom
Laurent Pinchart laurent.pinchart at ideasonboard.com writes: Hi Tom, On Monday 15 July 2013 09:23:19 Tom wrote: Hello, I am working with a gumstix overo board connected with a e-con-systems camera module using a ov3640 camera sensor. Along with the board I got a camera driver

Re: [RFC PATCH 0/5] Matrix and Motion Detection support

2013-07-16 Thread Sylwester Nawrocki
Hi Hans, On 07/08/2013 09:22 AM, Hans Verkuil wrote: On Sun July 7 2013 23:50:30 Sylwester Nawrocki wrote: On 06/28/2013 02:27 PM, Hans Verkuil wrote: This patch series adds support for matrices and motion detection and converts the solo6x10 driver to use these new APIs. See the RFCv2 for

[PATCH RFC v4] media: OF: add sync-on-green-active property

2013-07-16 Thread Prabhakar Lad
From: Lad, Prabhakar prabhakar.cse...@gmail.com This patch adds 'sync-on-green-active' property as part of endpoint property. Signed-off-by: Lad, Prabhakar prabhakar.cse...@gmail.com --- Changes for v4: 1: Fixed review comments pointed by Sylwester. Changes for v3: 1: Fixed review

cron job: media_tree daily build: WARNINGS

2013-07-16 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: Tue Jul 16 19:00:17 CEST 2013 git branch: test git hash: 1c26190a8d492adadac4711fe5762d46204b18b0 gcc

Re: [PATCH RFC v4] media: OF: add sync-on-green-active property

2013-07-16 Thread Sylwester Nawrocki
Hi Prabhakar, On 07/16/2013 07:19 PM, Prabhakar Lad wrote: From: Lad, Prabhakarprabhakar.cse...@gmail.com This patch adds 'sync-on-green-active' property as part of endpoint property. Signed-off-by: Lad, Prabhakarprabhakar.cse...@gmail.com --- Changes for v4: 1: Fixed review comments

Re: [RFC v2 01/10] exynos5-fimc-is: Add Exynos5 FIMC-IS device tree bindings documentation

2013-07-16 Thread Sylwester Nawrocki
Hi Arun, On 07/09/2013 01:08 PM, Arun Kumar K wrote: On Fri, Jun 21, 2013 at 4:15 AM, Sylwester Nawrocki sylvester.nawro...@gmail.com wrote: On 05/31/2013 03:03 PM, Arun Kumar K wrote: [...] Signed-off-by: Arun Kumar Karun...@samsung.com ---

Re: [RFC v2 05/10] exynos5-fimc-is: Adds the sensor subdev

2013-07-16 Thread Sylwester Nawrocki
Hi Arun, On 07/09/2013 02:04 PM, Arun Kumar K wrote: On Wed, Jun 26, 2013 at 12:57 PM, Hans Verkuilhverk...@xs4all.nl wrote: On Fri May 31 2013 15:03:23 Arun Kumar K wrote: FIMC-IS uses certain sensors which are exclusively controlled from the IS firmware. This patch adds the sensor subdev

Re: [RFC v2 06/10] exynos5-fimc-is: Adds isp subdev

2013-07-16 Thread Sylwester Nawrocki
On 07/09/2013 01:42 PM, Arun Kumar K wrote: + /* Check if same as sensor width height */ + sensor_width = p-sensor-drvdata-pixel_width; + sensor_height = p-sensor-drvdata-pixel_height; + if ((sensor_width != f-fmt.pix_mp.width) || + (sensor_height

Possible problem with stk1160 driver

2013-07-16 Thread Sergey 'Jin' Bostandzhyan
Hi, I am not quite sure if the problem is in the driver or if the user space applications are doing something in a weird or wrong way, I hope you can help me. I have one of those easycap 4x-input devices with a Syntek chip: Bus 001 Device 002: ID 05e1:0408 Syntek Semiconductor Co., Ltd STK1160

Re: Possible problem with stk1160 driver

2013-07-16 Thread Ezequiel Garcia
Hi Sergei, On Wed, Jul 17, 2013 at 12:04:18AM +0200, Sergey 'Jin' Bostandzhyan wrote: I am not quite sure if the problem is in the driver or if the user space applications are doing something in a weird or wrong way, I hope you can help me. I have one of those easycap 4x-input devices

[PATCH 1/4] [media] em28xx: fix assignment of the eeprom data.

2013-07-16 Thread Alban Browaeys
Set the config structure pointer to the eeprom data pointer (data, here eedata dereferenced) not the pointer to the pointer to the eeprom data (eedata itself). Signed-off-by: Alban Browaeys pra...@yahoo.com --- drivers/media/usb/em28xx/em28xx-i2c.c | 2 +- 1 file changed, 1 insertion(+), 1

[PATCH 2/4] [media] em28xx: i2s 5 sample rates is a subset of 3 one.

2013-07-16 Thread Alban Browaeys
As: EM28XX_CHIPCFG_I2S_3_SAMPRATES 0x20 EM28XX_CHIPCFG_I2S_5_SAMPRATES 0x30 the board chipcfg is 0xf0 thus if 3_SAMPRATES is tested first and matches while it is a 5_SAMPRATES. Signed-off-by: Alban Browaeys pra...@yahoo.com --- drivers/media/usb/em28xx/em28xx-core.c | 8 1 file

[PATCH 3/4] [media] em28xx: usb power config is in the low byte.

2013-07-16 Thread Alban Browaeys
According to the em2860 datasheet, eeprom byte 08H is Chip Configuration Low Byte and 09H is High Byte. Usb power configuration is in the Low byte (same as the usb audio class config). Signed-off-by: Alban Browaeys pra...@yahoo.com --- drivers/media/usb/em28xx/em28xx-i2c.c | 6 +++--- 1 file

[PATCH 4/4] [media] em28xx: Fix vidioc fmt vid cap v4l2 compliance

2013-07-16 Thread Alban Browaeys
Set fmt.pix.priv to zero in vidioc_g_fmt_vid_cap and vidioc_try_fmt_vid_cap. Catched by v4l2-compliance. Signed-off-by: Alban Browaeys pra...@yahoo.com --- drivers/media/usb/em28xx/em28xx-video.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/media/usb/em28xx/em28xx-video.c

Re: MT9D131 context switching [was RE: width and height of JPEG compressed images]

2013-07-16 Thread Sakari Ailus
Hi Thomas, On Mon, Jul 15, 2013 at 09:30:33AM +, Thomas Vajzovic wrote: Hi Sylwester, On 10 July 2013 20:44 Sylwester Nawrocki wrote: On 07/07/2013 10:18 AM, Thomas Vajzovic wrote: On 06 July 2013 20:58 Sylwester Nawrocki wrote: On 07/05/2013 10:22 AM, Thomas Vajzovic wrote: I am

[PATCH -next] [media] usbtv: remove unused including linux/version.h

2013-07-16 Thread Wei Yongjun
From: Wei Yongjun yongjun_...@trendmicro.com.cn Remove including linux/version.h that don't need it. Signed-off-by: Wei Yongjun yongjun_...@trendmicro.com.cn --- drivers/media/usb/usbtv/usbtv.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/media/usb/usbtv/usbtv.c

Re: [RFC v2 01/10] exynos5-fimc-is: Add Exynos5 FIMC-IS device tree bindings documentation

2013-07-16 Thread Arun Kumar K
Hi Sylwester, On Wed, Jul 17, 2013 at 2:53 AM, Sylwester Nawrocki sylvester.nawro...@gmail.com wrote: Hi Arun, On 07/09/2013 01:08 PM, Arun Kumar K wrote: On Fri, Jun 21, 2013 at 4:15 AM, Sylwester Nawrocki sylvester.nawro...@gmail.com wrote: On 05/31/2013 03:03 PM, Arun Kumar K wrote:

Re: [RFC v2 06/10] exynos5-fimc-is: Adds isp subdev

2013-07-16 Thread Arun Kumar K
Hi Sylwester, On Wed, Jul 17, 2013 at 3:41 AM, Sylwester Nawrocki sylvester.nawro...@gmail.com wrote: On 07/09/2013 01:42 PM, Arun Kumar K wrote: + /* Check if same as sensor width height */ + sensor_width = p-sensor-drvdata-pixel_width; + sensor_height =

Re: [RFC v2 05/10] exynos5-fimc-is: Adds the sensor subdev

2013-07-16 Thread Arun Kumar K
Hi Sylwester, On Wed, Jul 17, 2013 at 3:33 AM, Sylwester Nawrocki sylvester.nawro...@gmail.com wrote: Hi Arun, On 07/09/2013 02:04 PM, Arun Kumar K wrote: On Wed, Jun 26, 2013 at 12:57 PM, Hans Verkuilhverk...@xs4all.nl wrote: On Fri May 31 2013 15:03:23 Arun Kumar K wrote: FIMC-IS