Skip to main content
Version: 20 Mar 2024

MLWorldCameraFrameBuffer

Module: Pixel Sensors / World Camera

A structure to encapsulate per plane info for each camera frame. More...

#include <ml_world_camera.h>

Public Attributes

TypeName
uint32_twidth
uint32_theight
uint32_tstride
uint32_tbytes_per_pixel
uint32_tsize
uint8_t *data

Detailed Description

struct MLWorldCameraFrameBuffer;

A structure to encapsulate per plane info for each camera frame.

API Level:

  • 23

Public Attributes Documentation

width

uint32_t width;

Width of the frame in pixels.


height

uint32_t height;

Height of the frame in pixels.


stride

uint32_t stride;

Stride of the frame in bytes.


bytes_per_pixel

uint32_t bytes_per_pixel;

Number of bytes used to represent a single value.


size

uint32_t size;

Number of bytes in the frame.


data

uint8_t * data;

Buffer data.