Re: [PATCH 1/3] media: add pixel_size control

2019-08-21 Thread Ricardo Ribalda Delgado
Hi Jacopo [sorry for the multiple send, working on a train and fighting with the mail client and the 4g connection :S] On Wed, 21 Aug 2019, 18:10 Jacopo Mondi, wrote: > > Hi Ricardo, > > On Mon, Aug 19, 2019 at 02:17:18PM +0200, Ricardo Ribalda Delgado wrote: > > This control returns the pixel s

Re: [PATCH 1/3] media: add pixel_size control

2019-08-21 Thread Jacopo Mondi
Hi Ricardo, On Mon, Aug 19, 2019 at 02:17:18PM +0200, Ricardo Ribalda Delgado wrote: > This control returns the pixel size in nanometres. The struct provides > the width and the height in separated fields to take into consideration > asymmetric pixels and/or hardware binning. > This control is req

[PATCH 1/3] media: add pixel_size control

2019-08-19 Thread Ricardo Ribalda Delgado
This control returns the pixel size in nanometres. The struct provides the width and the height in separated fields to take into consideration asymmetric pixels and/or hardware binning. This control is required for automatic calibration of the sensor. Signed-off-by: Ricardo Ribalda Delgado --- d