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
8
votes
2 answers

Any way to make AR.js camera less sensitive to movement?

After testing with default and custom marker/model of various size and distance, I concluded that the reason my AR models are having seizure (jittering/flickering/shaking like mad) is because of my hand movement. When the (phone) camera is at rest,…
Mr J Wolf
  • 91
  • 1
  • 5
7
votes
3 answers

Using Augmented Reality libraries for Academic Project

I'm planning on doing my Final Year Project of my degree on Augmented Reality. It will be using markers and there will also be interaction between virtual objects. (sort of a simulation). Do you recommend using libraries like ARToolkit, NyARToolkit,…
coder9
  • 1,571
  • 1
  • 27
  • 52
7
votes
1 answer

No event when Canvas Render Mode is set to World Space

I am building an AR iOS app that uses ARToolkit for Unity3D. My goal is to create a UI in World Space mode so that when I point the phone camera to an image, it will show the UI in 3D (e.g. select products or scroll through information list,…
HP.
  • 19,226
  • 53
  • 154
  • 253
7
votes
0 answers

make pattern file of augmented reality marker (.patt file) in android code

Are there any instructions in Java to get a bitmap of an augmented reality marker and generate a pattern file from it? I mean the pattern files (.patt) that are used in the AR augmented reality library. (This file includes a matrix with 0-255…
saeede
  • 117
  • 1
  • 9
6
votes
1 answer

Accurately measuring relative distance between a set of fiducials (Augmented reality application)

Let's say I have a set of 5 markers. I am trying to find the relative distances between each marker using an augmented reality framework such as ARToolkit. In my camera feed thee first 20 frames show me the first 2 markers only so I can work out the…
jzz
  • 93
  • 1
  • 1
  • 5
6
votes
1 answer

JSartoolkit : camera_para.dat for Android rear cam

I have (again) a trouble using JSartoolkit 5 (https://github.com/artoolkit/jsartoolkit5). I'm trying to use the rear cam of my device (Android - Nexus 5x, if that matters). I've seen that this framework uses .dat files in order to import cam…
enguerranws
  • 8,087
  • 8
  • 49
  • 97
5
votes
2 answers

Unity Android Build Works in Mono but Fails in IL2CPP due to Undefined References, Missing Library

I'm attempting to update our ARToolkit5 based Unity Android app that has been in the Google Play store for years. ARToolkit5 is no longer supported, but we still rely on its libraries, built about 4 years ago. My Unity version is 2020.1.11f1. I need…
gravy
  • 181
  • 2
  • 8
5
votes
1 answer

ARToolKit can't identify usb camera

I have instaled ARToolKit on Ubuntu 12.10 on a 64bit Asus. The install gave no errors so I think I'm ok. But when I want to try one af the examples it can't find the camera. If I don't fill anything in at char *vconf = ""; I get No video config…
Moeltiepas
  • 101
  • 6
4
votes
2 answers

How to detect when a marker is found in AR.js

I'm trying to detect when a marker if found/lost in ar.js, while using a-frame. From what I see in the source code, when the marker is found, a 'getMarker' event should be fired, moreover artoolkit seems to dispatch a markerFound event. I tried to…
Piotr Adam Milewski
  • 14,150
  • 3
  • 21
  • 42
4
votes
1 answer

Android gradle ndk jni build with external library & native debugging (ARToolkit)

I am trying to have the Android studio to be my main development IDE for java AND c/c++ code. I want to be able to debug native code. In this case i am trying to use ARToolkit5 as a library. Due to some examples in the ARToolkit5 i am having this…
Martin Mlostek
  • 2,755
  • 1
  • 28
  • 57
4
votes
1 answer

How to get MarkerId in Artoolkitplus in android

I am using ARToolkitPlusBenchmark to scan AR Tag Marker. I can easily detect all 4096 BCH marker.But my problem is i can't getting idea how to detect each BCH marker id? I have found code from here ARToolkitPlusBenchmark I have tried to detect…
Nagendra Tripathi
  • 923
  • 12
  • 23
4
votes
2 answers

Using ARToolkit with android

A project is assigned to me, in which i need to use ARToolKit. But i am much confused on 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 it. I would be…
Chintan Soni
  • 24,761
  • 25
  • 106
  • 174
4
votes
3 answers

Android - Detect image processing via camera?

Best wish for all. I have a problem about Image processing in Android. I want to use camera to detect any things via camera and show it's name or show it's info. I intended that I will store dictionary image template or other ways. I have research…
user1438709
  • 79
  • 2
  • 7
3
votes
1 answer

Retrieve marker coordinates in ARToolKit

How can I retrieve the coordinates of a marker in ARToolKit and save like a 2D coordinates. So I can try to cut a jpg file using those coordinates.
Ruben Veiga
  • 343
  • 3
  • 15
3
votes
0 answers

Take Snapshot of video frame in artoolkit?

I am doing a program with ARToolKit, and i need to save a snapshot of the video frame, and save it as a jpg file for example. Any ideia how can i do that? Regards
Rbn
  • 135
  • 11
1
2 3
17 18