|
libcamera v0.7.0+1595-4b6c47bd-nvm
Supporting cameras in Linux since 2019
|
Struct to hold the debayer parameters. More...

Public Attributes | |
| Matrix< float, 3, 3 > | combinedMatrix |
| Colour correction matrix, including other adjustments. | |
| RGB< float > | blackLevel = RGB<float>({ 0.0, 0.0, 0.0 }) |
| Black level values. | |
| float | gamma = 1.0 |
| Gamma value, e.g. 1/2.2. | |
| float | contrastExp = 1.0 |
| Contrast value to be used as an exponent. | |
| RGB< float > | gains = RGB<float>({ 1.0, 1.0, 1.0 }) |
| Colour channel gains. | |
Struct to hold the debayer parameters.
| libcamera::DebayerParams::combinedMatrix |
Colour correction matrix, including other adjustments.