Re: OMAP3 ISP and tvp5151 driver.

2011-04-21 Thread Laurent Pinchart
Hi Raffaele, On Wednesday 20 April 2011 17:25:58 Raffaele Recalcati wrote: > On Wed, Mar 30, 2011 at 3:32 PM, Laurent Pinchart wrote: > > On Wednesday 30 March 2011 13:05:08 Loïc Akue wrote: > >> Hi Laurent, > >> > >> > The OMAP3 ISP should support interleaving interlaced frames, but > >> > that'

Re: OMAP3 ISP and tvp5151 driver.

2011-04-20 Thread Raffaele Recalcati
Hi Laurent, On Wed, Apr 20, 2011 at 5:25 PM, Raffaele Recalcati wrote: > Hi Laurent, > > On Wed, Mar 30, 2011 at 3:32 PM, Laurent Pinchart > wrote: >> Hi Loïc, >> >> On Wednesday 30 March 2011 13:05:08 Loïc Akue wrote: >>> Hi Laurent, >>> >>> > The OMAP3 ISP should support interleaving interlace

Re: OMAP3 ISP and tvp5151 driver.

2011-04-20 Thread Raffaele Recalcati
Hi Laurent, On Wed, Mar 30, 2011 at 3:32 PM, Laurent Pinchart wrote: > Hi Loïc, > > On Wednesday 30 March 2011 13:05:08 Loïc Akue wrote: >> Hi Laurent, >> >> > The OMAP3 ISP should support interleaving interlaced frames, but that's >> > not implemented in the driver. You will need to at least imp

Re: OMAP3 ISP and tvp5151 driver.

2011-03-30 Thread Laurent Pinchart
Hi Loïc, On Wednesday 30 March 2011 13:05:08 Loïc Akue wrote: > Hi Laurent, > > > The OMAP3 ISP should support interleaving interlaced frames, but that's > > not implemented in the driver. You will need to at least implement > > interlaced frames support in the CCDC module to report field identif

Re: OMAP3 ISP and tvp5151 driver.

2011-03-29 Thread Laurent Pinchart
Hi Enric, On Tuesday 29 March 2011 17:19:53 Enric Balletbò i Serra wrote: > 2011/1/19 Laurent Pinchart : > > On Wednesday 19 January 2011 12:05:54 Enric Balletbò i Serra wrote: > >> 2011/1/18 Laurent Pinchart : > >> > On Tuesday 18 January 2011 10:20:43 Enric Balletbò i Serra wrote: > >> >> Now se

Re: OMAP3 ISP and tvp5151 driver.

2011-03-29 Thread Enric Balletbò i Serra
Hello all, 2011/1/19 Laurent Pinchart : > Hi Enric, > > On Wednesday 19 January 2011 12:05:54 Enric Balletbò i Serra wrote: >> 2011/1/18 Laurent Pinchart : >> > On Tuesday 18 January 2011 10:20:43 Enric Balletbò i Serra wrote: >> >> Now seems yavta is blocked dequeuing a buffer ( VIDIOC_DQBUF ), w

Re: OMAP3 ISP and tvp5151 driver.

2011-01-19 Thread Laurent Pinchart
Hi Enric, On Wednesday 19 January 2011 12:05:54 Enric Balletbò i Serra wrote: > 2011/1/18 Laurent Pinchart : > > On Tuesday 18 January 2011 10:20:43 Enric Balletbò i Serra wrote: > >> Now seems yavta is blocked dequeuing a buffer ( VIDIOC_DQBUF ), with > >> strace I get > >> > >> $ strace ./yavta

Re: OMAP3 ISP and tvp5151 driver.

2011-01-19 Thread Enric Balletbò i Serra
Hi Laurent, 2011/1/18 Laurent Pinchart : > Hi Enric, > > On Tuesday 18 January 2011 10:20:43 Enric Balletbò i Serra wrote: >> >> Now seems yavta is blocked dequeuing a buffer ( VIDIOC_DQBUF ), with >> strace I get >> >> $ strace ./yavta -f SGRBG10 -s 720x525 -n 1 --capture=1 -F /dev/video2 >> >> m

Re: OMAP3 ISP and tvp5151 driver.

2011-01-18 Thread Laurent Pinchart
Hi Enric, On Tuesday 18 January 2011 10:20:43 Enric Balletbò i Serra wrote: > > Now seems yavta is blocked dequeuing a buffer ( VIDIOC_DQBUF ), with > strace I get > > $ strace ./yavta -f SGRBG10 -s 720x525 -n 1 --capture=1 -F /dev/video2 > > mmap2(NULL, 756000, PROT_READ|PROT_WRITE, MAP_SHARED

Re: OMAP3 ISP and tvp5151 driver.

2011-01-18 Thread Enric Balletbò i Serra
Hi Laurent, 2011/1/14 Laurent Pinchart : > Hi Enric, > > On Thursday 13 January 2011 13:27:43 Enric Balletbò i Serra wrote: >> 2011/1/12 Laurent Pinchart : >> > On Wednesday 12 January 2011 12:58:04 Enric Balletbò i Serra wrote: >> >> Hi all, >> >> >> >> As explained in my first mail I would like

Re: OMAP3 ISP and tvp5151 driver.

2011-01-14 Thread Laurent Pinchart
Hi Enric, On Thursday 13 January 2011 13:27:43 Enric Balletbò i Serra wrote: > 2011/1/12 Laurent Pinchart : > > On Wednesday 12 January 2011 12:58:04 Enric Balletbò i Serra wrote: > >> Hi all, > >> > >> As explained in my first mail I would like port the tvp515x driver to > >> new media framework

Re: OMAP3 ISP and tvp5151 driver.

2011-01-13 Thread Enric Balletbò i Serra
Hi all, 2011/1/12 Laurent Pinchart : > Hi Enric, > > On Wednesday 12 January 2011 12:58:04 Enric Balletbò i Serra wrote: >> Hi all, >> >> As explained in my first mail I would like port the tvp515x driver to >> new media framework, I'm a newbie with the v4l2 API and of course with >> the new media

Re: OMAP3 ISP and tvp5151 driver.

2011-01-12 Thread Laurent Pinchart
Hi Enric, On Wednesday 12 January 2011 12:58:04 Enric Balletbò i Serra wrote: > Hi all, > > As explained in my first mail I would like port the tvp515x driver to > new media framework, I'm a newbie with the v4l2 API and of course with > the new media framework API, so sorry if next questions are

Re: OMAP3 ISP and tvp5151 driver.

2011-01-12 Thread Enric Balletbò i Serra
Hi all, As explained in my first mail I would like port the tvp515x driver to new media framework, I'm a newbie with the v4l2 API and of course with the new media framework API, so sorry if next questions are stupid or trivial (please, patience with me). My idea is follow this link schem: -

Re: OMAP3 ISP and tvp5151 driver.

2010-12-28 Thread Laurent Pinchart
Hi Enric, On Monday 27 December 2010 17:24:13 Enric Balletbò i Serra wrote: > Hello all, > > I'm new on media and camera, I try to use the OMAP3 ISP driver on > OMAP3530 with media framework. I've a TVP5151 connected on ISP port > though the parallel interface on own custom board > > Against whi

OMAP3 ISP and tvp5151 driver.

2010-12-27 Thread Enric Balletbò i Serra
Hello all, I'm new on media and camera, I try to use the OMAP3 ISP driver on OMAP3530 with media framework. I've a TVP5151 connected on ISP port though the parallel interface on own custom board Against which repository/branch should I start the development ? Should I port tvp5150 driver to