diff options
author | Naushir Patuck <naush@raspberrypi.com> | 2020-11-26 10:49:49 +0000 |
---|---|---|
committer | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2022-03-23 01:50:17 +0200 |
commit | fc9bbddf0c6da7a333263198243feb11b21ff5ef (patch) | |
tree | f50ab158759d1148d68ee5636af6818bc94d18b1 /src/ipa/raspberrypi/data/meson.build | |
parent | f687116904001cf9189bdf878d7c1e60b209c26a (diff) |
ipa: raspberrypi: Add tuning file for IMX296 sensor
The Sony IMX296 exists in two versions, colour (Bayer) and monochrome.
The tuning file corresponds to the monochrome version.
Signed-off-by: Naushir Patuck <naush@raspberrypi.com>
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Naushir Patuck <naush@raspberrypi.com>
Reviewed-by: David Plowman <david.plowman@raspberrypi.com>
Diffstat (limited to 'src/ipa/raspberrypi/data/meson.build')
-rw-r--r-- | src/ipa/raspberrypi/data/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ipa/raspberrypi/data/meson.build b/src/ipa/raspberrypi/data/meson.build index e84cd099..211811cf 100644 --- a/src/ipa/raspberrypi/data/meson.build +++ b/src/ipa/raspberrypi/data/meson.build @@ -4,6 +4,7 @@ conf_files = files([ 'imx219.json', 'imx219_noir.json', 'imx290.json', + 'imx296.json', 'imx378.json', 'imx477.json', 'imx477_noir.json', |