#include "depthCameraDriver.h"#include <yarp/os/LogComponent.h>#include <yarp/os/LogStream.h>#include <yarp/os/Value.h>#include <algorithm>#include <cmath>#include <mutex>
Include dependency graph for depthCameraDriver.cpp:Go to the source code of this file.
Classes | |
| class | streamFrameListener |
Macros | |
| #define | RETURN_FALSE_STATUS_NOT_OK(s) if(s != STATUS_OK) { yCError(DEPTHCAMERA) << OpenNI::getExtendedError(); return false; } |
Variables | |
| static std::map< std::string, RGBDSensorParamParser::RGBDParam > | params_map |
| #define RETURN_FALSE_STATUS_NOT_OK | ( | s | ) | if(s != STATUS_OK) { yCError(DEPTHCAMERA) << OpenNI::getExtendedError(); return false; } |
Definition at line 36 of file depthCameraDriver.cpp.
|
static |
Definition at line 51 of file depthCameraDriver.cpp.