summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeoffrey Van Landeghem <geoffrey.vl@gmail.com>2024-11-24 20:29:47 +0100
committerJacopo Mondi <jacopo.mondi@ideasonboard.com>2024-11-25 11:40:40 +0100
commita49052d976921574c159380b690e91f2b163d852 (patch)
tree15357c2de8d74c5b15b1d31077b53c387e76e404
parent8655ba6ffb5cc5d28d9d6cc293bf23812166a7ef (diff)
ipa: rpi: cam_helper: Add Sony IMX327
The IMX327 sensor is largely compatible with the already supported Sony IMX290 so we can reuse the same helpers for the analogue gain conversion functions. Signed-off-by: Geoffrey Van Landeghem <geoffrey.vl@gmail.com> Reviewed-by: Jacopo Mondi <jacopo.mondi@ideasonboard.com> Signed-off-by: Jacopo Mondi <jacopo.mondi@ideasonboard.com>
-rw-r--r--src/ipa/rpi/cam_helper/cam_helper_imx290.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ipa/rpi/cam_helper/cam_helper_imx290.cpp b/src/ipa/rpi/cam_helper/cam_helper_imx290.cpp
index 0cc24a6d..3b87751e 100644
--- a/src/ipa/rpi/cam_helper/cam_helper_imx290.cpp
+++ b/src/ipa/rpi/cam_helper/cam_helper_imx290.cpp
@@ -73,4 +73,5 @@ static CamHelper *create()
}
static RegisterCamHelper reg("imx290", &create);
+static RegisterCamHelper reg327("imx327", &create);
static RegisterCamHelper reg462("imx462", &create);