libcamera: Add IMX258 sensor properties
Brief specifications available at https://www.sony-semicon.co.jp/products/common/pdf/ProductBrief_IMX258_20151015.pdf Signed-off-by: Umang Jain <umang.jain@ideasonboard.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Paul Elder <paul.elder@ideasonboard.com> Signed-off-by: Paul Elder <paul.elder@ideasonboard.com>
This commit is contained in:
@@ -48,6 +48,9 @@ const CameraSensorProperties *CameraSensorProperties::get(const std::string &sen
|
||||
{ "imx219", {
|
||||
.unitCellSize = { 1120, 1120 },
|
||||
} },
|
||||
{ "imx258", {
|
||||
.unitCellSize = { 1120, 1120 },
|
||||
} },
|
||||
{ "ov5670", {
|
||||
.unitCellSize = { 1120, 1120 },
|
||||
} },
|
||||
|
||||
Reference in New Issue
Block a user