Page 1 of 1

VLC for emgucv

Posted: 21 Jun 2011 10:23
by carlesls
I would like to get frames from a camera and then deal with them using the Emgu cv (computer vision).
Which would be the best way to do it programmatically in c# (.net)? could be done in windows 64bits and then windows 32bits?

Could you redirect me to an example?

Thanks a lot.

Re: VLC for emgucv

Posted: 21 Jun 2011 10:32
by carlesls
I wonder if I should use libvlc.dll or recompile the source for windows 64bits... or should I use vlcsharp or something else...
Thanks again.

Re: VLC for emgucv

Posted: 21 Jun 2011 17:31
by VLC_help
There are .net bindings
http://wiki.videolan.org/C_Sharp

Re: VLC for emgucv

Posted: 22 Jun 2011 09:52
by carlesls
There are .net bindings
http://wiki.videolan.org/C_Sharp
Thanks a lot.
see you.

Re: VLC for emgucv

Posted: 22 Jun 2011 10:06
by carlesls
There are .net bindings
http://wiki.videolan.org/C_Sharp
Will it work with windows 7 64bits...? should I do something else?
thanks again...

Re: VLC for emgucv

Posted: 22 Jun 2011 12:15
by carlesls
Does someone know where I could download a c#/.net solution -or project- that interfaces the VLC?
Thank you.

Re: VLC for emgucv

Posted: 22 Jun 2011 19:09
by VLC_help
Will it work with windows 7 64bits...?
It works.

Re: VLC for emgucv

Posted: 03 Nov 2011 13:09
by carlesls
There are .net bindings
http://wiki.videolan.org/C_Sharp
I can get the video without problems... the question now is how I transform the stream (rtsp mp4) into image like jpg, bmp, Image class or Image<TColor,TDepth> class (and emgu class).

Thank you.

Re: VLC for emgucv

Posted: 07 May 2013 09:41
by engince
Hi,
is there any solution or example for VLC + EmguCV ?

Thank you.