Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Location-based Augmented Reality Android SDK [closed]

I am looking for an Android SDK for a location-based AR app I am developing.

These are the features I am looking for:

  1. Open-source framework preferred (Wikitude API requires an external install which is inconvenient).
  2. My application should easily open/close the camera view. Specifically, I'd like to open the camera view when the user holds the phone straight up and switch to a map view when it is flat. It would be great if the SDK already supports this :)
  3. I can add POIs from my application (not loading from a remote POI service) to the camera view, then the SDK would display markers within some distance from my current location.

I hope my description is clear enough. Thanks for any suggestions!

like image 467
Eric Chen Avatar asked Jun 28 '11 08:06

Eric Chen


People also ask

Why AR app is not working?

You have not updated the Google Play services for AR app or the device memory is full. Many times, not having the latest update of an app installed can cause issues while logging in and also while using the app. The other reason could be that the smartphone device that you are using is too hot or has memory problems.

Is the location based or position based AR?

Geo AR: Location-based Augmented Reality Technology This means that unlike the typical marker-based AR features – like Image Tracking and Object Tracking, Geo AR does not need a physical target to trigger the AR experience. The augmentations are attached to and appear at specific predefined geolocations.

How do I turn on AR on my Android?

For more information, see Publishing AR Apps in the Google Play Store. To make an app AR Required, follow these steps. Open Edit > Project Settings. Select Google ARCore and verify that ARCore Required is checked.


3 Answers

For the AR part you can use this source code. For the 2nd functionality use the sensor to launch the intents. And the 3rd use a MapActivity, you can start with this example Good luck!

like image 127
Dayerman Avatar answered Nov 06 '22 20:11

Dayerman


You can try metaio Mobile SDK that offers complete location based AR. The popular AR browser junaio is based on this SDK.

like image 38
arsalank2 Avatar answered Nov 06 '22 20:11

arsalank2


You can use junaio. Its free and supports both android and iphone platforms see the following link http://www.junaio.com/

Coding also very easy with junaio. Its PHP

like image 27
deltaaruna Avatar answered Nov 06 '22 22:11

deltaaruna