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
3
votes
1 answer

How to enable cardboard mode in Youtube Android Player API?

I want to enable viewing 360-degree videos from Youtube inside my app in the cardboard mode which splits the video into two halves for the two lenses in a Google cardboard, like in the Youtube app. I'm using Youtube's Player API for Android to show…
vepzfe
  • 4,217
  • 5
  • 26
  • 46
3
votes
0 answers

how to view normal video in cardboard like youtube

I have an app that plays normal and VR videos. My app has two players to play both types. In my VrVideoView there is a button that makes video play in stereo mode. My question is: how can I view normal videos in Cardboard just like the YouTube app?
2
votes
0 answers

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/vr/develop/android/vrview). But there is a big…
Mike de Klerk
  • 11,906
  • 8
  • 54
  • 76
2
votes
1 answer

Playing 360 degree split screen videos with ExoPlayer

I'm using ExoPlayer to create an VR video I have a 360 degree video and I did this
amirhesni
  • 441
  • 1
  • 6
  • 22
2
votes
0 answers

360 degree video support in ffmpeg HLS

I want to play 360 degree videos using HLS/DASH protocols. I am currently using ffmpeg and nginx combo. my question is does ffmpeg support 360 video transcoding to hls format. I tried with following command but 360 degree meta data is dropped by…
2
votes
0 answers

Panonlens - image not loading on the desktop version

I'm currently using panolens.js for implementing a 3d view on my website. The responsive version seems to load fine but the problem arises in desktop. The image loaded into the script is only visibile when i open the console or try to inspect the…
Mohith H.B
  • 21
  • 1
2
votes
1 answer

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 problem, I created two UI's with two cameras in the…
Behrouz Riahi
  • 1,751
  • 2
  • 21
  • 42
2
votes
0 answers

How to implement live-videostreaming within a-frame?

I want to implement live 360 video using Theta s camera. I already have done implementation using three.js for showing images in 360 and live audio stream using WEB RTC. I found implementation using a-frame for images and video but I couldn't find…
taurus
  • 252
  • 2
  • 9
2
votes
0 answers

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 2:1 ratio). Example with this sticker (don't mind…
Xys
  • 8,486
  • 2
  • 38
  • 56
2
votes
1 answer

How does MP4client choose representations when playing from a local storage for a hevc-coded tile-based stream which uses SRD?

Can MP4client change the quality of each tile (select the representation of each tile) based on the viewport. If so how we determine the viewport? By moving around in the gui? Following you see how I am generating the tile-based video which I wanna…
2
votes
0 answers

VR mode (stereo mode) is not working in a WebView for a 360 degree video

I am trying to load the following URL in an Android Webview URL : http://storage.net-fs.com/hosting/2727323/5/index.htm The following is the output in a WebView When clicked on the VR button from top right, I am expecting the below. Which when…
2
votes
1 answer

How to set dynamic hotspot for 360 image with unity 3D

I am trying to build a visitors tour with Unity 3D. I have panaromic picture of bedrooms within an hotel and I would like to add points (hot spots) to my pictures that leads to another picture. The problem is that I want to add this point…
2
votes
1 answer

Wrong camera position playing 360 degree video, using SceneKit and CoreMotion

I am playing around with a 360 degree video player using SpriteKit, SceneKit and CoreMotion. The player is working so far, but the video is always zoomed-in a bit. It looks like the camera position is not at (0,0,0), but somehow wrong on the Z axis.…
Felix
  • 667
  • 14
  • 28
2
votes
0 answers

How to transform an equirectangular (360 degree) video to normal field of view

I am working on 360 degree videos, where I need to render a equirectangular video format in a normal 2D field of view, given any latitude and longitude coordinates in the sphere, just like what 360 degree player does, but control it with code and…
2
votes
0 answers

scaling issue when projecting uiview in front of scenekit camera

content first i have a 360 (equirectangular) image viewer by applying the image as a texture onto a sphere with the scenekit camera at the center. then i enter a "drawing mode" where i can use my finger to draw on a transparent UIView when i'm…
stanley
  • 1,113
  • 1
  • 12
  • 26
1
2
3
12 13