diff options
author | will whang <will@willwhang.com> | 2024-08-07 10:34:49 +0100 |
---|---|---|
committer | Kieran Bingham <kieran.bingham@ideasonboard.com> | 2024-09-12 11:12:28 +0200 |
commit | 69b702d183bb2ea2ce3ba40fcde8d5f5cf80abcc (patch) | |
tree | ccccc189365fbd9a2a051a9f5381effc4ef24d11 /src/ipa/rpi/cam_helper/meson.build | |
parent | e6441ec4f4a68518c3f01c753ef179226f56ebfc (diff) |
ipa: rpi: Adding IMX283 support
Add support for the IMX283 sensor for the VC4 target.
Signed-off-by: will whang <will@willwhang.com>
Signed-off-by: Naushir Patuck <naush@raspberrypi.com>
Reviewed-by: Naushir Patuck <naush@raspberrypi.com>
Acked-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Diffstat (limited to 'src/ipa/rpi/cam_helper/meson.build')
-rw-r--r-- | src/ipa/rpi/cam_helper/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ipa/rpi/cam_helper/meson.build b/src/ipa/rpi/cam_helper/meson.build index 72625057..1e43f1da 100644 --- a/src/ipa/rpi/cam_helper/meson.build +++ b/src/ipa/rpi/cam_helper/meson.build @@ -4,6 +4,7 @@ rpi_ipa_cam_helper_sources = files([ 'cam_helper.cpp', 'cam_helper_ov5647.cpp', 'cam_helper_imx219.cpp', + 'cam_helper_imx283.cpp', 'cam_helper_imx290.cpp', 'cam_helper_imx296.cpp', 'cam_helper_imx477.cpp', |