Use as dummy HMD and controllers
Experimental feature
You are using an experimental feature. Do not expect it to work.
- Disconnect all VR devices.
- Open
C:\Program Files (x86)\Steam\config\steamvr.vrsettings
. -
Add the following lines:
"TrackingOverrides" : { "/devices/vmt/VMT_9" : "/user/head" }, "driver_null" : { "enable" : true, "id" : "Null Driver", "windowHeight" : 1080, "windowWidth" : 1920, "windowX" : 100, "windowY" : 100 },
See VMT manual for details of "TrackingOverrides" settings.
-
Start SteamVR.
- Start MocapForAll and turn on export settings for VMT protocol.
-
Set Orientation offsets for head and hands.
-
Start capture.
If you want to use buttons on controller, use VMTManager
or try programs below. (You need to build them from source code.)
VMT-RemoteController
Modified VMT - AddJoystickTouchAndClick branch