| Message ID | 20260616-ipu3-libipa-rework-v1-7-d4448b54f1d8@ideasonboard.com |
|---|---|
| State | Superseded |
| Headers | show |
| Series |
|
| Related | show |
Quoting Daniel Scally (2026-06-16 07:41:41) > Add the Ccm algorithm to uncalibrated.yaml. Even without calibrated > values we should still expose the controls to the application. > > Signed-off-by: Daniel Scally <dan.scally@ideasonboard.com> Acked-by: Kieran Bingham <kieran.bingham@ideasonboard.com> > --- > src/ipa/ipu3/data/uncalibrated.yaml | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/src/ipa/ipu3/data/uncalibrated.yaml b/src/ipa/ipu3/data/uncalibrated.yaml > index 794ab3edbb778bbe14c2dc65e5540413ee7fd536..415ca4578fab57ea731493c978a04e740946197f 100644 > --- a/src/ipa/ipu3/data/uncalibrated.yaml > +++ b/src/ipa/ipu3/data/uncalibrated.yaml > @@ -7,5 +7,6 @@ algorithms: > - Agc: > - Awb: > - BlackLevelCorrection: > + - Ccm: > - ToneMapping: > ... > > -- > 2.43.0 >
Hi Dan On Tue, Jun 16, 2026 at 07:41:41AM +0100, Daniel Scally wrote: > Add the Ccm algorithm to uncalibrated.yaml. Even without calibrated > values we should still expose the controls to the application. > > Signed-off-by: Daniel Scally <dan.scally@ideasonboard.com> Reviewed-by: Jacopo Mondi <jacopo.mondi@ideasonboard.com> > --- > src/ipa/ipu3/data/uncalibrated.yaml | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/src/ipa/ipu3/data/uncalibrated.yaml b/src/ipa/ipu3/data/uncalibrated.yaml > index 794ab3edbb778bbe14c2dc65e5540413ee7fd536..415ca4578fab57ea731493c978a04e740946197f 100644 > --- a/src/ipa/ipu3/data/uncalibrated.yaml > +++ b/src/ipa/ipu3/data/uncalibrated.yaml > @@ -7,5 +7,6 @@ algorithms: > - Agc: > - Awb: > - BlackLevelCorrection: > + - Ccm: > - ToneMapping: > ... > > -- > 2.43.0 >
diff --git a/src/ipa/ipu3/data/uncalibrated.yaml b/src/ipa/ipu3/data/uncalibrated.yaml index 794ab3edbb778bbe14c2dc65e5540413ee7fd536..415ca4578fab57ea731493c978a04e740946197f 100644 --- a/src/ipa/ipu3/data/uncalibrated.yaml +++ b/src/ipa/ipu3/data/uncalibrated.yaml @@ -7,5 +7,6 @@ algorithms: - Agc: - Awb: - BlackLevelCorrection: + - Ccm: - ToneMapping: ...
Add the Ccm algorithm to uncalibrated.yaml. Even without calibrated values we should still expose the controls to the application. Signed-off-by: Daniel Scally <dan.scally@ideasonboard.com> --- src/ipa/ipu3/data/uncalibrated.yaml | 1 + 1 file changed, 1 insertion(+)