28 double aGain,
double dGain,
33 double referenceAnalogueGain_;
34 double referenceDigitalGain_;
A class representing a tree structure of values.
Definition value_node.h:27
The base class for creating histograms.
Definition histogram.h:23
int parseTuningData(const ValueNode &tuningData)
Parse tuning data.
Definition lux.cpp:98
Lux()
Construct the Lux helper module.
Definition lux.cpp:75
double estimateLux(utils::Duration exposureTime, double aGain, double dGain, const Histogram &yHist) const
Estimate lux given runtime values.
Definition lux.cpp:154
Helper class from std::chrono::duration that represents a time duration in nanoseconds with double pr...
Definition utils.h:331
The IPA (Image Processing Algorithm) namespace.
Definition af.cpp:58
Top-level libcamera namespace.
Definition backtrace.h:17
Miscellaneous utility functions.