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

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"
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

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.
 

Detailed Description

libipa AWB implementation