|
libcamera v0.3.0
Supporting cameras in Linux since 2019
|
Struct to hold the debayer parameters. More...
Public Attributes | |
| unsigned int | gainR |
| Red gain. | |
| unsigned int | gainG |
| Green gain. | |
| unsigned int | gainB |
| Blue gain. | |
| float | gamma |
| Gamma correction, 1.0 is no correction. | |
| unsigned int | blackLevel |
| Level of the black point, 0..255, 0 is no correction. | |
Static Public Attributes | |
| static constexpr unsigned int | kGain10 = 256 |
| const value for 1.0 gain | |
Struct to hold the debayer parameters.
| unsigned int libcamera::DebayerParams::gainB |
Blue gain.
128 = 0.5, 256 = 1.0, 512 = 2.0, etc.
| unsigned int libcamera::DebayerParams::gainG |
Green gain.
128 = 0.5, 256 = 1.0, 512 = 2.0, etc.
| unsigned int libcamera::DebayerParams::gainR |
Red gain.
128 = 0.5, 256 = 1.0, 512 = 2.0, etc.