Kevin Godby

Results 60 comments of Kevin Godby

Since this entails modifying the configuration files in the OSVR-Core repository, I would suggest posting a PR there first. Once that's been merged in, I can disable the SteamVR head...

@0x1100 In your original post, you said: > A head model can easily be applied in the OSVR server configuration file. So to clarify, is a head model is already...

The `vrserver.txt` log file reports: `OSVRTrackedHMD::Activate(): Context startup timed out after 5 ms!` A common cause of this error is if SteamVR can't communicate with `osvr_server`. Are you starting the...

While the OSVR server is running, can you run `osvr_print_tree.exe` in a terminal and post the output?

It looks like either the server isn't actually running or `osvr_print_tree` and SteamVR are unable to connect to it for some reason (e.g., a firewall). Can you run the OSVR...

If you leave `osvr_server.exe` running on one terminal and try running `osvr_print_tree.exe` in another terminal, does it print out more information then? Is that works, try running SteamVR again while...

It looks like OSVR is having trouble talking to the IR tracking camera (`directx_camera_server: Can't create video enumerator (no cameras?)`). When you run the OSVR server, does the light on...

Nice job! I'll work on getting this merged in. Thanks!

Try editing (or creating if it doesn't exist) the `steamvr.vrsettings` file in the `Stea\config\` directory and setting the `scanoutOrigin` to `lower-right` if you have an HDK 2.0. See [this](https://github.com/OSVR/SteamVR-OSVR/blob/master/steamvr.vrsettings) for...

Providing the angular velocity and acceleration allows SteamVR to enable its tracking prediction which should smooth out the tracking. I'm in favor of this change. I do want to make...