mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 09:30:25 +08:00
Added MYNT EYE S support. Fixed StereoCameraModel rectification not done with non-square images, also updated to support fisheye model.
This commit is contained in:
@@ -278,10 +278,21 @@
|
||||
</property>
|
||||
<addaction name="actionRealSense2_T265"/>
|
||||
</widget>
|
||||
<widget class="QMenu" name="menuMynt_Eye_S">
|
||||
<property name="title">
|
||||
<string>Mynt Eye S</string>
|
||||
</property>
|
||||
<property name="icon">
|
||||
<iconset resource="../GuiLib.qrc">
|
||||
<normaloff>:/images/mynteyes.png</normaloff>:/images/mynteyes.png</iconset>
|
||||
</property>
|
||||
<addaction name="actionMYNT_EYE_S_SDK"/>
|
||||
</widget>
|
||||
<addaction name="menuBumblebee2_2"/>
|
||||
<addaction name="menuZed_camera"/>
|
||||
<addaction name="menuTara_Camera"/>
|
||||
<addaction name="menuRealSense_T265"/>
|
||||
<addaction name="menuMynt_Eye_S"/>
|
||||
</widget>
|
||||
<addaction name="menuRGB_D_camera"/>
|
||||
<addaction name="menuStereo_camera"/>
|
||||
@@ -1579,6 +1590,11 @@
|
||||
<string>RealSense2</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionMYNT_EYE_S_SDK">
|
||||
<property name="text">
|
||||
<string>MYNT EYE S SDK</string>
|
||||
</property>
|
||||
</action>
|
||||
</widget>
|
||||
<customwidgets>
|
||||
<customwidget>
|
||||
|
||||
Reference in New Issue
Block a user