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

Session configuration for the IPA module. More...

Collaboration diagram for libcamera::ipa::ipu3::IPASessionConfiguration:

Public Attributes

struct { 
 
   ipu3_uapi_grid_config   bdsGrid 
 
   Size   bdsOutputSize 
 
   uint32_t   stride 
 
grid 
 Grid configuration of the IPA.
 
struct { 
 
   ipu3_uapi_grid_config   afGrid 
 
af 
 AF grid configuration of the IPA.
 
agc::Session agc
 AGC parameters configuration of the IPA.
 

Detailed Description

Session configuration for the IPA module.

The session configuration contains all IPA configuration parameters that remain constant during the capture session, from IPA module start to stop. It is typically set during the configure() operation of the IPA module, but may also be updated in the start() operation.


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