Skip to content

maxsspeaker/OpenVR-Capture-Linux

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 

Repository files navigation

OpenVR Capture for OBS Studio

This plugin allows capturing directly from OpenVR/SteamVR in full resolution.

Снимок экрана_20260426_145319

Q. What benefits does this have over the original fork?

A.

  • It was rewritten using ChatGPT
  • working on Linux!

Installation:

  1. Download latest release .zip
  2. Extract all files to ~/.config/obs-studio/plugins/

Compiling:

  1. Pull OBS Studio source code recursively (git clone https://github.com/obsproject/obs-studio.git --recursive)
  2. Pull this repo, copy "plugins" into the root of OBS Studio's source code (git clone https://github.com/maxsspeaker/OpenVR-Capture-Linux)
  3. Pull OpenVR SDK inside "deps" folder. (git clone https://github.com/ValveSoftware/openvr.git)
  4. Add add_obs_plugin(linux-openvr PLATFORMS LINUX) to the end of obs-studio/plugins/CMakeLists.txt
  5. 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!

About

OBS Studio plugin allowing capture directly from OpenVR/SteamVR in full resolution.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • C++ 95.2%
  • CMake 4.8%