libcamera: camera_sensor: Add Sony IMX327 sensor properties

Copy the sensor properties from Sony IMX290, as the IMX327 is a variant
of it.

Signed-off-by: Benjamin Bara <benjamin.bara@skidata.com>
Reviewed-by: Jacopo Mondi <jacopo.mondi@ideasonboard.com>
Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
[Kieran: Adjust sort order]
Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
This commit is contained in:
Benjamin Bara
2023-05-23 19:12:43 +02:00
committed by Kieran Bingham
parent 58f38082e1
commit 76e1cb9f71

View File

@@ -107,6 +107,10 @@ const CameraSensorProperties *CameraSensorProperties::get(const std::string &sen
.unitCellSize = { 3450, 3450 },
.testPatternModes = {},
} },
{ "imx327", {
.unitCellSize = { 2900, 2900 },
.testPatternModes = {},
} },
{ "imx477", {
.unitCellSize = { 1550, 1550 },
.testPatternModes = {},