Questions tagged [360-panorama-viewer]
39 questions
88
votes
1 answer
How can I add some clickable points in VR panorama image view in Android?
If I insert a 360 degree image in VrPanoramaView then the image is showing and rotating successfully but and in this library only one click event which is panoramaView.setEventListener(new VrPanoramaEventListener()).
I want to add some points in…

Ali Ahmed
- 1,159
- 1
- 8
- 18
6
votes
2 answers
Auto Detect Image for 360 nature in PHP
I am rendering a Property Detail page like below (can be accessed Here)
I have an image slider and a 360 Image viewer. Currently the user uploads both type of images manually i.e plain images from one interface and 360 images from other interface.…

Mudassar Khani
- 1,469
- 1
- 20
- 39
6
votes
1 answer
Errors after importing Obj-C files through bridging header
I am trying to import this project into my swift project. What I have done is add the PanoromaView.h and PanoromaView.m files, and added #import "PanoramaView.h" to my bridging header. I have also added the OpenGLES.framework and GLKit.Framework to…

Henry Brown
- 2,219
- 8
- 31
- 48
5
votes
1 answer
How to remove the info tag from VRPanorama View in android
I have been trying to work on Google VR SDK for android. I have been successful in implementing the sample. But the info tag on the bottom of the panoramic view widget looks bad for design in release version for my app. So can anybody let me know if…

theAndDev
- 662
- 2
- 11
- 33
3
votes
0 answers
360 Image Viewer with motion & touch in Android
I am implementing a concept to show an image in 360 view such as available in Facebook Android Application.
For that, I have explore so many tutorials & Github repositories.
Please help any work around If anybody has done in Android.
Thanks.
The…

kavi
- 31
- 4
3
votes
1 answer
How to add a 360 degree viewer module in my app?
i want add a 360 degree viewer in my app.The panormic image format of the object is available(generated using google street view).
I just need a viewer to display 360 degree images.

arunberlin
- 97
- 1
- 3
- 8
3
votes
1 answer
How to navigate in Google VR view?
I am writing an android app using VrPanoramaView
I know there are two ways to navigate in VR apps
Use the single button on the cardboard as a click
Treat looking at something for a long period of time as a click
How can i implement navigation…

Wardruna
- 198
- 4
- 23
3
votes
0 answers
import panoramaGL on Android Studio
I've a problem importing PanoramaGL library in my project.
this is the library https://github.com/zarelaky/panoramagl-android/tree/master/PanoramaGL
there are instructions for importing on Eclipse but i cant import on Android Studio. I've tryied…

Giacomo Lai
- 494
- 3
- 15
2
votes
1 answer
How can we use a equirectangular image for WebXR using three.js?
I am creating a web app using Three.js in which I have to use equirectangular images for Pano tours. I want to add a feature to switch between normal mode to VR mode as React360 and AFrame does. I don't want to use React360 and AFrame as my…

Jagveer Singh
- 584
- 7
- 28
2
votes
0 answers
How to implement Panorama url image viewer on (react-native)ios
I have only required PanoramaView on iOS and PanoramaView images comes from url.Now I am using react-native GVR. I have also implemented react-native-360 but not getting any solution.
Please help thanks in advance.

Anil Thakur
- 21
- 2
2
votes
2 answers
Android panorama view
So, I am building an application, something like google streets and I need to achieve next:
I need some kind of view(Google VR view or Panorama View) to achieve the same effect as google streets, to be able to rotate and see whole 360 picture, to be…

Miljan Vulovic
- 1,586
- 3
- 20
- 48
2
votes
1 answer
How to use krpano tools to generate tiles for marzipano viewer
I have a spherical source photos which I would like to display in marzipano viewer. Displaying it directly with Marzipano.EquirectGeometry works well but user has to wait until the whole image is loaded (few megas) so we'll have to switch to tiles…

tole
- 304
- 1
- 14
2
votes
0 answers
android: Error inflating class com.google.vr.sdk.widgets.pano.VrPanoramaView
In my app i want to view 360 image. So i am following the tutorial from https://codelabs.developers.google.com/codelabs/vr_view_app_101/index.html?index=..%2F..%2Findex#6
I am using genymotion emulator with android 6.0
My app builds well. the…

Santhosh
- 9,965
- 20
- 103
- 243
2
votes
1 answer
Android 2D panoramic video player
I am working in iOS and Android app that play 2D Panoramic video player.
We find an Open Source iOS 2D Panorama Video Player app
But we can't find any open source library for android.
Please suggest any open source android 2D video player to achive…

user968571
- 141
- 1
- 10
1
vote
0 answers
Background color of viewer cannot be changed while loading image from network in Panorama Widget Flutter
While loading 360 images from network, I wanted to show circularProgressIndicator when image is not loaded. But Panorama keeps showing blank background:
Code :
Panorama(
child: Image.network(
panoramaURL,
loadingBuilder:…

mrnobody
- 409
- 2
- 8
- 16