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

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

Message

Naushir Patuck Oct. 3, 2022, 9:55 a.m. UTC
Hi,

Version 3 fixes a typo in patch 2/4. Everything else is identical to version 2.

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