OSVR-Core
OSVR-Core copied to clipboard
The core libraries, applications, and plugins of the OSVR software platform.
Archlinux ships OpenCV 4 and osvr-core does not build with it. There are several \#ifdefs in the code checking explicitly for OpenCV 2 or 3 and producing an \#error for...
The OSVR Central application in the latest build of the OSVR Runtime (0.6.2118-gd690c5ef x64) doesn't start. I'm posting here because the OSVR-Central repo isn't available any more (?). Launching the...
I'm getting this error while compiling OSVR from source following this [guide](https://osvr.github.io/doc/installing/linux/). On _make_, I get this: ``` In file included from /home/isir/Documents/OSVR-Core/devtools/osvr_json_to_c.cpp:33:0: /usr/local/include/json/writer.h:352:45: error: ‘PrecisionType’ is not a class...
@rpavlik In the `improve-linux-config-search` branch there are two files: `cmake/InstallDebugSymbols.cmake` and `cmake-local/InstallDebugSymbols.cmake`. CMake is loading the former and not the latter. So the `osvr_install_symbols_for_target` function in the latter isn't being...
The issue is similar to issue #552 with the warning of failing to load the plugin. Below is my setup: 1. download osvr-sdk 0.6.2118 for 64-bit machine 2. download FOVE...
Follow on to #339 and pull #492, which did the hard work to map libuvc to an internal camera model and driver. Unfortunately while @toastedcrumpets was working on that, I...
the fove osvr driver is not loading, i tried to work out the error and compile the driver with the new versions of the sdk´s but are failing due to...
When plugin is built as debug or as manulload debug you would run into this scenarios: 1. Plugins named "pluginName.debug.dll" would get extra ".dll.debug" added because PluginHost thinks that pluginBaseName...
Some headsets drift under normal operation. Typically, this is alleviated through the use of a recenter hotkey (example: holding recenter button in daydream) or compositor menu action (example: recenter menu...