具有 3D POI 的基于位置的增强现实框架(Android、iOS)?

发布于 2024-12-08 20:30:26 字数 1536 浏览 0 评论 0原文

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

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

发布评论

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

评论(5

[旋木] 2024-12-15 20:30:26

我也在寻找这样的东西。我刚刚发现 http://www.3dar.us/ 这似乎是 iOS 入门的好地方。它不是开源的,这是一个无赖。

编辑:

我尝试过 Mixare,它给我留下了深刻的印象。我已经为Android编译了它。唯一让我感到困难的部分是确保该项目使用 Google API v10,并且我已经安装了它。

Mixare 确实可以轻松支持兴趣点 (POI),请查看他们的维基页面了解更多信息基本上你只需将 JSON 提供给它即可。我个人将使用 CouchDB 和 GeoCouch 来提供数据,并由 iriscouch 提供免费托管

JSON 应该如下所示以下:

{
    "status": "OK",
    "num_results": 1,
    "results": [
        {
            "id": "2827",
            "lat": "46.43893",
            "lng": "11.21706",
            "elevation": "1737",
            "title": "Penegal",
            "distance": "9.756",
            "has_detail_page": "1",
            "webpage": "http%3A%2F%2Fwww.suedtirolerland.it%2Fapi%2Fmap%2FgetMarkerTplM%2F%3Fmarker_id%3D2827%26project_id%3D15%26lang_id%3D9"
        }
    ]
}

最美妙的是它是 GPL 的!

I am looking for such a thing as well. I just found http://www.3dar.us/ which seems like a good place to start for iOS. It isn't open source, which is a bummer.

Edit:

I have tried out Mixare, and I am really impressed by it. I have compiled it for Android. The only part that gave me a hard time was making sure the project was using the Google API v10, and that I had it installed.

Mixare does easily support Points of interest (POI) Check out their wikipage for more about it, basically you just feed it JSON. I am personally going use CouchDB with GeoCouch to serve up data, with free hosting provided by iriscouch

The JSON should look like the following:

{
    "status": "OK",
    "num_results": 1,
    "results": [
        {
            "id": "2827",
            "lat": "46.43893",
            "lng": "11.21706",
            "elevation": "1737",
            "title": "Penegal",
            "distance": "9.756",
            "has_detail_page": "1",
            "webpage": "http%3A%2F%2Fwww.suedtirolerland.it%2Fapi%2Fmap%2FgetMarkerTplM%2F%3Fmarker_id%3D2827%26project_id%3D15%26lang_id%3D9"
        }
    ]
}

The most wonderful thing is that it is GPLed!

白云不回头 2024-12-15 20:30:26

仅适用于 Android:在 DroidAR 中,似乎可以轻松添加预制的 3-D POI。

For only Android: In DroidAR it seems to be easily add prefabricated 3-D POIs.

意犹 2024-12-15 20:30:26

mixare 中有一个代码贡献实现了 OpenGL 水平面。它可以在这里找到:
https://github.com/ferdinandtorggler/mixare/commit/0a8a7e070ef076239e0cb39606f3ac85faa324fe

这只是一个开始,因为它没有链接到数据源,但基础知识应该在那里
下周我们将举办一场黑客马拉松( http://www.mixare.org/2011/11/its-almost-hackathon-time-are-you-ready/ )虽然我不能保证任何事情,但 openGL 绝对是在待办事项列表:-)

HTH

There is a code contribution to mixare that implements an OpenGL horizon plane. It's available here:
https://github.com/ferdinandtorggler/mixare/commit/0a8a7e070ef076239e0cb39606f3ac85faa324fe

It's only a start since it's not linked to the data sources, but the basics should be there
Next week we are going to have an hackathon ( http://www.mixare.org/2011/11/its-almost-hackathon-time-are-you-ready/ ) and while I can't promise anything, openGL is definitely on the to-do list :-)

HTH

巷子口的你 2024-12-15 20:30:26

我找到了 Layar 播放器。 “Layar Player 是一款工具,任何人都可以将增强现实层直接嵌入到他们自己的应用程序中”。 “目前 Layar Player 仅适用于 iPhone,但 Android 版本将于今年第四季度推出”。听起来不错! :)

I've found the Layar Player. "The Layar Player is a tool that enables anyone to embed augmented reality layers directly into their very own application". "Currently the Layar Player is for iPhone only, but an Android version will be available in Q4 later this year". That sounds very good! :)

哎呦我呸! 2024-12-15 20:30:26

Appunta AR 非常神奇。仅限安卓

Appunta AR works like a charm. Android Only

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