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

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

Message

Naushir Patuck Sept. 29, 2022, 7:23 a.m. UTC
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