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

Naushir Patuck naush at raspberrypi.com
Mon Sep 26 14:29:07 CEST 2022


Hi,

This series is a second attempt at introducing colour tuning for the imx296.

The first attempt overwrote the existing imx296.json (mono variant) file, which
would break existing users.  This version now distinguishes between mono and
colour variants, the former having a "_mono" string appended to the filename.
This allows us to be consistent with the tuning file naming convention for our
other sensors.

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      |  19 +-
 5 files changed, 491 insertions(+), 54 deletions(-)
 create mode 100644 src/ipa/raspberrypi/data/imx296_mono.json

-- 
2.25.1



More information about the libcamera-devel mailing list