#include <CameraRealSense.h>
|
| CameraRealSense (int deviceId=0, int presetRGB=0, int presetDepth=0, bool computeOdometry=false, float imageRate=0, const Transform &localTransform=Transform::getIdentity()) |
|
virtual std::string | getSerial () const |
|
virtual bool | init (const std::string &calibrationFolder=".", const std::string &cameraName="") |
|
virtual bool | isCalibrated () const |
|
virtual bool | odomProvided () const |
|
void | setDepthScaledToRGBSize (bool enabled) |
|
void | setRGBSource (RGBSource source) |
|
virtual | ~CameraRealSense () |
|
float | getImageRate () const |
|
bool | initFromFile (const std::string &calibrationPath) |
|
bool | isInterIMUPublishing () const |
|
void | setImageRate (float imageRate) |
|
void | setInterIMUPublishing (bool enabled, IMUFilter *filter=0) |
|
SensorData | takeImage (SensorCaptureInfo *info=0) |
|
virtual | ~Camera () |
|
float | getFrameRate () const |
|
const Transform & | getLocalTransform () const |
|
virtual bool | getPose (double stamp, Transform &pose, cv::Mat &covariance, double maxWaitTime=0.06) |
|
void | resetTimer () |
|
void | setFrameRate (float frameRate) |
|
void | setLocalTransform (const Transform &localTransform) |
|
SensorData | takeData (SensorCaptureInfo *info=0) |
|
virtual | ~SensorCapture () |
|
Definition at line 49 of file CameraRealSense.h.
◆ RGBSource
◆ CameraRealSense()
◆ ~CameraRealSense()
rtabmap::CameraRealSense::~CameraRealSense |
( |
| ) |
|
|
virtual |
◆ available()
bool rtabmap::CameraRealSense::available |
( |
| ) |
|
|
static |
◆ captureImage()
◆ getSerial()
std::string rtabmap::CameraRealSense::getSerial |
( |
| ) |
const |
|
virtual |
◆ init()
bool rtabmap::CameraRealSense::init |
( |
const std::string & |
calibrationFolder = "." , |
|
|
const std::string & |
cameraName = "" |
|
) |
| |
|
virtual |
◆ isCalibrated()
bool rtabmap::CameraRealSense::isCalibrated |
( |
| ) |
const |
|
virtual |
◆ odomProvided()
bool rtabmap::CameraRealSense::odomProvided |
( |
| ) |
const |
|
virtual |
◆ setDepthScaledToRGBSize()
void rtabmap::CameraRealSense::setDepthScaledToRGBSize |
( |
bool |
enabled | ) |
|
◆ setRGBSource()
void rtabmap::CameraRealSense::setRGBSource |
( |
RGBSource |
source | ) |
|
The documentation for this class was generated from the following files: