libcamera
v0.5.0
Supporting cameras in Linux since 2019
|
Global IPA context data shared between all algorithms. More...
Public Member Functions | |
IPAContext (unsigned int frameContextSize) | |
Initialize the instance with the given number of frame contexts. More... | |
Public Attributes | |
IPASessionConfiguration | configuration |
The IPA session configuration, immutable during the session. | |
IPAActiveState | activeState |
The current state of IPA algorithms. | |
FCQueue< IPAFrameContext > | frameContexts |
Ring buffer of the IPAFrameContext(s) | |
ControlInfoMap::Map | ctrlMap |
A ControlInfoMap::Map of controls populated by the algorithms. | |
Global IPA context data shared between all algorithms.
|
inline |
Initialize the instance with the given number of frame contexts.
[in] | frameContextSize | Size of the frame context ring buffer |