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.git
cd FPVue_xr
git submodule init
git submodule update
Open project in android studio and wait for gradle to init the project.
If Android Studio complains about missing sdk.dir
, create local.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 run
adb tcpip 5555
then connect adb to your ipadb 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.