OpenXR Development
Share OpenVR development feedback, issues, and challenges here!
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

OpenXR News and Feedback Thread

This thread is to highlight latest developments regarding Oculus and OpenXR! If you're running into any issues with OpenXR and/or have feedback to share, leave it as a comment in this thread! Latest Update 7/23/21: Oculus opens full support for OpenX...

mouse_bear by Retired Support
  • 18964 Views
  • 17 replies
  • 4 kudos

This file does not belong to any project target

I was able to build and deploy (Quest 2) hello_xr from https://github.com/KhronosGroup/OpenXR-SDK-Source using the instructions from https://developer.oculus.com/documentation/native/android/mobile-build-run-hello-xr-app/ . However, whenever I load t...

Unable to set openxr runtime to oculus

I am developing a game using unity. I want to use hand tracking and eye tracking in that game, but I can't see the image of my hand. The PC and HMD are connected with a cable. Nothing happens when I press the circled button in the OpenXR settings wit...

Inkedoculus画面.jpg

Need help improving resolution in OpenXR Mobile SDK.

I updated a project that used VrApi to OpenXR Mobile SDK.It runs okay, but there is an issue in which the resolution is low.When creating the FrameBuffer, I set the width and height to quest2's resolution of 1832, 1920.However, the resolution was sti...

Jenny_SJ2 by Honored Guest
  • 1057 Views
  • 0 replies
  • 0 kudos

OpenXR not working

I recently bought three games on Steam to play on my Quest 2, but unfortunately, they aren't working. I try opening Steam VR and going home, but it always crashes. Then I tried to use Pavlov Vr: It works for a little then suddenly crashes every time ...

Anonymous by Not applicable
  • 1084 Views
  • 0 replies
  • 0 kudos

ovr_GetLoggedInUserID always return 0

const char* appID = "the-app-id";if (ovr_PlatformInitializeAndroid(appID, androidApp->activity->clazz, Env) != ovrPlatformInitialize_Success) { ALOGE("Failed to initialize Platform sdk."); exit(1);}ALOGV(" my logged in user ID is: %lu ", ovr_GetLogge...

zzzuxy by Honored Guest
  • 2072 Views
  • 1 replies
  • 0 kudos

Resolved! OpenXR and Gamma Color Mode in Unity

We have a VR app we'd like to bring to Oculus platforms, and it's made in Unity using the gamma colorspace. We're finding that the OVRGradleGeneration build step reports the following: "Oculus Utilities Plugin with OpenXR only supports linear lightin...

Can't Enter VR in webapp: Could not create a session

When developing a WebXR app for the quest 2, I host it using LiveServer Extension of VS Code and connect to the headset using Android Debug Bridge. I then open the locally hosted (LiveServer) app in the browser of the headset and encounter this issue...

orrblue by Honored Guest
  • 1124 Views
  • 0 replies
  • 0 kudos

OculusQuestFeature is marked obsolete

In Unity I'm receiving the warning below. I understand what it wants but I don't know where the feature was set or how to set it to MetaQuestFeature. Any ideas what I need to change?UnityEngine.XR.OpenXR.Features.OculusQuestSupport.OculusQuestFeature...

OpenXR + Oculus SDK (Windows) ?

Hi,I have already developed a C++ app using Oculus SDK & OpenGL and would like to add eyetracking and handtracking to it (for Meta Quest Pro using Quest/Air Link).How could I process ?1 - can I add eyetracking and handtracking extension using OpenXR ...

FOKSlab by Explorer
  • 995 Views
  • 0 replies
  • 1 kudos

Incorrect XR_KHR_vulkan_enable2 implementation?

I have a project that uses the deprecated vrapi that I'm attempting to convert over to OpenXR. There seems to be an issue I'm running into while trying to set up Vulkan. My understanding is that `XR_KHR_vulkan_enable2` is the preferred extension to u...

trilorez by Honored Guest
  • 1105 Views
  • 1 replies
  • 1 kudos

Get Device Physical Screen Resolution

I am trying to get the physical width and height of the device to create the swapchains.With the old Native VrApi that is currently deprecated, I could use VRAPI_SYS_PROP_DISPLAY_PIXELS_WIDE and VRAPI_SYS_PROP_DISPLAY_PIXELS_HIGH to retreive the corr...

Getting boundary points after boundary is reset

Hi!I had this all working with the legacy OVR system, but I've switched to the OpenXR backend and now it doesn't work any more. Very interested in any help, suggestions, pointers.I'm using OpenXR as the backend, and am only referencing using a built ...

damondium by Honored Guest
  • 911 Views
  • 0 replies
  • 1 kudos