-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Disable position tracking? #122
Comments
Well, I attempted to fix the assertion error I was getting to no avail. I upgraded my video card drivers as well as my osvr runtime and SDKs from v0.6-1337-g9292631 to v0.6-1339-g3139e8c but I'm still getting the same error. This is happening in both extended and direct modes. It is happening with both the supplied OSVRUnreal project files as well as my own project. At one point when I first recieved my HDK2 everything was working, not sure what changed.. When I run the project in VRPreview it pops up a window to display the game but crashes before the window displays anything. Any ideas??
relevant unreal log file:
Again this only happens with the github plugin I compile, the plugin that comes with unreal 4.13 works fine.. :/ |
Turns out all the assertion errors were do to my setup not supporting direct mode. I changed the server configs and it seems to be working ok for now. |
Is there an easy way to disable position tracking?
I need just the rotation. The location needs to be fixed.
I'm having trouble trying to build the plugin from source(getting an assert error during runtime).
So, is there any way to call EnablePositionalTracking(false); from the prebuilt plugin that comes with unreal 4.13?
I see in code that there is a HEADTRACKING DISABLE exec command or something but it doesn't seem to work from the ingame console.. Am I doing something wrong?? How do I use this??
If there isn't an easy way I can post the assert error and try to fix that, but I'd rather just use the prebuilt plugin if it's possible. Any ideas??
Don't get me wrong I love the fact that OSVR has position tracking but I have uses with and without it and would like to know how to enable/disable it. (especially at runtime)
The text was updated successfully, but these errors were encountered: