#include "RGBDSensorClient_StreamingMsgParser.h"
#include <yarp/os/Time.h>
#include <yarp/os/Network.h>
#include <yarp/os/BufferedPort.h>
#include <yarp/dev/PolyDriver.h>
#include <yarp/dev/IRGBDSensor.h>
#include "RGBDSensorClient_ParamsParser.h"
#include <yarp/proto/framegrabber/FrameGrabberControls_Forwarder.h>
#include <yarp/proto/framegrabber/RgbVisualParams_Forwarder.h>
#include <yarp/proto/framegrabber/DepthVisualParams_Forwarder.h>
Go to the source code of this file.
Classes | |
class | RGBDSensorClient |
RGBDSensorClient : A Network client to receive data from kinect-like devices. This device will read from two streams of data through different ports, one for the color frame and the other one for depth image following Framegrabber and IDepthSensor interfaces specification respectively. See they documentation for more details about each interface. More... | |
Macros | |
#define | DEFAULT_THREAD_PERIOD 20 |
#define | RGBDSENSOR_TIMEOUT_DEFAULT 100 |
#define DEFAULT_THREAD_PERIOD 20 |
Definition at line 23 of file RGBDSensorClient.h.
#define RGBDSENSOR_TIMEOUT_DEFAULT 100 |
Definition at line 24 of file RGBDSensorClient.h.