Gstreamer missing plugin
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...
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?
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
Thanks for that, I have not used docker before but I will learn to do so.