5.3.4.75. Function framebuffer_alloc_init

5.3.4.75.1. Function Documentation

framebuffer_data_t *framebuffer_alloc_init(const size_t size, const size_t frame_height, const size_t frame_width, const size_t frame_skip, const enum pixfmt_e frame_pixfmt, const size_t max_RoIs_size)

Allocation and initialization of a Frame Buffer.

Parameters
  • size – Number of frames to buffer.

  • frame_height – Frames height.

  • frame_width – Frames width.

  • frame_skip – Number of skipped frames.

  • frame_pixfmt – Frames pixels format.

  • max_RoIs_size – Maximum number of RoIs per frame.

Returns

The allocated data.