WFB-ng android client, running rtl8812au driver in userspace and a low latency videodecoder in XR mode.
At this stage, this is only intended for developers.
git clone https://github.com/gehee/FPVue_xr.gitcd FPVue_xrgit submodule initgit submodule update
Open project in android studio and wait for gradle to init the project.
If Android Studio complains about missingsdk.dir
, createlocal.properties
at the root of the project and set your SDK directory:
Example on windows:
sdk.dir=C\:\\Users\\...\\AppData\\Local\\Android\\Sdk
Connect the Quest 2 to your computer.
Open terminal and runadb tcpip 5555
then connect adb to your ip adb connect 192.168.x.y
.
Unplug the usb cable from the Quest 2.
Launch the app for android studio then close it.
Plug an rtl8812 wifi adapter and wait for the popup asking to open FPVue XR when rtl8812 is plugged.Accept the prompt and check always open Open FPVue XR when rtl8812 is attached.
Start the app and you should get data on channel 149 (edit app.cpp to change channel). If it does not work, restart the app from android studio.