OptiTrack OpenVR Driver

Overview

The OptiTrack VR driver lets you stream tracking data of the head-mounted display (HMD) and the controllers from Motive into SteamVR. The plugin ships in an installer package (MSI), and it will set up the driver along with a tool for configuring streaming settings. Using this, the tracking data from Motive can be used to override the tracking of the VR system in any applications that are compatible with SteamVR.

Supported HMDs:

  • Vive

  • Vive Pro

  • Vive Pro 2

  • Valve Index

  • HP Reverb

HP Reverb Notice

  • Stuttering will occur when exceeding the frame period (i.e. rendering too much data will cause tracking noise).

Beginning with Windows Mixed Reality for SteamVR v1.3.58.0:

  • When starting the WMR for SteamVR, the HP Reverb must be facing forward down the Z+ axis.

These changes are due to updates to WMR for SteamVR and are out of OptiTrack's control.

Requirements

  • Motive version 2.2 or higher

  • SteamVR installed on the host computer.

HMD Setup

Place Markers on the HMD

For the camera system to track the HMD, a set of markers must be attached to the HMD. You can either use the active markers (Active HMD clip or Active Tags) or the passive markers. Passive markers are retroreflective markers that reflect infrared light emitted from the IR LEDs on the camera. On the other hand, the active markers are LED markers that emit the IR light and has the intelligence to be uniquely identified.

When using the active markers, you can conveniently put a set of 8 markers onto the HMD by using the HMD Clip, or you can attach the markers from the Tag manually onto the HMD using adhesives and marker posts.

Active HMD Clip

Active HMD Clip is an HMD enclosure with a total of 8 active markers embedded for tracking. At the time of writing, there are active HMD clips for Vive Pro / Valve Index HMDs available on the webstore. The clips can be mounted easily by pushing it onto the HMD until the latches click, and you can detach it by gently lifting the three latches located at the top, left, and right side of the clip.

Create HMD Rigid Body in Motive

For using OptiTrack system for VR applications, it is important that the pivot point of HMD Rigid Body gets placed at the appropriate location, which is at the root of the nose in between the eyes. When using the HMD clips, you can utilize the HMD creation tools in the Builder pane to have Motive estimate this spot and place the pivot point accordingly. It utilizes known marker configurations on the clip to precisely positions the pivot point and sets the desired orientation.

Steps

  1. Under the Type drop-down menu, select HMD. This will bring up the options for defining an HMD Rigid Body.

  2. If the selected marker matches one of the Active clips, it will indicate which type of Active Clip is being used.

  3. Under the Orientation drop-down menu, select the desired orientation of the HMD. The orientation used for streaming to Unity is +Z forward and Unreal Engine is +X forward, or you can also specify the expected orientation axis on the client plugin side.

  4. Hold the HMD at the center of the tracking volume where all of the active markers are tracked well.

  5. Click Create. An HMD Rigid Body will be created from the selected markers and it will initiate the calibration process.

  6. During calibration, slowly rotate the HMD to collect data samples in different orientations.

  7. Once all necessary samples are collected, the calibrated HMD Rigid Body will be created.

Setting up the OpenVR Driver

SteamVR Required: The VR driver streams tracking data through SteamVR. Please make sure SteamVR is installed on the computer before setting up the driver.

Download and run the installer

You may receive a warning window prior to the installation wizard. To circumvent this, select More info and then Run Anyway.

Open the configuration program

Once the driver has been successfully installed, launch the configuration utility software (C:\Program Files\OptiTrack\OpenVR Driver\ConfigUtil). Using this tool, you can load and check existing configurations and make changes to the settings as needed. To import current settings, click Load and to save out the changes, click Save.

Please make sure you are running this tool with admin privileges; if not, it might not be able to modify the settings properly. If the configuration software detects a running instance of SteamVR through OpenVR, it will be indicated as Initialized at the very top as shown in the image. Please note that when the settings get modified while SteamVR is running, the SteamVR must be restarted to apply the changes.

Configure connection settings

First, configure the connection settings so that the driver listens to the Motive server where the tracking data is streamed from.

Connection Type

Choose between either Unicast or Multicast. This should match the settings within Motive.

Server Address

The server address must match the address where Motive is streaming the data to.

