From 8afa1224d70c8cd9990fc2ffedfc9b36e0003660 Mon Sep 17 00:00:00 2001 From: David Plowman Date: Fri, 13 Aug 2021 10:02:42 +0100 Subject: raspberrypi: ipa: Add tuning files for "NOIR" ov5647, imx219, imx477 modules "NOIR" modules are ones that have had the IR filters removed but are otherwise identical. The same tuning can be used as for the regular version except that the colour calibration supplied to the AWB algorithm no longer works. Instead we need to switch the algorithm to its basic "grey world" method. Users with "NOIR" modules can switch to the matching "xxx_noir.json" tuning file by using the LIBCAMERA_RPI_TUNING_FILE environment variable. Signed-off-by: David Plowman Reviewed-by: Kieran Bingham Reviewed-by: Naushir Patuck Signed-off-by: Laurent Pinchart --- src/ipa/raspberrypi/data/meson.build | 3 +++ 1 file changed, 3 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 68433fc2..2def75cb 100644 --- a/src/ipa/raspberrypi/data/meson.build +++ b/src/ipa/raspberrypi/data/meson.build @@ -2,10 +2,13 @@ conf_files = files([ 'imx219.json', + 'imx219_noir.json', 'imx290.json', 'imx378.json', 'imx477.json', + 'imx477_noir.json', 'ov5647.json', + 'ov5647_noir.json', 'ov9281.json', 'se327m12.json', 'uncalibrated.json', -- cgit v1.2.1