如何从Android应用程序显示360全景(How to display a 360 panorama from android application)
我想从我的Android应用程序中显示一个全景图,这个全景图是在线的,我有它的网址我将它加载到webview上,但它无法正常工作。 它只是它的一部分,它不会转动或颠倒。 我不知道从哪里开始,你能指出我正确的方向吗? 先谢谢你
I want to display a panorama from my android application, this panorama is online and I have its url I load it on a webview but it won't work properly. It just appears a portion of it, and it won't turn or move upside down. I have no idea where to start with this, can you point me at the right direction? thank you in advance
原文:https://stackoverflow.com/questions/20612058
更新时间:2020-09-07 20:09
最满意答案
经过大量的研究,我发现这个库仍然很新,但肯定可以帮助你从一些东西开始。 我发布它只是为了节省其他搜索者的时间! 欢呼PanoramaGl
After a lot of research I found out this library it is still pretty new but sure can help you start with something. I'm posting it just to save time for other searchers! cheers PanoramaGl
相关问答
我最近发现了KRPano ,因为它不在这里列出 I've recently found KRPano and since it's not listed here..
大家好:我知道这个话题有很多,所以我决定结束这种折磨。 我目前正在使用Rajawali库,它非常适合渲染3D对象。 按照说明,添加一个球体或一些其他对象作为热点,你会没事的! Hi everyone : I know there's a lot about this topic so I decided to end this torture. I'm currently using Rajawali libraries, which is perfect to render 3D objects
...
您必须查看适用于Android的PanaromaGl库版本0.2测试版支持的功能如下: SDK 2.0到4.2.2。 架构ARM,x86和MIPS。 OpenGL ES 1.0和1.1。 支持球形,立方体和圆柱形全景图像。 滚动和连续滚动。 惯性停止连续滚动。 放大和缩小(移动屏幕上的两根手指)。 重置(将三根手指放在屏幕上或晃动设备)。 使用加速度计从左到右和从上到下滚动。 感应旋转(仅与具有陀螺仪或加速计和磁力计的设备兼容)。 完全控制相机,包括视野,缩放,旋转,旋转范围,动画等。 带命令的热
...
我有同样的问题你需要在项目中创建一个JNI文件夹并在那里传递所需的库...我和Imgproc.circle \ line有同样的问题并通过这样做解决了它 I had the same problem You need to create a JNI folder inside your project and pass the needed libraries there... I had the same problem along with Imgproc.circle\line And so
...
问题与三星Galaxy Note 2有关,由于某些原因,它在Android佩戴应用程序中处于模拟器模式,它不允许我切换到Watch模式,这意味着它不允许蓝牙连接到Moto 360.我有一个Nexus 5,它全部排序了...... 通过在终端中添加以下命令,可以从手机连接到Moto 360。 adb forward tcp:4444 localabstract:/adb-hub adb connect localhost:4444 我希望这有帮助.. The problem was related
...
我想你正在谈论使用android的加速计的事件处理,你可以捕获像这里的事件如何用android检测摇动事件? ,然后可以打开你的相机并执行你的活动。 也可以试试这个http://www.techrepublic.com/blog/app-builder/a-quick-tutorial-on-coding-androids-accelerometer/472 更新: 您需要捕获多个图像,然后使用特定算法将它们组合在一起以获得Panoram 360视图。 更新2: 图像拼接等算法如下: http :
...
使用CocoonJS代替Cordova。 查看本课题的答案 Use CocoonJS instead of Cordova. Check the Answer of this Question
我不知道用于查看360全景图像的现有Django插件。 您链接到的页面使用Helmut Dersch提供的PTViewer java应用程序(请参阅http://www.all-in-one.ee/~dersch/ )。有许多其他可用的查看器; 见http://wiki.panotools.org/Panorama_Viewers#Flash_or_Shockwave_based_Viewers ; 您可以在http://www.panoramaphotographer.com/compariso
...
检查大小是没有意义的,大多数正确编码的电影使用标准尺寸,如1080p(1920x1080),WQHD(2560×1440)或4K(3840×2160),因为更好的硬件解码。 要做到这一点,他们没有方形像素。 因此,你不应该按比例猜测任何东西。 你应该做的,是检查天顶和最低点的存在。 如果它是相同的颜色(假设最标准的等距矩形投影 ),则检查图像的最顶部和最底部区域。 如果您涉及立体视觉,这种方法需要一些调整。 您必须为每个眼睛区域重复此过程。 作为奖励,您还可以推断出一些立体视觉类型 - 例如,您可
...
经过大量的研究,我发现这个库仍然很新,但肯定可以帮助你从一些东西开始。 我发布它只是为了节省其他搜索者的时间! 欢呼PanoramaGl After a lot of research I found out this library it is still pretty new but sure can help you start with something. I'm posting it just to save time for other searchers! cheers Panor
...