libcamera
v0.3.2+116-83c5ad0f
Supporting cameras in Linux since 2019
|
Context for a frame. More...
Friends | |
template<typename T > | |
class | FCQueue |
Context for a frame.
The frame context stores data specific to a single frame processed by the IPA module. Each frame processed by the IPA module has a context associated with it, accessible through the Frame Context Queue.
Fields in the frame context should reflect values and controls associated with the specific frame as requested by the application, and as configured by the hardware. Fields can be read by algorithms to determine if they should update any specific action for this frame, and finally to update the metadata control lists when the frame is fully completed.