ICLIO_API ZmqGrabber(const std::string &host, int port=44444)
Creates a new SharedMemoryGrabber instance (please use the GenericGrabber instead)
undocument this line if you encounter any issues!
Definition: Any.h:37
Grabber class that grabs images from ZeroMQ-based network interfaces.
Definition: ZmqGrabber.h:39
virtual ICLIO_API const core::ImgBase * acquireImage()
grabbing function
ICLIO_API ~ZmqGrabber()
Destructor.
#define ICLIO_API
Definition: CompatMacros.h:176
Common interface class for all grabbers.
Definition: Grabber.h:153
static ICLIO_API const std::vector< GrabberDeviceDescription > & getDeviceList(bool rescan)
returns a list of all available shared-memory image-streams
Data * m_data
Hidden Data container.
Definition: ZmqGrabber.h:41
ImgBase is the Image-Interface class that provides save access to underlying Img-template .
Definition: ImgBase.h:131