简体   繁体   English

用于实时位置跟踪的AR.js框架

[英]AR.js framework for real time location tracking

Can AR.js web framework be used to build a Augmented Reality web application that guides user to navigate from the current location to given destination (lat,long) 可以使用AR.js Web框架来构建增强现实Web应用程序,以指导用户从当前位置导航到给定的目的地(经纬度)

I want to make it run on available chrome/safari web browser available on android/apple devices. 我想使其在android / apple设备上可用的chrome / safari网络浏览器上运行。 Can you please point to sample / more info on the same 能否请您指出相同的样本/更多信息

No, not really. 不,不是。 AR.js only offers marker based AR; AR.js仅提供基于标记的AR; meaning that you show a specific image to the webcam, AR.js recognizes it and uses it to place objects relative to the marker. 这意味着您向网络摄像头显示了特定的图像,AR.js识别出该图像并将其用于相对于标记放置对象。

Update: 更新:

AR.js now supports location based AR. AR.js现在支持基于位置的AR。 AR.js v2.0.0 with location based AR 具有基于位置的AR的AR.js v2.0.0

AR.js can now be used with its default Marker Based feature, with Location Based or both combined. 现在可以将AR.js与默认的基于标记的功能一起使用,或者与基于位置的功能一起使用,或者两者结合使用。

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

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