[libcamera-devel,v1,0/4] imx296 colour tuning
mbox series

Message ID 20220926122911.13412-1-naush@raspberrypi.com
Headers show
Series
  • imx296 colour tuning
Related show

Message

Naushir Patuck Sept. 26, 2022, 12:29 p.m. UTC
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