Home:ALL Converter>Do I need OpenCV build with Gstreamer to use Gstreamer in OpenCV

Do I need OpenCV build with Gstreamer to use Gstreamer in OpenCV

Ask Time:2020-02-28T14:44:32         Author:A.k.

Json Formatter

I am trying to send cv::Mat frames via RTSP. I created a working project in Visual Studio using GStreamer using this gst-rtsp-server code. I am able to receive test video of GStreamer using VLC.

Now I am trying to send a video via OpenCV by reading it frame by frame using cv::VideoCapture

But my OpenCV is built without GStreamer support? How can I use the GStreamer library to send Opencv frames via RTSP?

Author:A.k.,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/60446568/do-i-need-opencv-build-with-gstreamer-to-use-gstreamer-in-opencv
yy