YARP
Yet Another Robot Platform
 
Loading...
Searching...
No Matches
depthCameraDriver.cpp File Reference
#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::RGBDParamparams_map
 

Macro Definition Documentation

◆ RETURN_FALSE_STATUS_NOT_OK

#define RETURN_FALSE_STATUS_NOT_OK (   s)    if(s != STATUS_OK) { yCError(DEPTHCAMERA) << OpenNI::getExtendedError(); return false; }

Definition at line 22 of file depthCameraDriver.cpp.

Variable Documentation

◆ params_map