#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/dev/IPreciselyTimed.h>
#include <yarp/os/BufferedPort.h>
#include <yarp/os/Time.h>
#include <yarp/os/Network.h>
#include <yarp/os/PeriodicThread.h>
#include <yarp/os/Vocab.h>
#include <yarp/os/Bottle.h>
#include <yarp/dev/IWrapper.h>
#include <yarp/dev/IMultipleWrapper.h>
#include <yarp/proto/framegrabber/FrameGrabberControls_Responder.h>
#include <yarp/proto/framegrabber/FrameGrabberControlsDC1394_Responder.h>
#include <yarp/proto/framegrabber/RgbVisualParams_Responder.h>
Go to the source code of this file.
Classes | |
class | ServerGrabberResponder |
struct | Configuration |
class | ServerGrabber |
grabberDual deprecated: A Network grabber for camera devices. More... | |
Macros | |
#define | DEFAULT_THREAD_PERIOD 0.03 |
Enumerations | |
enum | Capabilities { COLOR , RAW } |
#define DEFAULT_THREAD_PERIOD 0.03 |
Definition at line 72 of file ServerFrameGrabberDual.h.
enum Capabilities |
Enumerator | |
---|---|
COLOR | |
RAW |
Definition at line 49 of file ServerFrameGrabberDual.h.