TW6864 support for opencv?

asked 2016-11-17 23:48:23 -0600

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.

edit retag flag offensive close merge delete

Comments

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).

Micka gravatar imageMicka ( 2016-11-18 03:29:02 -0600 )edit

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?

mandar.vyapari@gmail.com gravatar image[email protected] ( 2016-11-19 09:02:17 -0600 )edit

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.

mandar.vyapari@gmail.com gravatar image[email protected] ( 2016-11-21 02:51:22 -0600 )edit

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/...

Micka gravatar imageMicka ( 2016-11-21 08:57:30 -0600 )edit