up vote 35 down vote favorite
45
share [g+] share [fb]

I am planning to develop an augmented reality application for Android phone. Does anyone know if there is any existing framework for augmented reality which could be used for such applications?

Thanks.

link|improve this question

feedback

20 Answers

up vote 27 down vote accepted

For ideas, you could look at the following:

Existing Apps and their APIs: There are number of Augmented Reality applications in the Android market of which Layar and Wikitude are well known. Others like SomaView and GeoVector also exist. AFAIK, Wikitude and Layar have made their API's public.

Toolkit: There is also a toolkit named, NyARToolkit that provides a library for such a thing.

Tutorial: DevX Article by Chris Haseman

Good Luck!

link|improve this answer
Nice info +1 Samuh – TofeeqAhmad Jan 11 at 7:44
feedback

You can also use the new Qualcomm AR SDK http://developer.qualcomm.com/dev/augmented-reality

link|improve this answer
using it now - it's cool. – eggie5 Jun 3 '11 at 20:59
feedback

I'm one of the developers Look! Look! is a complete framework for creating augmented reality applications on Android.

It was developed as a final project at the University Complutense of Madrid.

Their features are:

  • Augmented Reality
  • Location Indoor
  • Remote Services
  • 3D, 2D and Camera
  • Iterations with objects

Furthermore we have developed apps with the framework, theirs are published in our official web.

More information:

Official website - http://www.lookar.net/en/

Project stayed in – https://sourceforge.net/projects/lookar/

link|improve this answer
1  
I developed with this framework, it was pretty well done – marimaf Jan 14 at 20:10
feedback

Check out Mixare. It's a pretty nice AR framework for Android. Unlike most of the previously mentioned suggestions (I'm not sure about all of them), source code is available for Mixare.

link|improve this answer
feedback

There are two types of augmented reality:

a) marker based, which needs bidimensional markers to recognize using computer vision and image analysis to draw an image over them with the corresponding rotation (ARToolkit)

b) geolocation and orientation based, which means that the app knows the exact position in the earth where you are, and what are you facing and it computes what you see, based on geolocation. (layar,wikitude)

Apps like junaio mixes both of them

link|improve this answer
feedback

http://layar.com/ would be the most popular thing I've seen. I made an app that allows for downloading and displaying of information much the same way as layar. It's pretty straight forward.

link|improve this answer
feedback

I know that artoolkit has a port to Symbian. Maybe there exists a port to Android as well

link|improve this answer
feedback

Hey, I maintain the AndroidARKit, an open source project on github. It's geographic based and includes a simple foursquare example application. More info here. or here. I wrote the devX article linked above. Feel free to contact me if you have any questions. It's licensed for commercial use with attribution. So feel free to use it in commercial apps.

link|improve this answer
Where can I get your contact? – Niko Gamulin Dec 26 '09 at 8:43
twitter.com/androidarkit – haseman Dec 26 '09 at 14:27
or haseman at wanderingoak dot net – haseman Dec 26 '09 at 14:28
feedback

Anyone interested in AR should also take a look at http://code.google.com/p/droidar/

Its an open-source framework for location based and marker based AR on Android.

link|improve this answer
feedback

Full open source marker based augmented reality framework. http://code.google.com/p/android-augment-reality-framework/

link|improve this answer
feedback

I've found the Layar Player.

"The Layar Player is a tool that enables anyone to embed augmented reality layers directly into their very own application".

Currently the Layar Player is for iPhone only, but an Android version will be available in Q4 2011.

link|improve this answer
feedback

D’Fusion Mobile is a marker based and geolocation based Platform with BarCode Support, Face Tracking and Sensor Support.

link|improve this answer
feedback

As reinier said, artoolkit could be the best option. there is for android, check this out

link|improve this answer
feedback

The Wikitude API is another alternative for Android applications: http://www.wikitude.org/developers

link|improve this answer
feedback

I know a FLOSS (Open Source) system that help you to create your AR application. This system is LibreGeoSocial -> http://www.libregeosocial.org

link|improve this answer
feedback

The most powerful augmented reality technology for iOS "String"(http://www.poweredbystring.com/) will released for Android Q4/2011. :)

link|improve this answer
feedback

ar23d is a 3D Augmented Reality SDK for Android 2.2+ and Android 3.0+. How much are the licensing costs can not be found on their website.

link|improve this answer
feedback

The pioneer in AR metaio(Developers of Junaio) will release a free version of the metaio Mobile SDK (Q4/2011). :)

link|improve this answer
will be released today (8th December 2011) :) – Oli Dec 8 '11 at 12:21
feedback

If you need an Augmented Reality Toolkit for Android that translates GPS coordinates to screen coordinates, look here: http://www.chupamobile.com/products/details/296/Augmented+Reality+Toolkit/

link|improve this answer
feedback

Google just release Google Goggles. It does seem to recognize what's on the image unlike the other services which simply use your GPS location and orientation to give you an idea what's closeby.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.