<DriverDirectory> /
├─bin /
│ └─ ...
├─resources /
│ └─ ...
└─driver.vrdrivermanifest
<SteamDirectory>/steamapps/common/SteamVR/bin/win64/vrpathreg.exe adddriver "<DriverDirectory>"
<SteamDirectory>/steamapps/common/SteamVR/bin/win64/vrpathreg.exe removedriver "<DriverDirectory>"
Tag
property of the Socket. If the property is not set or such a placement is not found, the standard placement will be set using AntilatencyService.Tag
property of the socket. Therefore, you should set the Tag
property as LeftHand
for the left hand, and RightHand
— for the right one.Trigger click
— push the sensor panel of the Bracer on the inner side of the palm.System click
— trigger click while holding your hand over your head and looking straight ahead.System click
works only after the tracking replacement procedure has been performed.TrackingOverrides
section in the <Steam directory>/config/steamvr.vrsettings
file."steamvr" : { "activateMultipleDrivers" : true, "forceFadeOnBadTracking" : false }, "TrackingOverrides" : { "/devices/antilatency/Head" : "/devices/lighthouse/LHR-979B50DB", "/devices/antilatency/LeftHand" : "/user/hand/left", "/devices/antilatency/RightHand" : "/user/hand/right" }, "driver_antilatency" : { "enable" : true }, "trackers" : { "/devices/antilatency/Head" : "TrackerRole_None", "/devices/antilatency/LeftHand" : "TrackerRole_None", "/devices/antilatency/RightHand" : "TrackerRole_None" }
Head
. This device provides tracking for HMDs with the serial number LHR-979B50DB
. You can also use aliases as we showed for hands in the example above.Tag
property if it is set. You can find the serial numbers of devices in the Device Network tab in AntilatencyService.activateMultipleDrivers
(steamvr
section): true
;forceFadeOnBadTracking
(steamvr
section): false
;enable
(driver_antilatency
section): true
.trackers
section to TrackerRole_None
for each device, which overrides the tracking.steamvr.vrsettings
, go to Properties
tab and check the Read-only
attribute checkbox:Create system report
command in the SteamVR menu: