Re: [PATCH] RFC: Support for multiple selections

2013-09-12 Thread Ricardo Ribalda Delgado
Hi Hans On Wed, Sep 11, 2013 at 3:02 PM, Hans Verkuil wrote: > Hi Ricardo, > > On 09/11/2013 02:13 PM, Ricardo Ribalda Delgado wrote: >> Hello Hans >> >> On Wed, Sep 11, 2013 at 12:49 PM, Hans Verkuil wrote: >>> Hi Ricardo, >>> >>> On 09/11/2013 11:34 AM, Ricardo Ribalda Delgado wrote: Hi H

Re: [PATCH] RFC: Support for multiple selections

2013-09-11 Thread Hans Verkuil
Hi Ricardo, On 09/11/2013 02:13 PM, Ricardo Ribalda Delgado wrote: > Hello Hans > > On Wed, Sep 11, 2013 at 12:49 PM, Hans Verkuil wrote: >> Hi Ricardo, >> >> On 09/11/2013 11:34 AM, Ricardo Ribalda Delgado wrote: >>> Hi Hans >>> >>> Thanks for your feedback >>> >>> On Wed, Sep 11, 2013 at 11:04

Re: [PATCH] RFC: Support for multiple selections

2013-09-11 Thread Ricardo Ribalda Delgado
Hello Hans On Wed, Sep 11, 2013 at 12:49 PM, Hans Verkuil wrote: > Hi Ricardo, > > On 09/11/2013 11:34 AM, Ricardo Ribalda Delgado wrote: >> Hi Hans >> >> Thanks for your feedback >> >> On Wed, Sep 11, 2013 at 11:04 AM, Hans Verkuil wrote: >>> Hi Ricardo, >>> >>> On 09/11/2013 10:30 AM, Ricardo

Re: [PATCH] RFC: Support for multiple selections

2013-09-11 Thread Hans Verkuil
Hi Ricardo, On 09/11/2013 11:34 AM, Ricardo Ribalda Delgado wrote: > Hi Hans > > Thanks for your feedback > > On Wed, Sep 11, 2013 at 11:04 AM, Hans Verkuil wrote: >> Hi Ricardo, >> >> On 09/11/2013 10:30 AM, Ricardo Ribalda Delgado wrote: >>> A new id field is added to the struct selection. On

Re: [PATCH] RFC: Support for multiple selections

2013-09-11 Thread Ricardo Ribalda Delgado
Hi Hans Thanks for your feedback On Wed, Sep 11, 2013 at 11:04 AM, Hans Verkuil wrote: > Hi Ricardo, > > On 09/11/2013 10:30 AM, Ricardo Ribalda Delgado wrote: >> A new id field is added to the struct selection. On devices that >> supports multiple sections this id indicate which of the selectio

Re: [PATCH] RFC: Support for multiple selections

2013-09-11 Thread Hans Verkuil
Hi Ricardo, On 09/11/2013 10:30 AM, Ricardo Ribalda Delgado wrote: > A new id field is added to the struct selection. On devices that > supports multiple sections this id indicate which of the selection to > modify. > > A new control V4L2_CID_SELECTION_BITMASK selects which of the selections > ar

[PATCH] RFC: Support for multiple selections

2013-09-11 Thread Ricardo Ribalda Delgado
A new id field is added to the struct selection. On devices that supports multiple sections this id indicate which of the selection to modify. A new control V4L2_CID_SELECTION_BITMASK selects which of the selections are used, if the control is set to zero the default rectangles are used. This is