5.3.2.7. Struct framebuffer_data_t
Defined in File framebuffer_struct.h
5.3.2.7.1. Struct Documentation
-
struct framebuffer_data_t
Frame Buffer structure.
Public Members
-
size_t size
Size of the bufferization.
-
size_t id_read
Index of the current buffer to read.
-
size_t id_write
Index of the current buffer to write.
-
size_t n_filled
Number of filled buffers.
-
size_t frame_skip
Number of skipped frames between two processings (generally 0).
-
size_t frame_height
Frames height.
-
size_t frame_width
Frames width.
-
size_t max_RoIs_size
Maximum capacity of the RoIs arrays.
-
framebuffer_action_t *actions
-
size_t size