Search found 1 match

Go to advanced search

by alexanderpopov
28 Mar 2014 15:48
Forum: Development around libVLC
Topic: LibVLC and OpenCV
Replies: 5
Views: 17602

Re: LibVLC and OpenCV

It's an old post but thanks to published code i was able to manage working with OpenCv2 & LibVlc in x64 : I post updated code for other folks. using namespace cv; struct ctx { Mat* image; HANDLE mutex; uchar* pixels; }; // define output video resolution #define VIDEO_WIDTH 1920 #define VIDEO_HEI...

Go to advanced search