Search code examples
iphoneiosios5augmented-realitymarker

How to create our own marker for Augmented Reality in iOS technology?


I am new in AR technology, I have researched and come to know that AR works upon marker detection technology.

I found some sample code with vuforia, string, ARKit, etc.

But how they are detecting for particular marker that I am not able to fetch yet.

So my main questions are:

  • How to create our own marker (for iOS) (Sample code/link would be helpful)?
  • How to detect that particular marker using the camera to place our AR object?

Let me know if you require any more details.

Any help/information would be welcomed.


Solution

  • Did you see this one?

    Augmented reality on the iPhone using NyARToolkit

    Also I found some sample code here: https://github.com/kamend/iPhone-Stuff