[libcamera-devel,0/3] Raspberry Pi Color Matrix and Tuning Tool Improvements
mbox series

Message ID 20230706013926.218131-1-ben.benson@raspberrypi.com
Headers show
Series
  • Raspberry Pi Color Matrix and Tuning Tool Improvements
Related show

Message

Ben Benson July 6, 2023, 1:39 a.m. UTC
There are 3 commits here that:
1. Improves the color matrirx fitting
2. Replaces the color matrices in the tuning files
3. tidies up the code in the tuning tool

Thanks!
Ben

Ben Benson (3):
  utils: raspberrypi: ctt: Improved color matrix fitting
  ipa: rpi: vc4: data: Updated color matrices for RPi Cameras
  utils: raspberrypi: ctt: Code tidying

 src/ipa/rpi/vc4/data/imx219.json       |  66 +++----
 src/ipa/rpi/vc4/data/imx296.json       | 160 +++------------
 src/ipa/rpi/vc4/data/imx477.json       |  93 +++------
 src/ipa/rpi/vc4/data/imx708.json       | 139 ++-----------
 src/ipa/rpi/vc4/data/imx708_wide.json  |  49 +++--
 src/ipa/rpi/vc4/data/ov5647.json       |  66 +++----
 utils/raspberrypi/ctt/colors.py        |  30 +++
 utils/raspberrypi/ctt/ctt_ccm.py       | 259 +++++++++++++++++++++----
 utils/raspberrypi/ctt/ctt_visualise.py |  38 ++++
 9 files changed, 437 insertions(+), 463 deletions(-)
 create mode 100644 utils/raspberrypi/ctt/colors.py
 create mode 100644 utils/raspberrypi/ctt/ctt_visualise.py