Skip to content

michael-mueller-git/vr2ar-converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VR2AR Converter

Convert your adult VR Videos into Passthrough AR Videos.

Note

Currently this project only support Linux via Nix package manager.

Usage

Convert

nix run github:michael-mueller-git/vr2ar-converter -- [VIDEO] [VR_INPUT_TYPE] 

When you use Nix on Linux you may have to wrapp the command into nixGL

nix run --impure github:guibou/nixGL -- nix run github:michael-mueller-git/vr2ar-converter -- [VIDEO] [VR_INPUT_TYPE] 

Pro Tip: You can call this tool for several video segments at the same time until your GPU is fully used to get the max throughput.

Consume Videos

To play the AR videos you can use HereSphere e.g. with Meta Quest 3.

Somtimes the video mode detection via filename in HereSphere is not working. Then you have to manually set the Settings:

  • Basic Video Settings : Projection = Fisheye
  • Advanced Video Settings : True FOV: [180,190,200] (depending on vr type)
  • Advanced Video Settings : Environment : Background = Passthrough
  • Advanced Video Settings : Environment : Mask = Alpha Packed

Additional Settings:

  • Basic Video Settings : Alignment : Right (Scale) - To adjust the model size
  • Basic Video Settings : Origin : Forward - To adjust the depth position or use thumb stick forward/backward to adjust this
  • Basic Video Settings : Motion : Distance - To approx 50 to get better 6DoF experience.

Finally use controler grap to set the correct position of the model.

About

Convert your adult VR Videos into Passthrough AR Videos.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages