Skip to content

Instantly share code, notes, and snippets.

@Benehiko
Created August 2, 2018 18:33
Show Gist options
  • Save Benehiko/ff808814b766f14d13dea120d26e79ea to your computer and use it in GitHub Desktop.
Save Benehiko/ff808814b766f14d13dea120d26e79ea to your computer and use it in GitHub Desktop.
gstreamer not found in opencv build Ubuntu 16
list=$(apt-cache --names-only search ^gstreamer1.0-* | awk '{ print $1 }' | grep -v gstreamer1.0-hybris)
sudo apt-get install $list
# https://github.com/mavlink/qgroundcontrol/issues/4303 Found this answer here
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment