这是我的index.html文件
<html>
<head>
<title>VR Sample</title>
<script src="//storage.googleapis.com/vrview/2.0/build/vrview.min.js"></script>
</head>
<body>
<div id="vrview">
<iframe width="100%"
height="300px"
allowfullscreen
frameborder="0"
src="http://storage.googleapis.com/vrview/index.html?image=ffff.jpg&is_stereo=true">
</iframe>
</div>
</body>
</html>
这是网站文件夹的结构
我尝试按照Google codelabs中的说明在Chrome服务器中托管它。但是我点击了127.0.0.1.8887网址,我得到了一个没有文件或文件夹的空白页面。然后我尝试在XAMPP上托管它,它确实有效。但是,我没有得到panaroma图像。相反,我得到了这个错误
我使用谷歌相机应用程序拍摄360度图像并使用谷歌的在线转换器将其转换为立体声,但得到了相同的错误。我还尝试从github下载VRView repo并将代码修改为
src="vrview/index.html?image=ffff.jpg&is_stereo=true"
那也没有用。