mirror of
https://git.libcamera.org/libcamera/libcamera.git
synced 2025-07-23 16:45:07 +03:00
libcamera: camera_sensor: Add IMX477 sensor properties
Add an entry to the sensor properties for Sony IMX477. Currently no test pattern modes are supported by the device driver. Signed-off-by: Naushir Patuck <naush@raspberrypi.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Paul Elder <paul.elder@ideasonboard.com> Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
This commit is contained in:
parent
f8e4649680
commit
6f53f01409
1 changed files with 4 additions and 0 deletions
|
@ -98,6 +98,10 @@ const CameraSensorProperties *CameraSensorProperties::get(const std::string &sen
|
|||
.unitCellSize = { 3450, 3450 },
|
||||
.testPatternModes = {},
|
||||
} },
|
||||
{ "imx477", {
|
||||
.unitCellSize = { 1550, 1550 },
|
||||
.testPatternModes = {},
|
||||
} },
|
||||
{ "ov2740", {
|
||||
.unitCellSize = { 1400, 1400 },
|
||||
.testPatternModes = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue