Jetson TK1 OpenCV + Gstreamer Implementation

Hello,
I have an AXIS IP camera and I want to capture the video (mjpeg) with Gstreamer and use OpenCV for video processing.

I got kind of stuck when I tried to figure out how to combine Gstreamer and OpenCV.

If anyone could help me with this, I’d be great

Thanks,
Matan

Not exactly your case, but an example at GitHub - dkorobkov/gstreamer-appsrc-appsink-example: A simple example how to use gstreamer-1.0 appsrc and appsink without signals shows how to get processing results from Gstreamer. You may be interested in appsink part. Then you inject it into OpenCV for example with Mat image(w, h, format, pData);

THere are also many other gstreamer examples that show how to use appsink, but not all of them worked for me.

Hello matan129,

Did you get something done out it?
Could you please share your experience?