aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2020-06-13 08:17:07 +0200
committerdec05eba <dec05eba@protonmail.com>2020-06-13 08:17:07 +0200
commit7a63945d12e9f73a3bfc8307d0b2aa776ccbe7ce (patch)
tree56254411d563c116e200b4a4d44d093307695883 /README.md
parent033638c9a0fa86ae2ad3c3b3483fb001d179b9eb (diff)
Only follow camera in sphere projection mode
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index bfb53a7..ca65658 100644
--- a/README.md
+++ b/README.md
@@ -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`).