Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there any open source Augmented Reality sdk for android? [closed]

Tags:

I' ve found this question on StackOverflow but the two sdk mentioned looks really old (about 4 and 2 years ago):

Where can I find an open source augmented reality framework for Android?

Do you know if exist some over open source Augmented Reality sdk for Android?

Thanks a lot!

like image 308
Federico Ponzi Avatar asked Apr 21 '14 11:04

Federico Ponzi


People also ask

Is ARCore open source?

ARCore is launched by Google in early 2018 which is the best open-source augmented reality SDK (Apache license). It will help to bring the amazing AR experiences to Android devices. ARCore has three prime abilities like environmental understanding, light estimation, and motion tracking.

Is AR software free?

Adobe Aero is free software that can view, build, and share immersive and interactive AR experiences. The user does not require complex coding and can effortlessly blur the lines between the physical and digital worlds. The software provides engaging AR experiences quickly and easily.

What is an AR SDK?

An augmented reality software development kit, or AR SDK, allows developers to build digital objects that appear to blend into the real world. An AR SDK is crucial to any business that creates AR experiences.

Is augmented reality on Android?

You can run AR apps on a supported device or in the Android Emulator. You must update Google Play Services for AR on the emulator before running the app.


2 Answers

This page http://socialcompare.com/en/comparison/augmented-reality-sdks also contains a lot of AR frameworks (maybe too much).

like image 184
bhavesh kaila Avatar answered Oct 26 '22 22:10

bhavesh kaila


Vuforia SDK is one of the best Augmented Reality 3rd party sdk. Even they have provided some sample application and also have a active forum where you can ask your query.Following is the official link,

https://developer.vuforia.com/resources/sdk/android

Another promising Augmented Reality SDk is AndAR which is open source too.Following is the link

https://code.google.com/p/andar/

like image 23
Spring Breaker Avatar answered Oct 26 '22 20:10

Spring Breaker