libcamera v0.0.0+3240-f2a18172-dirty (2022-05-13T20:32:10+00:00)
Supporting cameras in Linux since 2019
Public Attributes | List of all members
libcamera::ipa::ipu3::IPAContext Struct Reference

Global IPA context data shared between all algorithms. More...

Collaboration diagram for libcamera::ipa::ipu3::IPAContext:
Collaboration graph
[legend]

Public Attributes

IPASessionConfiguration configuration
 The IPA session configuration, immutable during the session.
 
IPAFrameContext frameContext
 The frame context for the frame being processed. More...
 

Detailed Description

Global IPA context data shared between all algorithms.

Member Data Documentation

◆ frameContext

libcamera::ipa::ipu3::IPAContext::frameContext

The frame context for the frame being processed.

Todo:
While the frame context is supposed to be per-frame, this single frame context stores data related to both the current frame and the previous frames, with fields being updated as the algorithms are run. This needs to be turned into real per-frame data storage.

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