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
3
votes
0 answers

Draw a value rather than a cube - ARToolKit iPhone

I start by saying that I don't know OpenGL (I just followed some tutorials). I'm working on a demo application that uses ARToolKit . Basically if the marker is detected I need to display some data (just a numerical value) that I receive from the…
Mat
  • 7,613
  • 4
  • 40
  • 56
3
votes
1 answer

Need web-based AR solutions for Plane detection

I am searching for solutions for web-based solutions for AR using marker-less detection i.e using plane detection or object detection. Tried using a-frame framework and three.js but they are only marker-based detection technique to render 3d object.
AppleBee
  • 1,199
  • 12
  • 26
3
votes
0 answers

Can't run simpleLite sample of Artoolkit in Ubuntu16

I followed the guides Artoolkit provides but it still doesn't work. Each time I execute the sample it throws me this error: Using default video config. libARvideo: GStreamer 0.10.36 Parse error: no element "videotestsrc" setupCamera(): Unable to…
Anargu
  • 517
  • 2
  • 8
  • 17
3
votes
2 answers

Rotate 3d AR object 360 degree using touch with ARToolkit ios+sdk

I am using ARToolKit iOS SDK for rendering 3D model in my augmented reality project. Now through this sdk I have rendered 3D model but I am not able to rotate 360 it by touch so please help me to rotate my model.
Viral Mithani
  • 313
  • 4
  • 17
3
votes
4 answers

iOS ARToolKit Xcode Implementation

I'm trying to implement ARToolKit into an Objective-c iOS app. I have downloaded the ARToolKit SDK and I see the following contents. The ARToolKit5 directory is for Mac OSX, so I have left this one closed. ARToolKit5iOS is the directory that I have…
3
votes
2 answers

How to display Collada (.dae) file on Android with layers support?

The project I am working on is the augmented reality Android app. I need to display 3D objects in any way using Collada file format (.dae). The client want to use Collada because it is easy to export 3D projects into this format and .dae supports…
3
votes
1 answer

How use two multimarkers in scene Unity 3D

I'm trying to use two multimarkers in my Unity 3D and ARToolKit project, but is not working. Can I do this, how I do? I need to use multimarkers, because I need to capture the rotational movement of each.
3
votes
3 answers

Is ARToolkit for Android able to recognise a marker in an image, not video?

I'm just at the start of looking at ARToolkit on Android and the examples I've seen are dependent upon identifying the marker within a video stream from the device camera. Are there any examples where an image (e.g. a normal JPG file containing a…
David
  • 31
  • 3
3
votes
2 answers

Android ARToolkit - Position of marker

I'm using the ARToolkit for android and try to write a text over the detected marker. I want to do this using a simple TextView. So I'm only using ARToolkit to find the marker. But how can I find out where in my camera-preview the marker is right no…
ossi
  • 85
  • 1
  • 12
3
votes
1 answer

With which Framework to Detect Augmented Reality Markers in Single Image

I need to detect augmented reality markers in single images (or at least in a video saved on disk, not live captured) on OS X in C/C++, python or MATLAB. I tried ARToolKit, but it looks like reading videos from disk only works on windows: vid =…
b00tsy
  • 635
  • 8
  • 25
3
votes
1 answer

Obtaining 3D location of an object being looked at by a camera with known position and orientation

I am building an augmented reality application and I have the yaw, pitch, and roll for the camera. I want to start placing objects in the 3D environment. I want to make it so that when the user clicks, a 3D point pops up right where the camera is…
2
votes
1 answer

Using marker vertices to draw a CGRect in ARTookitPlus/VRToolKit

I have a small problem with VRToolkit, an iPhone port of ARToolKitPlus. I don't need the 3D stuff of the framework but only the information of the detected marker. Everything works fine so far and I'm stuck with the marker vertex coordinates which…
Martin
  • 23
  • 2
2
votes
0 answers

OpenGL ES: Rotate the complete scene to match portrait mode

Note Im new to Android and OpenGL Im building an Augmented Reality App based on ARToolKitX (Github:…
2
votes
0 answers

Need web-based AR solutions using markerless detection

I am searching for solutions for web-based solutions for AR using marker-less detection i.e using plane detection or object detection. Tried using a-frame framework and three.js but they are only marker-based detection technique to render 3d object.…
2
votes
1 answer

Change default border thickness of a square marker in ARToolkit

Based from this guide on the ARToolkit website, the default marker border thickness is at 25%. I want to change it to 20% and also maybe by 15%. Is it possible to modify it? If possible, then how?
1
2
3
17 18