#include <CameraStereoZed.h>
|
| 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, bool odomForce3DoF=false, int texturenessConfidenceThr=90) |
|
| CameraStereoZed (int deviceId, int resolution=6, int quality=1, int sensingMode=0, int confidenceThr=100, bool computeOdometry=false, float imageRate=0.0f, const Transform &localTransform=Transform::getIdentity(), bool selfCalibration=true, bool odomForce3DoF=false, int texturenessConfidenceThr=90) |
|
virtual bool | getPose (double stamp, Transform &pose, cv::Mat &covariance, double maxWaitTime=0.0) |
|
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 | postInterIMUPublic (const IMU &imu, double stamp) |
|
virtual | ~CameraStereoZed () |
|
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 |
|
void | resetTimer () |
|
void | setFrameRate (float frameRate) |
|
void | setLocalTransform (const Transform &localTransform) |
|
SensorData | takeData (SensorCaptureInfo *info=0) |
|
virtual | ~SensorCapture () |
|
Definition at line 43 of file CameraStereoZed.h.
◆ CameraStereoZed() [1/2]
rtabmap::CameraStereoZed::CameraStereoZed |
( |
int |
deviceId, |
|
|
int |
resolution = 6 , |
|
|
int |
quality = 1 , |
|
|
int |
sensingMode = 0 , |
|
|
int |
confidenceThr = 100 , |
|
|
bool |
computeOdometry = false , |
|
|
float |
imageRate = 0.0f , |
|
|
const Transform & |
localTransform = Transform::getIdentity() , |
|
|
bool |
selfCalibration = true , |
|
|
bool |
odomForce3DoF = false , |
|
|
int |
texturenessConfidenceThr = 90 |
|
) |
| |
◆ CameraStereoZed() [2/2]
◆ ~CameraStereoZed()
rtabmap::CameraStereoZed::~CameraStereoZed |
( |
| ) |
|
|
virtual |
◆ available()
bool rtabmap::CameraStereoZed::available |
( |
| ) |
|
|
static |
◆ captureImage()
◆ getPose()
bool rtabmap::CameraStereoZed::getPose |
( |
double |
stamp, |
|
|
Transform & |
pose, |
|
|
cv::Mat & |
covariance, |
|
|
double |
maxWaitTime = 0.0 |
|
) |
| |
|
virtual |
◆ getSerial()
std::string rtabmap::CameraStereoZed::getSerial |
( |
| ) |
const |
|
virtual |
◆ init()
bool rtabmap::CameraStereoZed::init |
( |
const std::string & |
calibrationFolder = "." , |
|
|
const std::string & |
cameraName = "" |
|
) |
| |
|
virtual |
◆ isCalibrated()
bool rtabmap::CameraStereoZed::isCalibrated |
( |
| ) |
const |
|
virtual |
◆ odomProvided()
bool rtabmap::CameraStereoZed::odomProvided |
( |
| ) |
const |
|
virtual |
◆ postInterIMUPublic()
void rtabmap::CameraStereoZed::postInterIMUPublic |
( |
const IMU & |
imu, |
|
|
double |
stamp |
|
) |
| |
◆ sdkVersion()
int rtabmap::CameraStereoZed::sdkVersion |
( |
| ) |
|
|
static |
The documentation for this class was generated from the following files: