Re: [PATCH v2 1/2] v4l: ctrls: Add a control for digital gain

2017-06-14 Thread Hans Verkuil
On 06/09/17 15:21, Sakari Ailus wrote: > Add V4L2_CID_DIGITAL_GAIN to control explicitly digital gain. > > We already have analogue gain control which the digital gain control > complements. Typically higher quality images are obtained using analogue > gain only as the digital gain does not add in

[PATCH v2 1/2] v4l: ctrls: Add a control for digital gain

2017-06-09 Thread Sakari Ailus
Add V4L2_CID_DIGITAL_GAIN to control explicitly digital gain. We already have analogue gain control which the digital gain control complements. Typically higher quality images are obtained using analogue gain only as the digital gain does not add information to the image (rather it may remove it).