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>
This commit is contained in:
Geoffrey Van Landeghem
2024-11-24 20:29:47 +01:00
committed by Jacopo Mondi
parent 8655ba6ffb
commit a49052d976

View File

@@ -73,4 +73,5 @@ static CamHelper *create()
}
static RegisterCamHelper reg("imx290", &create);
static RegisterCamHelper reg327("imx327", &create);
static RegisterCamHelper reg462("imx462", &create);