#include <CameraStereo.h>
|
| CameraStereoZed (int deviceId, int resolution=2, int quality=1, int sensingMode=0, int confidenceThr=100, bool computeOdometry=false, float imageRate=0.0f, const Transform &localTransform=Transform::getIdentity(), bool selfCalibration=true) |
|
| CameraStereoZed (const std::string &svoFilePath, int quality=1, int sensingMode=0, int confidenceThr=100, bool computeOdometry=false, float imageRate=0.0f, const Transform &localTransform=Transform::getIdentity(), bool selfCalibration=true) |
|
virtual std::string | getSerial () const |
|
virtual bool | init (const std::string &calibrationFolder=".", const std::string &cameraName="") |
|
virtual bool | isCalibrated () const |
|
virtual bool | odomProvided () const |
|
virtual | ~CameraStereoZed () |
|
float | getImageRate () const |
|
const Transform & | getLocalTransform () const |
|
void | resetTimer () |
|
void | setImageRate (float imageRate) |
|
void | setLocalTransform (const Transform &localTransform) |
|
SensorData | takeImage (CameraInfo *info=0) |
|
virtual | ~Camera () |
|
Definition at line 110 of file CameraStereo.h.
rtabmap::CameraStereoZed::CameraStereoZed |
( |
int |
deviceId, |
|
|
int |
resolution = 2 , |
|
|
int |
quality = 1 , |
|
|
int |
sensingMode = 0 , |
|
|
int |
confidenceThr = 100 , |
|
|
bool |
computeOdometry = false , |
|
|
float |
imageRate = 0.0f , |
|
|
const Transform & |
localTransform = Transform::getIdentity() , |
|
|
bool |
selfCalibration = true |
|
) |
| |
rtabmap::CameraStereoZed::CameraStereoZed |
( |
const std::string & |
svoFilePath, |
|
|
int |
quality = 1 , |
|
|
int |
sensingMode = 0 , |
|
|
int |
confidenceThr = 100 , |
|
|
bool |
computeOdometry = false , |
|
|
float |
imageRate = 0.0f , |
|
|
const Transform & |
localTransform = Transform::getIdentity() , |
|
|
bool |
selfCalibration = true |
|
) |
| |
rtabmap::CameraStereoZed::~CameraStereoZed |
( |
| ) |
|
|
virtual |
bool rtabmap::CameraStereoZed::available |
( |
| ) |
|
|
static |
std::string rtabmap::CameraStereoZed::getSerial |
( |
| ) |
const |
|
virtual |
bool rtabmap::CameraStereoZed::init |
( |
const std::string & |
calibrationFolder = "." , |
|
|
const std::string & |
cameraName = "" |
|
) |
| |
|
virtual |
bool rtabmap::CameraStereoZed::isCalibrated |
( |
| ) |
const |
|
virtual |
bool rtabmap::CameraStereoZed::odomProvided |
( |
| ) |
const |
|
virtual |
The documentation for this class was generated from the following files: