libcamera v0.7.2+1-aebe4861-nvm
Supporting cameras in Linux since 2019
Loading...
Searching...
No Matches
libcamera::ipa::ipu3::IPAActiveState Struct Reference

The active state of the IPA algorithms. More...

Collaboration diagram for libcamera::ipa::ipu3::IPAActiveState:

Public Attributes

struct { 
 
   uint32_t   focus 
 
   double   maxVariance 
 
   bool   stable 
 
af 
 Context for the Automatic Focus algorithm.
 
agc::ActiveState agc
 Context for the Automatic Gain Control algorithm.
 
struct { 
 
   struct { 
 
      double   red 
 
      double   green 
 
      double   blue 
 
   }   gains 
 
   double   temperatureK 
 
awb 
 Context for the Automatic White Balance algorithm.
 
struct { 
 
   double   gamma 
 
   struct ipu3_uapi_gamma_corr_lut   gammaCorrection 
 
toneMapping 
 Context for ToneMapping and Gamma control.
 

Detailed Description

The active state of the IPA algorithms.

The IPA is fed with the statistics generated from the latest frame captured by the hardware. The statistics are then processed by the IPA algorithms to compute ISP parameters required for the next frame capture. The current state of the algorithms is reflected through the IPAActiveState to store the values most recently computed by the IPA algorithms.

Member Data Documentation

◆ gammaCorrection

toneMapping libcamera::ipa::ipu3::IPAActiveState::gammaCorrection

Per-pixel tone mapping implemented as a LUT.

The LUT structure is defined by the IPU3 kernel interface. See <linux/intel-ipu3.h> struct ipu3_uapi_gamma_corr_lut for further details.


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