Gstreamer missing plugin

asked 2016-10-22 04:05:55 -0600

dmigous gravatar image

Hello, I'm getting following error.

OpenCV Error: Unspecified error (GStreamer: your gstreamer installation is missing a required plugin ) in handlemessage, file /home/ubuntu/workspace/opencv/modules/videoio/src/cap_gstreamer.cpp, line 1692 terminate called after throwing an instance of 'cv::Exception' what(): /home/ubuntu/workspace/opencv/modules/videoio/src/cap_gstreamer.cpp:1692: error: (-2) GStreamer: your gstreamer installation is missing a required plugin in function handlemessage

Built opencv 3 by myself. Here is relevant part of cmake output configuration

gist with cmake configuration output https://gist.github.com/dmigous/beebe...

edit retag flag offensive close merge delete

Comments

1

Did you end up solving this? I am going to be doing something similar and giving this a go. Do you mind going into more detail on what you are trying to achieve?

Messina Vision Systems gravatar imageMessina Vision Systems ( 2016-11-02 07:12:28 -0600 )edit

Eventually I get to set up everything on Fedora 22. There all codec work fine with OpenCV 3. Suggest to create docker image based on Fedora 22 and build there opencv3, I did so. And running docker image on Ubuntu

dmigous gravatar imagedmigous ( 2016-11-02 10:16:50 -0600 )edit

Thanks for that, I have not used docker before but I will learn to do so.

Messina Vision Systems gravatar imageMessina Vision Systems ( 2016-11-02 19:44:19 -0600 )edit