360-degree VR videos, also known as immersive videos or spherical videos, are video recordings where a view in every direction is recorded at the same time.
Questions tagged [360-virtual-reality]
181 questions
1
vote
1 answer
Export an aframe scene to a 360° video
I'm trying to export a VR scene made with a-frame (three.js-based VR library) into a 360° video.
All I could find was a way to export the canvas to a regular flat mpeg4 using a chrome plugin (RenderCan). I would like it to be a video that could be…

henrilf
- 33
- 4
1
vote
1 answer
2 absolute position xyz to relative between points
I Have two absolute xyz positions
first point-> x="2.08039166666667" y="41.4722694444444" z="128.71
and
second point->x="2.08039166666667" y="41.4723111111111" z="128.79"
both positions are absolute from 0 0 0
now if i change the center to first…

Angel Lordan
- 111
- 3
- 12
1
vote
1 answer
How to interact with 360 moving video with Unreal Engine VR?
We need to interact with a 360 video using a VR headset, using Unreal Engine (not closed for Unity 3D though). The video is recorded in motion in a straight line.
The user, wearing a VR headset can:
Move in one direction only, meaning backward or…

Deewy
- 245
- 1
- 8
1
vote
0 answers
Taking a 360 image
I want to make an app in android with android studio. In this app I want to take 360 picture but unfortunately I cannot find any material according to taking picture in 360'.

Ahsan Saeed
- 701
- 10
- 22
1
vote
1 answer
3D Objects with no texture in WEBVR
Well, we have some 3D objects and we've tried to insert them into the WEBVR platform, while the videos are playing in the background. The 3D objects are in DAE format, but it is not working. They are white with no texture,. I guess we need them in…

Bárbara Araújo
- 11
- 1
1
vote
1 answer
Using a-frame primitive to display 360 content
I am trying to use A-Frame to either display a 360 video or a 360 photo, but stumbled across some limitations of the a-entity framework: videosphere or sky are not accepted as an attribute, so:
this doesn't work:

Pierre Gielen
- 11
- 1
1
vote
0 answers
Live streaming 360 video
I need to develop functionality for 360 live streaming. I have 'Insta 360 air' web camera for tests (max resolution for video 2560x1280).
I try to use Wowza Streaming Cloud and OBS or Wirecast broadcaster for the live streaming from PC.
Video has a…

Dmitriy
- 11
- 1
1
vote
1 answer
Ways to inject Spatial Meta Data into video with Java
I'm trying to inject Spacial meta data into 360 video so it runs on Youtube/Facebook etc - using video that is cut on a Java server with FFMPEG and will run on a Linux AWS EC2 Instance.
I've tried to use this…

beek
- 3,522
- 8
- 33
- 86
1
vote
1 answer
A-Frame (aframe.io) 360 degree image (Google Maps Streetview-like functionality)
I have a 360 degree image that I'm using a-frame to display.
My question is, is there any interactivity (like Google Maps Street View) where I can take overlay arrows and take the user to another 360 degree image? Is it possible to do this? How…

mmundiff
- 3,875
- 7
- 32
- 46
1
vote
2 answers
Unable to load the 360 (also VR) image in webView
I have a link to 360 Image for the mobile site but I want to load that in WebView in my App. Link works perfectly on the native mobile browser as well as Google Chrome, but not in the WebView in my App.
Any help is Appreciated.
Thanks.
user4035628
1
vote
1 answer
From 360 video to Virtual world
IS it possible to convert a 360 video into a VR World ? Let's say i take a 360 video of my room, convert it into a 360 VR world and user with a headset can click on a chair in my room to know the details ?

ATHER
- 3,254
- 5
- 40
- 63
1
vote
1 answer
How to stream Youtube video inside a MediaPlayer for a 360 degree video VR android app?
I'm trying to stream youtube 360 videos using the MediaPlayer class. Few solutions which I found (this, this and this) suggested using the google api to get RTSP links to youtube videos. However, that API is deprecated and also had problems with a…

vepzfe
- 4,217
- 5
- 26
- 46
1
vote
1 answer
Is there anyway to Embed youtube 360 video to Android
I want to live stream a 360 video to my android app.
The main function of the app is to watch live 360 videos.
I tried using the YouTube API, but it does not work as it doesn´t render the video. I tried using the Google VRVideoView from the…

Garcia
- 53
- 1
- 8
1
vote
0 answers
Three.js - How to convert 360 photo to texture files
I've implemented something similar to this demo using a texture like so:
var r = "https://raw.githubusercontent.com/timoxley/threejs/master/examples/textures/cube/Park3Med/";
var urls = [
r + "px.jpg", r +…

Sekoul
- 1,361
- 2
- 14
- 30
1
vote
0 answers
Objective C loading background Image for HTY360Player
I need to put a background image(before video buffering) for HTY360Player that used for iOS 360 VR videos?
Library used: https://github.com/hanton/HTY360Player - Objective C

Vinod
- 675
- 3
- 7
- 25