# Video Streaming (Companion Computer/QGroundControl)

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.

注解

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 (opens new window).

# 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 (opens new window).

  2. Enable video in Fly View: QGroundControl > General Settings (Settings View) > Video (opens new window)

  3. 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.

    QGC displaying video stream

# Gazebo Simulation

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