ORB-SLAM2-based-AR-on-Android icon indicating copy to clipboard operation
ORB-SLAM2-based-AR-on-Android copied to clipboard

This is a Android Augmented Reality APP based on ORB-SLAM2 and OpenGL,which can work well on both outdoor and indoor environments

Results 14 ORB-SLAM2-based-AR-on-Android issues
Sort by recently updated
recently updated
newest added

Hello. When i open the app,it shows SLAM NOT INITIALIZED. How can i solve this problem?

the following is the logcat in the android studio: 2021-11-25 14:55:30.161 19781-19781/com.android.settings E/Settings: Unable to find info for package: null 2021-11-25 14:55:30.174 27937-27937/? E/AndroidRuntime: FATAL EXCEPTION: main Process: com.example.ys.orbtest, PID:...

Hey, i tried running this app on Mi Max 2 android phone but the app is not starting camera preview I have given the camera permissions as well ![fa374ce1-79af-4691-98c5-1f0502dd909e](https://user-images.githubusercontent.com/52130224/139037870-e135a8f6-7eaa-4330-a3fe-4a0f29e726dc.jpg) ll...

I get opencv2/core/core.hpp: No such file or directory error for dbow

Can you tall me which version of ndk ?

hello, when I build your code using cmake and make in app folder, it shows error: ``` /xxx/ORB-SLAM2-based-AR-on-Android/app/src/main/cpp/ORB/src/ORBextractor.cc:812: undefined reference to `cv::FAST(cv::_InputArray const&, std::__ndk1::vector&, int, bool)' /xxx/ORB-SLAM2-based-AR-on-Android/app/src/main/cpp/ORB/src/ORBextractor.cc:817: undefined reference to...

Hi, 首先为你的项目点个赞。请问在手机上运行的这个ORB-SLAM2,闭环检测部分是开着的吗?比较好奇DBoW2在手机上跑的性能如何?期待回复,谢谢!

The values used in MatrixState.set_projection_matrix() don't match fx, fy, cx, cy values from what I see in the calibration yaml. Where do they come from? I'm also curious why not...

您好,如题,我看您的代码写了Plane类并用在`native-lib.cpp`里,不明白`if(instialized == false){`后面那段代码的意思,能简要讲解一下吗? 谢谢~