Search Unity

Question Stereoscopic video on Oculus Quest 2

Discussion in 'VR' started by luzidlab, Jan 12, 2022.

  1. luzidlab

    luzidlab

    Joined:
    Aug 11, 2021
    Posts:
    5
    Hi,
    I would like to accomplish something (maybe too) simple. I simply want to play a side-by-side (or top-bottom) video on my Oculus Quest 2. So not using the position/rotation of the headset, no 360 or 180, not playing it on the "floating" videoplayer (I'm using Evereal VRVideoplayer asset from the assetstore) but simply "locking" the left view to left eye, and right view to right eye, fullscreen...

    I hope someone can point me to the right direction?

    cheers
     
  2. DevDunk

    DevDunk

    Joined:
    Feb 13, 2020
    Posts:
    5,043
    Add a plane under the VR camera in Unity and display the video on that.
    To make it rotate with the HMD just parent the hmd to the plane
     
  3. luzidlab

    luzidlab

    Joined:
    Aug 11, 2021
    Posts:
    5
    Thanks, that was a proper duh moment ;D
     
  4. DevDunk

    DevDunk

    Joined:
    Feb 13, 2020
    Posts:
    5,043
    No worries, we all have that :p