I am having trouble enabling gstreamer support for the opencv python package (cv2). gstreamer1.0 is running fine as a standalone and I have manually built the cv2 python package from the OpenCV sources.
import cv2
print(cv2.getBuildInformation())
prints:
Video I/O:
...
GStreamer: NO
...
I ensured WITH_GSTREAMER was set to ON during ccmake. Not sure whats left for me to try. Can anyone help?
[Here](https://stackoverflow.com/questions/54095699/install-gstreamer-support-for-opencv-python-package) is a link to my related stack overlflow post.
Thanks!
↧