Android simple augmented reality with GPS
问题 I want to develop a simple AR android app. I was able to find code to get the: azimuth,pitch and roll, and think that I got it right. I can't find how to be able to display an image on top of the "camera preview" according to a GPS location. I have my (latitude,longitude) coordinates and a set of other (latitude,longitude) coordinates . What I want is the ability to display "markers" on those coordinates when the user points the camera at them. How do I combine the coordinates and azimuth