libcamera  v0.0.0+100-debian/0_git20200629+e7aa92a-8-9-g77f5237c-dirty (2021-05-05T16:20:29+01:00)
Supporting cameras in Linux since 2019
Enumerations | Variables
libcamera::properties::draft Namespace Reference

Namespace for libcamera draft properties. More...

Enumerations

enum  ColorFilterArrangementEnum {
  RGGB = 0, GRBG = 1, GBRG = 2, BGGR = 3,
  RGB = 4
}
 Supported ColorFilterArrangement values. More...
 

Variables

const std::array< const ControlValue, 5 > 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.
 

Detailed Description

Namespace for libcamera draft properties.

Enumeration Type Documentation

◆ ColorFilterArrangementEnum

Supported ColorFilterArrangement values.

Enumerator
RGGB 

RGGB Bayer pattern.

GRBG 

GRBG Bayer pattern.

GBRG 

GBRG Bayer pattern.

BGGR 

BGGR Bayer pattern.

RGB 

Sensor is not Bayer; output has 3 16-bit values for each pixel, instead of just 1 16-bit value per pixel.