libcamera v0.1.0+127-8e215127-dirty (2023-12-02T01:06:12+00:00)
Supporting cameras in Linux since 2019
|
Namespace for draft controls. More...
Enumerations | |
enum | { COLOR_FILTER_ARRANGEMENT = 10001 } |
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 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 controls.
Supported ColorFilterArrangement values.