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/meson.build | 1 + 1 file changed, 1 insertion(+) (limited to 'src/ipa/raspberrypi/meson.build') diff --git a/src/ipa/raspberrypi/meson.build b/src/ipa/raspberrypi/meson.build index 1af31e4a..176055f4 100644 --- a/src/ipa/raspberrypi/meson.build +++ b/src/ipa/raspberrypi/meson.build @@ -22,6 +22,7 @@ rpi_ipa_sources = files([ 'cam_helper_imx219.cpp', 'cam_helper_imx290.cpp', 'cam_helper_imx477.cpp', + 'cam_helper_imx519.cpp', 'cam_helper_ov9281.cpp', 'controller/controller.cpp', 'controller/histogram.cpp', -- cgit v1.2.1