Re: SV: SV: omap3isp - H3A auto white balance

2011-07-07 Thread Daniel Lundborg
Hi Jonathan, if you change the mt9v034_set_chip_control in mt9v034_configure to.. ret = mt9v034_set_chip_control(mt9v034, MT9V034_CHIP_CONTROL_RESERVED, 0); // Clear bit 9 for normal operation ..it will start streaming as you startup the driver. You could consider clearing all bits in mt9v034

Re: SV: SV: omap3isp - H3A auto white balance

2011-07-07 Thread Jonathan Cameron
Hi Daniel, Thanks for the driver. Couple of quick queries. What do I need for streaming mode (and does this work well for you?) If I can get this working, I'm happy to pick up the job of patch cleanup for you as a thank you. Jonathan > Hello again, > >> Hi Daniel, >> >> On Wednesday 01 June 20

Re: SV: omap3isp - H3A auto white balance

2011-07-06 Thread Laurent Pinchart
Hi Daniel, On Wednesday 01 June 2011 10:49:43 Daniel Lundborg wrote: > > On Tuesday 31 May 2011 12:07:08 Daniel Lundborg wrote: > > > > [snip] > > > > > > Any chance you will submit the driver for inclusion in the kernel? > > > Yes if there is an interest in it. I can create a patch from your >

Re: omap3isp - H3A auto white balance

2011-05-31 Thread Laurent Pinchart
Hi Daniel, On Tuesday 31 May 2011 12:07:08 Daniel Lundborg wrote: [snip] > > Any chance you will submit the driver for inclusion in the kernel ? > > Yes if there is an interest in it. I can create a patch from your > omap3isp-next-sensors tree if you want. That would be nice, thank you. -- R

Re: omap3isp - H3A auto white balance

2011-05-31 Thread Daniel Lundborg
Hi Laurent, > Hi Daniel, > > On Tuesday 31 May 2011 11:45:13 Daniel Lundborg wrote: > > > On Thursday 26 May 2011 15:06:17 Daniel Lundborg wrote: > > > > > On Thursday 26 May 2011 10:57:39 Daniel Lundborg wrote: > > > > > > Hello, > > > > > > > > > > > > I am developing a camera sensor driver fo

Re: omap3isp - H3A auto white balance

2011-05-31 Thread Laurent Pinchart
Hi Daniel, On Tuesday 31 May 2011 11:45:13 Daniel Lundborg wrote: > > On Thursday 26 May 2011 15:06:17 Daniel Lundborg wrote: > > > > On Thursday 26 May 2011 10:57:39 Daniel Lundborg wrote: > > > > > Hello, > > > > > > > > > > I am developing a camera sensor driver for the Aptina MT9V034. I > > >

Re: omap3isp - H3A auto white balance

2011-05-31 Thread Daniel Lundborg
Hi Laurent, > Hi Daniel, > > On Thursday 26 May 2011 15:06:17 Daniel Lundborg wrote: > > > On Thursday 26 May 2011 10:57:39 Daniel Lundborg wrote: > > > > Hello, > > > > > > > > I am developing a camera sensor driver for the Aptina MT9V034. I > > > > am only using it in snapshot mode and I can

Re: SV: omap3isp - H3A auto white balance

2011-05-27 Thread Laurent Pinchart
Hi Daniel, On Thursday 26 May 2011 15:06:17 Daniel Lundborg wrote: > > On Thursday 26 May 2011 10:57:39 Daniel Lundborg wrote: > > > Hello, > > > > > > I am developing a camera sensor driver for the Aptina MT9V034. I am only > > > using it in snapshot mode and I can successfully trigger the senso

SV: omap3isp - H3A auto white balance

2011-05-26 Thread Daniel Lundborg
Hi Laurent, > Hi Daniel, > > On Thursday 26 May 2011 10:57:39 Daniel Lundborg wrote: > > > > Hello, > > > > I am developing a camera sensor driver for the Aptina MT9V034. I am only > > using it in snapshot mode and I can successfully trigger the sensor and > > receive pictures using the latest

Re: omap3isp - H3A auto white balance

2011-05-26 Thread Laurent Pinchart
Hi Daniel, On Thursday 26 May 2011 10:57:39 Daniel Lundborg wrote: > > Hello, > > I am developing a camera sensor driver for the Aptina MT9V034. I am only > using it in snapshot mode and I can successfully trigger the sensor and > receive pictures using the latest omap3isp driver from > git://li

omap3isp - H3A auto white balance

2011-05-25 Thread Daniel Lundborg
Hello, I am developing a camera sensor driver for the Aptina MT9V034. I am only using it in snapshot mode and I can successfully trigger the sensor and receive pictures using the latest omap3isp driver from git://linuxtv.org/pinchartl/media.git branch omap3isp-next-sensors with kernel 2.6.38. I c