From 0fbc801a1d186a6f2d11fcbe5854711497746a7f Mon Sep 17 00:00:00 2001 From: Jacopo Mondi Date: Thu, 14 Sep 2023 10:25:36 +0100 Subject: libcamera: pipeline: Add Mali-C55 ISP pipeline Add a pipeline handler for the Mali-C55 ISP. The pipeline doesn't currently support an IPA and does not run any 3a algorithm but only handles the media graph topology and formats/sizes configuration Co-developed-by: Daniel Scally Signed-off-by: Daniel Scally Signed-off-by: Jacopo Mondi Acked-by: Nayden Kanchev Reviewed-by: Kieran Bingham --- meson_options.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'meson_options.txt') diff --git a/meson_options.txt b/meson_options.txt index 99dab96d..7c4f6d3a 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -43,6 +43,7 @@ option('pipelines', 'auto', 'imx8-isi', 'ipu3', + 'mali-c55', 'rkisp1', 'rpi/vc4', 'simple', -- cgit v1.2.1