libcamera v0.5.1
Supporting cameras in Linux since 2019
|
Base classes for AWB algorithms. More...
#include <map>
#include <optional>
#include <libcamera/control_ids.h>
#include <libcamera/controls.h>
#include "libcamera/internal/vector.h"
#include "libcamera/internal/yaml_parser.h"
Go to the source code of this file.
Classes | |
class | libcamera::ipa::AwbResult |
The result of an AWB calculation. More... | |
class | libcamera::ipa::AwbStats |
An abstraction class wrapping hardware-specific AWB statistics. More... | |
class | libcamera::ipa::AwbAlgorithm |
A base class for auto white balance algorithms. More... | |
class | libcamera::ipa::AwbAlgorithm::ModeConfig |
Holds the configuration of a single AWB mode. More... |
Namespaces | |
namespace | libcamera |
Top-level libcamera namespace. | |
namespace | libcamera::ipa |
The IPA (Image Processing Algorithm) namespace. |
Base classes for AWB algorithms.