Pingunah
Pingunah

Reputation: 11

QGroundControl Video Source issue

I'm dealing with a tricky problem on QGroundControl, it doesn't show video source options when I'm connected to the UAV, and I have no idea how to make this show up. Already tried reinstalling with the recommendations, installing Qt Creator, but nothing worked.

On "Application Settings", in "General" under "Fly View", you should be able to see a "Video Source" option below the "Video decode priority". Or, like this example below, there is a "Video" submenu. Mine does show when I'm disconnected, but when I connect to Px4 on my Gazebo simulation, the video source disappears and it shows on the main page "Waiting for video".

example image from https://docs.qgroundcontrol.com/

I have the same simulation running on a friend's computer and this option is showing.

Does anyone know how to solve this? Perhaps it has something to do with Ubuntu 16 version?

Upvotes: 1

Views: 395

Answers (1)

Oleg Ostap
Oleg Ostap

Reputation: 1

Try run GST_DEBUG=3 . That will tell GST error you have. I had to install following:

sudo apt install gstreamer1.0-qt5

Upvotes: 0

Related Questions