air - How to develop Augmented Reality application for Android -


i develop augmented reality application on htc nexus 1 mobile phone android using flash professional cs5 , adobe air 2.5.

i found couple of online sources showing how develop ar application using webcam , flash , have found useful follow , understand basics of ar.

for example:

  1. augmented reality using webcam , flash
    http://www.adobe.com/devnet/flash/articles/augmented_reality.html

  2. introduction augmented reality http://www.gotoandlearn.com/play.php?id=105

i have watched other videos regarding air android applications gotoandlearn website , did of such as:

  1. air android – part 1
  2. air android – part 2
  3. publishing air android applications
  4. air android gpu acceleration
  5. introduction augmented reality

however, didn't manage work on android phone (doing nothing , run slow).

i ask few questions on following:

1) develop augmented reality application on android, done using same method one's above?

2) need use other software other showing on video , adobe air 2.5?

3) know of other sources/reading material relevant , may of help?

thank you

augmented reality (ar) generic term interactive 3d environment blends our physical reality, through webcam, or in case, phone camera.

  1. you can develop ar apps android nothing more android sdk, since provides api interacting camera, , supports opengl 3d graphics. since ar involves complex algorithms of image recognition, it's not trivial task, leveraging existing tools option.
  2. since using adobe air , flash, running flash virtual machine on dalvik virtual machine, might experience performance issues such cpu intensive task such ar.
  3. if using other tools option you, can check out qualcomm's augmented reality sdk

Comments

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

windows - Python Service Installation - "Could not find PythonClass entry" -

Determine if a XmlNode is empty or null in C#? -