diff options
author | Dave Stevenson <dave.stevenson@raspberrypi.com> | 2024-10-10 14:41:48 +0100 |
---|---|---|
committer | Kieran Bingham <kieran.bingham@ideasonboard.com> | 2024-10-21 11:51:41 +0100 |
commit | 994588fb75838b46d5eb74b916d66f0b9fc49421 (patch) | |
tree | 580df5e4696fc4f5f7b714aa40826c9c0d70f6d2 /src/ipa/rpi/cam_helper/meson.build | |
parent | 79893cc00fc6b58d42c411164947b8876bc628c3 (diff) |
ipa: rpi: Add tuning files for OV7251
OV7251 is a mono VGA global shutter sensor that has a mainline
driver and works with libcamera.
Add the supporting files for it. The tuning is copied from OV9281.
Signed-off-by: Dave Stevenson <dave.stevenson@raspberrypi.com>
Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Reviewed-by: Naushir Patuck <naush@raspberrypi.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 1e43f1da..03e88fe0 100644 --- a/src/ipa/rpi/cam_helper/meson.build +++ b/src/ipa/rpi/cam_helper/meson.build @@ -11,6 +11,7 @@ rpi_ipa_cam_helper_sources = files([ 'cam_helper_imx519.cpp', 'cam_helper_imx708.cpp', 'cam_helper_ov64a40.cpp', + 'cam_helper_ov7251.cpp', 'cam_helper_ov9281.cpp', 'md_parser_smia.cpp', ]) |