Re: [DVB Digital Devices Cine CT V6] status support

2012-02-26 Thread Lars Hanisch
Hi, Am 25.02.2012 20:35, schrieb Martin Herrman: Op 10 januari 2012 09:12 schreef Martin Herrman martin.herr...@gmail.com het volgende: 2012/1/9 Thomas Kaiserlinux-...@kaiser-linux.li: Hello Martin I use the DD Cine CT V6 with DVB-C. It works without problems. I got the driver before

Re: [PATCH][libv4l] Bytes per Line

2012-02-26 Thread Robert Abel
A patch for conversion bayer = rgb as well as bayer = yuv is attached. Basically, every time where width was assumed to be the offset to the neighboring pixel below, now step is used for compatibility with images where width != bytesperline. Signed-off-by: Robert Abel a...@uni-bielefeld.de diff

Problem with HVR4000 since 3.3-rc..

2012-02-26 Thread Robert Gadsdon
My HVR4000 has been working correctly with kernel versions up to 3.2.7, but with 3.3-rc2/3/4/5 I get: '' # kobject_add_internal failed for dvb with -EEXIST, don't try to register things with the same name in the same directory. '' .. errors, repeated, and dev/dvb/.. does not exist. Is this

RE: i.mx35 live video

2012-02-26 Thread Alex Gershgorin
Thanks Guennadi for your quick response , Hi Alex Hi Guennadi, We would like to use I.MX35 processor in new project. An important element of the project is to obtain life video from the camera and display it on display. For these purposes, we want to use mainline Linux kernel which

Re: [PATCH 01/11] v4l: Add driver for Micron MT9M032 camera sensor

