Questions related to the Open Source Virtual Reality (OSVR) software libraries or the OSVR Hacker Development Kit (HDK)
Questions tagged [osvr]
12 questions
2
votes
1 answer
How to use from OSVR in C++?
I want to use from OSVR plugin, but I don't know how it exactly works.
In OpenVR I have a framebuffer for each eye and when I write something on that buffers then I see them in glasses and I'm using from HTC Vive.
But now I don't know where those…

masoud khanlo
- 189
- 1
- 14
2
votes
1 answer
OSVR IR tracker
I am currently using the OSVR HMD and I'm trying to figure out how to use the IR tracker that comes with the VR headset. In this article, it is suggested to use the osvr_server_config.VideoBasedHMDTracker.sample.json configuration file but it seems…

MatheuGrondin
- 107
- 1
- 8
1
vote
0 answers
Build OSVR Tracker viewer Faild, CMake Error : Could NOT find OpenSceneGraph
I compiled the source code of osvr_tracker_viewer with cmake. I set entries like follow:
-DBOOST_ROOT="C:/local/boost_1_62_0" ^
-DBOOST_LIBRARYDIR="C:/local/boost_1_62_0/lib64-msvc-12.0" ^
-Dosvr_DIR="d:/Project/OSVR-Build/OSVR/OSVR-Core/build"…

Aaron Lee
- 2,060
- 2
- 15
- 20
1
vote
1 answer
Using OSVR camera in OpenCV 3
I'm trying to use the OSVR IR camera in OpenCV 3.1.
Initialization works OK.
Green LED is lit on camera.
When I call VideoCapture.read(mat) it returns false and mat is empty.
Other cameras work fine with the same code and VLC can grab the stream…

reden
- 968
- 7
- 14
1
vote
1 answer
How to detect which screen is the OSVR headset?
I have an WPF+SharpDX Windows application that displays to the OSVR HDK via a fullscreen window on the screen that is the HDK. This setup works well, but it requires users to state which screen the HDK is on.
I would like to have that automatically…

Krzysztof Bociurko
- 4,575
- 2
- 26
- 44
0
votes
2 answers
Installing OSVR on Linux - Setting binary directory
I am currently trying to install OSVR-Core on my Debian 9.1 system. I installed all the prerequisites and followed this tutorial. Now I am stuck at making the project. I created a build-directory and tried running
cmake…

lenala
- 19
- 5
0
votes
0 answers
CMake Error OSVR Plugin - CMakeLists - The C/CXX compiler identification is unknown
Current settings are as follows.
Source Code = F:/OSVR Snapshot Build/Teensy OSVR Tracker
Build Path = F:/OSVR Snapshot Build/Teensy OSVR Tracker Plugin Build
CMAKE_PREFIX_PATH = F:\OSVR Snapshot…

wakoquacko
- 83
- 1
- 1
- 5
0
votes
0 answers
Conversion between axis conventions- ROS and OSVR
Long story short, I'm integrating two systems that have different axis conventions.
In OSVR, x is right, y is up, and z is near.
In ROS, x is forward, y is left, an z is up.
I need to convert between them. Without doing so, there is strange behavior…

Nate Gardner
- 1,577
- 1
- 16
- 37
0
votes
1 answer
Problems getting OSVR to initialise the HMD Display with Oculus DK2
I am using a Oculus DK2 (v0.8) and OSVR SDK. I'm having a problem getting the HMD to run/display anything.
The Oculus samples and the OSVR samples do work however, so the osvr_server seems to run fine.
My application itself renders a test scene just…

pettersson
- 317
- 2
- 10
0
votes
2 answers
How to setup OSVR HDK on OSX 10.11.5 El Capitan
As a non-gamer, i just want to play with VR and experience it. OSVR seems to be one cheap option for me compare to Oculus and Hive.
I got the HDK last week, so excited and wanted to test it on my Mac Book Pro (OSX 10.11.5 El Capitan / 2.7 GHz i7 /…

Peter
- 775
- 1
- 6
- 12
0
votes
2 answers
OSVR Viewer / Eyes / Surfaces
Can someone enlighten me about the osvr architecture ?
Why would we have more than two eyes ?
Is surfaces concept is made if there is multiple screens on the headset ?
Thanks for your answers

Tribes
- 35
- 1
- 7
0
votes
2 answers
Opencv Mat to opengl with OSVR
I have a problem with opencv and opengl. I need to show with opengl the images retrieved by a webcam with opencv, and put this in Razer OSVR. But with my current code the framerate is around 1 fps or 2 fps, and I don't know what I am doing wrong.…

user3704922
- 73
- 2
- 10