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

Message ID 20210922132915.14881-1-david.plowman@raspberrypi.com
Headers show
Series
  • Application support for per-mode sensitivities
Related show

Message

David Plowman Sept. 22, 2021, 1:29 p.m. UTC
Hi everyone

Here's that rather old patch set that I sent a "nudge" round for a
short while ago. It didn't seem to be applying cleanly any more so I
thought a rebase might be worthwhile.

Anyway, there are no changes over the original version except for some
fixed capitalisation in the commit messages! So we still have 2
patches: the first adds a modeSensitivity field to the
CameraConfiguration, and the second causes the Raspberry Pi PH to fill
it in.

Thanks

David

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(-)