Top-level libcamera namespace.
Definition: backtrace.h:17
Struct that holds the statistics for the Software ISP.
Definition: swisp_stats.h:15
unsigned long sumG_
Holds the sum of all sampled green pixels.
Definition: swisp_stats.h:23
std::array< unsigned int, kYHistogramSize > yHistogram
A histogram of luminance values.
Definition: swisp_stats.h:35
unsigned long sumB_
Holds the sum of all sampled blue pixels.
Definition: swisp_stats.h:27
static constexpr unsigned int kYHistogramSize
Number of bins in the yHistogram.
Definition: swisp_stats.h:31
unsigned long sumR_
Holds the sum of all sampled red pixels.
Definition: swisp_stats.h:19