libcamera v0.0.0+3240-f2a18172-dirty (2022-05-13T14:52:50+00:00)
Supporting cameras in Linux since 2019
Public Attributes | List of all members
libcamera::ipa::CameraSensorHelper::AnalogueGainConstants Struct Reference

Analogue gain constants used for gain calculation. More...

Public Attributes

AnalogueGainType type
 Analogue gain calculation mode.
 
int16_t m0
 Constant used in the analogue Gain coding/decoding. More...
 
int16_t c0
 Constant used in the analogue gain coding/decoding.
 
int16_t m1
 Constant used in the analogue gain coding/decoding. More...
 
int16_t c1
 Constant used in the analogue gain coding/decoding.
 

Detailed Description

Analogue gain constants used for gain calculation.

Member Data Documentation

◆ m0

libcamera::ipa::CameraSensorHelper::AnalogueGainConstants::m0

Constant used in the analogue Gain coding/decoding.

Note
Either m0 or m1 shall be zero.

◆ m1

libcamera::ipa::CameraSensorHelper::AnalogueGainConstants::m1

Constant used in the analogue gain coding/decoding.

Note
Either m0 or m1 shall be zero.

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