[libcamera-devel,v2,0/3] ColourCorrectionMatrix control
mbox series

Message ID 20200724145618.26304-1-david.plowman@raspberrypi.com
Headers show
Series
  • ColourCorrectionMatrix control
Related show

Message

David Plowman July 24, 2020, 2:56 p.m. UTC
Hi everyone

Here's v2 of this patch set. Thanks for all the good suggestions,
Laurent, I think I've incorporated all that. So three patches still as
before, functionally identical, just all a bit tidier.

Best regards
David

David Plowman (3):
  libcamera: Add ColourCorrectionMatrix control
  libcamera: raspberrypi: Add ColourCorrectionMatrix control
  libcamera: qcam: Improve colour information in DNG files

 include/libcamera/ipa/raspberrypi.h |   1 +
 src/ipa/raspberrypi/raspberrypi.cpp |   8 ++
 src/libcamera/control_ids.yaml      |  11 +++
 src/qcam/dng_writer.cpp             | 138 ++++++++++++++++++++++++++++
 4 files changed, 158 insertions(+)