libcamera: libipa: camera_sensor: Add Sony IMX214 sensor properties
Provide the Sony IMX214 camera sensor properties and registration with libipa for the gain code helpers. Signed-off-by: André Apitzsch <git@apitzsch.eu> Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com> Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
This commit is contained in:
committed by
Kieran Bingham
parent
0c72c6b4cf
commit
642dbafe64
@@ -88,6 +88,16 @@ const CameraSensorProperties *CameraSensorProperties::get(const std::string &sen
|
||||
*/
|
||||
},
|
||||
} },
|
||||
{ "imx214", {
|
||||
.unitCellSize = { 1120, 1120 },
|
||||
.testPatternModes = {
|
||||
{ controls::draft::TestPatternModeOff, 0 },
|
||||
{ controls::draft::TestPatternModeColorBars, 1 },
|
||||
{ controls::draft::TestPatternModeSolidColor, 2 },
|
||||
{ controls::draft::TestPatternModeColorBarsFadeToGray, 3 },
|
||||
{ controls::draft::TestPatternModePn9, 4 },
|
||||
},
|
||||
} },
|
||||
{ "imx219", {
|
||||
.unitCellSize = { 1120, 1120 },
|
||||
.testPatternModes = {
|
||||
|
||||
Reference in New Issue
Block a user