简体   繁体   English

开始使用Android增强现实技术

[英]Begining with Android Augmented Reality

I am going to use augmented reality very soon can anybody guide me what is android augmented reality? 我很快就会使用增强现实任何人都可以指导我什么是android增强现实? which library can i use to implement AR in android 我可以使用哪个库在android中实现AR

Depending on what type of development you want to get into I would suggest properly researching your platform options. 根据您想要进入的开发类型,我建议您正确研究您的平台选项。

Your first question should be whether you're getting into location or image based AR. 您的第一个问题应该是您是否进入位置或基于图像的AR。 Image based AR is a lot more involved and I would suggest using an existing SDK. 基于图像的AR涉及更多,我建议使用现有的SDK。 Location based AR is a lot simpler, to the point where you could get something working over a weekend. 基于位置的AR要简单得多,以至于你可以在周末工作。

There are also a lot of platforms available, the major ones being metaio, layar, wikitude, and vuforia (native or with Unity3D). 还有很多可用的平台,主要是metaio,layar,wikitude和vuforia(原生或Unity3D)。

If you're interested in my personal opinion: If you're looking to create a simple AR solution for a business then go with something like metaio, layar or wikitude. 如果您对我的个人观点感兴趣:如果您希望为企业创建简单的AR解决方案,那么请使用metaio,layar或wikitude等内容。 If you're looking to implement a complex image based AR solution, consider using vuforia. 如果您正在寻求实施基于复杂图像的AR解决方案,请考虑使用vuforia。 If you're looking to learn about AR technologies, I would suggest starting with vuforia, then implementing your own location AR solution. 如果您想了解AR技术,我建议从vuforia开始,然后实施您自己的位置AR解决方案。 If you're going to make a game, use Unity3D with Vuforia. 如果您打算制作游戏,请将Unity3D与Vuforia配合使用。

All the best! 祝一切顺利!

Edit: Also take a look at this question: augmented reality framework 编辑:还看看这个问题: 增强现实框架

I would take a look at a project called mixare. 我想看一个名为mixare的项目。 I havent messed with it for over a year so I dont know if its actively supported but its definitely worth taking a look at. 我已经搞砸了一年多,所以我不知道它是否得到了积极支持,但绝对值得一看。

Ease of entry: Metaio Creator to get a feel for AR scenarios without having to dive right into code. 易于进入:Metaio Creator可以感受AR场景,而无需深入研究代码。

More advanced work: Unity Plugins by Vuforia or Metaio SDK to build out complex interactions. 更高级的工作:Vuforia或Metaio SDK的Unity插件可构建复杂的交互。

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

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