1

I would like to display an icon/image floating "beacon" on a specific GPS point. I would like to make it visible to the user, if the is around the location and pointing his device to the right direction. Like on the image, I've attached. Please mind, I'm interested in Android solution, and I'm looking for pure coding or lovely libraries to use. In term of libraries, I would like to have one, which is not 2-3 years old, like to most of the google searches. Android AR image

I would like to kindly ask you to help me out with some tutorial, or solution, because I haven't found anything usable yet.

narancs
  • 5,234
  • 4
  • 41
  • 60

1 Answers1

1

Check out Wikitude's Augmented Reality SDK - more details.

It even provides "Browsing POI Samples" Sample Application that covers your scenario.

Best regards, Andreas

Andi F.
  • 717
  • 5
  • 7
  • Thank you for your comment mate ! Yeah, I'm trying to compile one of the examples as Android project. It works, but nothing appear on the screen. Only the camera – narancs Nov 09 '15 at 10:09
  • Please install apk from samples 'apk' folder to double check. Also note that you need GPS signal in order to load POIs. – Andi F. Nov 09 '15 at 10:29
  • I downloaded one of the tutorials about POI locations. I have GPS signal, but I don't understand why I can't see any POI. http://stackoverflow.com/questions/33570510/wikitude-black-screen-with-no-location – narancs Nov 09 '15 at 11:07