Interface between OpenCV and FFMpeg
Hi,
I want to create a program which display a RTSP stream. For some reason I don't want to use the cvCaptureFromFile function. I have a AVFormatContext structure (which is a FFMpeg structure containing video and audio stream) and I want to use it in a new OpenCV function I want to use the ffmpeg programming library, not the ffmpeg commands.
Thanks
PS : thanks StevenPuttemans for your answer but no this topics are not relevant because they are about OpenCV's functions which use ffmpeg, not using ffmpeg and OpenCV in the Same program. I can't answer you with a new post because my answers are blocked.