GodotVR / godot_openxr_vendors

Godot 4 wrapper for OpenXR vendors loaders and extensions
MIT License
83 stars 17 forks source link

PICO 4 Hand tracking and Passthrough #90

Closed LakoMoor closed 5 months ago

LakoMoor commented 5 months ago

Hi. How to get passthrough and hand tracking working on pico 4? I only see meta support in the settings image

herbertsschaefe commented 5 months ago

Hey! It will work on the Pico 4 just the same.

I am not sure if you also have to set the options on the Meta XR Features for a Pico build, but as long as your project is properly configured for OpenXR with handtracking enabled, and your Pico 4 have handtracking also enabled then it will work the same as the Meta Quest. Same with passthrought.

m4gr3d commented 5 months ago

@BastiaanOlij Are there manifest tags / permissions that need to be added for Pico devices?

BastiaanOlij commented 5 months ago

@m4gr3d I don't believe so, if I recall correctly only extra manifest entries were needed for eye tracking. Though it was Dirk who did any changes needed to make Pico work way back when so it may be good to compare the old loaders plugin to see if we lost any in the refactor.

Do note that for pass through, @dsnopek changes were merged in master last week, while the changes in the vendor plugin are still being finalised, and passthrough will definitely not work on master with the 2.0.3 release.

m4gr3d commented 5 months ago

Sounds good! Closing the issue then.

@LakoMoor Feel free to reopen if you run into issues getting it to work.