Re: [RFC/PATCH 1/5] v4l: Convert V4L2_CID_FOCUS_AUTO control to a menu control

2012-01-06 Thread Sylwester Nawrocki
Hi Sakari, On 01/04/2012 03:04 PM, Sakari Ailus wrote: >> On 01/02/2012 12:16 PM, Laurent Pinchart wrote: * controls for starting/stopping auto focusing (V4L2_CID_FOCUS_AUTO == false) V4L2_CID_START_AUTO_FOCUS (button) - start auto focusing, V4L2_CID_STOP_AUTO_FOCUS

Re: [RFC/PATCH 1/5] v4l: Convert V4L2_CID_FOCUS_AUTO control to a menu control

2012-01-06 Thread Sylwester Nawrocki
Hi Sakari, On 01/04/2012 02:22 PM, Sakari Ailus wrote: >> The V4L2_CID_FOCUS_AUTO menu control has currently following items: >> 0 - V4L2_FOCUS_MANUAL, >> 1 - V4L2_FOCUS_AUTO, >> 2 - V4L2_FOCUS_AUTO_MACRO, >> 3 - V4L2_FOCUS_AUTO_CONTINUOUS. > > I would put the m

Re: [RFC/PATCH 1/5] v4l: Convert V4L2_CID_FOCUS_AUTO control to a menu control

2012-01-04 Thread Sylwester Nawrocki
Hi Laurent, On 01/03/2012 02:55 PM, Laurent Pinchart wrote: > parameter. We also need to discuss how the af statistics window > configuration is done. I'm not certain there could even be a > standardised Do we need multiple windows for AF statistics ? If not, I'm in

Re: [RFC/PATCH 1/5] v4l: Convert V4L2_CID_FOCUS_AUTO control to a menu control

2012-01-04 Thread Sakari Ailus
Hi Sylwester, On Mon, Jan 02, 2012 at 09:55:31PM +0100, Sylwester Nawrocki wrote: > Hi Laurent, > > On 01/02/2012 12:16 PM, Laurent Pinchart wrote: > >> * controls for starting/stopping auto focusing (V4L2_CID_FOCUS_AUTO == > >> false) > >> > >> V4L2_CID_START_AUTO_FOCUS (button) - start auto f

Re: [RFC/PATCH 1/5] v4l: Convert V4L2_CID_FOCUS_AUTO control to a menu control

2012-01-04 Thread Sakari Ailus
Hi Sylwester, On Sun, Jan 01, 2012 at 05:49:11PM +0100, Sylwester Nawrocki wrote: > On 12/31/2011 01:00 PM, Sakari Ailus wrote: > > Hi Sylwester, > > > > Apologies for my late answer. > > No problem, thanks for your comments! > > > On Sat, Dec 10, 2011 at 03:42:41PM +0100, Sylwester Nawrocki wr

Re: [RFC/PATCH 1/5] v4l: Convert V4L2_CID_FOCUS_AUTO control to a menu control

2012-01-03 Thread Laurent Pinchart
Hi Sylwester, On Monday 02 January 2012 21:55:31 Sylwester Nawrocki wrote: > On 01/02/2012 12:16 PM, Laurent Pinchart wrote: > >> * controls for starting/stopping auto focusing (V4L2_CID_FOCUS_AUTO == > >> false) > >> > >> V4L2_CID_START_AUTO_FOCUS (button) - start auto focusing, > >> V4L2_CI

Re: [RFC/PATCH 1/5] v4l: Convert V4L2_CID_FOCUS_AUTO control to a menu control

