Questions tagged [360-virtual-reality]

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.

181 questions
1
vote
0 answers

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 clips coming from contentful/vimeo Here is the…
1
vote
1 answer

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 can use ffmpeg and v360 to convert get a single…
jtpt
  • 11
  • 2
1
vote
0 answers

Three js VR video angle change gyroscope

Three js has this example: https://threejs.org/examples/webxr_vr_video.html But the angle doesnt change perspective when you move the phone around unless you enter VR mode. I am looking for a way to make video behave in mobile browser as…
Toniq
  • 4,492
  • 12
  • 50
  • 109
1
vote
1 answer

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. Ive realized they dont play correctly on iOS…
1
vote
1 answer

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 ) without using VR engines. I guess such videos…
user490215
1
vote
0 answers

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 video file so far I have tried doing that on 2…
1
vote
0 answers

Android, WebRTC 360 video player

I want to display 360 degree video through webrtc in Android. Since an URI is not available for webrtc video streams, common players such as libvlc or exoplayer cannot be used. Only option i found is to add 360 video capability to webrtc's existing…
Arunkrishna
  • 416
  • 1
  • 4
  • 18
1
vote
0 answers

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, it should be like 360 sphere image. Not an…
Sagar
  • 554
  • 5
  • 21
1
vote
0 answers

who tread whit 360 video in ios device (via react ts and vimeo)

I am working on 360 videos in a React App where I share my Vimeo videos directly via Viemo embedded player. I ran some test cases(see below) and I got few problems. I have been searching solution for a week but I could not find anything…
Hadock
  • 796
  • 1
  • 12
  • 28
1
vote
1 answer

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 support 3D? Thanks in advance
Steve Hall
  • 11
  • 1
1
vote
0 answers

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 on iOS. (And most haven't been updated for at…
1
vote
1 answer

Play 360 live video stream

I'm using MobileVLCKit for playing the live streamings for a while now, but now I've been tasked to play 360 live video streams I've tried to stream the video normally but it shows rectangular view for overall video what I want is play like 360…
Arun K
  • 810
  • 2
  • 12
  • 33
1
vote
1 answer

HTML/JS Autoplay Clappr 360videos in Chrome

I want to implement a 360 video with Clappr as starting element to my homepage on WordPress-Basis. I am no coding expert, but I try my best. I used this to build my code:…
1
vote
0 answers

how to capture object in 360/3D view using camera(android SDK)

Hellow Guys, i need help to capture a object as SBS(Side By Side) in 360 using android SDK, but i haven't fount any SDK in android. but any how some apps are available in playstore. and peoples are using. could somebody help me.!!! Thanks in…
1
vote
1 answer

Basic VR information about its axis orientation

I have just started working with FOVE VR headset. I am having things working fine with Visual Studio - C#. However, I was interested to know where is the origin of the axis for all the VRs. In the other words, the eye position vector is relative to…