From 97f9961e1bc85bec29d3d3b1cba05f46d83f4c27 Mon Sep 17 00:00:00 2001 From: Milan Zamazal Date: Fri, 27 Sep 2024 15:46:14 +0200 Subject: libcamera: software_isp: Create algorithms We are ready to introduce algorithms now. First, let's create algorithms. The algorithms are not called yet, calls to them will be added in followup patches. The maximum number of contexts is set to the same value as in hardware pipelines. Signed-off-by: Milan Zamazal Reviewed-by: Umang Jain Reviewed-by: Daniel Scally Reviewed-by: Laurent Pinchart Signed-off-by: Kieran Bingham --- src/ipa/simple/data/uncalibrated.yaml | 1 + 1 file changed, 1 insertion(+) (limited to 'src/ipa/simple/data/uncalibrated.yaml') diff --git a/src/ipa/simple/data/uncalibrated.yaml b/src/ipa/simple/data/uncalibrated.yaml index ff981a1a..2cdc39a8 100644 --- a/src/ipa/simple/data/uncalibrated.yaml +++ b/src/ipa/simple/data/uncalibrated.yaml @@ -2,4 +2,5 @@ %YAML 1.1 --- version: 1 +algorithms: ... -- cgit v1.2.1