cmbruns / pyopenxr

Unofficial python bindings for OpenXR access to VR and AR devices
Apache License 2.0
103 stars 8 forks source link

how to use this framework as a silent background process ? #46

Closed nukadelic closed 2 years ago

nukadelic commented 2 years ago

I want to record the hmd and the controllers positions and rotations into a csv file while playing a steam-vr game , would it be possible at the current state of the library ? where should i start looking how to do that ?

cmbruns commented 2 years ago

If you can figure out how to do that using the OpenXR SDK in C, we can probably figure out how to make it work in pyopenxr. Otherwise you might need to wait a long time.