Android augmented reality app convert List location from Point of Screen

android, augmented-reality, java, math, projection

Solution

i couldn't got what you are exactly trying do draw,but i assume you are trying to draw those poi on camera screen something like this:. For that you have to use sensors and gps location it's a little tricky,i will suggest to look at Mixare,you can get complete code there and tutorial here.Proceed to what you are trying to achieve.Gud luck.

Problem

I have a problem and I can't find a solution. I have made an Android augmented reality app. In my app I have a list of points of interest, every point of interest as a location(longitude, latitude, altitude). I know my position and I have the azimuth (of camera). Now my question is: how can I draw those points (gps points) on the screen(x, y points)?

Original source