EyeLogic SDK  1.1.9
ELEyeImage Struct Referencefinal

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...
 

Detailed Description

contains an image of the eyes captured by the device

Member Data Documentation

◆ SIZE

const int32_t SIZE = WIDTH * HEIGHT * 3
static

size of the image buffer

See also
data in byte