You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just got a 7900 XTX and noticed strange tracking behaviour when using GetDeviceToAbsoluteTrackingPose. This issue has been reproduced on at least two other systems running 7900 XTX GPUs, with no issues prior to changing the GPU. After some investigation, it looks like pfSecondsSinceLastVsync returned by GetTimeSinceLastVsync (used for calculating the seconds to photons as shown in the docs for the function) is wrong – it just returns the number of seconds since the application started. According to the docs it should never return a value higher than the duration of a single frame, so something's definitely awry. Other numbers (display frequency, vsync to photons, frame count) seem accurate; the only one I'm unsure about is vsync to photons which has a constant value of 0.009458 s. Switching back to my old GPU, pfSecondsSinceLastVsync is essentially constant at a value slighly lower than the expected frame time, which I believe is what's expected here.
This was tested in Unity 2019.3 and 2019.4. I'm happy to test & provide more information as needed!
The text was updated successfully, but these errors were encountered:
On a Vive Pro 1 attached to my 7900 XTX, I can reduce perceived latency drastically by using the vsync_to_photons_increment debug option to set it to ~9.0ms.
I just got a 7900 XTX and noticed strange tracking behaviour when using
GetDeviceToAbsoluteTrackingPose
. This issue has been reproduced on at least two other systems running 7900 XTX GPUs, with no issues prior to changing the GPU. After some investigation, it looks likepfSecondsSinceLastVsync
returned byGetTimeSinceLastVsync
(used for calculating the seconds to photons as shown in the docs for the function) is wrong – it just returns the number of seconds since the application started. According to the docs it should never return a value higher than the duration of a single frame, so something's definitely awry. Other numbers (display frequency, vsync to photons, frame count) seem accurate; the only one I'm unsure about is vsync to photons which has a constant value of 0.009458 s. Switching back to my old GPU,pfSecondsSinceLastVsync
is essentially constant at a value slighly lower than the expected frame time, which I believe is what's expected here.This was tested in Unity 2019.3 and 2019.4. I'm happy to test & provide more information as needed!
The text was updated successfully, but these errors were encountered: