Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

TGLAugmentedRealityView like library FOR ANDROID? (Locations on camera preview)

So I would like to use a very similar library for Android just like TGLAugmentedRealityView

It's pops view's to the camera preview based on your and the target's location.

I hardly find anything useful for Android.

Please help if you can.

enter image description here

like image 765
Adam Varhegyi Avatar asked Oct 18 '16 12:10

Adam Varhegyi


2 Answers

What about that open source experiment LandMarker. Well written and you have access to the source code.

like image 130
Tíbó Avatar answered Nov 10 '22 13:11

Tíbó


Intro

In my opinion the best software for cross platform augment reality that do what you asked for was Metaio, but Metaio has been acquired by apple last year and they just with out more information about the future of the product shot-down the product availability in end of 2015, and I am excited to see what will happen next.

Metaio offered a free version for developer that do what you asked for. And I have tried it in few projects.

What is alternative I would suggest you take look for following open source libraries, that I have researched recently for another project, I will suggest you take look for:

  • https://artoolkit.org
  • http://www.openspace3d.com
  • http://www.mixare.org
  • http://bitstars.github.io/droidar

Here is some paid version:

  • https://www.vuforia.com
  • http://www.augment.com
  • https://www.layar.com
  • http://www.arlab.com/arbrowser
  • http://www.wikitude.com/products/wikitude-sdk
  • https://www.aurasma.com

Library (python, c#, java and android) where you can develop your own computer vision stuff including augment reality:

  • http://opencv.org
  • http://opencv.org/platforms/android.html

Few other links:

  • https://www.beyondreality.nl/in2ar
  • https://code.google.com/archive/p/android-augment-reality-framework
  • https://sourceforge.net/projects/lookar

It is hard to suggest specific one most of them can do what you asking for.

I would also leave a link where you can find a list and comparison of available augment reality libraries/software:

  • http://socialcompare.com/en/comparison/augmented-reality-sdks
  • https://en.wikipedia.org/wiki/List_of_augmented_reality_software
like image 33
Maytham Avatar answered Nov 10 '22 15:11

Maytham