Questions tagged [360-panorama]

146 questions
7
votes
1 answer

Three js panorama viewer multiresolution images

How to implement three js panorama viewer with multi resolution images, Like pannellum:https://pannellum.org/documentation/examples/multiresolution/. Current code is here using three.js:(//codepen.io/w3core/pen/vEVWML). From equirectangular image…
Subramani
  • 347
  • 3
  • 11
7
votes
1 answer

Posting equirectangular 360° panoramas on Facebook using Javascript Graph API

I am trying to post 360° photos on behalf of my app's users, but I can't figure out how to make it work. I loaded the Facebook Javascript Graph API, logged the user with "publish_actions" scope and used the following code to post a picture using…
Quent1V
  • 198
  • 1
  • 8
7
votes
2 answers

Is there any way to tell if a video is 360 or panorama?

for a project I am working on I will need to automatically decide if a video is a VR (360) video, and if so what format it is. Is there any way to tell? I was thinking the metadata but could not find any information on this.
Dreamers Org
  • 1,151
  • 3
  • 12
  • 30
6
votes
1 answer

How to display a 360 video frame by frame, for a desktop VR app in Unity?

Is it possible to control a 360 degrees video to move forward or backward in time (frame +/- 1) by the means of an event, like pressing a controller button? The idea here is to have an environment extracted from a video. The video should not play.…
6
votes
0 answers

How to use a 360 image as a skybox in SceneKit?

I am using Xcode 8 and Swift 3 with SceneKit I am making a game that takes place on a floating island in the sky. I want the background to be a nice sky with clouds, and I want it to move around accordingly when the camera moves like a skybox…
Adalex3
  • 400
  • 4
  • 14
6
votes
0 answers

OpenCV - flat panorama to cubic or equirectangular projection?

I'm stuck in this problem for about 2 months now, tried every relevant SO post, blog and tutorial I could find out there. please help: I have a flat panorama image, which I want to convert either into cubeMap or Equirectangular format. I've used…
Sabir Ali
  • 475
  • 2
  • 16
4
votes
0 answers

360 Equirectangular Image Stitching

I completed stitching using six images obtained by rotating in place using Python stitcher class. however, I would like to implement 360 degree equirectangular image stitching. (like a Google street view 360 camera and Matterport scan) Can anyone…
4
votes
2 answers

implement openCV method warpPerspective()

I am trying to implement openCV method warpPerspective() from scratch, I made the code below, it can handle shifts in y and x but, when I pass homography matrix from findHomography() to the function I made it always gives blank image compared to…
4
votes
0 answers

Android 360 Panorama ImageView with HotSpots

I am trying to achieve something like in this website (https://app.immoviewer.com/portal/tour/1110531) in my android app. I am using this library to show my 360 images (https://github.com/lespinsideg/SimplePanorama). But I am unable to add hot spots…
Shaw
  • 173
  • 2
  • 11
4
votes
2 answers

How to add mandatory Google Photo Sphere XMP metadata to an equirectangular(360) image?

Anyone know about, programmatically how to add Google photo sphere XMP meta data to an equirectangular(360) image? or how to remove and add new photo sphere XMP meta data to an equirectangular(360) image? Here's the example:
Menu
  • 677
  • 1
  • 12
  • 30
4
votes
0 answers

Is it possible to set "start_pitch" for VR View for the Web

The documentation for Google's VR View on the Web has the "start_yaw" control parameter which allows one to rotate the starting orientation of the image horizontally: start_yaw: {Number} Initial yaw of viewer, in degrees. (optional, default 0) Is…
mechaneyes
  • 41
  • 2
4
votes
1 answer

Using PanGesture with GoogleVR Panorama

I need to display 360 images on iOS devices. I chose GoogleVR to do this (https://developers.google.com/vr/) and I'm using the GVRPanoramaView. (https://developers.google.com/vr/ios/vr-view) _panoView = [[GVRPanoramaView alloc]…
KIDdAe
  • 2,714
  • 2
  • 22
  • 29
4
votes
5 answers

How to add & show 4d image in web site with css

all. I'm working on my website. I made a banner of moving image, my problem is that, I want to show a 4d or 5d image for my animating banner. OPZET India is my wesite. my snippet is here.