适用于 iPhone 的简单(?)增强现实应用程序
我需要开发一个 iOS 应用程序来实现这个简单的(我希望)功能:启动相机模式,让用户(站在房间中的一个众所周知的位置)指向房间中的一个标记,然后添加一些本地化的 AR 信息房间内。
例如,我站在实验室的入口处,我指向对面墙上的一个标记(以便精细校准我的 iPhone 的位置),我开始移动手机以指向房间的不同区域,然后 AR 信息面板会显示实验室中的工具在哪里(当然,我假设我已经拥有房间中工具的一些基于位置的库存数据)。
我对 AR 完全陌生,所以我只需要一些(不完全通用)启动技巧......
I need to develop an iOS app that implements this simple (I hope) functionality: fire up camera mode, let the user (who's standing in a well known point in a room) point a marker in a room, then adding some AR info localized within the room.
For instance, I stand at the entry door of my lab, I point a marker on the opposite wall (in order to fine calibrate my iPhone's position), I start moving the phone to point different zones of the room and AR info panels appear showing where tools in the lab are (of course i'm assuming I already have some location based inventory data of the tools in the room).
I'm totally new to AR so I'd just need some (not completely general) startup tips...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
ARKit 是您必须参考的。
ARKit is the one you have to refer.