6

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

Adam Varhegyi
  • 11,307
  • 33
  • 124
  • 222

2 Answers2

1

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:

Here is some paid version:

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

Few other links:

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:

Maytham Fahmi
  • 31,138
  • 14
  • 118
  • 137
  • I have tried most of these. The common thing among these libraries that they were developed years ago (some of them back in the days with Eclipse) and they just don't run in an up to date Android Studio with the newest Android SDK, newest gradle. Even the paid ones. Sadly. – Adam Varhegyi Oct 27 '16 at 09:52
  • I understand you, it is a bit sad but that is I think so far the fact is, it is a niche area where the development is as smoothly as other areas. I thought any way providing what I have of knowledge since I work with Augment reality. I was hope that Apple will relrease metaio in new version. that is the only hope left, if none other release some thing new. Keep it up – Maytham Fahmi Oct 27 '16 at 10:09
1

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

Tíbó
  • 1,188
  • 13
  • 28
  • It doesnt have camera preview but the bounty gona end in 1 hour so here you go. – Adam Varhegyi Oct 27 '16 at 14:14
  • 1
    Thanks! Just add a SurfaceView (https://developer.android.com/reference/android/view/SurfaceView.html) for the camera preview and those pins with annotations on top of it. That should do it. – Tíbó Oct 27 '16 at 15:12