Set SteamVR/OpenVR headset brightness (likely only for Valve Index) from the command line.
Contains both python and C++ versions.
-
Download and extract index_brightness.zip from Releases to somewhere (or compile yourself with the instructions below).
-
Right click the
index_brightness.exe
, open properties and clickunblock
to disable warnings: -
Go to Desktop, create shortcut with parameters
index_brightness.exe 0.2
for night, for example: -
Create shortcut
index_brightness.exe 1
for day -
Make sure SteamVR is running before executing (otherwise no effect)
- Run
pip install openvr
- Install https://www.msys2.org/
- Open 64 bit shell, run
pacman -Syu
- install
pacman -S mingw-w64-x86_64-openvr
- Run
make
in the directory