From 6eb567e645f9bc95613ec0bc806fd1c3f6a8a02d Mon Sep 17 00:00:00 2001 From: Naushir Patuck Date: Thu, 4 May 2023 09:15:27 +0100 Subject: ipa: rpi: Add support for Raspberry Pi 5 Add the Raspberry Pi 5 ISP (PiSP) IPA to libcamera. To include this IPA in the build, set the following meson option: meson configure -Dipas=rpi/pisp Signed-off-by: Naushir Patuck Reviewed-by: David Plowman --- src/ipa/rpi/pisp/data/meson.build | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 src/ipa/rpi/pisp/data/meson.build (limited to 'src/ipa/rpi/pisp/data/meson.build') diff --git a/src/ipa/rpi/pisp/data/meson.build b/src/ipa/rpi/pisp/data/meson.build new file mode 100644 index 00000000..13ada249 --- /dev/null +++ b/src/ipa/rpi/pisp/data/meson.build @@ -0,0 +1,20 @@ +# SPDX-License-Identifier: CC0-1.0 + +conf_files = files([ + 'imx219.json', + 'imx219_noir.json', + 'imx296.json', + 'imx296_noir.json', + 'imx477.json', + 'imx477_noir.json', + 'imx708.json', + 'imx708_noir.json', + 'imx708_wide.json', + 'imx708_wide_noir.json', + 'ov5647.json', + 'ov5647_noir.json', + 'uncalibrated.json', +]) + +install_data(conf_files, + install_dir : ipa_data_dir / 'rpi' / 'pisp') -- cgit v1.2.1