小地方的增强现实 iOS 应用程序 - 可能吗?

发布于 2024-11-17 09:39:14 字数 94 浏览 4 评论 0原文

是否有可能构建一款专为在学校等狭小空间中工作而设计的增强现实 iOS 应用程序?我见过很多带有 AR 的应用程序,但都是在大城市,比如城市。我想在学校做这件事 - 这可能吗?

Is it possible to build an augmented reality iOS app designed to work in small spaces, like a school? I have seen many apps with AR but in big places, like cities. I want to do this in a school - is that possible?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

青芜 2024-11-24 09:39:14

以下是 ARTool 套件的链接。这对你有很大帮助...

https://github.com/zac/iphonearkit/

Following is the link for ARTool Kit. This helps you a lot...

https://github.com/zac/iphonearkit/

活泼老夫 2024-11-24 09:39:14

你可以在任何地方进行 AR。不过,基于位置的 AR 在室内可能会变得棘手。 AR 使用多种工具来确定您站在哪里以及正在看向哪里。其中包括 GPS、指南针、加速计和陀螺仪。您可能会遇到的困难是获得小空间(尤其是建筑物内)所需的精确度的 GPS 读数。我预计您的应用程序将根本无法依赖 GPS。因此,您需要找到其他方法来确定位置。您可以构建某种依赖于固定 QR 码或已知点的系统。

You can do AR anywhere. Location based AR can get tricky indoors though. AR uses several tools to determine where you are standing and where you are looking. These include GPS, Compass, Accelerometer, and Gyroscope. What you may struggle with is getting a GPS reading with the accuracy needed for a small space, especially inside a building. I would expect that you will not be able to rely on GPS at all for your application. So you will need to find some other way to determine location. You could do some sort of system that relies on stationary QR codes or known points.

吖咩 2024-11-24 09:39:14

这绝对是可能的。您可以在任何地方创建增强现实应用程序。为什么在学校就行不通呢?

It's definitely possible. You can create an augmented reality app anywhere. Why wouldn't it work in a school?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文