lebek/openvr-input-recorder

Support playback without a headset connected

lebek opened this issue · 0 comments

lebek commented

It should be possible to replay recordings without any physical hardware connected.

OpenVR Input Emulator doesn't support headset emulation (i.e. it doesn't implement vr::IVRDeviceComponent). At the moment we're able to control a connected headset without proper headset emulation, but if there isn't a headset connected SteamVR will throw a compositor error.

Should be fixed by adding headset emulation to OpenVR Input Emulator and some small changes to this repo.