libcamera v0.1.0+127-8e215127-dirty (2023-12-02T01:06:12+00:00)
Supporting cameras in Linux since 2019
libcamera::ipa::CameraSensorHelper::AnalogueGainLinearConstants Struct Reference

Analogue gain constants for the linear gain model. More...

Public Attributes

int16_t m0
 Constant used in the linear gain coding/decoding. More...
 
int16_t c0
 Constant used in the linear gain coding/decoding.
 
int16_t m1
 Constant used in the linear gain coding/decoding. More...
 
int16_t c1
 Constant used in the linear gain coding/decoding.
 

Detailed Description

Analogue gain constants for the linear gain model.

Member Data Documentation

◆ m0

libcamera::ipa::CameraSensorHelper::AnalogueGainLinearConstants::m0

Constant used in the linear gain coding/decoding.

Note
Either m0 or m1 shall be zero.

◆ m1

libcamera::ipa::CameraSensorHelper::AnalogueGainLinearConstants::m1

Constant used in the linear gain coding/decoding.

Note
Either m0 or m1 shall be zero.

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