简体   繁体   English

增强现实工具包 - Android

[英]Augmented Reality Toolkit - Android

I have been searching around for free or commercial AR toolkits and need some advice on the best one! 我一直在寻找免费或商业AR工具包,并需要一些最好的建议!

I don't want to have one that recognises a pattern and creates a shape. 我不想拥有一个识别图案并创建形状的图案。 The idea I have uses the local location and uses POI's from a server to present them onto an AR view. 我的想法使用本地位置并使用服务器中的POI将它们呈现到AR视图。

Any ideas? 有任何想法吗?

As you don't want one which recognizes shapes, writing one is fairly trivial. 因为你不想要一个识别形状的东西,所以写一个是相当微不足道的。 You need to detect the user's location, the camera orientation and then draw stuff on the camera. 您需要检测用户的位置,相机方向,然后在相机上绘制内容。 I made one for an app recently and it works quite well. 我最近为一个应用程序做了一个,它运作得很好。 Followed this tutorial: http://www.devx.com/wireless/Article/42482 遵循本教程: http//www.devx.com/wireless/Article/42482

The guy also has written an AR kit. 这家伙还写了一个AR套件。 http://twitter.com/#!/androidarkit , http://code.google.com/p/androidarkit/ http://twitter.com/#!/androidarkithttp://code.google.com/p/androidarkit/

Looks like big players are starting to open free tools to embed an AR view into 3rd party applications. 看起来大玩家开始打开免费工具,将AR视图嵌入到第三方应用程序中。

  • Layar announced a beta program (iPhone-only, and closed, but presumably this will result in an Android version in the coming weeks/months) Layar宣布了一项测试计划(仅限iPhone,已关闭,但可能会在未来几周/几个月内产生Android版本)

  • Qualcomm announced an SDK for "fall" 高通宣布推出“秋季”SDK

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

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