Skip to main content
Version: 20 Mar 2024

MLDepthCameraFrameBuffer

Module: Pixel Sensors / Depth Camera

Structure to encapsulate per plane info for each camera frame. More...

#include <ml_depth_camera.h>

Public Attributes

TypeName
uint32_twidth
uint32_theight
uint32_tstride
uint32_tbytes_per_unit
uint32_tsize
void *data

Detailed Description

struct MLDepthCameraFrameBuffer;

Structure to encapsulate per plane info for each camera frame.

API Level:

  • 29

Public Attributes Documentation

width

uint32_t width;

Width of the buffer in pixels.


height

uint32_t height;

Height of the buffer in pixels.


stride

uint32_t stride;

Stride of the buffer in bytes.


bytes_per_unit

uint32_t bytes_per_unit;

Number of bytes used to represent a single value.


size

uint32_t size;

Number of bytes in the buffer.


data

void * data;

Buffer data.