libcamera: camera_sensor: Rectify test patterns listed for IMX519
The IMX519 driver reports ColorBars and ColorBarsFadeToGray but upon
inspecting the test pattern modes via v4l2-ctl utility, these test
patterns do not comply with MIPI CCS v1.1 (Section 10.1).
Hence, omit from camera-sensor-properties database for now and add a
comment for the same.
Fixes: e3b26b4c4e ("libcamera: camera_sensor: Add IMX519 sensor properties")
Signed-off-by: Umang Jain <umang.jain@ideasonboard.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
This commit is contained in:
@@ -106,10 +106,12 @@ const CameraSensorProperties *CameraSensorProperties::get(const std::string &sen
|
||||
.unitCellSize = { 1220, 1220 },
|
||||
.testPatternModes = {
|
||||
{ controls::draft::TestPatternModeOff, 0 },
|
||||
{ controls::draft::TestPatternModeColorBars, 1 },
|
||||
{ controls::draft::TestPatternModeSolidColor, 2 },
|
||||
{ controls::draft::TestPatternModeColorBarsFadeToGray, 3 },
|
||||
{ controls::draft::TestPatternModePn9, 4 },
|
||||
/*
|
||||
* The driver reports ColorBars and ColorBarsFadeToGray as well but
|
||||
* these two patterns do not comply with MIPI CCS v1.1 (Section 10.1).
|
||||
*/
|
||||
},
|
||||
} },
|
||||
{ "ov2740", {
|
||||
|
||||
Reference in New Issue
Block a user