MLEyeCameraData
Module: Pixel Sensors / Eye Camera
A structure to encapsulate all the eye camera data. More...
#include <ml_eye_camera.h>
Public Attributes
| Type | Name |
|---|---|
| uint32_t | version |
| uint8_t | frame_count |
| MLEyeCameraFrame * | frames |
Detailed Description
struct MLEyeCameraData;
A structure to encapsulate all the eye camera data.
This structure must be initialized by calling MLEyeCameraDataInit before use.
API Level:
- 26
Public Attributes Documentation
version
uint32_t version;
Version of this structure.
frame_count
uint8_t frame_count;
Number of camera frames.
frames
MLEyeCameraFrame * frames;
| Type | Description |
|---|---|
| MLEyeCameraFrame * | A structure to encapsulate output data for each camera sensor. |
Camera frame data. The number of frames is specified by frame_count.