|
libcamera
v0.1.0
Supporting cameras in Linux since 2019
|
struct libcamera::ipa::ipu3::IPAActiveState::@8 agc
Context for the Automatic Gain Control algorithm.
uint32_t exposure
Exposure time expressed as a number of lines.
Definition: ipa_context.h:78
A support class for managing FrameContext instances in IPA modules.
Definition: fc_queue.h:32
FCQueue< IPAFrameContext > frameContexts
Ring buffer of the IPAFrameContext(s)
Definition: ipa_context.h:87
struct libcamera::ipa::ipu3::IPAActiveState::@7 af
Context for the Automatic Focus algorithm.
int32_t defVBlank
The default vblank value of the sensor.
Definition: ipa_context.h:42
Global IPA context data shared between all algorithms.
Definition: ipa_context.h:83
uint32_t exposure
Exposure time expressed as a number of lines.
Definition: ipa_context.h:56
Data structures related to geometric objects.
uint32_t focus
Current position of the lens.
Definition: ipa_context.h:50
struct ipu3_uapi_gamma_corr_lut gammaCorrection
Per-pixel tone mapping implemented as a LUT.
Definition: ipa_context.h:72
Size size
Sensor output resolution.
Definition: ipa_context.h:44
utils::Duration maxShutterSpeed
Maximum shutter speed supported with the configured sensor.
Definition: ipa_context.h:36
double blue
White balance gain for B channel.
Definition: ipa_context.h:64
double gain
Analogue gain multiplier.
Definition: ipa_context.h:79
struct libcamera::ipa::ipu3::IPASessionConfiguration::@5 agc
AGC parameters configuration of the IPA.
double red
White balance gain for R channel.
Definition: ipa_context.h:62
double green
White balance gain for G channel.
Definition: ipa_context.h:63
Top-level libcamera namespace.
Definition: backtrace.h:17
double gamma
Gamma value for the LUT.
Definition: ipa_context.h:71
double maxAnalogueGain
Maximum analogue gain supported with the configured sensor.
Definition: ipa_context.h:38
Miscellaneous utility functions.
struct libcamera::ipa::ipu3::IPASessionConfiguration::@6 sensor
Sensor-specific configuration of the IPA.
struct libcamera::ipa::ipu3::IPASessionConfiguration::@4 af
AF grid configuration of the IPA.
utils::Duration minShutterSpeed
Minimum shutter speed supported with the configured sensor.
Definition: ipa_context.h:35
struct libcamera::ipa::ipu3::IPAActiveState::@9::@11 gains
White balance gains.
IPAActiveState activeState
The current state of IPA algorithms.
Definition: ipa_context.h:85
struct libcamera::ipa::ipu3::IPAFrameContext::@12 sensor
Effective sensor values that were applied for the frame.
ipu3_uapi_grid_config afGrid
AF scene grid configuration.
Definition: ipa_context.h:31
Queue of per-frame contexts.
The active state of the IPA algorithms.
Definition: ipa_context.h:48
struct libcamera::ipa::ipu3::IPASessionConfiguration::@3 grid
Grid configuration of the IPA.
bool stable
It is set to true, if the best focus is found.
Definition: ipa_context.h:52
Context for a frame.
Definition: fc_queue.h:24
uint32_t stride
Number of cells on one line including the ImgU padding.
Definition: ipa_context.h:27
ipu3_uapi_grid_config bdsGrid
Bayer Down Scaler grid plane config used by the kernel.
Definition: ipa_context.h:25
double maxVariance
The maximum variance of the current image.
Definition: ipa_context.h:51
IPU3-specific FrameContext.
Definition: ipa_context.h:76
Describe a two-dimensional size.
Definition: geometry.h:53
double gain
Analogue gain multiplier.
Definition: ipa_context.h:57
Helper class from std::chrono::duration that represents a time duration in nanoseconds with double pr...
Definition: utils.h:330
Session configuration for the IPA module.
Definition: ipa_context.h:23
double temperatureK
Estimated color temperature.
Definition: ipa_context.h:67
double minAnalogueGain
Minimum analogue gain supported with the configured sensor.
Definition: ipa_context.h:37
struct libcamera::ipa::ipu3::IPAActiveState::@9 awb
Context for the Automatic White Balance algorithm.
struct libcamera::ipa::ipu3::IPAActiveState::@10 toneMapping
Context for ToneMapping and Gamma control.
Size bdsOutputSize
BDS output size configured by the pipeline handler.
Definition: ipa_context.h:26
utils::Duration lineDuration
Line duration in microseconds.
Definition: ipa_context.h:43
IPASessionConfiguration configuration
The IPA session configuration, immutable during the session.
Definition: ipa_context.h:84