单点触摸增强现实
我正在使用 MONO 技术为 iPhone 开发一个典型的基于“Windows GUI”的应用程序。我需要为其添加一些基于 AR 的功能。它只是打开相机,并向用户显示有关附近企业的信息。
我该如何使用单声道来做到这一点?
I'm developing a typical "Windows GUI" based app for iPhone using MONO technologies. I need to add a little AR based functionality to it. It is just about opening up the camera, and showing information to the user regarding nearby businesses.
How can I do this using mono?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
当然有可能。我创建了一个项目并且工作得很好。它相当复杂,我需要三页纸来解释它,而且我没有时间去做。
一般来说,您需要查看:
罗盘。
反向地理编码信息。
UIImagePickerController 它将
充当你的画布。
我希望这些指南能够帮助您入门。
Of course it is possible. I have created a project and works very nice. It is quite complicated and I would need three pages to explain it and, the time to do it which I do not have.
In general, you need to look into:
compass.
reverse geocoding information.
UIImagePickerController which will
act as your canvas.
I hope these guidelines will get you started.