Augmented Reality SDKS

I thought about something interesting in my free time and discovered a thing called augmented reality.

Basically, I'd like to hear your opinions on a few issues that I have, and maybe if you talk a little about your experience in developing AR applications. I am considering developing an iPhone / iOS application.

  • Does anyone know any simple AR files for iphone that are powerful and easy to use?
  • Can I get the exact coordinates from the camera? IE: I aim my phone at the table and “set up the AR monster there. Then I can return tomorrow and the monster will still be there.
  • Any good tutorials to get me started?
  • Would it be beneficial to use the FLAR toolkit and use AIR for deployment on mobile devices? Obviously, I have already researched this a lot. But any help, even if its just the links you found on google to start me, will be very grateful.
+6
source share
7 answers

I split ARKit for Augmented Reality on iOS and added many enhancements (such as radar, range limiter, more convenient callouts, etc ...). This is very easy to integrate, and there is a demo application that I linked to the code:

iPhone-AR-Toolkit

+2
source

http://socialcompare.com/en/comparison/augmented-reality-sdks This link has every SDK for iOS, Android, Blackberry, etc ...

+2
source

Check out AugmentedKit , they provide sample SDKs, including the sample game Augemented reality. I think what you are looking for.

+1
source

1) The best AR SDK to fight, Qualcomm Vuforia SDK They provide samples for single image tracking, multiple image tracking, video overlay, etc. I think they do not provide Geo-Location AR. To do this, you need to poke a little.

2) For location based ARs, you can check out Wikitude . They provide free software to poke.

3) Wikipedia lists all available programs for AR along with links. You can check them out and learn more. FYI: I am one of the developers of the Alive App listed on this page.

4) FLAR is flash based. I suggest you explore additional features, as suggested above, by other users.

Hope this helps.

+1
source

1
You have many options, some of them are - Free tools
Junaio

commercial tools
metaio SDK
ARToolkit SDK for iOS

2
As I understand it, you are requesting the experience of AR based on GPS. Of the above toolkits, Junaio supports this feature.
I think the FLAR toolkit does not support this. It supports brand-based and NFT-based AR http://www.artoolworks.com/products/web/flartoolkit-2/

3
The above toolboxes have good documentation that you can start from there.

4
It clearly depends on your requirements. The FLAR tool is not specifically designed for mobile devices. Therefore, you will have to integrate it into your mobile. The structures I mentioned are specifically designed for mobile phones, including iOS.

0
source

Please check the vuforia, wikitude and metaio SDK, you will get good information / tutorial about AR, because they gave a good example application to get started with iOS and Android.

0
source

For Android:

Android Studio provides its own SDK for Android development. Layar and Wikitude - Android. AFAIK, Wikitude, and Layar made their SDKs publicly available.

For iOS:

iOS, Metaio SDK acquired by Apple now. you can use the craft sdk.

0
source

Source: https://habr.com/ru/post/920118/


All Articles