ipa: libipa: Add OV2685 Camera Sensor Helper
Provide a CameraSensorHelper for the OV2685, along with the corresponding camera sensor properties. Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com> Reviewed-by: Jacopo Mondi <jacopo.mondi@ideasonboard.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Umang Jain <umang.jain@ideasonboard.com> Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
This commit is contained in:
@@ -133,6 +133,20 @@ const CameraSensorProperties *CameraSensorProperties::get(const std::string &sen
|
||||
{ controls::draft::TestPatternModePn9, 4 },
|
||||
},
|
||||
} },
|
||||
{ "ov2685", {
|
||||
.unitCellSize = { 1750, 1750 },
|
||||
.testPatternModes = {
|
||||
{ controls::draft::TestPatternModeOff, 0 },
|
||||
{ controls::draft::TestPatternModeColorBars, 1},
|
||||
{ controls::draft::TestPatternModeColorBarsFadeToGray, 2 },
|
||||
/*
|
||||
* No corresponding test pattern mode for:
|
||||
* 3: "Random Data"
|
||||
* 4: "Black White Square"
|
||||
* 5: "Color Square"
|
||||
*/
|
||||
},
|
||||
} },
|
||||
{ "ov2740", {
|
||||
.unitCellSize = { 1400, 1400 },
|
||||
.testPatternModes = {
|
||||
|
||||
Reference in New Issue
Block a user