5.3.4.79. Function framebuffer_push
Defined in File framebuffer_io.h
5.3.4.79.1. Function Documentation
-
void framebuffer_push(framebuffer_data_t *fb, const int frame_id, const uint8_t **img_rgb24, const RoI_basic_t *RoIs, const size_t n_RoIs)
Push a frame and its data into the Frame Buffer.
- Parameters
fb – A pointer to the Frame Buffer.
frame_id – Identifier for the frame being pushed.
img_rgb24 – Pointer to the image data in RGB24 format.
RoIs – Array of RoIs of the frame.
n_RoIs – Number of RoIs.