summaryrefslogtreecommitdiff
path: root/src/ipa/raspberrypi/data/meson.build
diff options
context:
space:
mode:
authorArducam info <info@arducam.com>2021-10-20 14:23:34 +0100
committerKieran Bingham <kieran.bingham@ideasonboard.com>2021-11-02 12:15:03 +0000
commit5004d8a969330c52449e6840bbef6552cfa8ee1a (patch)
treec8b317d3acd342305ea2c99a4904c57545e48484 /src/ipa/raspberrypi/data/meson.build
parent460da2b58069acd88c7eed98f0d9662bc353bea6 (diff)
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 <info@arducam.com> Reviewed-by: David Plowman <david.plowman@raspberrypi.com> Reviewed-by: Naushir Patuck <naush@raspberrypi.com> Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com> Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Diffstat (limited to 'src/ipa/raspberrypi/data/meson.build')
-rw-r--r--src/ipa/raspberrypi/data/meson.build1
1 files changed, 1 insertions, 0 deletions
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',