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
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
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
>
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
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