This plugin allows capturing directly from OpenVR/SteamVR in full resolution.
A.
- It was rewritten using ChatGPT
- working on Linux!
Installation:
- Download latest release .zip
- Extract all files to ~/.config/obs-studio/plugins/
Compiling:
- Pull OBS Studio source code recursively (
git clone https://github.com/obsproject/obs-studio.git --recursive) - Pull this repo, copy "plugins" into the root of OBS Studio's source code (
git clone https://github.com/maxsspeaker/OpenVR-Capture-Linux) - Pull OpenVR SDK inside "deps" folder. (
git clone https://github.com/ValveSoftware/openvr.git) - Add
add_obs_plugin(linux-openvr PLATFORMS LINUX)to the end of obs-studio/plugins/CMakeLists.txt - Compile from root directory with
cmake -S . -B build_ubuntu -G Ninja && cmake --build build_ubuntu -j$(nproc) --target linux-openvr
PS: I needed a plugin for Linux, but no one had ported it yet, so I did it myself. If you'd like to contribute, please submit a pull request.
I would really appreciate it!