An example Qt application for Meta Quest VR devices based on QtQuick3DXr.
The application supports:
- Passthrough, if available on your device,
- Camera movement forward/backward/right/left.
Full instruction can be found here.
Download the Oculus application.
Download the Developer Hub and log in with your developer account.
Connect the Meta Quest device and enable debugging via USB cable.
Install:
- Oculus Mobile SDK
- Oculus OpenXR Mobile SDK.
Set OCULUS_OPENXR_MOBILE_SDK
environment variable to point to the oculus-openxr-mobile-sdk directory.
Install the OpenXR-SDK.
Build it and install it locally. It should be possible to find the libraries while building the QtQuick3DXr.
Clone the QtQuick3DXr repository and switch to 6.7 branch.
Install it into your local Qt 6.7 installation directory.
Build the MetaQuestExample application for Android arm64-v8a and install it into your Meta Quest device. Have fun!