|
libcamera
v0.5.2+53-0e096da4
Supporting cameras in Linux since 2019
|
Namespace for draft properties. More...
Enumerations | |
| enum | ColorFilterArrangementEnum { RGGB = 0, GRBG = 1, GBRG = 2, BGGR = 3, RGB = 4, MONO = 5 } |
| Supported ColorFilterArrangement values. More... | |
Variables | |
| const std::array< const ControlValue, 6 > | ColorFilterArrangementValues |
| List of all ColorFilterArrangement supported values. | |
| const std::map< std::string, int32_t > | ColorFilterArrangementNameValueMap |
| Map of all ColorFilterArrangement supported value names (in std::string format) to value. | |
| const Control< int32_t > | ColorFilterArrangement |
| The arrangement of color filters on sensor; represents the colors in the top-left 2x2 section of the sensor, in reading order. Currently identical to ANDROID_SENSOR_INFO_COLOR_FILTER_ARRANGEMENT. | |
Namespace for draft properties.
Supported ColorFilterArrangement values.
1.8.13