This class grabs mono and stereo images from the connected cameras. More...
#include <ImageGrabber.h>
Public Types | |
enum | ColorFormat { UYVY8 = 0, RGB8 = 1, GRAY8 = 2, Y8UV8 = 3 } |
specifies color spaces & depths More... | |
enum | ImageQuality { LOW = 0, HIGH = 1 } |
specifies image qualities (e.g. when scaling) More... | |
enum | ScaleFactor { FULL = 1, HALF = 2, QUARTER = 4 } |
specifies down scaling factors for images More... | |
Public Member Functions | |
ImageGrabber () | |
ImageGrabber (std::string parentName) | |
The constructor. | |
virtual | ~ImageGrabber () |
This class grabs mono and stereo images from the connected cameras.
Definition at line 30 of file ImageGrabber.h.
specifies color spaces & depths
Definition at line 35 of file ImageGrabber.h.
specifies image qualities (e.g. when scaling)
Definition at line 43 of file ImageGrabber.h.
specifies down scaling factors for images
Definition at line 49 of file ImageGrabber.h.
ImageGrabber::ImageGrabber | ( | ) | [inline] |
Definition at line 55 of file ImageGrabber.h.
ImageGrabber::ImageGrabber | ( | std::string | parentName | ) |
The constructor.
parentName | Used as main name for the timers |
virtual ImageGrabber::~ImageGrabber | ( | ) | [virtual] |
The destructor.