How To Create Augmented Reality Apps
This video covers the very basics of creating an Augmented Reality (AR) application using FLARToolkit and Adobe Flex.
Download the marker:http://www.tinkernut.com/downl…..marker.pdf
Visit this webpage, allow access to your webcam, and hold the marker in front of the camera: http://www.tinkernut.com/downl…..ality.html
Download the source files here: http://www.tinkernut.com/downl…..eality.zip
Join the forum discussion on this post
16 Responses to “How To Create Augmented Reality Apps”
Use the Form Below to Leave a Reply




what ur podcast?
You know Delphi??
[...] How To Create Augmented Reality Apps – This video covers the very basics of creating an Augmented Reality (AR) application using FLARToolkit and Adobe Flex. [...]
pessoal
Any idea about from .kmz (google earth) in Flash AR (FLARToolkit)?
Seriously i don’t get a prick of that piece of code, or, i get the scale and rotate ones, but lol. I coode PHP and MySQL, but doesn’t seem familiar to that, since it can’t do the same.
Been a big help, thank you so much
Now are you able to add mouse button action along with the images?
sorry for posting a new topic on an existing one. Just that the other one: http://www.tinkernut.com/forum/video-tutorial-help/how-to-create-augmented-reality/page-1 is critically flawed and you cant see page 2… which is where i posted another post.
Hi, in this post, i want to ask a question on http://www.tinkernut.com/forum/video-tutorial-help/how-to-create-augmented-reality/page-1. I’m trying to change it into a flex app and add in another button.
1st attempt: trying to import AugReality, create a new instance of it => nothing appear on the screen except the button for which i created. Attempt to elter the code such as remove swf command in the beginning doesnt help much.
In desperation, I decided to remove the class and just add in all the variables + functions and call AugReality on innitialize. This time, addChild popup error. Attempt to change addChild-> this.addRawChild help the webcam feed appear on the screen + my button (YAY!!). However, the 3d object doesnt appear regardless of how mush marker i show to the webcam. Attempt to debug the app show that ar_detection.detectMarkerLite(ar_raster, 80) always returns false and ar_detection.getConfidence() > 0.5 always returns NaN which is why
if(ar_detection.detectMarkerLite(ar_raster, 80) && ar_detection.getConfidence() > 0.5)
{
ar_detection.getTransformMatrix(ar_transmat);//When the marker is found, get the transformation matrix
ar_basenode.setTransformMatrix(ar_transmat);//Place the content box onto the transformatin matrix
ar_renderengine.renderScene(ar_scene, ar_3dcam, ar_viewport);//Render the scene
}
isnt fullfilled thus no 3d object appear. SOMEBODY PLS HELP. Just point out what went wrong here pls
i’ve download the papervision 3d with the same version as yours but when i extract it. it doesnt have the same file as yours it only extract a library… do u have any alternative for dat?? or can u send it to my email? thank u before.
i cant understand anything
[...] great tutorials are being made available by some talented folks.The folks from GoToandLearn.com and Tinkernet.com have created a fantastic video demonstration on how to build an augmented reality application with [...]
Hi, hey man, how do you do to interact with 2 or more designs with AR. I mean, how to interact with 2 patterns and designs.
You know any code or something?
Thanks
hey tinkernut i have a big problem:i have done almost every thing but when i try to start the program i get a error:
error: 1046: Type was not found or was not a compile-time constant: Event
then i have done some reading and i have found out that i can do this at the import part:
import flash.events.Event
but then i get 31 more errors.
what should i do???
need administrator help
why i cannot preview the camera?
please tell me!!
i already type
import org.libspark.flartoolkit.core.FLARCode;
import org.libspark.flartoolkit.core.param.FLARParam;
Has the sample and resources been taken down? whenever I click the link I just get a forum page with no comments. Can anyone point me in the direction of the sourcecode?
Hi Guys,
I have tried the AR tutorial and its working fine. I have found mainly two issues.
1. If I copy all the files from the folder ‘C:\Documents and Settings\Admin\My Documents\Flex Builder 3\AugReality\bin-debug’ and pasted to desktop and I opened AugReality.html, this time only black square box is loading not the png file.
2. When I tried increasing camera area to 800×600 then the marker is not detecting.
And I have a question, how do I load SWF of FLV video instead of 3d model.
If anybody can help in this highly appreciable.
Thanks,
Sumesh