libcamera: camera_sensor: Add OV5675 sensor properties
Add an entry to the sensor properties for OmniVision OV5675. Only the first test pattern is included as the others that are exposed by the kernel aren't supported by libcamera control yet. Cc: Quentin Schulz <foss+libcamera@0leil.net> Signed-off-by: Quentin Schulz <quentin.schulz@theobroma-systems.com> Reviewed-by: Jacopo Mondi <jacopo@jmondi.org> Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com> Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
This commit is contained in:
committed by
Laurent Pinchart
parent
226563607e
commit
d3d7bc433e
@@ -123,6 +123,13 @@ const CameraSensorProperties *CameraSensorProperties::get(const std::string &sen
|
||||
{ controls::draft::TestPatternModeColorBars, 1 },
|
||||
},
|
||||
} },
|
||||
{ "ov5675", {
|
||||
.unitCellSize = { 1120, 1120 },
|
||||
.testPatternModes = {
|
||||
{ controls::draft::TestPatternModeOff, 0 },
|
||||
{ controls::draft::TestPatternModeColorBars, 1 },
|
||||
},
|
||||
} },
|
||||
{ "ov5693", {
|
||||
.unitCellSize = { 1400, 1400 },
|
||||
.testPatternModes = {
|
||||
|
||||
Reference in New Issue
Block a user