mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 09:30:25 +08:00
Added T265 support (stereo-only yet)
This commit is contained in:
@@ -65,6 +65,7 @@ public:
|
||||
void setCameraName(const QString & name);
|
||||
void setProgressVisibility(bool visible);
|
||||
void setSwitchedImages(bool switched);
|
||||
void setFisheyeImages(bool enabled);
|
||||
void setStereoMode(bool stereo, const QString & leftSuffix = "left", const QString & rightSuffix = "right");
|
||||
void setSavingDirectory(const QString & savingDirectory) {savingDirectory_ = savingDirectory;}
|
||||
|
||||
|
||||
@@ -174,6 +174,7 @@ protected Q_SLOTS:
|
||||
void selectK4W2();
|
||||
void selectRealSense();
|
||||
void selectRealSense2();
|
||||
void selectRealSense2Stereo();
|
||||
void selectStereoDC1394();
|
||||
void selectStereoFlyCapture2();
|
||||
void selectStereoZed();
|
||||
|
||||
@@ -102,6 +102,7 @@ public:
|
||||
kSrcStereoZed = 104,
|
||||
kSrcStereoUsb = 105,
|
||||
kSrcStereoTara = 106,
|
||||
kSrcRealSense2Stereo = 107,
|
||||
|
||||
kSrcRGB = 200,
|
||||
kSrcUsbDevice = 200,
|
||||
|
||||
Reference in New Issue
Block a user