Share the video feed of your DJI FPV Goggles directly to the two HDMI outputs of a Raspberry PI 4 with a latency of about 5ms and/or via the web interface with a latency of 15ms.
- Upgrade your raspberry PI
sudo apt-get update; sudo apt-get upgrade -y
- Install node packages with
npm install
- Power on your raspberry
- Start the program with
npm run start
orsh start.sh
- Attach your FPV DJI Goggles
- Turn on your drone
- Enjoy
The video output will be available on the two HDMI ports of the raspberry pi 4 and on the web page accessible at the IP address of the raspberry pi with the port 80.
If you want to use the raspberry outside with a battery you can use Hostapd to create a LAN WiFi Network that can be used to access the web interface from your phone/tablet/laptop/spacecraft/...
π€ Filippo Finke
- Website: https://filippofinke.ch
- Github: @filippofinke
- LinkedIn: @filippofinke
Give a βοΈ if this project helped you!