简体   繁体   English

Android中的增强现实,可在Camera View上定位地图叠加层

[英]Augmented reality in Android for Positioning Map Overlays on Camera View

I am looking for AR SDK in android which helps me in positioning Map overlays/objects on Camera view based on GPS. 我正在寻找Android中的AR SDK,可帮助我在基于GPS的“相机”视图上定位地图叠加层/对象。
This is what I am trying to do in my app: when the device is held straight up in a direction, corresponding map overlays should display on the Camera view along with a compass at top showing the directions. 这就是我要在应用程序中尝试做的事情: 将设备沿某个方向笔直抬起时,应在“相机”视图中显示相应的地图叠加层,并在顶部显示指示方向的指南针。
Hope I am clear enough! 希望我足够清楚! Looking for your suggestions. 寻找您的建议。 Thanks :) 谢谢 :)

There are a few choices when it comes to AR 关于AR有几种选择

QCAR - Qualcomm Augmented Reality SDK - https://ar.qualcomm.com/qdevnet/sdk (Android & iOS) ARToolKit -http://sourceforge.net/projects/... (Supports many devices) QCAR-高通增强现实SDK- https ://ar.qualcomm.com/qdevnet/sdk(Android和iOS)ARToolKit -http://sourceforge.net/projects / ...(支持许多设备)

popcode - http://www.popcode.info/demos (Supports Android and iPhone) popcode- http://www.popcode.info/demos (支持Android和iPhone)
ARmsk -http://armsk.org/ SATCH - http://satch.jp/ ARmsk -http://armsk.org/ SATCH- http ://satch.jp/

But they might not be able to help you directly in placing map objects, you will have to handle your map stuff all by yourself, the sdk's will help you in turning the stuff into AR once they are ready to be pushed on camera view. 但是它们可能无法直接帮助您放置地图对象,您将不得不自己处理地图内容,一旦准备好将其推送到相机视图中,sdk将帮助您将这些内容转换为AR。

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

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