Go to the documentation of this file.
30 #ifndef _RL_HAL_CAMERA_H_
31 #define _RL_HAL_CAMERA_H_
46 virtual unsigned int getHeight()
const = 0;
48 virtual unsigned int getSize()
const = 0;
50 virtual unsigned int getWidth()
const = 0;
52 virtual void grab(
unsigned char* image) = 0;
62 #endif // _RL_HAL_CAMERA_H_