diff options
author | Naushir Patuck <naush@raspberrypi.com> | 2022-10-19 14:57:47 +0100 |
---|---|---|
committer | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2022-10-20 13:36:25 +0300 |
commit | 6b9049de1f12fca108c0affe29923a5427a9fb02 (patch) | |
tree | b0800d571a2d4694e571d0680da987e2fff2770d /src | |
parent | c8e6b114f023595595d52098bc01bcfca279295d (diff) |
ipa: raspberrypi: Rename ov9281.json to ov9281_mono.json
The recent change to the naming scheme for the camera tuning files failed to
rename ov9281.json, causing the sensor to fail to load. Since this is a mono
sensor module, rename this file to ov9281_mono.json.
Fixes: 820607b195ff: ("pipeline: raspberrypi: Update naming convention for tuning files")
Signed-off-by: Naushir Patuck <naush@raspberrypi.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: David Plowman <david.plowman@raspberrypi.com>
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/ipa/raspberrypi/data/meson.build | 2 | ||||
-rw-r--r-- | src/ipa/raspberrypi/data/ov9281_mono.json (renamed from src/ipa/raspberrypi/data/ov9281.json) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/src/ipa/raspberrypi/data/meson.build b/src/ipa/raspberrypi/data/meson.build index 6c5beb0e..84c1dabb 100644 --- a/src/ipa/raspberrypi/data/meson.build +++ b/src/ipa/raspberrypi/data/meson.build @@ -12,7 +12,7 @@ conf_files = files([ 'imx519.json', 'ov5647.json', 'ov5647_noir.json', - 'ov9281.json', + 'ov9281_mono.json', 'se327m12.json', 'uncalibrated.json', ]) diff --git a/src/ipa/raspberrypi/data/ov9281.json b/src/ipa/raspberrypi/data/ov9281_mono.json index 37944c63..37944c63 100644 --- a/src/ipa/raspberrypi/data/ov9281.json +++ b/src/ipa/raspberrypi/data/ov9281_mono.json |