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
0
votes
1 answer

How to load a different obj file in Artoolkit NativeCars Example?

I'm trying to load a different obj file in ARSimpleNativeCarsExample project from ARToolKit and I'm getting the following error E/libeden: gmlReadOBJ() failed: can't open data file "Data/models/object.obj" E/libARWrapper: Error loading model…
Lucist
  • 13
  • 6
0
votes
1 answer

ARToolkit Error in MVC2010 : Error LNK1236 libARvideod.lib

when I build the example project of ARToolkit in Visual Studio 2010, I got this following error : Error 46 error LNK1236: corrupt or invalid COFF sections C:\Program Files\ARToolKit\examples\paddleDemo\libARvideod.lib(libARvideod.dll) paddleDemo I…
vee sivee
  • 53
  • 1
  • 1
  • 10
0
votes
2 answers

How to render the 3 D models from CT scan DICOM files on the marker for medical augment reality purpose in Android application

I am new to android and ARToolkit.I have to develop the android application which can augment and render the 3D models from CT scan images in DICOM format on the detected marker. I am using ARToolkit SDK for my purpose. But don't how to proceed with…
0
votes
1 answer

OnMarkerFound event not getting called - Unity3D ARToolKit

I am trying to get some custom behaviour implemented using ARToolKit SDK on Unity3D. According to the documentation here, the ARCamera uses the BroadcastMessage system to call OnMarkerFound(ARMarker marker) and OnMarkerLost(ARMarker marker) to…
Kanishka Ganguly
  • 1,252
  • 4
  • 18
  • 38
0
votes
1 answer

ARToolKit Custom camera tracking area

Iam making an iOS app using ARToolKit, everything is working fine. But my tracking objects are so close to each other , therefore most of the time it tracks most accurate tracking pattern and hard to focus on others. Is there a way to give a size…
Nan
  • 35
  • 6
0
votes
1 answer

Removing ARToolkit nft marker from Android build

when i start the sampleNFT -an already made example from ARToolkit- in unity Editor -pressing play button- it worked greatly BUT when i build my android app it removes my NFT marker which is in this case "gilbratar" and i made the player setting and…
0
votes
1 answer

Artoolkit Utilities programs doesn't execute on windows 10

I am started to use ARToolkit and I want to work on normal image as marker. I tried the first step to generate dataset from ARToolkit utilities but I couldn't open genTexdata program, its open and close immediately. Any solutions? I'm using windows…
Arwa
  • 9
  • 2
0
votes
1 answer

Artoolkit source code file cannot execute successfully in Android Studio

I downloaded the Artoolkit SDK in https://github.com/artoolkit/artoolkit5 And there is a directory called AndroidStudioProjects, which can be directly opened by using android studio. I have configured all the jdk, android sdk, ndk. However, those…
kkkttc
  • 29
  • 2
  • 8
0
votes
1 answer

how the integrate the JPCT-AE with ARNative of ARToolkit 's Project

I have met some problem for integration the JPCT-AE with ARNative of ARToolkit's Project. Purpose: using jpct-ae to rendering model basic on ARToolkit; Status : i can render a model on the screen behind the preview data; however, the model could no…
Bio. X
  • 13
  • 3
0
votes
1 answer

Regarding help on artoolkit for android and windows

I downloaded ARToolkit5 for my windows laptop from the following site. After installing it, when I run the visual studio solution file from artoolkit folder, it shows error. I had installed video libraries too following the documentation but still…
0
votes
3 answers

Get ARToolkit demo on Android to fill the entire screen

I have built ARSimple demo from ARToolkit for Android, but this is the result: Is there a way to make the view fill the entire screen?
Alicia
  • 1,132
  • 1
  • 14
  • 28
0
votes
1 answer

How to assign two models to one marker in ARToolKit

I want to make two models appear over one marker in ARToolkit. The key is they much come from two separate WRL files. Is this possible?
jkinz3
  • 23
  • 6
0
votes
1 answer

3D model renders partially dark on ARToolKit

I try to display a simple 3D model on ARToolKit but it renders partially dark for some reason. If I display the model in a .wrl viewer like Cortona3D it looks perfect, so the problem must be ARToolKit. How can I fix this? The model was made and…
David Prieto
  • 2,239
  • 4
  • 32
  • 51
0
votes
1 answer

Compiling simpleVRML project on ARToolkit

I was compiling the artoolkit libraries so I can use it on my project. All 28 projects on the artoolkit (http://sourceforge.net/projects/artoolkit/files/artoolkit/2.72.1/) can be compiled but I'm having a problem compiling the simpleVRML project…
Crowneels
  • 1
  • 1
0
votes
2 answers

OpenCV + ARToolkit

For school, I have to do an augmented reality project. ARToolkit is good for tracking markers but my problem is my procamcalib calibration can't be used by artoolkit (distortion coefficient in procamcalib and distortion factor in artoolkit). I see…
nebra
  • 55
  • 1
  • 11