[libcamera-devel,v3,0/2] Application support for per-mode sensitivities
mbox series

Message ID 20220413095342.389460-1-kieran.bingham@ideasonboard.com
Headers show
Series
  • Application support for per-mode sensitivities
Related show

Message

Kieran Bingham April 13, 2022, 9:53 a.m. UTC
A freshly rebased iteration of David's series with one spelling error
corrected, and tags collected ... along with some manual application of
changes due to rebasing to master.

While this has two tags for both patches, I would like to hold the
merge until we identify if this can be calculated in the validate phase
rather than the configure phase to match the API expectations.

David Plowman (2):
  libcamera: camera: Add a mode sensitivity field
  libcamera: raspberrypi: Fetch correct value for sensor's
    modeSensitivity

 include/libcamera/camera.h                       |  2 ++
 include/libcamera/ipa/raspberrypi.mojom          |  7 ++++++-
 src/ipa/raspberrypi/raspberrypi.cpp              |  7 +++++--
 src/libcamera/camera.cpp                         | 16 +++++++++++++++-
 .../pipeline/raspberrypi/raspberrypi.cpp         | 10 +++++++---
 5 files changed, 35 insertions(+), 7 deletions(-)