[libcamera-devel] [PATCH v2 0/4] imx296 colour tuning

Naushir Patuck naush at raspberrypi.com
Thu Sep 29 09:23:19 CEST 2022


Hi,

Version 2 of this patch incorporates Jacopo's suggested changes in patch 1/2.
No other changes from version 1.

One thing to note about this series - between patches 2/4 and 3/4, we lose the
imx296.json tuning file.  There is ever so slight risk this could cause a
problem with tree bisection if you happen to use the imx296 colour sensor.  To
avoid this, we might want to consider squashing 2/4 and 3/4 when merging.

Thanks,
Naush

Naushir Patuck (4):
  libcamera: bayer_format: Add unpacked mono 12-bit format to the
    conversion table
  pipeline: raspberrypi: Update naming convention for tuning files
  ipa: raspberrypi: Add a tuning file for the colour variant of IMX296
  ipa: raspberrypi: Fix the imx296 mono tuning black level

 src/ipa/raspberrypi/data/imx296.json          | 296 +++++++++++++++---
 src/ipa/raspberrypi/data/imx296_mono.json     | 228 ++++++++++++++
 src/ipa/raspberrypi/data/meson.build          |   1 +
 src/libcamera/bayer_format.cpp                |   1 +
 .../pipeline/raspberrypi/raspberrypi.cpp      |  22 +-
 5 files changed, 493 insertions(+), 55 deletions(-)
 create mode 100644 src/ipa/raspberrypi/data/imx296_mono.json

-- 
2.25.1



More information about the libcamera-devel mailing list