[libcamera-devel,GIT,PULL] Raspberry Pi CCM improvements
mbox series

Message ID CAEmqJPp7wcPymNALsN=xgEKPCg-UKnwzgGE-pSFSJV4yCr2TAQ@mail.gmail.com
State Accepted
Headers show
Series
  • [libcamera-devel,GIT,PULL] Raspberry Pi CCM improvements
Related show

Pull-request

https://github.com/naushir/libcamera.git

Message

Naushir Patuck July 28, 2023, 7:34 a.m. UTC
The following changes since commit a2eadc40a78f73410d2dcf76a24313a83a1c51c8:

  ipa: rpi: common: Handle AEC/AGC flicker controls (2023-07-25 10:21:11 +0100)

are available in the Git repository at:

  https://github.com/naushir/libcamera.git

for you to fetch changes up to 09dd65442b62f4069189f7a92f2b224687257e52:

  utils: raspberrypi: ctt: Code tidying (2023-07-28 08:32:40 +0100)

----------------------------------------------------------------
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

Comments

Kieran Bingham July 28, 2023, 8:57 a.m. UTC | #1
Hi Naush,

Quoting Naushir Patuck (2023-07-28 08:34:44)
> The following changes since commit a2eadc40a78f73410d2dcf76a24313a83a1c51c8:
> 
>   ipa: rpi: common: Handle AEC/AGC flicker controls (2023-07-25 10:21:11 +0100)
> 
> are available in the Git repository at:
> 
>   https://github.com/naushir/libcamera.git
> 
> for you to fetch changes up to 09dd65442b62f4069189f7a92f2b224687257e52:
> 
>   utils: raspberrypi: ctt: Code tidying (2023-07-28 08:32:40 +0100)

Merged, thanks.

--
Kieran


> 
> ----------------------------------------------------------------
> 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