#include <cstdio>
#include <yarp/dev/IFrameGrabberImage.h>
#include <yarp/dev/AudioGrabberInterfaces.h>
#include <yarp/dev/AudioVisualInterfaces.h>
#include <yarp/dev/ServiceInterfaces.h>
#include <yarp/dev/PolyDriver.h>
#include <yarp/os/BufferedPort.h>
#include <yarp/os/Time.h>
#include <yarp/os/Network.h>
#include <yarp/os/Vocab.h>
#include <yarp/os/Bottle.h>
#include <yarp/os/RateThread.h>
#include <yarp/dev/DataSource.h>
#include <yarp/proto/framegrabber/RgbVisualParams_Responder.h>
#include <yarp/proto/framegrabber/FrameGrabberControls_Responder.h>
Go to the source code of this file.
Classes | |
class | ServerFrameGrabber |
grabber : Export a frame grabber to the network. More... | |
Macros | |
#define | YARP_INCLUDING_DEPRECATED_HEADER_ON_PURPOSE |
#define | YARP_INCLUDING_DEPRECATED_HEADER_YARP_DEV_DATASOURCE_H_ON_PURPOSE |
#define YARP_INCLUDING_DEPRECATED_HEADER_ON_PURPOSE |
Definition at line 24 of file ServerFrameGrabber.h.
#define YARP_INCLUDING_DEPRECATED_HEADER_YARP_DEV_DATASOURCE_H_ON_PURPOSE |
Definition at line 29 of file ServerFrameGrabber.h.