libcamera v0.2.0
Supporting cameras in Linux since 2019
Loading...
Searching...
No Matches
Public Attributes | Static Public Attributes | List of all members
libcamera::DebayerParams Struct Reference

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.
 

Static Public Attributes

static constexpr unsigned int kGain10 = 256
 const value for 1.0 gain
 

Detailed Description

Struct to hold the debayer parameters.

Member Data Documentation

◆ gainB

unsigned int libcamera::DebayerParams::gainB

Blue Gain.

128 = 0.5, 256 = 1.0, 512 = 2.0, etc.

◆ gainG

unsigned int libcamera::DebayerParams::gainG

Green Gain.

128 = 0.5, 256 = 1.0, 512 = 2.0, etc.

◆ gainR

unsigned int libcamera::DebayerParams::gainR

Red Gain.

128 = 0.5, 256 = 1.0, 512 = 2.0, etc.


The documentation for this struct was generated from the following file: