[libcamera-devel] [PATCH v2 0/3] Raspberry Pi Color Matrix and Tuning Tool Improvements

Ben Benson ben.benson at raspberrypi.com
Fri Jul 7 05:16:59 CEST 2023


The previous 3 commits have been updated since review.
1. Bug fixes, changed spellings and added docstring to ctt_visualise.
2. Commit message changed - s/by -> s/by:
3. Moved comment, and removed line of redundant code


Reviewed-by: David Plowman <david.plowman at raspberrypi.com>
Reviewed-by: Naushir Patuck <naush at raspberrypi.com>

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       | 258 +++++++++++++++++++++----
 utils/raspberrypi/ctt/ctt_visualise.py |  43 +++++
 9 files changed, 440 insertions(+), 464 deletions(-)
 create mode 100644 utils/raspberrypi/ctt/colors.py
 create mode 100644 utils/raspberrypi/ctt/ctt_visualise.py

-- 
2.34.1



More information about the libcamera-devel mailing list