2012-02-26 Thread Fabio Estevam
On Sun, Feb 26, 2012 at 12:27 AM, Laurent Pinchart laurent.pinch...@ideasonboard.com wrote: +static int __init mt9m032_init(void) +{ +       int rval; + +       rval = i2c_add_driver(mt9m032_i2c_driver); +       if (rval) +               pr_err(%s: failed registering MT9M032_NAME \n,

Re: [PATCH 08/11] mt9m032: Compute PLL parameters at runtime

2012-02-26 Thread Laurent Pinchart
Hi, On Sunday 26 February 2012 04:27:34 Laurent Pinchart wrote: Remove the PLL parameters from platform data and pass the external clock and desired internal clock frequencies instead. The PLL parameters are now computed at runtime. My bad, this was supposed to be squashed with patch 11/11.

Re: [PATCH 01/11] v4l: Add driver for Micron MT9M032 camera sensor

2012-02-26 Thread Laurent Pinchart
Hi Fabio, Thanks for the review. On Sunday 26 February 2012 11:16:19 Fabio Estevam wrote: On Sun, Feb 26, 2012 at 12:27 AM, Laurent Pinchart wrote: +static int __init mt9m032_init(void) +{ + int rval; + + rval = i2c_add_driver(mt9m032_i2c_driver); + if (rval) +

RE: i.mx35 live video

2012-02-26 Thread Guennadi Liakhovetski
On Sun, 26 Feb 2012, Alex Gershgorin wrote: Thanks Guennadi for your quick response , Hi Alex Hi Guennadi, We would like to use I.MX35 processor in new project. An important element of the project is to obtain life video from the camera and display it on display. For these

Re: Video Capture Issue

2012-02-26 Thread Sriram V
Hi, When I take the dump of the buffer which is pointed by DATA MEM PING ADDRESS. It always shows 0x55. Even if i write 0x00 to the address. I do notice that it quickly changes to 0x55. Under what conditions could this happen? What am i missing here. I do notice that the OMAP4 ISS is

Re: [RFC] Frame format descriptors

2012-02-26 Thread Sylwester Nawrocki
Hi Sakari, thank you for the RFC. Nice work! On 02/25/2012 04:49 AM, Sakari Ailus wrote: Hi all, We've been talking some time about frame format desciptors. I don't mean just image data --- there can be metadata and image data which cannot be currently described using struct

Re: [PATCH/RFC][DRAFT] V4L: Add camera auto focus controls

2012-02-26 Thread Sylwester Nawrocki
Hi, On 01/16/2012 10:33 PM, Sylwester Nawrocki wrote: diff --git a/include/linux/videodev2.h b/include/linux/videodev2.h index 012a296..0808b12 100644 --- a/include/linux/videodev2.h +++ b/include/linux/videodev2.h @@ -1662,6 +1662,34 @@ enum v4l2_exposure_auto_type { #define

Re: [PATCH/RFC][DRAFT] V4L: Add camera auto focus controls

2012-02-26 Thread Sylwester Nawrocki
On 02/26/2012 05:57 PM, Sylwester Nawrocki wrote: rather painful in use. After changing V4L2_CID_AUTO_FOCUS_SELECTION to #define V4L2_CID_AUTO_FOCUS_AREA (V4L2_CID_CAMERA_CLASS_BASE+23) Oops, of course each occurence of SELECTION below should be replaced with AREA. Sorry for the

Re: DVB nGene CI : TS Discontinuities issues

2012-02-26 Thread Anssi Hannula
Hello, 13.05.2011 14:54, Ralph Metzler kirjoitti: Below my test code. You just need to adjust the device name. I had it running for an hour and had no discontinuities (except at restarts, might have to look into buffer flushing). I tested it with nGene and Octopus boards on an Asus ION2

RE: i.mx35 live video

2012-02-26 Thread Alex Gershgorin
Thanks Guennadi for your quick response , Hi Alex Hi Guennadi, We would like to use I.MX35 processor in new project. An important element of the project is to obtain life video from the camera and display it on display. For these purposes, we want to use mainline Linux

Re: [PATCH v3 08/33] v4l: Add subdev selections documentation: svg and dia files

2012-02-26 Thread Sakari Ailus
Hi Laurent, Laurent Pinchart wrote: Hi Sakari, Thanks for the patch. On Monday 20 February 2012 03:56:47 Sakari Ailus wrote: Add svga and dia files for V4L2 subdev selections documentation. Signed-off-by: Sakari Ailus sakari.ai...@iki.fi The diagram look fine, although a bit complex.

cron job: media_tree daily build: WARNINGS

2012-02-26 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:Sun Feb 26 19:00:18 CET 2012 git hash:a3db60bcf7671cc011ab4f848cbc40ff7ab52c1e gcc version: i686-linux-gcc

RE: i.mx35 live video

2012-02-26 Thread Guennadi Liakhovetski
On Sun, 26 Feb 2012, Alex Gershgorin wrote: Thanks Guennadi for your quick response , Hi Alex Hi Guennadi, We would like to use I.MX35 processor in new project. An important element of the project is to obtain life video from the camera and display it on display.

Re: [PATCH] tea575x: fix HW seek

2012-02-26 Thread Ondrej Zary
On Friday 24 February 2012 10:00:01 Hans Verkuil wrote: On Wednesday, February 22, 2012 09:35:28 Ondrej Zary wrote: On Tuesday 21 February 2012, Hans Verkuil wrote: On Saturday, February 18, 2012 17:45:45 Ondrej Zary wrote: Fix HW seek in TEA575x to work properly: - a delay must be

Re: i.mx35 live video

2012-02-26 Thread Sylwester Nawrocki
Hi, On 02/26/2012 09:58 PM, Guennadi Liakhovetski wrote: It might be difficult to completely eliminate the CPU, at the very least you need to queue and dequeue buffers to and from the V4L driver. To avoid even that, in principle, you could try to use only one buffer, but I don't think the

Re: [PATCH v3 09/33] v4l: Add subdev selections documentation

2012-02-26 Thread Sakari Ailus
Hi Laurent, Many thanks for the comments! Laurent Pinchart wrote: On Monday 20 February 2012 03:56:48 Sakari Ailus wrote: Add documentation for V4L2 subdev selection API. This changes also experimental V4L2 subdev API so that scaling now works through selection API only. Signed-off-by:

Re: DVB nGene CI : TS Discontinuities issues

2012-02-26 Thread Ralph Metzler
Anssi Hannula writes: I had it running for an hour and had no discontinuities (except at restarts, might have to look into buffer flushing). I tested it with nGene and Octopus boards on an Asus ION2 board and on a Marvell Kirkwood based ARM board. Should your test code (quoted

Re: [PATCH 01/11] v4l: Add driver for Micron MT9M032 camera sensor

2012-02-26 Thread Laurent Pinchart
On Sunday 26 February 2012 15:28:29 Laurent Pinchart wrote: On Sunday 26 February 2012 11:16:19 Fabio Estevam wrote: On Sun, Feb 26, 2012 at 12:27 AM, Laurent Pinchart wrote: +static int __init mt9m032_init(void) +{ + int rval; + + rval =

Re: [RFC/PATCH 1/6] V4L: Add V4L2_MBUS_FMT_VYUY_JPEG_I1_1X8 media bus format

2012-02-26 Thread Sakari Ailus
Hi Sylwester, Sylwester Nawrocki wrote: On 02/17/2012 07:15 PM, Sakari Ailus wrote: On Fri, Feb 17, 2012 at 03:26:29PM +0100, Sylwester Nawrocki wrote: On 02/16/2012 08:46 PM, Sakari Ailus wrote: On Thu, Feb 16, 2012 at 07:23:54PM +0100, Sylwester Nawrocki wrote: This patch adds media bus

cxd2099 CI on DDBridge not working (was: Re: DVB nGene CI : TS Discontinuities issues)

2012-02-26 Thread Anssi Hannula
27.02.2012 00:14, Ralph Metzler kirjoitti: Anssi Hannula writes: I had it running for an hour and had no discontinuities (except at restarts, might have to look into buffer flushing). I tested it with nGene and Octopus boards on an Asus ION2 board and on a Marvell Kirkwood based

[PATCH][trivial] media, DiB0090: remove redundant ';' from dib0090_fw_identify()

2012-02-26 Thread Jesper Juhl
One semi-colon is enough. Signed-off-by: Jesper Juhl j...@chaosbits.net --- drivers/media/dvb/frontends/dib0090.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/media/dvb/frontends/dib0090.c b/drivers/media/dvb/frontends/dib0090.c index 224d81e..d9fe60b 100644

Re: [PATCH v3 26/33] omap3isp: Default link validation for ccp2, csi2, preview and resizer

2012-02-26 Thread Laurent Pinchart
Hi Sakari, On Saturday 25 February 2012 03:34:36 Sakari Ailus wrote: On Wed, Feb 22, 2012 at 12:01:26PM +0100, Laurent Pinchart wrote: On Monday 20 February 2012 03:57:05 Sakari Ailus wrote: Use default link validation for ccp2, csi2, preview and resizer. On ccp2, csi2 and ccdc we also

Re: OMAP CCDC with sensors that are always on...

2012-02-26 Thread Laurent Pinchart
Hi Chris, On Saturday 25 February 2012 01:48:02 Sakari Ailus wrote: On Fri, Feb 17, 2012 at 05:32:31PM -0600, Chris Whittenburg wrote: I fixed my sensor to respect a run signal from the omap, so that now it only sends data when the ccdc is expecting it. This fixed my problem, and now I

Re: OMAP CCDC with sensors that are always on...

2012-02-26 Thread Sakari Ailus
Hi Laurent, Laurent Pinchart wrote: Hi Chris, On Saturday 25 February 2012 01:48:02 Sakari Ailus wrote: On Fri, Feb 17, 2012 at 05:32:31PM -0600, Chris Whittenburg wrote: I fixed my sensor to respect a run signal from the omap, so that now it only sends data when the ccdc is expecting it.

Re: [PATCH v3 26/33] omap3isp: Default link validation for ccp2, csi2, preview and resizer

2012-02-26 Thread Sakari Ailus
Hi Laurent, Laurent Pinchart wrote: Hi Sakari, On Saturday 25 February 2012 03:34:36 Sakari Ailus wrote: On Wed, Feb 22, 2012 at 12:01:26PM +0100, Laurent Pinchart wrote: On Monday 20 February 2012 03:57:05 Sakari Ailus wrote: Use default link validation for ccp2, csi2, preview and

Re: OMAP CCDC with sensors that are always on...

2012-02-26 Thread Laurent Pinchart
Hi Sakari, On Monday 27 February 2012 01:35:14 Sakari Ailus wrote: Laurent Pinchart wrote: On Saturday 25 February 2012 01:48:02 Sakari Ailus wrote: On Fri, Feb 17, 2012 at 05:32:31PM -0600, Chris Whittenburg wrote: I fixed my sensor to respect a run signal from the omap, so that now it

Re: OMAP CCDC with sensors that are always on...

2012-02-26 Thread Sakari Ailus
Hi Laurent, Laurent Pinchart wrote: On Monday 27 February 2012 01:35:14 Sakari Ailus wrote: Laurent Pinchart wrote: On Saturday 25 February 2012 01:48:02 Sakari Ailus wrote: On Fri, Feb 17, 2012 at 05:32:31PM -0600, Chris Whittenburg wrote: I fixed my sensor to respect a run signal from the

Re: [PATCH v3 04/33] v4l: VIDIOC_SUBDEV_S_SELECTION and VIDIOC_SUBDEV_G_SELECTION IOCTLs

2012-02-26 Thread Laurent Pinchart
Hi Sakari, On Thursday 23 February 2012 08:01:23 Sakari Ailus wrote: Laurent Pinchart wrote: [snip] +/* active cropping area */ +#define V4L2_SUBDEV_SEL_TGT_CROP_ACTIVE 0x +/* cropping bounds */ +#define V4L2_SUBDEV_SEL_TGT_CROP_BOUNDS 0x0002

Re: [PATCH 3/3] Firmware for AF9035/AF9033 driver

2012-02-26 Thread Daniel Glöckner
On Wed, Feb 22, 2012 at 11:22:02PM +0100, Hans-Frieder Vogt wrote: 0040: Firmware_CODELENGTH bytes Some time ago I analyzed the firmware of the AF9035. The firmware download command inside the on-chip ROM expects chunks with a 7 byte header: Byte 0: MCS 51 core There are two inside

Re: [PATCH v3 06/33] v4l: Check pad number in get try pointer functions

2012-02-26 Thread Laurent Pinchart
Hi Sakari, On Thursday 23 February 2012 07:57:54 Sakari Ailus wrote: Laurent Pinchart wrote: On Monday 20 February 2012 03:56:45 Sakari Ailus wrote: Unify functions to get try pointers and validate the pad number accessed by the user. Signed-off-by: Sakari Ailus sakari.ai...@iki.fi

Re: [PATCH v3 04/33] v4l: VIDIOC_SUBDEV_S_SELECTION and VIDIOC_SUBDEV_G_SELECTION IOCTLs

2012-02-26 Thread Sakari Ailus
Hi Laurent, On Mon, Feb 27, 2012 at 01:22:34AM +0100, Laurent Pinchart wrote: Hi Sakari, On Thursday 23 February 2012 08:01:23 Sakari Ailus wrote: Laurent Pinchart wrote: [snip] +/* active cropping area */ +#define V4L2_SUBDEV_SEL_TGT_CROP_ACTIVE 0x +/*

Re: [PATCH v3 33/33] rm680: Add camera init

2012-02-26 Thread Laurent Pinchart
Hi Sakari, Thanks for the patch. On Monday 20 February 2012 03:57:12 Sakari Ailus wrote: From: Sakari Ailus sakari.ai...@maxwell.research.nokia.com This currently introduces an extra file to the arch/arm/mach-omap2 directory: board-rm680-camera.c. Keeping the device tree in mind, the