Local Address

The local address must match the IP address of the computer on the network where the driver is installed.

Tracking Type

Choose your tracking type that is applicable to your setup.

  • Standard Tracking

    • Standard tracking involves sensor fusion tracking for the HMD along with OptiTrack outside-in tracking for controllers.

  • OptiTrack Only

    • OptiTrack only is OptiTrack outside-in tracking that applies to both the HMD and the controllers.

  • HMD Tracking Only

    • This tracking uses only the native tracking of the HMD and controllers without OptiTrack input.

Controllers are only able to be tracked solely by OptiTrack outside-in tracking or it's own native tracking. Controllers are explicitly designed to not have sensor fusion tracking.

Set up the HMD

Save out the configuration

Save the configurations by clicking on Save. This will modify the set of configurations in the steamvr.settings file in the steam installation directory and they will override the HMD tracking with the tracking data from Motive. If you already had an instance of OpenVR or SteamVR running, restart the application to apply the changes.

Configuration File

The configuration tool basically imports and modifies the contents in the steamvr.settings file (C:\Program Files (x86)\Steam\config\steamvr.settings). When needed, the driver related settings can be changed directly from this file also, but it will be easier to configure the settings using the provided configuration tool.

Confirm the setup

Launch SteamVR. If the driver is successfully set up, you should see a tracker icon added to the right of the HMD icon and the HMD will now be using the motion capture system instead of the base stations. Here, please make sure all of the lighthouse base stations are powered off.

VIVE Controllers

VIVE controllers are a Beta feature and may not work for every device. Support for this particular feature is limited.

Setting up the controller (optional)

When needed, the Vive controllers can be configured as well. To do so:

  • Open the configuration utility tool while SteamVR is running.

  • At the top of the configuration tool, it should indicate OpenVR status as Initialized and the controllers must be showing up in SteamVR.

  • Then, in the controller sections, enable the controllers, specify the override device using the drop-down menu, and input the corresponding streaming ID of the controller Rigid Bodies in Motive.

  • Once everything has been configured, save the changes and restart SteamVR.

  • When the override is configured properly, SteamVR will have an additional tracker icon per each enabled controller.

Data Streaming

Now that the driver is set up, the HMD tracking will be overridden by tracking data from the mocap camera system, and you can integrate HMDs into the game engine through their own VR integration.

Streaming settings in Motive

  • Broadcast Frame Data must be set to true.

  • Local interface must be set to the desired IP address to stream the tracking data from.

  • Streaming of Rigid Bodies must be set to True

  • For wireless streaming, use Unicast streaming type.

Notes for Unity users

Please make sure the Unity project is configured for OpenVR development. In Unity, open player settings from Edit → Project Settings → Player and select the OpenVR under the Virtual Reality SDK lists. Once this is set up properly, it will play the scene on the HMD.

Unreal Engine

Make sure Unreal Engine is configured for SteamVR development. Please refer to the Unreal Engine's documentation for more information on developing for SteamVR.

Data Port Note

As of the OpenVR Driver 2.1.0 the auto-detection port default is 1513. In the case where a firewall must configure individual ports to allow or disallow data, this port can be used to allow the OpenVR Driver to connect automatically to Motive.

Streaming Rigid Body/Skeleton data

Aligning world coordinates

Client Origin

When using both the VR driver and the plugins (UE/Unity), it is important that the client origin object is located at the origin without any rotations. In other words, it must have the position set to (0,0,0) and the rotation set to (0,0,0).

Notes for Unreal Engine Users

When using the Unreal Engine plugin, you will need to additionally create a custom pawn for properly aligning the coordinate systems between SteamVR and OptiTrack UE plugin:

  1. Create a new pawn. Right-click in Content Browser, and from the context menu, select Blueprint → Blueprint Class → Pawn.

  2. Load created Blueprint in the editor and add a camera component.

  3. (optional) Double-check that the “Lock to HMD” property is set to true under the camera component properties in the details pane.

  4. Select the pawn and set the “Base Eye Height” property to 0 in the details pane.

  5. Compile the pawn then add it to the scene.

  6. Select the pawn and set the “Auto Possess Player” to “Player 0”.

  7. The HMD should now be working for Levels built for VR.

Last updated