Questions tagged [flartoolkit]

29 questions
0
votes
1 answer

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: just three markers and then, load a different…
Kirby
  • 455
  • 6
  • 23
0
votes
2 answers

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, thanks for any help. Code: private function…
DomingoSL
  • 14,920
  • 24
  • 99
  • 173
0
votes
1 answer

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 with . I'm trying to trace the rotation of the…
m0j1
  • 165
  • 1
  • 7
  • 18
0
votes
1 answer

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 know if any sources is available for me to find out…
Apollon1954
  • 1,388
  • 4
  • 16
  • 33
0
votes
0 answers

Importing *.dae file with texture to papervision 3D

I downloaded the exmaples from http://3dvrm.com/flar/, set up a new Flash Builder Project, made some changes and finally I got my cow on top of the marker BUT just the wireframe, not the texture :-( The Actionscript-Code looks like private…
0
votes
1 answer

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
Jens
  • 1
  • 1
0
votes
1 answer

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 plane has a MovieMaterial and is playing a video…
Didier A.
  • 4,609
  • 2
  • 43
  • 45
0
votes
1 answer

AS3: Parameter child must be non-null

doing augmented reality app tut from YouTube. I'm newbie at this whole FLARTool kit and papervision staff. Eternal gratitude to the helpers. i've got this script: package { import flash.display.BitmapData; import flash.display.Sprite; import…
0
votes
2 answers

Implicit coercion of a value of type String to an unrelated type BitmapData

I'm new to PaperVision3d and FLARToolkit (and AS3 generally). I'm doing a tut on youtube on how to create a augmented reality app. I'm getting a error Function does not have a body. and return value for function 'loop' has no type declaration. …
0
votes
2 answers

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 a "System.AccessViolationException" error in the…
mehmet
  • 1
  • 1
  • 2
0
votes
1 answer

FLAR inverted marker

Does someone knows where can I find some information how to detect a "white" marker on a black page?
a--m
  • 4,716
  • 1
  • 39
  • 59
0
votes
1 answer

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.
Carlos Barbosa
  • 1,422
  • 2
  • 23
  • 42
0
votes
1 answer

FLARToolKit Camera3D Issues with Away3D 4.1.4 Gold

I've download the latest FLARToolKit build and Away3D 4.1.4 Gold, and it seems that the custom Camera3D support class that comes with FLARToolKit is no longer compatible. I keep getting this error. Error: An abstract method was called! Either an…
SpaceCowboy2071
  • 1,125
  • 1
  • 13
  • 20
0
votes
2 answers

ChromaKeying a video programatically using FLARToolkit

So this will be a bit of a doosy, maybe... I am trying to play a video clip in an Augmented Reality using the Flash plugin called FLARToolkit. I have a green screen video and i need to play the video on a plane. I am currently using a…
Adeptatus
  • 3
  • 2
1
2