From 841ef2b4bb08ba48470817ff1f838efcce377fee Mon Sep 17 00:00:00 2001 From: Naushir Patuck Date: Mon, 13 Jan 2025 09:24:46 +0000 Subject: pipeline: rpi: Add support for Raspberry Pi 5 Add the Raspberry Pi 5 ISP (PiSP) pipeline handler to libcamera. To include this pipeline handler in the build, set the following meson option: meson configure -Dpipelines=rpi/pisp Signed-off-by: Naushir Patuck Reviewed-by: David Plowman Reviewed-by: Kieran Bingham Acked-by: Kieran Bingham Signed-off-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 4db05a68..1877d800 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -51,6 +51,7 @@ option('pipelines', 'ipu3', 'mali-c55', 'rkisp1', + 'rpi/pisp', 'rpi/vc4', 'simple', 'uvcvideo', -- cgit v1.2.1