###Instructions
- Configure the plugin with Cmake
- Build the generated solution/project
- Project will build two files : plugin DLL and OutputDeviceData.exe client app
- Download (or build) OSVR-Core. Binaries available at osvr.github.io
- Copy
com_osvr_emulated_devices.dll
over to OSVR-Core/bin/osvr-plugins-0 - Copy
OutputDeviceData.exe
to OSVR-Core/bin folder - Copy
osvr_server_config.emulatedDevices.json
to OSVR-Core/bin - Start
osvr_server.exe
by executing in cmd windowosvr_server osvr_server_config.emulatedDevices.json
- If successful, you will see a message similar to this
PLUGIN: We have detected emulated device!
[OSVR] Added device: com_osvr_emulated_devices/dev
[OSVR] Path tree updated or connection detected
[OSVR] Sending path tree to clients.
- Run
OutputDeviceData.exe
to print the device reports