Video Streaming

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.

Companion Computer Setup

General instructions for installing GStreamer and starting the stream on your companion computer are provided in the QGroundControl VideoReceiver README.

QGC Setup

To setup and use video steaming with QGC:

  1. Install GStreamer before running QGC. On Ubuntu this is done with the command:

    sudo apt install gstreamer1.0-plugins-bad gstreamer1.0-libav gstreamer1.0-gl -y

    For other platforms follow the instructions in QGroundControl VideoReceiver README.

  2. 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 Simulation

Gazebo Classic supports video streaming from within the simulated environment. For more information see Gazebo Classic Simulation > Video Streaming.

Last updated