libcamera v0.2.0
Supporting cameras in Linux since 2019
Public Attributes | Static Public Attributes | List of all members
libcamera::SwIspStats Struct Reference

Struct that holds the statistics for the Software ISP. More...

#include <swisp_stats.h>

Public Attributes

unsigned long sumR_
 Holds the sum of all sampled red pixels.
 
unsigned long sumG_
 Holds the sum of all sampled green pixels.
 
unsigned long sumB_
 Holds the sum of all sampled blue pixels.
 
std::array< unsigned int, kYHistogramSizeyHistogram
 A histogram of luminance values.
 

Static Public Attributes

static constexpr unsigned int kYHistogramSize = 16
 Number of bins in the yHistogram.
 

Detailed Description

Struct that holds the statistics for the Software ISP.


The documentation for this struct was generated from the following file: