Skip to main content
Version: 20 Mar 2024

MLCameraPlaneInfo

Module: Camera

More...

#include <ml_camera_v2.h>

Public Attributes

TypeName
uint32_tversion
uint32_twidth
uint32_theight
uint32_tstride
uint32_tbytes_per_pixel
uint32_tpixel_stride
uint8_t *data
uint32_tsize

Detailed Description

struct MLCameraPlaneInfo;

Per plane info for captured output.


Public Attributes Documentation

version

uint32_t version;

Version of this structure.


width

uint32_t width;

Width of the output image in pixels.


height

uint32_t height;

Height of the output image in pixels.


stride

uint32_t stride;

Stride of the output image in bytes.


bytes_per_pixel

uint32_t bytes_per_pixel;

Number of bytes used to represent a pixel.


pixel_stride

uint32_t pixel_stride;

Distance between 2 consecutive pixels in bytes.


data

uint8_t * data;

Image data.


size

uint32_t size;

Number of bytes in the image output data.