Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
119 views

I have a file that is a 3d 1st person virtual tour of a city. I want to embed that file into html so that users who come into the page also navigate through city. I have no idea what file format is ...
Wahid Ahmad's user avatar
1 vote
0 answers
125 views

I researched a lot but did not find the proper document or proper solution to build 2D 360 Video view or 360 Image View using CardBoard sdk. Why CardBoardSdk? Because Google VR SDK is no more support ...
Dhaval Solanki's user avatar
2 votes
0 answers
599 views

I would like to built a small app that shows a panorama 360º image with head tracking on Android. I quickly stumbled upon com.google.vr.sdk.widgets.pano.VrPanoramaView (https://developers.google.com/...
Mike de Klerk's user avatar
1 vote
0 answers
205 views

I am currently using 5 azure kinect to capture the whole body. I want to create free-viewpoint video at Meta Quest 2. But I have no idea to create the video. My Expected Solution Calibration with ...
Chak Nam CHAN's user avatar
1 vote
0 answers
293 views

the Vimeo and YouTube players don’t natively support 360 video when embedded. How can we make this work? Embedding shows equirectangular view on iOS but it works everywhere else Built in react with ...
THE CONFECTIONERY's user avatar
1 vote
1 answer
3k views

I've got a DIY multi-camera rig; I'd like to use it to create 360 degree videos using ffmpeg. I can get a single video into the correct equirectangular projection, but can't seem to get all videos. I ...
jtpt's user avatar
  • 11
0 votes
1 answer
831 views

I've finish my VR Cardboards game using Unity 2019 but the problem is I forgot to declare every click action with controller with Input.GetKeyDown("Fire1"). I was assigned all click-event ...
Gerry Jeven Timoti's user avatar
1 vote
1 answer
1k views

Im recording 360° videos for my real estate agency and embed the videos on my wordpress website on the various listings. However after being uploading new videos for properties for about 3 days now. ...
Alex Copenhagen's user avatar
0 votes
1 answer
6k views

I'm making a VR application which uses 360degee images. This application show images with HTML. WKWebView is enable to get device's orientation. webView.uiDelegate = self It is possible to show omni ...
prophet5's user avatar
  • 449
0 votes
1 answer
2k views

Is there a way to play 360 video with Three js coming from m3u8 file? I found a similar question here but no answer: https://github.com/mrdoob/three.js/issues/8216 https://threejs.org/examples/...
Toniq's user avatar
  • 5,146
1 vote
1 answer
488 views

I know some websites that provide 3D/360 VR videos within the browser when phone is placed into a Google Cardboard ( non-electronic device, two plastic lenses and a cardboard box that holds your phone ...
user avatar
0 votes
1 answer
3k views

I want to create a page with a 360 video player, so when I click play I need to be able to move the video and rotate 360 to see all the content. So I created the video source in HTML and installed ...
Riki95's user avatar
  • 726
1 vote
0 answers
944 views

I used 2 raspberry PIs to record 2 different videos in sync using a OSC server so the videos are perfectly in sync and I send them to a Linux server so I can stitch these videos and produce one 360 ...
Essam Gouda's user avatar
-1 votes
1 answer
256 views

I'm setting an a-sky element with an image 360: <a-sky id="sky_salon_izq" src="#salon_izq"></a-sky> The img show cool in normal mode: normal mode img But i have problems when enter in ...
montorodiaz's user avatar
1 vote
0 answers
1k views

I have a task to capture 360 photos from an android device with image stitching. I have made lots of research for this but didn't get working solution. Note, the task is not just simple 360 panorama, ...
Sagar's user avatar
  • 554
3 votes
0 answers
467 views

I have a bunch of 360 equirectangular images an on each image i want to place a point of interest. To make this easy i just want to have to determine the 2d location of this point on the image. See ...
FutureCake's user avatar
  • 2,856
1 vote
1 answer
63 views

Anybody with any clues to the format required for Kultura 3D videos - side by side or over-under? and the resolution? We have the monoscopic 360 working fine but not 3D Or maybe Kultura does not ...
Steve Hall's user avatar
1 vote
0 answers
249 views

I'm trying to get 360 Videos working in my iOS react-native app (With VR support) I attempted using the various react-native npm packages that offer this functionality, they work on Android but not ...
Beau's user avatar
  • 51
0 votes
1 answer
237 views

I'm working on an a-frame project which requires me to position several 3d objects in 360 virtual reality. Traditionally it is done using: <a-entity position="x y z"></a-entity> But what ...
Anynomous's user avatar
2 votes
1 answer
268 views

I have to develop 360 experience in Virtual Reality Stereoscopic in Unity When adding a UI to the Stereoscopic experience in Unity, it appears as if I have two UI's in the scene. To solve this ...
Behrouz Riahi's user avatar
0 votes
1 answer
422 views

I want to make an app with several different 360 videos and the problem I have is creating a Menu/UI for selecting which 360 video to play for the Oculus Go. I tried the Getting Started with 360 ...
cozimo's user avatar
  • 115
2 votes
0 answers
2k views

I'm trying to add a "sticker" on an equirectangular image. The parameters I have are the angle of the sticker (yaw, pitch, roll), and its size in pixels, and the equirectangular image size (always a ...
Xys's user avatar
  • 11.3k
0 votes
0 answers
827 views

I'm migrating a Cordova application to React-Native. We have a VR Player on the app, for use with VR headsets (Google Cardboard, Samsung Gear, etc), but that also can be played as a regular 360 2D ...
dfranca's user avatar
  • 5,362
0 votes
1 answer
2k views

I have an equirectangular 360 image which will have hotspots mapped onto it in standard X/Y coordinate space. In Unity, this image will be mapped to a sphere, and I will position the hotspots to the ...
Lee Probert's user avatar
0 votes
1 answer
192 views

Is there any way of making a flat view from a 360 video using Google's VR view player? I would like to see the full image without having to move.
Ignacio's user avatar