libcamera v0.0.0+3240-f2a18172-dirty (2021-12-21T19:23:13+00:00)
Supporting cameras in Linux since 2019
|
Database of camera sensor properties. More...
Static Public Member Functions | |
static const CameraSensorProperties * | get (const std::string &sensor) |
Retrieve the properties associated with a sensor. More... | |
Public Attributes | |
Size | unitCellSize |
The physical size of a pixel, including pixel edges, in nanometers. | |
std::map< int32_t, int32_t > | testPatternModes |
Map that associates the TestPattern control value with the indexes of the corresponding sensor test pattern modes as returned by V4L2_CID_TEST_PATTERN. | |
Database of camera sensor properties.
|
static |
Retrieve the properties associated with a sensor.
sensor | The sensor model name as reported by properties::Model |