1 #ifndef REMOTE_GRABBER_H
2 #define REMOTE_GRABBER_H
23 _RemoteGrabberImpl(
const std::string & _deviceName,
const std::string & _deviceSource, zmq::context_t & _ctx);
26 std::string deviceName;
27 std::string deviceSource;
30 int bytesPerPixel = 0;
33 std::thread acquisitionThread;
34 volatile bool enableAcquisition =
false;
37 std::list<std::string> endpoints;
40 #endif //REMOTE_GRABBER_H
void addEndpoint(const std::string &_endpoint)
Public interface to an ImageGrabber grabber.
_RemoteGrabberImpl(const std::string &_deviceName, const std::string &_deviceSource, zmq::context_t &_ctx)