Questions tagged [photosphere]

Photosphere is a feature of the Android OS that was introduced in Android 4.2 Jelly Bean.

Photosphere is a feature of the Android OS that was introduced in Android 4.2 Jelly Bean. The photosphere feature allows users to take multiple pictures with their device's camera and map them to a sphere which gives them a 360 degree scrollable photo. Users can also upload their photospheres to Google Maps for others to view.

64 questions
1
vote
1 answer

Google Maps Javascript API v3 - Ricoh Theta & Custom Street View Panorama

I need your help, and I will be short. I've got a Ricoh Theta camera (360 degrees camera). Now I want to add a Custom Street View Panorama to my website. However, the API transforms all the images uploaded from Ricoh Theta incorrectly. The ratio of…
user4770102
1
vote
2 answers

Open Photoshpere from SD card in android to view in Google Cardboard

I'm developing an Android app where: I have a photosphere .jpg image file in the SD card and I need to open it in some view, where I can swipe and view the entire sphere in 360°. This also needs to be rendered for the Google Cardboard view. I'm…
1
vote
0 answers

Browsing PhotosPheres via Google views on Android

I am trying to make an app that shows my PhotosPhere images from my views. The thing is when I try to load the image from a WebView when I scroll around the photo it doesn't appear to scroll but instead jump to the point I scrolled. I read here to…
1
vote
3 answers

Photosphere on pre 4.2 devices

Are there any possibilities to view photosphere images via intent or something else on pre 4.2 android devices?
endian
  • 4,761
  • 7
  • 32
  • 54
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

How do I add "inertia" to mouse movements when using A-Frame to display a Photosphere

I'm using a very basic A-Frame implementation to display a 360 degree photosphere, it displays just fine using , the movement when you click and drag isn't all that smooth though and when you "let go" it just stops, other viewers I've experimented…
Paump
  • 1
  • 1
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

"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
0
votes
0 answers

Sprite not rendering with cubemap

I have cubes that are dynamically instantiated with a "Sprite Renderer" component. With the code below, I load the texture into the sprite of the cubes from an url. As long as there is no cubemap in the scene, everything is clearly visible.…
The_Buc
  • 13
  • 2
0
votes
0 answers

photosphere viewer - display marker lat-long from GPS lat-long

am unable to display GPS locations (WGS84 lat-long in decimal degrees) on photosphere viewer as a marker. These locations are signboards on the road collected with accurate GPS surveys. The panoramic images are also acquired with accurate surveys…
Tony
  • 1
  • 2
0
votes
1 answer

Photo Spheres & Google Cloud Storage

Is it possible to render photo spheres stored in Google Cloud Services? I have uploaded a photo sphere that works without issue when hosting from a local server, but not when stored in a bucket on the Google Cloud Platform (GCP). I am using the…
0
votes
1 answer

Why can't I change the field of view of Oculus Gear VR Headset in Unity?

Anytime I edit the camera's field of view in Unity to 100 (instead of the default 60), either Oculus or Unity is limiting the FOV to 60 for my Samsung S7 with Gear VR headset. The 100 is ignored, and 60 is used when using the Gear VR to view the VR…
0
votes
1 answer

Stereoscopic video setup not working in Unity

I'm trying to view (Top Bottom) stereoscopic video using a photosphere and the culling mask technique for GoogleVR (Daydream), but it doesn't seem to be working as intended. Here's what I've done: Basically my scene has 2 cameras and 2 photospheres…
KeepCool
  • 497
  • 1
  • 6
  • 24