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:
committed by
Kieran Bingham
parent
58f38082e1
commit
76e1cb9f71
@@ -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 = {},
|
||||
|
||||
Reference in New Issue
Block a user