Video Streaming
Last updated
Last updated
PX4-based vehicles support video streaming using a camera connected to a companion computer. GStreamer is used to send the video to QGroundControl over an IP link.
:::note You can't video stream directly from a camera connected to PX4. :::
To support streaming use cases you will need to install GStreamer development packages on both your companion computer and on the system running QGroundControl.
QGroundControl uses GStreamer 1.14.4 and a stripped down version of QtGstreamer to support UDP RTP and RSTP video streaming.
General instructions for installing GStreamer and starting the stream on your companion computer are provided in the QGroundControl VideoReceiver README.
To setup and use video steaming with QGC:
Install GStreamer before running QGC. On Ubuntu this is done with the command:
For other platforms follow the instructions in QGroundControl VideoReceiver README.
Enable video in Fly View: QGroundControl > General Settings (Settings View) > Video
If everything works, you should see the video stream displayed in the QGC Video Switcher (QGC Fly View bottom left corner). You can click on the video switcher to toggle the video full-screen, as shown in the screenshot below.
Gazebo Classic supports video streaming from within the simulated environment. For more information see Gazebo Classic Simulation > Video Streaming.