Skip to content

Pigney/OpenVR-Capture

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 

Repository files navigation

OpenVR Capture for OBS Studio

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

A fork of OBS-OpenVR-Input-Plugin, originally made by Keijo "Kegetys" Ruotsalainen

obs64_4E9advFPF8

Q. What benefits does this have over the original?

A.

  • Crop function replaced with realtime Aspect Ratio dropdown with Zoom and Offsets.
  • Threaded initialization prevents stutter in OBS Studio.
  • OpenVR SDK updated from v1.12.5 to v2.5.1
  • Minor performance tweaks.

Installation:

  1. Download latest release .zip
  2. Extract all files to the root of your OBS Studio installation.

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/Pigney/OpenVR-Capture.git)
  3. Pull OpenVR SDK inside "deps" folder. (git clone https://github.com/ValveSoftware/openvr.git)
  4. Add add_obs_plugin(win-openvr PLATFORMS WINDOWS) to the end of obs-studio/plugins/CMakeLists.txt
  5. Compile from root directory with cmake --preset windows-x64 && cmake --build ./build_x64/plugins/win-openvr --config Release

About

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

Resources

License

Stars

Watchers

Forks

Contributors

Languages

  • C++ 96.9%
  • CMake 3.1%