libcamera
v0.0.0
Supporting cameras in Linux since 2019
|
IPA context operations as a set of function pointers. More...
Public Attributes | |
void(* | queue_frame_action )(void *cb_ctx, unsigned int frame, struct ipa_operation_data &data) |
Queue an action associated with a frame to the pipeline handler. More... | |
IPA context operations as a set of function pointers.
ipa_callback_ops::queue_frame_action |
Queue an action associated with a frame to the pipeline handler.
[in] | cb_ctx | The callback context registered with ipa_context_ops::register_callbacks |
[in] | frame | The frame number |