Search found 1 match

Go to advanced search

by brezn
01 Feb 2012 22:55
Forum: Development around libVLC
Topic: LibVLC and OpenCV
Replies: 5
Views: 17601

Re: LibVLC and OpenCV

Hi oscargot, first of all I want to thank you for your good example. It works for me right away. Now to your problem: Since you did the most common error in OpenCV rendering ( to forget about the cvWaitKey( ) -statement a solution is easy: if you change your loop to: while( 1 ) { cvWaitKey( 10 ); };...

Go to advanced search