I implemented an application using ORB-SLAM2. Currently I have an OpenCV JavaCameraView
in my activity and converting the camera frames to Mat
and send them to SLAM
System.
Everything is now working but I don't know how to render and show a virtual object in correct place on the camera screen.
I want to implement a simple AR app that shows some simple texts on the screen as virtual object. Any help to give me steps to achieve this will be welcome.