Skip to content

dilmerv/OculusPassthroughDemos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OculusPassthroughDemos

Demos with Oculus Passthrough API from tutorials done in YouTube

Step By Step YouTube Tutorial Available 🚀 Here

  • Passthrough API Demo:

Requirements

  1. Unity 2019 LTS or greater ✔️
  2. Unity Oculus Integration v31 or greater ✔️
  3. Oculus Device Software v31 or greater ✔️

Troubleshooting (Steps Required)

  1. Enable experimental Passthrough on the device by running the adb command: adb shell setprop debug.oculus.experimentalEnabled 1 this command is required to be ran everytime you restart your Oculus device as it currently won't persist.
  2. Oculus platform must be selected under XR Plug-in Management Android.
  3. Change the script backend to IL2CPP and enable ARM64 as the only target architecture under player settings.
  4. Change the "Color Space" to Linear
  5. Select "Switch To OVRPlugin With OpenXR Backend" under Oculus > Tools > OpenXR in the toolbar.
  6. In the OVRCameraRig make sure to enable "Experimental Features Enabled" and "Passthrough Capability Enabled"
  7. Create a new Android Manifest and make sure it includes Passthrough experimental features.
  8. In Oculus device settings make sure to have all Passthrough settings enabled as well.
  9. Compare your settings with this project to make sure everything matches.
  10. Look at this Oculus forum thread with community solutions and issues reported Submit an issue if you encounter any problems.

References

  1. Passthrough API Oculus docs
  2. Passthrough API Samples docs

How To Record 📹 Mixed Reality Experiences ?

You may have noticed that black background when recording MR with Oculus Quest 2, well you're not alone, that is actually by design - so how can you record the cool experiences you will be building then? See steps:

  1. Download the [Mixed Reality Capture] app onto your Oculus Quest 2
  2. Open the app and write down the IP Address
  3. Download the (MRC) Mixed Reality Capture Tool and OBI Studio software as indicated here
  4. You will need a Webcam record your experiences. The Logitech BRIO Ultra HD which is what I used in YouTube (The webcam will be calibrated with (MRC) and then OBI has all the tools needed to send the info from the Oculus Quest to OBI for recording)

About

Oculus Passthrough API Experimental Unity Project with demos built as part of my YouTube tutorials series.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published