#include "depthCameraDriver.h"
#include <yarp/os/LogComponent.h>
#include <yarp/os/LogStream.h>
#include <yarp/os/Value.h>
#include <algorithm>
#include <cmath>
#include <mutex>
Go to the source code of this file.
◆ RETURN_FALSE_STATUS_NOT_OK
#define RETURN_FALSE_STATUS_NOT_OK |
( |
|
s | ) |
if(s != STATUS_OK) { yCError(DEPTHCAMERA) << OpenNI::getExtendedError(); return false; } |
◆ params_map
Initial value:=
{
}
constexpr char clipPlanes[]
constexpr char depthRes[]
constexpr char accuracy[]
Definition at line 51 of file depthCameraDriver.cpp.