MLCameraPlaneInfo
Module: Camera
#include <ml_camera_v2.h>
Public Attributes
Type | Name |
---|---|
uint32_t | version |
uint32_t | width |
uint32_t | height |
uint32_t | stride |
uint32_t | bytes_per_pixel |
uint32_t | pixel_stride |
uint8_t * | data |
uint32_t | size |
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.