I am interested in implementing an Augmented Reality application for mobile phones using Adobe Flash Platform. Can you please let me know if any sources is available for me to find out how to start?

I'm not sure what software I need to use to implement AR but as I can understand I need:

ARToolKit Marker Generator to create the marker matching with the 3D image, then FLARToolKit to analyze the image from the marker and Papervision3D to create an object that shares that same space with the marker.

Can you please let me know if what I wrote is correct and advise me how to start the implementation on Adobe Flash platform?

Thank you

link|improve this question

1  
i retaged your question on android as you are not specific to which platform you wish to develop, if thats is not correct please do the pertinent modifications to the questions tag. – Carlos Nov 14 '10 at 17:51
feedback

1 Answer

up vote 2 down vote accepted

As @Carlos mentions, you need to be specific about the platform.

If you're developing for windows/osx and want to target the browser, then use flash/actionscript 3.0. For easy setup, I recommend having a look at FLARManager. If speed is essential, I would suggest using the FLARToolkit's Alchemy Branch, and Away3DLite for 3D rendering.

Note: The Alchemy branch currently only supports single markers. Use the default branch for multiple markers.

Find more details on the above mentioned and examples on AR in actionscript on the disturb media wiki entry.

The FLARToolkit uses quite a few resources. You need a bit of tuning to get smooth results on win/osx. On android/iphone flash runs slower than on a desktop/laptop when you package it with air 2.5 for android/iphone packager. If you add AR processing and 3D rendering, I imagine it will be tricky to get something responsive.

If you want to develop an AR app for Android I recommend having a look at Qualcomm's AR SDK.

link|improve this answer
I would like to create an AR app for Android using Adobe Air. I'm very confused of what i need in order to do it on Adobe Air. However im not sure if that is possible, and if yes then what programs it needed to be compined in order to develop the application. I read many articles but i'm still confused and sorry that my questions are not clear. I hope somebody with more knowledge can help and advice me. Thank you – Apollon1954 Nov 15 '10 at 1:15
1  
@Apollon1954 I would recommend using native code for apps where speed is critical. Still, if you need to use AIR/actionscript, start step by step: If you're using Flash CS5, download the AIR for Android extension(labs.adobe.com/technologies/flashpro_extensionforair) - also checkout the release notes and forum. 2. Have a look at the AIR for Android video tutorials on gotoandlearn (gotoandlearn.com/play.php?id=123 , gotoandlearn.com/play.php?id=124 ). 3. Once you're confident on how to access the camera through AIR for Android, start playing with FLARToolkit. – George Profenza Nov 15 '10 at 1:39
1  
@Apollon1954 Download and compile the samples that come with FLARManager and the ones that come with the FLARAlchemy+Away3DLite and compare the two for speed. As mentioned in the answer, links to those are on the wiki – George Profenza Nov 15 '10 at 1:42
Dear George.. i have watched the videos and i can say that are very clear. The only problem is that Adobe Air for Android doesn't exist to the page anymore and it's not able to find it anywhere. Once i manage to find it and work with it the videos will be very useful. – Apollon1954 Nov 16 '10 at 1:12
@Apollon1954 do you mean this ? labs.adobe.com/downloads/flashpro_extensionforair.html – George Profenza Nov 16 '10 at 11:08
show 10 more comments
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.