简体   繁体   English

手机增强现实

[英]Augmented Reality on Mobile phones

I am interested in implementing an Augmented Reality application for mobile phones using Adobe Flash Platform. 我有兴趣使用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: 我不确定我需要使用什么软件来实现AR,但据我所知,我需要:

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. ARToolKit Marker Generator创建与3D图像匹配的标记,然后FLARToolKit分析来自标记和Papervision3D的图像,以创建与标记共享相同空间的对象。

Can you please let me know if what I wrote is correct and advise me how to start the implementation on Adobe Flash platform? 如果我写的内容是正确的,请告诉我如何在Adobe Flash平台上开始实施,你能告诉我吗?

Thank you 谢谢

As @Carlos mentions, you need to be specific about the platform. 正如@Carlos所提到的,您需要具体了解该平台。

If you're developing for windows/osx and want to target the browser, then use flash/actionscript 3.0. 如果你正在为windows / osx开发并想要定位浏览器,那么使用flash / actionscript 3.0。 For easy setup, I recommend having a look at FLARManager . 为了便于设置,我建议您查看FLARManager If speed is essential, I would suggest using the FLARToolkit's Alchemy Branch , and Away3DLite for 3D rendering. 如果速度至关重要,我建议使用FLARToolkit的Alchemy BranchAway3DLite进行3D渲染。

Note: The Alchemy branch currently only supports single markers. 注意: Alchemy分支目前仅支持单个标记。 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. 干扰媒体维基条目上的动作脚本中查找有关上述提及的有关AR的示例的更多详细信息。

The FLARToolkit uses quite a few resources. FLARToolkit使用了相当多的资源。 You need a bit of tuning to get smooth results on win/osx. 你需要进行一些调整才能在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. 在android / iphone flash上​​运行比在台式机/笔记本电脑上运行速度慢,当你用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. 如果您添加AR处理和3D渲染,我认为获得响应的东西会很棘手。

If you want to develop an AR app for Android I recommend having a look at Qualcomm's AR SDK . 如果您想为Android开发AR应用程序,我建议您查看Qualcomm的AR SDK

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM