单点触摸增强现实

发布于 2024-10-31 20:23:40 字数 125 浏览 5 评论 0原文

我正在使用 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 技术交流群。

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

发布评论

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

评论(1

只想待在家 2024-11-07 20:23:40

当然有可能。我创建了一个项目并且工作得很好。它相当复杂,我需要三页纸来解释它,而且我没有时间去做。

一般来说,您需要查看:

  • CLLocationManager 以获取位置和
    罗盘。
  • MapKit,如果您想提供
    反向地理编码信息。
  • 实现覆盖视图
    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:

  • CLLocationManager for location and
    compass.
  • MapKit, if you want to provide
    reverse geocoding information.
  • Implement an overlay view over the
    UIImagePickerController which will
    act as your canvas.
  • And of course, drawing.

I hope these guidelines will get you started.

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