summaryrefslogtreecommitdiff
path: root/src/ipa/simple/data/uncalibrated.yaml
diff options
context:
space:
mode:
authorMilan Zamazal <mzamazal@redhat.com>2024-09-27 15:46:14 +0200
committerKieran Bingham <kieran.bingham@ideasonboard.com>2024-09-27 15:01:57 +0100
commit97f9961e1bc85bec29d3d3b1cba05f46d83f4c27 (patch)
tree2b8e1c805d1eef22dd307c9847c51941621889e4 /src/ipa/simple/data/uncalibrated.yaml
parentf06c344bd5cfc3ae1492b73a82b1d4050bec06fc (diff)
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 <mzamazal@redhat.com> Reviewed-by: Umang Jain <umang.jain@ideasonboard.com> Reviewed-by: Daniel Scally <dan.scally@ideasonboard.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Diffstat (limited to 'src/ipa/simple/data/uncalibrated.yaml')
-rw-r--r--src/ipa/simple/data/uncalibrated.yaml1
1 files changed, 1 insertions, 0 deletions
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:
...