Search found 7 matches

Go to advanced search

by nimport nawak
21 Dec 2009 11:10
Forum: Development around libVLC
Topic: Receiving a VLC video stream with OpenCV
Replies: 5
Views: 7567

Re: Receiving a VLC video stream with OpenCV

Have a look here :
viewtopic.php?f=32&t=68816

You will have to transform your image in ipl instead of QPixmap but it shouldn't be a big deal
by nimport nawak
21 Dec 2009 10:47
Forum: Development around libVLC
Topic: Display Qt Widgets Over VLC Video Output
Replies: 5
Views: 8306

Re: Display Qt Widgets Over VLC Video Output

Playing three videos at the same time, all with audio, on a perfrmance less computer (1,6Ghz , 800Mo Ram) I don't have any problems of synchronisation or frame rate. It's definetly not the best solution but it's the easiest to use and it's cross plateform ( A perfect solution probably need to deal w...
by nimport nawak
15 Dec 2009 01:04
Forum: Development around libVLC
Topic: Audio extraction
Replies: 9
Views: 1974

Re: Audio extraction

So I just found that smem was in vlc 1.1.0 and the audio part was still not here so i wait and see
by nimport nawak
14 Dec 2009 19:52
Forum: Development around libVLC
Topic: Audio extraction
Replies: 9
Views: 1974

Re: Audio extraction

thanks for the reply, i'm going to search how i can use it
by nimport nawak
14 Dec 2009 17:26
Forum: Development around libVLC
Topic: Audio extraction
Replies: 9
Views: 1974

Audio extraction

I woul like to play a sound from the network (RTP) and be able to use some voice recognition algorithm. Are they any way to reach the audio buffer in libvlc just like with Vmem for the video ?
thanks
by nimport nawak
14 Dec 2009 17:23
Forum: Development around libVLC
Topic: Display Qt Widgets Over VLC Video Output
Replies: 5
Views: 8306

Re: Display Qt Widgets Over VLC Video Output

I just found the solution : all is here : http://gitorious.org/vmem-example/vmem-example/trees/master By this way you can extract video frames to a pixmap and display them in a Qlabel with overlay support. Some adjustment are needed to make mutex work properly but I succefully tested it without them...

Go to advanced search