MLCameraOutput
Module: Camera
#include <ml_camera_v2.h>
Public Attributes
Type | Name |
---|---|
uint32_t | version |
uint8_t | plane_count Number of output image planes: 1 for compressed output such as JPEG stream, 3 for separate color component output such as YUV/RGB. |
MLCameraPlaneInfo[MLCamera_MaxImagePlanes] | planes |
MLCameraOutputFormat | format |
Detailed Description
struct MLCameraOutput;
A structure to encapsulate captured output.
Public Attributes Documentation
version
uint32_t version;
Version of this structure.
plane_count
uint8_t plane_count;
Number of output image planes: 1 for compressed output such as JPEG stream, 3 for separate color component output such as YUV/RGB.
planes
MLCameraPlaneInfo[MLCamera_MaxImagePlanes] planes;
Type | Description |
---|---|
MLCameraPlaneInfo[MLCamera_MaxImagePlanes] | [MLCamera_MaxImagePlanes] |
Output image plane info. The number of output planes is specified by plane_count.
format
MLCameraOutputFormat format;
Type | Description |
---|---|
MLCameraOutputFormat | Captured output format. These three parameters determine which formats are supported: |
Supported output format specified by MLCameraOutputFormat.