171 questions
0
votes
1
answer
119
views
How to use rvt file in HTML page to preview 360 virtual tour?
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 ...
1
vote
0
answers
125
views
Is there any way to create 360 Video or 360 Image Player using Cardbord sdk?
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 ...
2
votes
0
answers
599
views
Alternative for VrPanoramaView since it is deprecated
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/...
1
vote
0
answers
205
views
How to develop free viewpoint video from 5 azure kinect and play on Meta Quest 2
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 ...
1
vote
0
answers
293
views
360 video embed on iOS
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 ...
1
vote
1
answer
3k
views
Merging flat videos into a 360 video using ffmpeg
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 ...
0
votes
1
answer
831
views
How to assign event trigger pointer click as Fire1 in Google VR Cardboard Unity 2019
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 ...
1
vote
1
answer
1k
views
Embedded 360 Videos from YouTube not replaying correctly on iOS browsers
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. ...
0
votes
1
answer
6k
views
iOS : A white square is displayed when WKWebView gets a motion sensor
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 ...
0
votes
1
answer
2k
views
m3u8 360 virtual reality video with Three js
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/...
1
vote
1
answer
488
views
How to create 3D/360 VR videos using standard web technologies?
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 ...
0
votes
1
answer
3k
views
How to use VideoJS to show 360 video on Angular App
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 ...
1
vote
0
answers
944
views
Stitching 6 video files into one 360 video in Ubuntu Linux
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 ...
-1
votes
1
answer
256
views
A-sky a-frame rounded borders
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 ...
1
vote
0
answers
1k
views
How to capture complete 360 sphere photo from android camera?
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, ...
3
votes
0
answers
467
views
convert 2d location on 360 image to 3d location (in sphere)
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 ...
1
vote
1
answer
63
views
Kultura 3D 360 video playback
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 ...
1
vote
0
answers
249
views
Duplicate symbols between react-native and GVRKit
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 ...
0
votes
1
answer
237
views
A-frame VR 3d object positioning using yaw and pitch
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 ...
2
votes
1
answer
268
views
How to use UI with Stereoscopic videos in Unity?
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 ...
0
votes
1
answer
422
views
Implementing VR UI/Menu? (Tried tutorials but none help)
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 ...
2
votes
0
answers
2k
views
GLSL - draw image with equirectangular projection
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 ...
0
votes
0
answers
827
views
React Native loading Delight VR video player
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 ...
0
votes
1
answer
2k
views
How to convert cartesian to spherical coordinates for hotspots on a 360 image
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 ...
0
votes
1
answer
192
views
Flat video using google vr view
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.