Page 1 of 1

opencv ouput video stream

Posted: 18 Feb 2010 11:56
by prolland
Dear,
I would like to know if by using libvlc, it's possible to stream (http) some output (jpeg ou video) opencv capture (after image processing) ?
Best regards.

Re: opencv ouput video stream

Posted: 18 Feb 2010 17:10
by alb84
i am also very interested in this, now i'm working on the file system, but in the future i should be able to receive a rtp stream, process it, and then output it as another rtp stream... is this possible with libvlc? any example?

Re: opencv ouput video stream

Posted: 18 Feb 2010 18:39
by RĂ©mi Denis-Courmont
(Lib)VLC has source-level support for OpenCV. But you will need to compile the the plugin yourself (see modules/video_filter/opencv_example.cpp)

Re: opencv ouput video stream

Posted: 23 Mar 2010 03:25
by shenjunlei
Although I use" ./configure --enable--opencv--with-opencv-tree=/user/include/opencv" , it still error,when I check"opencv_wrapper " and open a video . why? thank you!