Hi,
I want to create a program which display a RTSP stream. For some reason I don't want to use the cvCaptureFromFile function. So I decode a rtsp stream using ffmpeg, my stream is ready, but I don't know how to give this decoded stream to a OpenCV function which will display it or whatever. Can you help to create an interface between OpenCV and FFMpeg. There must be one because OpenCV itself use ffmpeg.
Thanks