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
23
votes
1 answer

The algorithm behind Google's PhotoSphere on Android 4.3/4.4

The camera app on Android 4.3/4.4 under the 'Sphere mode' can stitch photos from varied directions into one spherical panorama, with very good quality. Results…
yang.gnay
  • 333
  • 2
  • 6
13
votes
1 answer

How to set photosphere mode when open panorama Android

I am stuck with a problem when I want open a photosphere picture with my android application. Indeed, I can open it but the application show a sort of preview of the photosphere (it scrolls the picture from left to right). I want that my application…
7
votes
1 answer

API to display the nearest photos to a long/lat location from Google Maps Views (like Panoramio)

Forgive me if this has already been asked but searching on 'Google Maps Views' brings up rather a lot of irrelevant hits. Is there an API to display the nearest (say) 5 photos to a particular long/lat location from the photos available on Google…
6
votes
3 answers

360 viewer in unity, texture appears warped in the top and bottom

I am making a 360 viewer in unity, to view a 360 photo I used to have a cubemap attached to a skybox, and it worked great. But the weight of the cubemaps forced me to switch to textures. All of the 360 viewer tutorials say to just put a sphere with…
6
votes
3 answers

How to export a THREE.JS scene into a 360 texture for photosphere

Now that youtube supports 360 degree video[1], how can I export a 360 degree frame from THREE.JS scene to be viewable as a photosphere texture or even within a youtube video? The viewer to use the export could be like the one at…
zproxy
  • 3,509
  • 3
  • 39
  • 45
6
votes
1 answer

How to open photosphere camera?

Android API we don't have to open camera in photosphere mode.When we are opening normal camera how to show photosphere mode option in camera options. To open normal camera I used below intents: 1)Intent intent=new…
ramesh
  • 91
  • 1
  • 4
5
votes
3 answers

How to build a stereoscopic viewer of a photosphere image using Google Cardboard SDK

The Cardboard Demo app has a good feature where we can see existing photospheres. I want to build a similar application I've gone through Cardboard SDK that google has provided. But haven't found an easy way to do it. I've to build from scratch…
Nick
  • 949
  • 1
  • 11
  • 31
5
votes
0 answers

Is it possible to get photo spheres in Google map bounds

Is there any way to fetch available photo spheres (within map bounds) using the Google Maps API? I am trying to build a map like the one here, but can't figure out where to get the photo sphere data from, or if it's even possible - cannot find…
user2959229
  • 1,360
  • 2
  • 11
  • 21
4
votes
0 answers

How to make a photosphere/360 panorama type camera in iOS

I need to be able to create a camera experience something like photosphere or 360 panorama app. Where you take a photo then rotate your body around to be able to take your next photo until you reach the full way around, while this is happening these…
Henry Brown
  • 2,219
  • 8
  • 31
  • 48
4
votes
1 answer

How to Build Camera app Separately from AOSP?

I need to build an Android app to capture panorama images similar to how Photo Sphere feature of Android 4.2+ Camera app. I tried to look into the Android Open Source Project specifically at PanoramaModule, and downloaded the entire source of the…
ala
  • 7,070
  • 13
  • 47
  • 54
3
votes
1 answer

Unity photosphere - there is a 1px line appearing

I created a photosphere viewer in Unity and used a custom shader as per https://stackoverflow.com/a/37123903/2676299 Everything looks perfect, except there is a 1px line right at where the image end & start join. (It's definitely not from the…
user2676299
  • 617
  • 1
  • 5
  • 14
3
votes
1 answer

Google Photo Sphere Camera Feature

I'm developing an iOS app for 360 panorama like the street view app made by Google, I want to developed the camera feature but I haven't find any resources or help. How the logic behind the camera is? How the dot are displayed on the screen? Please…
lafi raed
  • 113
  • 2
  • 13
3
votes
0 answers

Google's Street View API for Android doesn't show Photosphere points

I have 2 Google Street View Projects. One is using the Street View API for Web. The second is using the Street View API for Android. When I display Parameters like Lat:-13.163300, Lng:-72.545601. The web-application finds no 'real' Street View but…
3
votes
3 answers

Google Maps Embed API Panorama ID

The URL for previous implementations of photosphere panoramas contained the pano ID, making it easy to embed a specific panorama in an iframe. I can't seem to track down ID in the new Google Maps. Is there any method of identifying the ID for a…
Murray
  • 31
  • 1
  • 2
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
2 3 4 5