From 952ef94ed78d71625219cbc3705efe2ae6301d39 Mon Sep 17 00:00:00 2001 From: Nick Hollinghurst Date: Mon, 23 Jan 2023 15:49:34 +0000 Subject: ipa: raspberrypi: Add support for the Sony IMX708 sensor Add support for Raspberry Pi Camera 3 modules (Sony IMX708 camera sensor) to the Raspberry Pi IPA. These modules are available in either normal or wide angle lens, both with IR or no IR cut options, giving a total for 4 variants. Provide IQ tuning files for all four variants. The IMX708 camera helper additionally parses PDAF and HDR histogram data that is provided in the embedded data stream from Unicam. Signed-off-by: Nick Hollinghurst Signed-off-by: Naushir Patuck Reviewed-by: Naushir Patuck Reviewed-by: David Plowman Signed-off-by: Kieran Bingham --- src/ipa/raspberrypi/data/meson.build | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/ipa/raspberrypi/data/meson.build') diff --git a/src/ipa/raspberrypi/data/meson.build b/src/ipa/raspberrypi/data/meson.build index 5565508c..b163a052 100644 --- a/src/ipa/raspberrypi/data/meson.build +++ b/src/ipa/raspberrypi/data/meson.build @@ -11,6 +11,10 @@ conf_files = files([ 'imx477_noir.json', 'imx477_scientific.json', 'imx519.json', + 'imx708.json', + 'imx708_noir.json', + 'imx708_wide.json', + 'imx708_wide_noir.json', 'ov5647.json', 'ov5647_noir.json', 'ov9281_mono.json', -- cgit v1.2.1