#include <string>
#include <exception>
#include <functional>
#include <interfaces/IImageStreamExtractor.h>
#include <zmq.hpp>
Go to the source code of this file.
Data Structures | |
class | ImageGrabberException |
Base for all ImageGrabber related exceptions. More... | |
class | _ImageGrabberImpl |
class | ImageGrabber |
Public interface to an ImageGrabber grabber. More... | |