IOS Augmented Reality Library with a simple "events" system

I'm looking for an iOS Augmented Reality library that will let me track the marker and

  • Show the user the video (local or YouTube, full screen or associated with a marker).
  • Download the regular old model view controller with my own code (e.g. UITableViewController).

I look around and all the extended libraries that I saw seem too complicated (for what I want to do).

Do you know any lightweight library that will allow me to do this? Paid libraries are not a problem.

This is what I looked at:

Thanks!

PD: I don’t know how to program with Unity, and some of those that look like the most promising libraries use this, so for me this is not an option. I would prefer directly Objective-C inside Xcode.

+7
source share
2 answers

I did the same with Vuforia.

+4
source

Vuforia now has a video solution included in their Unity SDK if you can use Unity. http://u3d.as/content/qualcomm-inc-/vuforia-video-playback/36v

+1
source

All Articles