Skip to main content

Questions tagged [openxr]

The tag has no usage guidance.

0 votes
0 answers
14 views

Struggling to Implement Eye Gaze for HoloLens 2 in Holographic Remoting

I am currently working on a project for the Hololens 2 and wanted to incorporate Eye Gaze for Holographic Remoting. I feel like I'm so close to fixing it and I'm just missing one checkbox or something....
Jason Deeprose's user avatar
0 votes
1 answer
63 views

OpenGL: Render Framebuffer into Framebuffer

I am currently working on a c++ program using OpenXR with OpenGL. I managed to render everything that I wanted into VR. I have one framebuffer per eye, and then 3 more for layers (crosshair/menu) ...
dings's user avatar
  • 1
0 votes
0 answers
74 views

Monado openxr runtime run on android device,when device move,the viewports move too?how fixed

I compiled a Monado OpenXR Runtime to run on the Android phone, and then ran hello_xr, it works fine, but when I move the phone, not only does the objects in the viewport move, viewport move too? ...
Yqc's user avatar
  • 1
0 votes
0 answers
15 views

How to use XR_FB_hand_tracking_aim to get gesture?

OpenXR specs doesn't have too much description for XR_FB_hand_tracking_aim, especially does not have an sample code, any info about XR_FB_hand_tracking_aim for native developing is welcome.
sunjinbo's user avatar
  • 2,187
0 votes
1 answer
39 views

How to know a device support OpenXR or not?

My VR application was developed by OpenXR API, it can run in Meta Quest, Pico, HTC vive series those VR devices very well, now I want to porting it to mobile device with Google cardboard SDK, so I ...
sunjinbo's user avatar
  • 2,187
0 votes
0 answers
15 views

NullReferenceException when developing OpenXR XR_EXT_Hand_Tracking

I encountered an error when trying to invoke the delegate. NullReferenceException: Object reference not set to an instance of an object private xrGetSystemPropertiesDelegate xrGetSystemProperties; ...
Snake Konginchrist's user avatar
0 votes
0 answers
46 views

Unity Build with OpenXR enabled fails

Our Project is build on a gitlab-runner on linux using a docker image based on unityci/editor:ubuntu-2021.2.7f1-windows-mono-3 We switched the project to OpenXR recently (com.unity.xr.openxr). Now a ...
IARI's user avatar
  • 1,308
0 votes
1 answer
264 views

The Pico unity openxr sdk is incompatible with openxr 1.9.1, but I can't downgrade the openxr version in the editor

I am a student, developing a VR game in unity for the meta quest 3 and PICO 4. As they are both compatible with openxr, I assumed it was possible to have the same project run on both headsets. I can ...
Toke's user avatar
  • 1
0 votes
1 answer
55 views

openxr xrEnumerateApiLayerProperties() throws internal exception from unknown type

I have written a simple function to check that the validation layers I want to load are indeed actually present. To do this, I'm invoking xrEnumerateApiLayerProperties() to get a list of all ...
Echoleta's user avatar
  • 121
0 votes
1 answer
175 views

How to get data from quest3 color camera, or get data from passthrough, but in video streaming form?

I want to make an application where one of the steps is to make sense of the items around me, I initially wanted to use the self contained scene understanding but I found out that it has to do a ...
xy_cloud's user avatar
1 vote
1 answer
187 views

OpenXR hello world program initialization "Failed to find layer XR_APILAYER_LUNARG_core_validation"

I am following a tutorial to write a simple OpenXR application and I've run in to an issue with enabling the XR_APILAYER_LUNARG_core_validation layer. The OpenXR Loader is unable to find the layer ...
Echoleta's user avatar
  • 121
0 votes
2 answers
501 views

When using OpenXR in Unity, How do I detect when the HMD is removed

How do I detect when the user takes off the HMD when I'm using OpenXR in Unity, I tried using userpresence in the New Input System but the HMD Removed event only fires AFTER the HMD is put back on!!! ...
David's user avatar
  • 377
0 votes
0 answers
22 views

How do you set a seperate culling mask per eye using XRCamera3D in Godot

I would like to set one culling mask per eye using the XRCamera3D (or alternative) in Godot.
Wock's user avatar
  • 53
0 votes
0 answers
172 views

Using vuplex with openxr in unity

I am currently working on a mixed reality project using unity and xr interaction toolkit. I want to use Vuplex to show the webpages and to interact with webpages. But I am facing an issue, that is ...
user17305876's user avatar
0 votes
0 answers
97 views

How can I stop the QR Code tracking on a HoloLens while maintaining the visualization its content?

I'm working on an application that scans a stationary QR code and creates a room around the user. This works fine. What I would like to do is scan the QR code, the room gets augmented, and then I stop ...
Greta-A's user avatar
  • 53

15 30 50 per page
1
2 3 4 5