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 use camera on ARToolKITPlus

Sorry for my english I'm french student. For a school project I have to do an augmented-reality application. I used ProCamCalib to calibrate my ps eye and my projector and ARToolKit don't use the same distortion form. So I've found ARToolKitPlus…
nebra
  • 55
  • 1
  • 11
0
votes
1 answer

Another AR SDK like GART SDK on Windows Phone

I'm developing a Windows Phone 8 application with GART SDK. But I don't like because it overlaps the places' names and all has the same font size. I was using ARToolkit for iPhone and it changes the font size it the places are near or far, and it…
VansFannel
  • 45,055
  • 107
  • 359
  • 626
0
votes
1 answer

Unable to install ARToolkit in Ubuntu 13.04

I installed OpenGL and libgstreamer0.10-dev in Ubuntu 13.04 64bit as seen in these tutorials : Installing ARToolKit on Ubuntu ARToolKit on Linux(Ubuntu) with USB camera However, I keep getting this error code: cc -o ../../bin/videoTest…
VedVals
  • 263
  • 1
  • 4
  • 16
0
votes
0 answers

error: ‘object_t’ in ‘class openvrml::viewer’ does not name a type

I'm trying to compile the lib ARvrml (From ARToolKit. See the source here) on Ubuntu and get this: g++ -c -I../../../include -I/usr/local/include/openvrml -I/usr/X11R6/include -O -pthread -I/usr/include/gstreamer-0.10 -I/usr/include/glib-2.0…
Arthur Alves
  • 458
  • 1
  • 5
  • 13
0
votes
2 answers

ARToolkit libraries missing

So I've attempted to set up ARToolkit for my Win7 64-bit computer. I'm using "Microsoft Visual Studio Express 2012 for Windows Desktop". I followed these instructions: 1. Unpack the ARToolKit zip to a convenient location. This location will be…
KarmA
  • 1
  • 2
0
votes
2 answers

ARToolkit DSVLD.dll error

I have followed the tutorial here: http://www.hitl.washington.edu/artoolkit/documentation/devstartup.htm When I try to compile the program, it will compile but the output window will tell me: DSVLd.dll(tid 774c) 42818982 : Could not access module…
0
votes
1 answer

Boost Asio, asynchronous server and video tracking

I need to trasmit with a (Boost) tcp server information collected in real time by the ARToolKit video tracking library. Which is the right way of doing it? I'm actually doing it with Boost threads and asio, but I think that what I do is done in a…
UnableToLoad
  • 315
  • 6
  • 18
0
votes
1 answer

translation data from ARtoolkit marker

How would you obtain the translational data from a marker using ARToolKit? I know that ARToolkit can give you the transformation matrix, but I'm having difficulty getting the translational movement. For example, when I move the marker to the…
mma1480
  • 659
  • 1
  • 9
  • 18
0
votes
1 answer

Cannot compile ARToolkit on 64-bit Mac

I was trying to compile ARToolkit on my 64-bit MacMini but when I run make, it give errors as follows ./videoInternal.h:38:50: error: unknown type name 'SeqGrabComponent' ./video.c:255:10: error: use of undeclared identifier 'seqGrab' …
JJin
  • 327
  • 4
  • 14
0
votes
1 answer

Cannot make ARToolKit on Ubuntu 12.04

I'm running Ubuntu 12.04 on an Asus eee PC and after following the ARToolKit tutorials, when I get to the make part after choosing GStreamer I get a lot of "undefined reference" errors in VideoGStreamer/video.c . Pastebin here:…
Atanas Mendes
  • 75
  • 1
  • 3
  • 13
0
votes
1 answer

maya and its VRML export with artoolkit

I am currently working on a project using Artoolkit ( C and C++ language software library that lets programmers easily develop Augmented Reality applications ) and Maya2013. I wonder if anyone, by any chance, has successfully exported VRML files…
0
votes
1 answer

ARtoolkit setup for C++, everything is fine except the camera driver

Can't manage how to install VFW or WDM driver for my built in webcam, I got an acer 5920g running Windows 7 64-bit. Following a guide, the last step is: ...You need also to test if the video input works and video can be displayed. You need to run…
John Calchon
  • 119
  • 6
0
votes
1 answer

Changing simpleVRML file name ERROR

i made some modifications in simpleVRML file in artoolkit for Mac OS X but when i change the executable name for the app and copy/paste my app to another folder, it gives me this error but when it change the name back to simpleVRML, then…
Ruben Veiga
  • 343
  • 3
  • 15
0
votes
1 answer

Opencv CV ColorHSV error

can anyone tell me why i am getting this error? because of that I'm getting this error too Trying to integrate opencv with artoolkit
Ruben Veiga
  • 343
  • 3
  • 15
0
votes
1 answer

ARToolKit on ubuntu

I have been trying to setup ARToolkit on my UBUNTU 11.10 pc.The problem i am facing it that it requires GLUT/OpenGL lib and SDK and i am not able to figure out how to do that. How can I set up ARToolKit on Ubuntu?
Maxsteel
  • 1,922
  • 4
  • 30
  • 55
1 2 3
17
18