[libcamera-devel] [PATCH v2 0/2] Digital gain control

David Plowman david.plowman at raspberrypi.com
Thu Nov 26 15:50:03 CET 2020


Hi everyone

Here (after much talking ourselves in circles!) is a second version of
the digital gain control. I've taken Jacopo's text for the control
description, and added a second patch that makes use of the control in
the Raspberry Pi IPAs to add the digital gain to the metadata.

This second patch doesn't really tell you very much. In our libcamera
version of raspistill (still image capture app) there will be a line
like this:

    iso *= metadata.get<float>(controls::DigitalGain);

and that's about it!

Best regards
David

David Plowman (2):
  libcamera: controls: Add DigitalGain control
  src: ipa: raspberrypi: Add digital gain to libcamera metadata

 src/ipa/raspberrypi/raspberrypi.cpp |  4 +++-
 src/libcamera/control_ids.yaml      | 17 +++++++++++++++++
 2 files changed, 20 insertions(+), 1 deletion(-)

-- 
2.20.1



More information about the libcamera-devel mailing list