Forum Discussion
Vrally
9 years agoProtege
Disabling positional tracking no longer available? (Bug in OculusWorldDemo)
Discovered that since ovr_ConfigureTracking is no longer available there is no clear way of disabling positional tracking.
The OculusWorldDemo still have the option visible to disable the positional tracking ('X' key) . But enabling/disabling positional tracking has no effect.
The OculusWorldDemo still have the option visible to disable the positional tracking ('X' key) . But enabling/disabling positional tracking has no effect.
7 Replies
- kondrakProtegeI'm pretty sure I wasn't able to do that in 0.8 either!
- thewhiteambitAdventurerwhy not simply ignore the tracked position after tracking? you are right ovr_ConfigureTracking is gone and there is no replacement afaik.
- VrallyProtege
thewhiteambit said:
why not simply ignore the tracked position after tracking?
Well, even that do not help entirely. Since some of the position tracking information goes
into the time warp algorithm (deep inside the hidden parts of the SDK).
So that would probably result in a lot of jitter. - thewhiteambitAdventurerIn Timewarp only rotation data is used. If you want to disable positional tracking only, this should be fine. If you don't want rotation data also, and don't want them to timewarp, just use a steady fake position in ovr_CalcEyePoses and it will not timewarp from rotation.
- joanProtege
thewhiteambit said:
just use a steady fake position in ovr_CalcEyePoses and it will not timewarp from rotation.
Don't know for 1.3 but in 0.8 that wasn't as simple as that, I think we had a thread about this. Whatever fixed-fake pose you submit, the compositor is going to resample the sensor after you and apply Timewarp to fix the difference anyway. - VrallyProtege
thewhiteambit said:
why not simply ignore the tracked position after tracking?
And even if I did a workaround for my application, it still won't fix the OculusWorldDemo which have the non-working option for turning on and off the positional tracking.
Quick Links
- Horizon Developer Support
- Quest User Forums
- Troubleshooting Forum for problems with a game or app
- Quest Support for problems with your device
Other Meta Support
Related Content
- 23 days ago
- 6 months ago
- 3 months ago