|
libcamera v0.7.2+rpt20260817
Supporting cameras in Linux since 2019
|
libipa AWB implementation More...
#include <array>#include <map>#include <optional>#include <libcamera/control_ids.h>#include <libcamera/controls.h>#include "libcamera/internal/value_node.h"#include "libcamera/internal/vector.h"

Go to the source code of this file.
Classes | |
| struct | libcamera::ipa::awb::Context |
| AWB gains and colour temperature. More... | |
| struct | libcamera::ipa::awb::ActiveState |
| Active AWB state shared across frames. More... | |
| struct | libcamera::ipa::awb::FrameContext |
| Per-frame AWB state. More... | |
| class | libcamera::ipa::AwbStats |
| An abstraction class wrapping hardware-specific AWB statistics. More... | |
| class | libcamera::ipa::AwbImplementation |
| Pure virtual base class for AWB algorithms implementations. More... | |
| struct | libcamera::ipa::AwbImplementation::Result |
| The result of an AWB computation. More... | |
| class | libcamera::ipa::AwbAlgorithmBase |
| Base class for AwbAlgorithm for non-templated functions implementation. More... | |
| class | libcamera::ipa::AwbAlgorithm< Q > |
| The libipa AWB algorithm. More... | |
Namespaces | |
| namespace | libcamera |
| Top-level libcamera namespace. | |
| namespace | libcamera::ipa |
| The IPA (Image Processing Algorithm) namespace. | |
libipa AWB implementation