Questions tagged [photosphereviewer]

Photo Sphere Viewer displays Photo Sphere panoramas

11 questions
6
votes
1 answer

Issue running javascript library (photo sphere viewer)

I wanted to use Photo Sphere Viewer in my project. So I ran npm i photo-sphere-viewer It appears to have downloaded the modules. Then inside my project I did: import PhotoSphereViewer from 'photo-sphere-viewer/dist/photo-sphere-viewer'; But I get…
user3257598
  • 161
  • 8
2
votes
1 answer

Using Photo Sphere Viewer with React

I have followed the guide but I am still a novice on this. I have created a basic react.js application and installed uevent, three, and photo-sphere-viewer as the guide requests. Then I used the code from Tiberiu Maxim to show the 360 panoramic…
1
vote
2 answers

viewer.getPlugin(PhotoSphereViewer.MarkersPlugin) return null

I use PhotosphereViewer for displaying panorama image. I use the following code for initializing the viewer successfully - var viewer = new PhotoSphereViewer.Viewer({ panorama: '/images/myimage.jpg', container: 'stage', …
Shai
  • 117
  • 6
  • 19
1
vote
1 answer

Photo Sphere viewer make browser slow

I'm using Photo Sphere Viewer to show 360 images. I have a menu on the bottom with other 360 images. When i click one of these images, the photosphere change the image in the viewer. After changing the image about 3 or more times, the browser become…
Hector
  • 119
  • 1
  • 1
  • 12
1
vote
2 answers

Photo Sphere Viewer on React pure Javascript

I am trying to implement Photo Sphere Viewer on my React Component, i already did it with Google Maps API and it worked fine, but i'm using the same technique, no results. If is there any other option to implement 360 Photo Viewer on React (Already…
Hugo Guerrero
  • 127
  • 1
  • 3
  • 9
0
votes
0 answers

Photosphere calculation

Suppose I have a Photosphere (5952X2976), suppose I export some rectangle photo (1080X1400) from it at (fov=100, theta=30, phi=0), how can I map the coordinate on the rectangle photo to the Photosphere photo? Is there any python library could…
Carpemer
  • 237
  • 2
  • 9
0
votes
0 answers

Multiple viewers on one page showing broken panorama

I am not sure if this is a bug or an issue with my code but I am having trouble understand this error. This demo URL has about 19 viewers: https://jsfiddle.net/mtran21/q87gt1es/16 If you click on any modal of the first row, it shows this If you…
delphiman
  • 65
  • 2
  • 11
0
votes
0 answers

Is there any way to integrate the photosphere in flutter application

Right now I am working on flutter application in which I want to add the functionality of taking 3D scans of the anything from camera. What I want is to open the 3D scan photosphere and take that scans or download these scans to the gallery and all…
0
votes
0 answers

How to Display an image in a showLoader instead of type Boolen

I want to display an image while is loading in Panorama in a photoSphereViewer instead of the text that is displayed when the showLoader is true setPanorama enter image description here enter image description here
0
votes
1 answer

Using Markers with photo-sphere-viewer in React/Next JS

I'm struggling to find out how to use Markers in my Next JS app. I have got a basic panorama going with this code... import React, { useEffect } from "react"; import Head from "next/head"; import { Viewer } from "photo-sphere-viewer"; export…
MomasVII
  • 4,641
  • 5
  • 35
  • 52
0
votes
1 answer

"PhotoSphereViewer: invalid XMP data" and "WebGL: INVALID_VALUE: texImage2D: bad image data"

I'm using Photo Sphere Viewer to display a panoramic photo like facebook does and am having some issues. Here's my code: Here's my code:
neubert
  • 15,947
  • 24
  • 120
  • 212