Using ARToolkit with Android

I am assigned a project in which I need to use ARToolKit . But I am very confused about how to use it, how to get started with ARToolKit .

Is it the same as metaio , vuforia and total immersion ? Please help me get started with this. I would be grateful for the launch if some startup tutorials and sample examples on ARToolKit are provided.

Any help would be appreciated ...

+4
source share
2 answers

Here's a demo of ARToolkit presented in Google Code that can help you Check out

Also check out the documentation here

+4
source

For Android :

You can try droidAR droidAR

For iOS, you can try VRToolkit. This application uses ARToolKit plus to detect markers on video frames, and then overlays 3D objects after the movements of this marker.

You can scan all the B96 4096 marker, as well as the thin-based marker, after setting the corresponding YES property.

VRToolKit github

+2
source

All Articles