The flartoolkit tag has no wiki summary.
7
votes
1answer
424 views
Problem with getting the Camera to work on Away3DLite
I have implemented Augmented Reality application for android using Adobe Air for Android, FLARManager, Away3DLite.
The program works fine on flash, However when i publish it on my mobile phone (HTC ...
4
votes
1answer
305 views
Flash Error #1063 Argument count mismatch
I'm getting the following strange error:
ArgumentError: Error #1063: Argument count mismatch on Away3DLiteSprite(). Expected 4, got 0.
3
votes
1answer
405 views
3D model manipulation in Augmented Reality
I'm using FLARManager and papervision3d to implement a small augmented reality hack.
my requirement is to yaw the model upon a button click.
This is what i have done so far:
public class ...
2
votes
2answers
199 views
Camera freezing when using FlareNFT with FLARManager
I'm trying to run the example application from the FlarManager download. It worked first time using the FlarToolkit engine, but the webcam freezes if I change to the FlareNFT tracker. The only change ...
2
votes
2answers
976 views
Augmented Reality with large and complex markers
does anyone have any experience with using large and complex images as markers (e.g. magazine layout, photo, text-layout) for a.r.?
i am not sure which way to go:
flash, papervision and flar would ...
1
vote
1answer
187 views
3D object in FLARToolKit keep appearing even though there is no marker detected
I have another (newbie) question about FLARToolKit.
This is Lee Brimelow's code to make 3 boxes on top of the marker.
package {
import flash.display.BitmapData;
import flash.display.Sprite;
import ...
1
vote
0answers
60 views
AR With Printed Buttons
I made an AR Application that detects the printed marker & plays the video on it.
I'd like to have a button printed on paper, which triggers an event when its blocked by a finger.
IMAGE LINK: ...
1
vote
1answer
589 views
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 ...
1
vote
2answers
441 views
Where can I find help with flash based augmented reality detecting hand position / gestures?
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.
...
1
vote
3answers
3k views
How to use animation with augmented Reality?
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?
0
votes
0answers
55 views
FLARToolkit with multiple markers
I want to show multiple movieassetmaterial using multiple markers with FLARToolkit and papervision3d.
I am able to show the single marker and single movie properly. How should i proceed for multiple ...
0
votes
0answers
53 views
FLARToolkit z-sorting
I'm in the making of AR cake designer project, and I'm using
FLARToolkit starter kit and change some code for my need..
the problem is, when I tried to put three .dae objects with a container ...
0
votes
0answers
86 views
FLARToolkit, looking for BitmapData or MovieClip data flow to make a screenshot with actionscript 3
working on flash/actionscript3 and the FLARToolkit,
I m going on trouble trying to get a screenshot of what is displayed
on the scene ! I m using this function :
function createJPG(m:MovieClip, ...
0
votes
0answers
350 views
FLARToolKit Multiple Markers and Objects
I'm trying to get the Augmented Reality code to work with multiple objects. How do I do this? I've tried everything but it just doesn't work. The following code is for a single augmented reality ...
0
votes
0answers
27 views
What kind of patterns can FLARToolkit recognize?
I want to use FLARToolkit and would like to recognize rectangular images (not square).
Can it do that? If so, how can I generate the pattern please?
Thank you.
0
votes
1answer
133 views
Android Augmented Reality
I am planning to develop augmented reality on android platform.Flash 4.5 SDK now enables us to develop applications now on mobile platform. I wanted to ask if its possible to develop AR app on mobile ...
0
votes
0answers
163 views
Switch to Front Camera in iPhone 4 while running ARToolKit for iOS
The documentation of ARToolKit tells that --
Users can now choose between rear
(main) and front cameras, on devices
which have more than one camera, and
additionally, can request different
...
0
votes
0answers
28 views
showing error value during iterative process (in order to get the transformation matrix) in FLARToolKit
I'm creating a simple augmented reality scene that I made based on Lee Brimelow's tutorial, using Adobe Flex Builder. I already asked about this in here.
I'm trying to find the PSNR of my program. To ...
0
votes
1answer
230 views
adding noise to a video in actionscript
Before I begin, I would like to apologize if what I'm going to ask is to be considered as super newbie question.
so I was trying out Lee Brimelow's tutorial on creating a simple AR scene using ...
0
votes
0answers
19 views
FlarManager_v_1_0 thresholdSourceDisplay
Can anybody please give me an exaple how to set thresholdSourceDisplay=true; in FlarManager v 1 1 0
I'm working with FLARManagerTutorial_Collada_PV3D.as example.
0
votes
0answers
56 views
Simon Game Image Hang
I am trying to develop Simon memory game ussing proccesing and AR Toolkit. I have the entire logic code done. The game seems to be running as needed as I can see the print statements in th console as ...
0
votes
1answer
148 views
unloadAndStop problem with EZFLAR/webcam
I'm making a book/magazine with EZFLAR and Flash, but I was going to need a lot of markers (and they become indistinguishable by FLARToolkit the more they are), so now I'm trying a different approach: ...
0
votes
0answers
203 views
FLARToolkit with PV3D and AS3 viewport scaling problem
I'm working with flash and flartoolkit.
I have a problem with the movements of the marker. The objects placed in the 3D scene move as if the scene were scaled. I have seen many examples in which ...
0
votes
0answers
156 views
rewriting FLARToolkit PV3D example to sandy3D
I've tried and tried to rewrite an example I got from an adobe page: http://www.adobe.com/devnet/flash/articles/augmented_reality.html to use sandy3D instead of papervision3D.
In the process I also ...
0
votes
0answers
119 views
the alpha property doesn't work!
I have a papervision project and this problem has kept me from going for days . I'll be appreciated if someone can help me with this . here's the problem:
I have Text3D object in my project and I ...
0
votes
2answers
204 views
How to wait until the DAE model loads on flash using PaperVision3d libaries?
i need to make a loader on flash or a simple label who say "wait, the model is loading". This is the part of my script were i load the model, but i have no idea how to control the loading process, ...
0
votes
1answer
480 views
augmented reality flartoolkit rotation
I'm trying to do some augmented reality projects with flartoolkit . I can now put simple 3d objects on my marker and it works fine , but I wanna give my project some events that the user can interact ...
0
votes
0answers
607 views
Adobe Flash Builder 4 - Augmented Reality by gotoAndLearn - add external libraries and build project doenst work - but debug works
I've not worked much with Adobe Flash Builder 4. Now Im trying it and my first App was Augmented Reality of gotoAndLearn. I downloaded the Flartoolkit, Papervision3D and the Nyartoolkit. This 3 ...
0
votes
1answer
496 views
How to use Away3d Lite and FLARToolKiT for Augmented Reality Application
I haved succesfully implemented an Augmented Reality Application using the following softwares:
Adobe Flash Professional CS5
Adobe Air For Android
FLARToolKit
Papervision3D
Can you please let me ...
0
votes
1answer
243 views
How to get rotation in FLARToolKit?
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
0
votes
1answer
475 views
Putting a MovieMaterial behind a DAE model in Papervision3D
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 ...
0
votes
2answers
1k views
how to integrate openCV and ARtoolkit
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 ...
0
votes
1answer
103 views
FLAR inverted marker
Does someone knows where can I find some information how to detect a "white" marker on a black page?
0
votes
1answer
134 views
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 ...