TW6864 support for opencv?
Hello everyone. I am using TW6864 frame grabber . I would like to know whether given frame grabber will support opencv based applications ? Thank you in advance.
Hello everyone. I am using TW6864 frame grabber . I would like to know whether given frame grabber will support opencv based applications ? Thank you in advance.
Asked: 2016-11-17 23:48:23 -0600
Seen: 147 times
Last updated: Nov 17 '16
windows or linux? On Windows, all DirectShow compatible devices should be accessible. However there is a Bug in VideoInput Library (which is used by openCV), that some capturing modes aren't used, which caused problems for my usb analog2digital grabber (had to fix that bug myself).
Its windows. Actually, TW6864 is directshow compatible device, but still its not working with openCV, then what should be the problem? And how to fix that bug in VideoInput library?
Hii Micka...and one more doubt.. Can we use TW6864 SDK with windows console application or we have to use MFC in that case ? Thank you for your assistance.
I don't know TW6864. so no idea about that. But in general I would prefer an SDK over openCVs VideoCapture class. I described the bug in VideoInput library at https://github.com/ofTheo/videoInput/...