[libcamera-devel,v3,0/3] Raspberry Pi: handle sensors more flexibly
mbox series

Message ID 20210414102955.9503-1-david.plowman@raspberrypi.com
Headers show
Series
  • Raspberry Pi: handle sensors more flexibly
Related show

Message

David Plowman April 14, 2021, 10:29 a.m. UTC
Hi everyone

This patch set is essentially identical to the previous v2 version,
except that the ASSERT in the ColourGainCode method has been replaced
by a more helpful LOG(..., Fatal), as per the suggestions I received.

I've tried to include all the right "Reviewed-by" tags too.

Thanks and best regards
David

David Plowman (3):
  ipa: raspberrypi: Make CamHelper exposure methods virtual
  ipa: raspberrypi: Add CamHelper::ColourGainCode method
  ipa: raspberrypi: Update sensor's RED/BLUE balance controls when
    present

 include/libcamera/ipa/raspberrypi.mojom        |  1 +
 src/ipa/raspberrypi/cam_helper.cpp             | 18 ++++++++++++++++++
 src/ipa/raspberrypi/cam_helper.hpp             |  8 +++++---
 src/ipa/raspberrypi/raspberrypi.cpp            | 13 +++++++++++++
 .../pipeline/raspberrypi/raspberrypi.cpp       | 10 ++++++++++
 5 files changed, 47 insertions(+), 3 deletions(-)