Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 616 Bytes

README.md

File metadata and controls

21 lines (18 loc) · 616 Bytes

OSVR-Opentrack

Opentrack plugin for OSVR

  • Using Opentrack UDP Receiver code by r57zone

How to use

  1. Add the following to your OSVR Server config
"drivers": [{
		"plugin": "inf_osvr_opentrack",
		"driver": "OpenTracker"
	}
	...
	],
"aliases": {
	"/me/head": "/inf_osvr_opentrack/OpenTracker/semantic/tracker"
}
  1. Open Opentrack and set "Output" to "UDP over network" and in the settings window, set the IP to 127.0.0.1 (or the ip of the pc that has the osvr server running) and port to 4242.
  2. Click start in Opentrack, and open the OSVR Server.