Re: RFC: Selecting which sensor discrete frame size to use

2017-07-10 Thread Laurent Pinchart
Hi Hans, On Friday 07 Jul 2017 11:03:07 Hans Verkuil wrote: > Hi all, > > Hugues wants to add cropping support to the stm32-dcmi driver. The problem > he encountered is that the sensor driver has a list of discrete framesizes > and that causes problems with the API. > > Currently S_FMT is used t

Re: RFC: Selecting which sensor discrete frame size to use

2017-07-07 Thread Hans Verkuil
On 07/07/17 11:03, Hans Verkuil wrote: > Hi all, > > Hugues wants to add cropping support to the stm32-dcmi driver. The problem he > encountered is that the sensor driver has a list of discrete framesizes and > that causes problems with the API. > > Currently S_FMT is used to select which framesi

RFC: Selecting which sensor discrete frame size to use

2017-07-07 Thread Hans Verkuil
Hi all, Hugues wants to add cropping support to the stm32-dcmi driver. The problem he encountered is that the sensor driver has a list of discrete framesizes and that causes problems with the API. Currently S_FMT is used to select which framesize to use. Which works fine as long as there is no c