Skip to content

Jamargle/SampleAR-NyARToolkit-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

#SampleAR(NyARToolkit) Sample Augmented Reality application for Android with NyArtoolkit (from ARToolkit). I took sample project from this tutorial of Emilio Vegas and I have fixed some issues produced during import process on Eclipse. It isn't the last version of NyARToolkit but this is for showing a fast and easy example.

For using this app:

  • Download the apk file
  • Allow installation of non-Market apps in Settings > Security
  • Put this file into your Android device
  • Search SampleAR1.apk in your device and install it
  • Launch SampleAR1 and focus your device to markers

For modifing SampleAR1 or doing something with it follow these steps:

  • Download the project from here. Note that SampleAR1 uses an old version of NyARToolkit. Other versions are here
  • Unzip and go to File > import on Eclipse. Import the project.
  • This project uses support-v7-appcompat. For adding it to the project, Right click on project name > Properties > Android > Go to Library section > Add support-v7-appcompat as a Library
  • You can add your code to src/jp.androidgroup.nyartoolkit/NyARToolkitAndroidActivity.java. This class is AR activity that handles AR tasks.

##AR Markers You will find the markers here and in res/raw/multi.pdf folder in the project. In the code, they are used in "initScene" function and in "initializeGLSurfaceView"

For more details of this process, go to original tutorial

Thanks to Emilio Vegas and Neogeek tutorial and Ryu Iizuka.

See NyARToolkit original documentation

See NyARToolkit author site and stay tuned about last releases of NyARToolkit

About

Sample Augmented Reality application for Android with NyArtoolkit

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages