问题标签 [360-panorama]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
image - 将全景图像加载到 A-Frame
我刚刚开始了解 A-Frame 并且我试图将用我的 ricoh theta 拍摄的本地图像加载到 a-frame 场景中。我遇到了 CORS 问题并尝试使用添加了 cors 标头的 A-Frame 资产加载器,但被告知它“无法上传”图像。
我是否需要以某种方式准备图像才能让资产加载器接受图像?如何克服 CORS 问题?
原谅我的无知。我相信这个问题的答案会帮助很多对 A-frame 感兴趣的人。
virtual-reality - Is there any way to tell if a video is 360 or panorama?
for a project I am working on I will need to automatically decide if a video is a VR (360) video, and if so what format it is. Is there any way to tell? I was thinking the metadata but could not find any information on this.
android - 如何显示覆盖了 UI 元素的股票全景活动?
我正在使用Google Panorama API成功显示球形图像
我使用与大多数教程相同的代码:
实际上,我不仅有一个球体,而且还有大约 5 个。我希望能够通过单击覆盖在图像上的菜单项在图像之间切换。
由于显示球体的实际活动不是由我定义的,而是通过在成功回调中收到的意图开始的,我不知道如何实现这一点,并且 API 似乎没有提供更多可能性。
我想我什至无法在球体顶部显示对话框。
有人对我有什么想法吗?我会很感激
注意:这个问题的措辞与此SO post非常相似。
javascript - Posting equirectangular 360° panoramas on Facebook using Javascript Graph API
I am trying to post 360° photos on behalf of my app's users, but I can't figure out how to make it work.
I loaded the Facebook Javascript Graph API, logged the user with "publish_actions" scope and used the following code to post a picture using equirectangular projection:
It is posting correctly on the current user's timeline, but it is shown as a "normal" picture, not a 360° panorama.
Did someone implement a 360° panorama posting feature that works?
My photo should have the correct ratio (2:1) and is a correct 360° photo.
Thank you in advance for your help.
panoramas - 如何使用 krpano 工具为 marzipano 查看器生成图块
我有一个球形源照片,我想在 marzipano 查看器中显示。直接显示Marzipano.EquirectGeometry
效果很好,但用户必须等到整个图像加载(几兆),所以我们必须切换到瓷砖以获得更好的体验。
所以我使用 krpano 工具从球体生成瓷砖(我将在服务器上使用它,所以 marzipano 工具不是一个选项)。尝试了maketiles
,sphere2cube
和 withMAKE PANO (MULTIRES) droplet.bat
但只是无法弄清楚我真正在做什么。
例如,marzipano 查看器使用/{z}/{f}/{y}/{x}.jpg
公式获取图块,而maketiles
使用tiles_%v_%h.jpg
(仅 2 个值?)生成它们。
MAKE PANO (MULTIRES) droplet.bat
产生别的东西。公式是tiles/[mres_c/]l%Al/%Av/l%Al[_c]_%Av_%Ah.jpg
,结果如下:
- C:\krpano\IMG.tiles\mres_b\l1\1\l1_b_1_1.jpg
- C:\krpano\IMG.tiles\mres_b\l1\1\l1_b_1_2.jpg
- C:\krpano\IMG.tiles\mres_b\l1\2\l1_b_2_1.jpg
- ......
- C:\krpano\IMG.tiles\mres_b\l2\2\l2_b_2_3.jpg
我与 krpano 工具到底有什么关系才能/{z}/{f}/{y}/{x}.jpg
从球形 360 图像中获取类型图块?
opengl-es - 将全景图转换为 VR(球面或立方体贴图)
我有一张全景 360 照片(示例)。我想将其转换为适合 VR 的格式 - equirectangular(示例)或立方体贴图。
我见过的唯一解决方案是http://ggnome.com/pano2vr但它似乎对我不起作用。我可以采取不同的方法吗?
google-vr - Google VR View 顶部和底部的包装问题,有什么建议或替换吗?
我试图在我的网站上实现一个 360 度图像查看器并遇到了 Google VR-View,它可以工作,但在顶部和底部的图像包装有一个可怕的问题,甚至在他们的示例中:
https://developers.google.com/vr/concepts/vrview-web
我注意到当我切换到全屏并缩小时它工作正常,但显然这不是一个解决方案。
任何人都知道如何解决这个问题?或者也许可以替代 google vr view(在移动设备上支持陀螺仪)?
谢谢你,
android - 如何直接打开全景模式android?
我想直接打开相机的全景模式。我试过以下链接。
尝试了太多东西但无法打开相机的全景模式,请帮忙怎么办。
是否可以通过 Intent 传递额外变量来打开相机的全景模式?
android - 在后台使用带有相机视图的 VRPanoramaView
是否可以将相机视图设置为 VRPanoramaView 背景(我使用透明的 360 度图像)以用作简单的增强现实?