diff options
author | dec05eba <dec05eba@protonmail.com> | 2020-06-13 06:17:07 +0000 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2020-06-13 06:17:07 +0000 |
commit | 7a63945d12e9f73a3bfc8307d0b2aa776ccbe7ce (patch) | |
tree | 56254411d563c116e200b4a4d44d093307695883 /README.md | |
parent | 033638c9a0fa86ae2ad3c3b3483fb001d179b9eb (diff) | |
download | vr-video-player-7a63945d12e9f73a3bfc8307d0b2aa776ccbe7ce.tar.gz vr-video-player-7a63945d12e9f73a3bfc8307d0b2aa776ccbe7ce.tar.bz2 vr-video-player-7a63945d12e9f73a3bfc8307d0b2aa776ccbe7ce.zip |
Only follow camera in sphere projection mode
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,7 +1,8 @@ A virtual reality video player for Linux running X11, based on Valve's openvr `hellovr_opengl` sample code: https://github.com/ValveSoftware/openvr/tree/master/samples Still early in development, not very user friendly. -Currently only works with stereo video. +Currently only works with stereo video when used for vr videos, but if the vr video player is launched with the `--plane` option then you can view +the video as a regular video in vr without depth (like a cinema). # Building vr video player can be built by running `./build.sh` or by using [sibs](https://github.com/DEC05EBA/sibs) or if you are running Arch Linux, then you can find it on aur under the name vr-video-player-git (`yay -S vr-video-player-git`). |