Too Long; Didn't Read
Android Developer created an AR-based navigation system on Android that does only one thing — draw the AR navigation path alone. Initially, I tried on with OpenCV techniques to achieve this but it went haywire. After some period, I found an interesting piece of article in MapBox’s Vision SDK. I created a page to get the destination point. Once we click on the map, the destination is set where the 2D map similar to the one produced in Google Maps is drawn. Once clicking the “Go” button we get navigated to the page where our Camera feed is opened.
Share Your Thoughts