Artoolkit Unity



  1. Artoolkit Unity 2019
  2. Artoolkit Unity Github
  3. Artoolkit Unity
  4. Artoolkit Unity Android

ARToolkit itself supports the Android platform. On the Unity forums, you can find a beta for the UnityAR project, which provides ARToolkit integration with Unity. Even if the UnityAR project does not meet your needs, you could develop your own integration. It is certainly possible. Unity's augmented reality engine allows users to create games, apps, & industrial programs for any AR smart glasses, headset, phone, or tablet. Forged in gaming and used to create more than 60% of all AR/VR content, Unity’s flexible real-time platform offers unlimited possibilities to unleash your creative potential. The ARToolKit SDK makes writing a Unity application involving 3D augmented reality as easy as possible by hiding much of the complex science of AR. Start by downloading and installing the Personal (free) edition of Unity. Look for the 'Get Unity' link on the Unity3d.com homepage. New versions of the IDE are released constantly. ARToolKit Vision Algorithm (principle, calibration, normalization cost, inverse position accuracy) ARToolKit Benchmark (performance, tested camera) Modify/Extend ARToolKit: brief design guidelines (soon).

This tutorial describes the basic process of dealing with the 3D model with the NyARToolkit for Unity.

Artoolkit unity 2020

There are 4 steps.

  • Preparlation of the environment
  • Require hardware and data
  • Modify SimpleNFT code.
  • Test program
  • How to make NFT dataset

Preparlation of the environment

There are preparation before development.

  1. Create a new Unity project
  2. Import NyARToolkit for Unity package
  3. Import SDUnityChan package

Create a new Unity project

Create an empty new Unity project. (Require Unity 5.3.4 or later.)

Import NyARToolkit for Unity package

Download NyARToolkit for Unity, and drag and drop it to Unity IDE.
https://github.com/nyatla/NyARToolkitUnity/releases

Import SDUnityChan package

Download SDUnityChan, and drag and drop it to Unity IDE.
http://unity-chan.com/download/releaseNote.php?id=SDUnityChan&lang=jp


The project will be following image after 2 packages were imported.

Require hardware and data

A list of required things other than computer.

  1. Webcamera
  2. A paper that is printed Unity licence logo.
  3. Nft dataset that made from Unity licence ligo.

Webcamera

Must be connected a webcam to the computer. It is not nesseccary if your computer has internal camera device.

A paper that is printed Unity licence logo, and the NftDatset

These can also be made from the Unity logo image. Howeber for simplity, please download zip file that containe set the necessary data on this tutorial.
unitychan-demodata.zip

Print UCLlogo180mm.pdf to A4 paper. It is Unity licence logo in 180mm width.

The NftDataset is unitychan.nftdataset. It is contained with same zipfile.

Check “Neft dataset that made from Unity licence logo” paragraph if you want to make a dataset.

Artoolkit unity tutorial

Test program

From here is the main.
Modify sample/SimpleNft scine to display Unity-chan on the captured image.

Edit Object tree

Open SimpleNft scene. Next, expand MarkerObject node and delete cube object.

In UnityChan/SD_unitychan/Prefab, drag SD_unitychan_humanoid prefab and drop in MarkerObject. MarkerObject is updated automaticary by marker transform matrix. The objects placed under MarkerObject is displayed on Nft target.

Copy NFT dataset file

NFT data is unitychan.nftdataset that is in the unitychan-demodata.zip.
unitychan.nftdataset is NFT data set file made from 180mm width Unity license logo.
Replaced it if you have your own data.

First, change file extention to .bytes from .nftdataset. It is necessary in order to read binary file by Unity.

Next, drag unitychan.bytes and drop to Asser/Resource directory. It is able to read file from Unity.

Setting for Unity

In NyARToolkit for Unity, the scale unit of Markerobject is treated as 1mm.
In addition, the coordinates is expressed in the XY direction. And the origin is the lower left corner of the image.

Adjust the position and size of the Unity-chan to center of logo.

Remove the SpringManager check because it does not work correctly.

Edit source code

Finally, change two point on sourcecode.
In SimpleNFT directory, open NftCameraBehaviour.cs file.

Change NFT dataset

Change nftdataset name to infinitycat from unitychan. And change the image width to 180[mm] from 160.

Remove Cube related line

Remove a cuble related line.

Test

After complete, press the play button of Unity. Capture Unity logo image into the camera. Since the unity license logo is a little difficult to recognize. Hold the camera so that the entire logo captured.

How to make NFT dataset

You can NFT dataset from general image by tool program.

The tool is NftFileGenerator.jar. It is placed in Data/tool directory.
Open Assert directory by Explorer etc.

wp-image-1764″ src=”http://nyatla.jp/nyartoolkit/wp/wp-content/uploads/12.png” alt=”12″ width=”635″ height=”165″ />

In windows, click .bat file. other environment, open the terminal and type a command below.

java -jar NftFileGenerator.jar

After run the tool, Open a source image. Select Import from menu, and select LoadImage.
Next, push MakeFeatureSet button.

Dataset generation takes a few minutes.
When complete, feature points are displayedu

Finally, save dataset file. Select Export -> NyARTK NFT dataset file from menu. (NyARToolkit for Unity can not handle files that wrote by “Save Feature Set File”.)

Artoolkit Unity 2019

Dataset parameters

Artoolkit Unity Github

  • SourceDPI – This is main image DPI. Normally, do not need to change.
  • Iset DPIs – Set of pyramid image resolutions. AUTO means auto caluclation from SourceDPI. Custom means manual setting which wrote in lower CSV. Normally, do not need to change.
  • FSET parametor – Parametor of tracking feature points detection.(red square)In proportion to the size of lv, feature points detected is incremented. Adjust when the feature points is too much / too little.

Artoolkit Unity

Should be restrict a size of image under VGA size. Large image will take a long time.
If you want to use a large image, use from shrinking.

Artoolkit Unity Android

High contrast image such as Unity licence logo is poor for detection.
Neture image are more good for NFT.