TriadSemi / triad_openvr

This is an enhanced wrapper for the already excellent pyopenvr library by cmbruns. The goal of this library is to create easy to use python functions for any SteamVR tracked system.
160 stars 54 forks source link

Disable autostart of apps (especially VRCompositor) #35

Open Infraviored opened 1 year ago

Infraviored commented 1 year ago

triad_openvr.triad_openvr() brings up steamvr and vrcompositor.

vrcompositor always crashes on my system, causing a freeze for some seconds. Still, tracking still works as long as steamvr stays open.

Can i stop it from starting programs (especially vrcompositor)? I start steamvr (and vrcompositor) berfore, wait for vrcompositor to crash.

Then i want to start triad_openvr.triad_openvr(), without starting the annoying compositor as well. How?

MANY THANKS in advance!