cancel
Showing results for 
Search instead for 
Did you mean: 

`GetAvailableDisplayFrequencies` Function Broken for XR API: "OVRPlugin OpenXR"

MoveMusic
Protege

I am developing an Unreal Engine app for Quest and recently moved from the Oculus XR API, "Legacy OVRPlugin", to the XR API, "OVRPlugin OpenXR".

After moving to the"OVRPlugin OpenXR" XR API, the Oculus library function `GetAvailableDisplayFrequencies` just returns an empty array instead of a legitimate list of the possible display frequencies. 

I am still able to set the display rate with `SetDisplayFrequency`. I am just unable to check the available frequencies. It would be helpful if I was able to check the available frequencies so I could always choose the highest frame rate option from the list. (Although this may not usually be best practice, it is very necessary for my particular app.)

4 REPLIES 4

pro_zac
Heroic Explorer

I encountered the same issue and reported it. The bug is fixed in an upcoming OVRPlugin release.

Great to hear!
How did you report a bug by the way? Did you do that via the Support -> Contact Us web form at https://developer.oculus.com/support/ ?

Yes, that is the best way to report a bug to Oculus support.

IKARUS3D
Honored Guest

Apparently when submitting my app they asked for 72 Hz refresh rate for quest 2 but its too low for quest 3 and since get available frequencies is giving an empty array I have to hard code it on the minimum of 72 , I could go to 80 Hz easily but then I have to drop quest 2, Isn't there any way I could make it variable.