Cross-platform OpenIPC FPV ground station. Forked from fpv4win.
Supports RTL8812AU Wi-Fi adapter only (for now).
-
Download Zadig
-
Install the libusb driver for your adapter. Go Options → List All Devices. Select your adapter. Install the driver. Remember the USB ID, we will need it soon.
-
Select the adapter with the previously obtained USB ID.
-
Select your drone channel.
-
Select your WFB key.
-
Start & Enjoy!
- Linux client
- Android client
- Hardware acceleration decoding
-
Install vcpkg.
git clone https://github.com/microsoft/vcpkg.git cd vcpkg; .\bootstrap-vcpkg.bat
-
Install dependencies.
.\vcpkg integrate install .\vcpkg install libusb ffmpeg vcpkg-tool-ninja
-
Add VCPKG_ROOT() to environment. (Change the value to your vcpkg path.)
-
Clone third-party library source.
git submodule init git submodule update
-
Open as a CMake project and build.