Questions tagged [artoolkit]

Questions specific to the ARToolKit augmented reality SDK and to applications of the SDK. ARToolKit's functionality includes video capture, computer vision-based marker and texture recognition, video overlay, model loading and rendering. Note that there is a GPL-licensed version and a commercial/education licensed version which is a continuation of the same development project.

ARToolKit is a popular SDK for the development of augmented reality applications. First developed by Hirokazu Kato and Mark Billinghurst at the University of Washington, and released in 1999, it has been continuously developed, by ARToolworks, Inc and now by DAQRI LLC.

ARToolKit provides all the functionality required to construct a vision-based augmented reality application on its supported platforms, including video capture, computer vision-based marker and texture recognition, video overlay, and model loading and rendering. Supported platforms include Windows, Mac OS X, Linux, iOS, Android and Unity 3D.

ARToolKit has a C API, with portions in C++, Objective C and Java, depending on the platform.

A popular direct derivative of ARToolKit, includes complete bindings for C++, C# , Java and Flash AS3 (under the name )

Questions specific to ARToolKit and its applications should be tagged with this tag. If the question is more generally applicable to augmented reality development in general, use the tag.

Resources

267 questions
-1
votes
1 answer

where can I find the ARToolKit v6 source code?

Like the title's gonna show I would need a copy of the open source ARToolKit v6 library to make custom edit for an Android implementation. Thanks in advance. Ps: I already downloaded the ARToolKitX version, however I need to make even more changes…
Michele Rava
  • 184
  • 4
  • 17
-1
votes
1 answer

Aframe Multiple Pattern Ratio

Hello I want To Use Multiple Patterns With Different Ratio . Can Any One Help Me to Sort Out This . I Can Use Use Multiple Markers With Different Ratio But I Am Not Able To Use Multiple Markers With Dirrerent Ration . Like Pattern One (Hiro) - HIRO…
Aryan
  • 83
  • 1
  • 13
-1
votes
1 answer

AR frameworks that can detect multiple instances of same image target

I am looking for an Augmented Reality framework that can simultaneously detect multiple identical image targets, in one scene. For example, I have three image cards, each three has the same image. The AR framework should be able to detect those…
topher
  • 1,357
  • 4
  • 17
  • 36
-1
votes
2 answers

How can I display video when a marker is detected in unity android artoolkit?

I want to display a video when a marker is detected. I am working in unity and coding for android. Please help.
-1
votes
1 answer

ARToolKIT for android issues in examples

I copy whole code base of ARToolkit and try to run android studio examples but each example just crashed on start. Than I download android sdk bundle from Artoolkit website, in this only eclipse examples are included so I migrate it into android…
CryptoKitty
  • 654
  • 4
  • 20
-1
votes
2 answers

ArToolkit examples with Android Studio

i've been trying to open and compile ArToolkit examples from AndroidStudioProjects in ArToolkit5 with Android Studio but i have some errors like following. I've latest version of Android Studio. I'm new to ArToolkit and Android Studio any help will…
Çağdaş Tunca
  • 873
  • 1
  • 11
  • 24
-1
votes
1 answer

AugmentedReality Controller into custom Controller

I want to embed an augmented reality controller into a custom view controller and i make this into viewDidLoad method of custom Controller. These lines makes the job for me: _arViewController = [[ARViewController alloc]…
hoya21
  • 893
  • 7
  • 24
-2
votes
1 answer

ARToolkit and Linux target

I want to build an AR application on Linux target. Vuforia does not support Windows and Linux, and I am not sure if ARToolkit can support or not. If ARToolkit doesn't support, is there another method to build my AR application on Linux?
-2
votes
1 answer

How is marker recognition done in ar.js? How can we improve recognition efficiency?

I want to know how exactly the marker is generated/recognized so that I can make it more efficient in my code. Is there any way of making something a marker other than a patt file? I was trying to use alphabets as markers and when displaying many…
-2
votes
1 answer

ARToolKit Android cannot recognize new pattern

Hello everybody i have a question about AR technology! Exactly with the ARToolKit framework which i have problem. I did everything what is in the tutorial but the application cannot recognize the symbol what i have putted in. tutorial page:…
-2
votes
2 answers

how to put new obj in ARToolKit for android

I need import my own Object, i tried in arsimplenativecars replace the cars but it didnt work. I have changed the version in gradle but still did not work. I need help plz.
-2
votes
1 answer

"cannot open source file"- headers included, Visual Studio 2015

I keep receiving the error "cannot open source file" in Visual Studio 2015 when trying to compile the "simpleLite.c" from AR Toolkit. This occurs despite placing the the full paths to the headers in the project options include setting and also…
MurServ
  • 35
  • 1
  • 8
1 2 3
17
18