From 5004d8a969330c52449e6840bbef6552cfa8ee1a Mon Sep 17 00:00:00 2001 From: Arducam info Date: Wed, 20 Oct 2021 14:23:34 +0100 Subject: libcamera: ipa: raspberrypi: Add support for imx519 sensor The necessary tuning file and CamHelper is added for the imx519 sensor. The imx519 is a 16MP rolling shutter sensor. To enable it, please add dtoverlay=imx519 to the /boot/config.txt file and reboot the Pi. Signed-off-by: Lee Jackson Reviewed-by: David Plowman Reviewed-by: Naushir Patuck Reviewed-by: Kieran Bingham Signed-off-by: Kieran Bingham --- src/ipa/raspberrypi/data/meson.build | 1 + 1 file changed, 1 insertion(+) (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 2def75cb..e84cd099 100644 --- a/src/ipa/raspberrypi/data/meson.build +++ b/src/ipa/raspberrypi/data/meson.build @@ -7,6 +7,7 @@ conf_files = files([ 'imx378.json', 'imx477.json', 'imx477_noir.json', + 'imx519.json', 'ov5647.json', 'ov5647_noir.json', 'ov9281.json', -- cgit v1.2.1