libcamera v0.5.1
Supporting cameras in Linux since 2019
Loading...
Searching...
No Matches
awb.h File Reference

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"
Include dependency graph for awb.h:
This graph shows which files directly or indirectly include this file:

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.

Detailed Description

Base classes for AWB algorithms.