2012-01-02 Thread Sylwester Nawrocki
Hi Laurent, On 01/02/2012 12:16 PM, Laurent Pinchart wrote: >> * controls for starting/stopping auto focusing (V4L2_CID_FOCUS_AUTO == >> false) >> >> V4L2_CID_START_AUTO_FOCUS (button) - start auto focusing, >> V4L2_CID_STOP_AUTO_FOCUS (button) - stop auto focusing (might be also >>

Re: [RFC/PATCH 1/5] v4l: Convert V4L2_CID_FOCUS_AUTO control to a menu control

2012-01-02 Thread Laurent Pinchart
Hi Sylwester, On Sunday 01 January 2012 17:49:11 Sylwester Nawrocki wrote: > On 12/31/2011 01:00 PM, Sakari Ailus wrote: > > On Sat, Dec 10, 2011 at 03:42:41PM +0100, Sylwester Nawrocki wrote: > >> On 12/10/2011 11:33 AM, Sakari Ailus wrote: > >>> On Sun, Dec 04, 2011 at 04:16:12PM +0100, Sylweste

Re: [RFC/PATCH 1/5] v4l: Convert V4L2_CID_FOCUS_AUTO control to a menu control

2012-01-01 Thread Sylwester Nawrocki
On 12/31/2011 01:00 PM, Sakari Ailus wrote: > Hi Sylwester, > > Apologies for my late answer. No problem, thanks for your comments! > On Sat, Dec 10, 2011 at 03:42:41PM +0100, Sylwester Nawrocki wrote: >> Hi Sakari, >> >> On 12/10/2011 11:33 AM, Sakari Ailus wrote: >>> On Sun, Dec 04, 2011 at 04

Re: [RFC/PATCH 1/5] v4l: Convert V4L2_CID_FOCUS_AUTO control to a menu control

2011-12-31 Thread Sakari Ailus
Hi Sylwester, Apologies for my late answer. On Sat, Dec 10, 2011 at 03:42:41PM +0100, Sylwester Nawrocki wrote: > Hi Sakari, > > On 12/10/2011 11:33 AM, Sakari Ailus wrote: > > On Sun, Dec 04, 2011 at 04:16:12PM +0100, Sylwester Nawrocki wrote: > >> Change the V4L2_CID_FOCUS_AUTO control type fr

Re: [RFC/PATCH 1/5] v4l: Convert V4L2_CID_FOCUS_AUTO control to a menu control

2011-12-11 Thread Sylwester Nawrocki
On 12/10/2011 11:33 AM, Sakari Ailus wrote: > On Sun, Dec 04, 2011 at 04:16:12PM +0100, Sylwester Nawrocki wrote: >> Change the V4L2_CID_FOCUS_AUTO control type from boolean to a menu >> type. In case of boolean control we had values 0 and 1 corresponding >> to manual and automatic focus respective

Re: [RFC/PATCH 1/5] v4l: Convert V4L2_CID_FOCUS_AUTO control to a menu control

2011-12-10 Thread Sylwester Nawrocki
Hi Sakari, On 12/10/2011 11:33 AM, Sakari Ailus wrote: > On Sun, Dec 04, 2011 at 04:16:12PM +0100, Sylwester Nawrocki wrote: >> Change the V4L2_CID_FOCUS_AUTO control type from boolean to a menu >> type. In case of boolean control we had values 0 and 1 corresponding >> to manual and automatic focu

Re: [RFC/PATCH 1/5] v4l: Convert V4L2_CID_FOCUS_AUTO control to a menu control

2011-12-10 Thread Sakari Ailus
Hi Sylwester, On Sun, Dec 04, 2011 at 04:16:12PM +0100, Sylwester Nawrocki wrote: > Change the V4L2_CID_FOCUS_AUTO control type from boolean to a menu > type. In case of boolean control we had values 0 and 1 corresponding > to manual and automatic focus respectively. > > The V4L2_CID_FOCUS_AUTO m

Re: [RFC/PATCH 1/5] v4l: Convert V4L2_CID_FOCUS_AUTO control to a menu control

2011-12-06 Thread Sylwester Nawrocki
Hi Laurent, On 12/06/2011 01:31 PM, Laurent Pinchart wrote: > Hi Sylwester, > > On Sunday 04 December 2011 16:16:12 Sylwester Nawrocki wrote: >> Change the V4L2_CID_FOCUS_AUTO control type from boolean to a menu >> type. In case of boolean control we had values 0 and 1 corresponding >> to manual

Re: [RFC/PATCH 1/5] v4l: Convert V4L2_CID_FOCUS_AUTO control to a menu control

2011-12-06 Thread Laurent Pinchart
Hi Sylwester, On Sunday 04 December 2011 16:16:12 Sylwester Nawrocki wrote: > Change the V4L2_CID_FOCUS_AUTO control type from boolean to a menu > type. In case of boolean control we had values 0 and 1 corresponding > to manual and automatic focus respectively. > > The V4L2_CID_FOCUS_AUTO menu co

[RFC/PATCH 1/5] v4l: Convert V4L2_CID_FOCUS_AUTO control to a menu control

2011-12-04 Thread Sylwester Nawrocki
Change the V4L2_CID_FOCUS_AUTO control type from boolean to a menu type. In case of boolean control we had values 0 and 1 corresponding to manual and automatic focus respectively. The V4L2_CID_FOCUS_AUTO menu control has currently following items: 0 - V4L2_FOCUS_MANUAL, 1 - V4L2_FOCUS_AUTO,