contains an image of the eyes captured by the device More...
#include "ELEyeImage.h"
Public Attributes | |
| uint8_t | data [SIZE] |
| image buffer, stores all pixels as RGB value (3 bytes per pixel) | |
Static Public Attributes | |
| static const int32_t | WIDTH = 300 |
| width of the image in pixels | |
| static const int32_t | HEIGHT = 90 |
| height of the image in pixels | |
| static const int32_t | SIZE = WIDTH * HEIGHT * 3 |
| size of the image buffer More... | |
contains an image of the eyes captured by the device