[28/35] libcamera: software_isp: Switch on uncalibrated CCM to validate eGLDebayer
diff mbox series

Message ID 20250611013245.133785-29-bryan.odonoghue@linaro.org
State New
Headers show
Series
  • Add GLES 2.0 GPUISP to libcamera
Related show

Commit Message

Bryan O'Donoghue June 11, 2025, 1:32 a.m. UTC
Signed-off-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org>
---
 src/ipa/simple/data/uncalibrated.yaml | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

Comments

Bryan O'Donoghue June 16, 2025, 7:21 p.m. UTC | #1
On 11/06/2025 02:32, Bryan O'Donoghue wrote:
> Signed-off-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org>
> ---
>   src/ipa/simple/data/uncalibrated.yaml | 12 ++++++------
>   1 file changed, 6 insertions(+), 6 deletions(-)
> 
> diff --git a/src/ipa/simple/data/uncalibrated.yaml b/src/ipa/simple/data/uncalibrated.yaml
> index 5508e668..8b6df9af 100644
> --- a/src/ipa/simple/data/uncalibrated.yaml
> +++ b/src/ipa/simple/data/uncalibrated.yaml
> @@ -8,12 +8,12 @@ algorithms:
>     # Color correction matrices can be defined here. The CCM algorithm
>     # has a significant performance impact, and should only be enabled
>     # if tuned.
> -  # - Ccm:
> -  #     ccms:
> -  #       - ct: 6500
> -  #         ccm: [ 1, 0, 0,
> -  #                0, 1, 0,
> -  #                0, 0, 1]
> +  - Ccm:
> +      ccms:
> +        - ct: 6500
> +          ccm: [ 1, 0, 0,
> +                 0, 1, 0,
> +                 0, 0, 1]
>     - Lut:
>     - Agc:
>   ...
> --
> 2.49.0
> 

Drop this from V2, instead include how to do it in the commit log of the 
previous patch.

---
bod

Patch
diff mbox series

diff --git a/src/ipa/simple/data/uncalibrated.yaml b/src/ipa/simple/data/uncalibrated.yaml
index 5508e668..8b6df9af 100644
--- a/src/ipa/simple/data/uncalibrated.yaml
+++ b/src/ipa/simple/data/uncalibrated.yaml
@@ -8,12 +8,12 @@  algorithms:
   # Color correction matrices can be defined here. The CCM algorithm
   # has a significant performance impact, and should only be enabled
   # if tuned.
-  # - Ccm:
-  #     ccms:
-  #       - ct: 6500
-  #         ccm: [ 1, 0, 0,
-  #                0, 1, 0,
-  #                0, 0, 1]
+  - Ccm:
+      ccms:
+        - ct: 6500
+          ccm: [ 1, 0, 0,
+                 0, 1, 0,
+                 0, 0, 1]
   - Lut:
   - Agc:
 ...