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

前端 未结 2 486
抹茶落季
抹茶落季 2021-02-06 11:06

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

2条回答
  •  情话喂你
    2021-02-06 11:44

    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

提交回复
热议问题