Page 1 of 1
How do I use VLC libararies in OpenCv or C++
Posted: 07 May 2011 22:15
by umairalipathan
Hi,
I just want to know if there is any possibility to use VLC libararies in OpenCv or in C++ application? I am trying to capture RTSP stream (MJPEG) from an IP camera. The video works fine in VLC player. I want to know how can I use VLC in my application to capture images from the camera?
I will really appreciate any help in this regards.
Regards,
Khan
Re: How do I use VLC libararies in OpenCv or C++
Posted: 08 May 2011 00:54
by Jean-Baptiste Kempf
Yes.
Re: How do I use VLC libararies in OpenCv or C++
Posted: 08 May 2011 11:09
by umairalipathan
Well, thanks for the reply.But I wanna get some hints about how to do this? I don't really get some example/sample code for this.
Re: How do I use VLC libararies in OpenCv or C++
Posted: 14 May 2011 17:33
by umairalipathan
Hi,
I am still waiting for the answer for my question. Can anyone please help me. I need to capture images from an IP camera. The video from the camera runs fine in VLC player. I wanna use libvlc in my opencv code for capturing images. But I'm not finding any example how to do this. I will really appreciate any help in this regard.
Regards,
Re: How do I use VLC libararies in OpenCv or C++
Posted: 07 Nov 2011 13:31
by carlesls
Hi,
I am still waiting for the answer for my question. Can anyone please help me. I need to capture images from an IP camera. The video from the camera runs fine in VLC player. I wanna use libvlc in my opencv code for capturing images. But I'm not finding any example how to do this. I will really appreciate any help in this regard.
Regards,
It happens to me. I use emgu, a opencv warpper. I would like to get c# images (Images in memory) one by one, frame by frame, and do it -in a invisible way-.
I get the stream without any problem in the player of course, but how to transform it into images to be processed...