mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 17:40:23 +08:00
Added CameraK4A driver (only MKV playback supported yet). Fixed build with realsense2 support on Windows. Preferences: added imu filtering parameters to ini file.
This commit is contained in:
@@ -93,6 +93,7 @@ public:
|
||||
kSrcRGBDImages = 7,
|
||||
kSrcK4W2 = 8,
|
||||
kSrcRealSense2 = 9,
|
||||
kSrcK4A = 10,
|
||||
|
||||
kSrcStereo = 100,
|
||||
kSrcDC1394 = 100,
|
||||
@@ -353,6 +354,7 @@ private Q_SLOTS:
|
||||
void selectSourceDistortionModel();
|
||||
void selectSourceOniPath();
|
||||
void selectSourceOni2Path();
|
||||
void selectSourceMKVPath();
|
||||
void selectSourceSvoPath();
|
||||
void updateSourceGrpVisibility();
|
||||
void testOdometry();
|
||||
|
||||
Reference in New Issue
Block a user