YARP
Yet Another Robot Platform
RGBDSensorClient.h File Reference
+ Include dependency graph for RGBDSensorClient.h:
+ This graph shows which files directly or indirectly include this file:

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
 

Macro Definition Documentation

◆ DEFAULT_THREAD_PERIOD

#define DEFAULT_THREAD_PERIOD   20

Definition at line 25 of file RGBDSensorClient.h.

◆ RGBDSENSOR_TIMEOUT_DEFAULT

#define RGBDSENSOR_TIMEOUT_DEFAULT   100

Definition at line 26 of file RGBDSensorClient.h.