Search found 2 matches

Go to advanced search

by oscargot
01 Feb 2011 09:53
Forum: Development around libVLC
Topic: LibVLC and OpenCV
Replies: 5
Views: 17765

Re: LibVLC and OpenCV

After some fiddling around, I realized that if I put some irrelevant code (some random image processing code) into the while loop, I was able to display the frames of the vmem output. Would anyone know the cause for this?? Thanks again.
by oscargot
01 Feb 2011 05:49
Forum: Development around libVLC
Topic: LibVLC and OpenCV
Replies: 5
Views: 17765

LibVLC and OpenCV

Hi all, Im trying to use libVLC to retrieve an online video stream and display frames as OpenCV IplImages. This is what I have so far, and for some reason it seems to work sometimes but most of the time it just displays nothing but the audio is still playing. struct ctx { IplImage* image; HANDLE mut...

Go to advanced search