libcamera: Add OV5647 sensor properties
Brief specifications available at https://cdn.sparkfun.com/datasheets/Dev/RaspberryPi/ov5647_full.pdf > pixel size: 1.4 μm x 1.4 μm Change in this patch is referenced from Page 5: key specifications section of the above linked pdf Signed-off-by: Vedant Paranjape <vedantparanjape160201@gmail.com> Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com> Reviewed-by: Paul Elder <paul.elder@ideasonboard.com> Signed-off-by: Paul Elder <paul.elder@ideasonboard.com>
This commit is contained in:
committed by
Paul Elder
parent
a4b876e97f
commit
1d134197c7
@@ -81,6 +81,10 @@ const CameraSensorProperties *CameraSensorProperties::get(const std::string &sen
|
||||
{ 1, controls::draft::TestPatternModeColorBars },
|
||||
},
|
||||
} },
|
||||
{ "ov5647", {
|
||||
.unitCellSize = { 1400, 1400 },
|
||||
.testPatternModes = {},
|
||||
} },
|
||||
{ "ov5693", {
|
||||
.unitCellSize = { 1400, 1400 },
|
||||
.testPatternModes = {
|
||||
|
||||
Reference in New Issue
Block a user