flartoolkit

How to use animation with augmented Reality?

Hi there, I can display images on marker using flarToolkit in flash as3 but can anyone suggest a good link/tutorial which explains how to use animation with augmented reality in flash? ...

Where can I find help with flash based augmented reality detecting hand position / gestures?

Hi, I'm researching a potential project involving flash based augmented reality, and I've already looked at FlarToolkit and FlarManager which seem pretty straight forward to execute marker detection. What I cannot find are any sites or assistance with how to detect hand position, etc. To allow the subject to 'press' buttons. An example ...

Artoolkit does not load textures in OS X

Hello i am using the latest version of artoolkit, and succesfully compiled simplevrml, but it doesn't show any textures not even the ones in the bud_B example. Does anyone have a similar experience or problem or have solved this? Thanks in advance. ...

FLAR inverted marker

Does someone knows where can I find some information how to detect a "white" marker on a black page? ...

how to integrate openCV and ARtoolkit

hi all, I need to use both openCV and ARtoolkit libraries in the same project. I'm trying to get frame by using arVideoGetImage() function in order to process for with openCV functions. however program throws a "System.AccessViolationException" error in the following line of face detection example: CvSeq *faces = cvHaarDetectObjects(img,...

FLARToolKit + how i get marker rotation angle value?

Hi all, Recently im trying on FLARToolKit, one thing confused me though, how i actually get the marker's rotation angle value? I trying to get the marker's rotation angle so i can put more interaction on it. Thanks! Rex ...

Passing a single image in ARToolkit instead of video stream

Instead of a video stream I want to pass a single jpeg image in the ARToolkit. Is it possible? Please help! Thanks. ...

Integrating C++ libraries in C for ARToolKit - ARToolkit+

I am working on a Augmented reality Project where I plan to use ARToolkit for Image Capturing and rendering where as ARToolKitPlus for marker detection. The problem is ARToolKit is a C library where as ARToolKit+ is written in C++. Can some one please sugegst me a way to integrate them both. ARToolKit Library ARToolkitPlus ...

Putting a MovieMaterial behind a DAE model in Papervision3D

Hi, I'm doing a project using FLARManager augmented reality and the Papervision3D library. Unfortunately, Papervision is giving me a lot of problems. My scene3D contains a DAE model and a plane. The plane has a MovieMaterial and is playing a video through FLVPlayback. The DAE and the plane are both inside the same DisplayObject3D conta...

How to get rotation in FLARToolKit?

Hi, How do you get the rotation of the marker in FLARToolKit? All that I can find is how to do it with papervision3D but since I am using Unity3 for the 3D, this is not optimal. Thanks in advance /Jens ...