基于位置的增强现实框架(Android,iOS)与3D POI?

时间:2023-01-23 14:50:34

I search a location-based Augmented Reality Framework with 3D POIs for Android, iOS or most suitable for both?

我使用适用于Android,iOS或最适合两者的3D POI搜索​​基于位置的增强现实框架?

It should not be something like Wikitude or Layer, because the user must always download the app from Wikitude or Layer to use my own app. Right?

它不应该像Wikitude或Layer,因为用户必须始终从Wikitude或Layer下载应用程序以使用我自己的应用程序。对?

I would like to integrate it into my own app. I've found Mixare, but yet it seems this uses no 3D POIs.

我想将它集成到我自己的应用程序中。我找到了Mixare,但它似乎没有使用3D POI。

5 个解决方案

#1


2  

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.

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

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,我对它印象非常深刻。我已经为Android编译了它。唯一给我带来困难的部分是确保项目使用的是Google API v10,并且我安装了它。

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

Mixare很容易支持兴趣点(POI)查看他们的wikipage以获取更多信息,基本上你只需要提供JSON。我个人会使用CouchDB和GeoCouch来提供数据,iriscouch提供免费托管服务

The JSON should look like the following:

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"
        }
    ]
}

The most wonderful thing is that it is GPLed!

最奇妙的是它是GPLed!

#2


1  

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

仅适用于Android:在DroidAR中,它似乎很容易添加预制的3-D POI。

#3


1  

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

mixare的代码贡献实现了OpenGL地平面。它可以在这里找到: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 :-)

这只是一个开始,因为它没有链接到数据源,但基础应该在那里下周我们将有一个黑客马拉松(http://www.mixare.org/2011/11/its-almost-hackathon-time - 你准备好/)虽然我不能承诺任何事情,openGL绝对是待办事项清单:-)

HTH

HTH

#4


0  

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! :)

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

#5


0  

Appunta AR works like a charm. Android Only

Appunta AR就像一个魅力。 Android仅限

#1


2  

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.

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

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,我对它印象非常深刻。我已经为Android编译了它。唯一给我带来困难的部分是确保项目使用的是Google API v10,并且我安装了它。

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

Mixare很容易支持兴趣点(POI)查看他们的wikipage以获取更多信息,基本上你只需要提供JSON。我个人会使用CouchDB和GeoCouch来提供数据,iriscouch提供免费托管服务

The JSON should look like the following:

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"
        }
    ]
}

The most wonderful thing is that it is GPLed!

最奇妙的是它是GPLed!

#2


1  

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

仅适用于Android:在DroidAR中,它似乎很容易添加预制的3-D POI。

#3


1  

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

mixare的代码贡献实现了OpenGL地平面。它可以在这里找到: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 :-)

这只是一个开始,因为它没有链接到数据源,但基础应该在那里下周我们将有一个黑客马拉松(http://www.mixare.org/2011/11/its-almost-hackathon-time - 你准备好/)虽然我不能承诺任何事情,openGL绝对是待办事项清单:-)

HTH

HTH

#4


0  

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! :)

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

#5


0  

Appunta AR works like a charm. Android Only

Appunta AR就像一个魅力。 Android仅限