libcamera v0.2.0+3-c630fdf5-nvm
Supporting cameras in Linux since 2019
|
Struct to hold the debayer parameters. More...
#include <debayer_params.h>
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. | |
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.