Video Pi IF800A Developer Guide
Setup
Push new video script to pi
Plug into the IF800A through ethernet and set your static IP to be within the 192.168.144.X band.

Push a new video script to the pi
Download the script if you do not have it. It should be named rtsp_server_hdmi_usb.py
Type this command to push it to the pi
scp rtsp_server_hdmi_usb.py ift@192.168.144.56:/home/iftType the password
weflydronesand hit enter.Reboot drone (or if you are ssh'd in, you can do
systemctl restart rtsp_server.service
SSH into the PI
Type the following in a terminal
ssh ift@192.168.144.56Type the password
weflydronesand hit enter.
Test script via command line so you can see live output (optional)
Follow step above to ssh into the pi
Stop the rtsp_server service so you can manually run it (it will automatically start if you reboot)
Run the script
To stop the script, hit
CTRL+C
Last updated