Ask Your Question

Revision history [back]

OpenCV with GStreamer in Android Studio

Can OpenCV with GStreamer supported be used in Android Sudio development?

I had done compiled OpenCV with GStreamer supported for Windows and it works fine for me to capture a GStreamer pipeline by using :

cap = cv2.VideoCapture(‘pipeline’, cv2.CAP_GSTREAMER)

Can this works under Android Studio, as according to my reading, it seems like OpenCV for Android can't be used with GStreamer? Is it true?