|
libcamera v0.3.2
Supporting cameras in Linux since 2019
|
Struct to hold the debayer parameters. More...
Public Types | |
| using | ColorLookupTable = std::array<uint8_t, kRGBLookupSize> |
| Type of the lookup tables for red, green, blue values. | |
Public Attributes | |
| ColorLookupTable | red |
| Lookup table for red color, mapping input values to output values. | |
| ColorLookupTable | green |
| Lookup table for green color, mapping input values to output values. | |
| ColorLookupTable | blue |
| Lookup table for blue color, mapping input values to output values. | |
Static Public Attributes | |
| static constexpr unsigned int | kRGBLookupSize = 256 |
| Size of a color lookup table. | |
Struct to hold the debayer parameters.