#include <cmath>
#include <algorithm>
#include <iomanip>
#include <cstdint>
#include <yarp/os/LogComponent.h>
#include <yarp/os/Value.h>
#include <yarp/sig/ImageUtils.h>
#include <librealsense2/rsutil.h>
#include "realsense2Driver.h"
Go to the source code of this file.
|
static std::string | get_device_information (const rs2::device &dev) |
|
static void | print_supported_options (const rs2::sensor &sensor) |
|
static bool | isSupportedFormat (const rs2::sensor &sensor, const int width, const int height, const int fps, bool verbose=false) |
|
static bool | optionPerc2Value (rs2_option option, const rs2::sensor *sensor, const float &perc, float &value) |
|
static bool | optionValue2Perc (rs2_option option, const rs2::sensor *sensor, float &perc, const float &value) |
|
static bool | setOption (rs2_option option, const rs2::sensor *sensor, float value) |
|
static bool | getOption (rs2_option option, const rs2::sensor *sensor, float &value) |
|
static int | pixFormatToCode (const rs2_format p) |
|
static size_t | bytesPerPixel (const rs2_format format) |
|
static YarpDistortion | rsDistToYarpDist (const rs2_distortion dist, const rs2_intrinsics &values) |
|
static void | settingErrorMsg (const string &error, bool &ret) |
|
static bool | setIntrinsic (Property &intrinsic, const rs2_intrinsics &values) |
|
static bool | setExtrinsicParam (Matrix &extrinsic, const rs2_extrinsics &values) |
|
◆ bytesPerPixel()
◆ get_device_information()
static std::string get_device_information |
( |
const rs2::device & |
dev | ) |
|
|
static |
◆ getOption()
◆ isSupportedFormat()
◆ optionPerc2Value()
◆ optionValue2Perc()
◆ pixFormatToCode()
◆ print_supported_options()
◆ rsDistToYarpDist()
◆ setExtrinsicParam()
◆ setIntrinsic()
◆ setOption()
◆ settingErrorMsg()
◆ accuracy
◆ alignmentFrame
◆ clipPlanes
◆ depthRes
◆ enableEmitter
◆ framerate
◆ needAlignment
◆ params_map
Initial value:=
{
}
constexpr char clipPlanes[]
constexpr char needAlignment[]
constexpr char enableEmitter[]
constexpr char framerate[]
constexpr char alignmentFrame[]
constexpr char depthRes[]
constexpr char accuracy[]
Definition at line 42 of file realsense2Driver.cpp.
◆ rgbRes
◆ stringRSStreamMap
Initial value:{
}
A mini-server for performing network communication in the background.
Definition at line 54 of file realsense2Driver.cpp.