Read image from framegrabber

asked 2014-06-10 13:49:40 -0600

Stoo gravatar image

Hi,

Does anyone knows a straightforward method for getting an image from a framegrabber on opencv? For now, the best method i found is : 1/ Open the camera with another software (i use matlab) 2/ Use DVdriver to create a virtual webcam displaying the images from the framegrabber 3/ Display the virtual webcam on OpenCV

This is really not convenient, i hope someone found a trick. Thanks =)

edit retag flag offensive close merge delete

Comments

what framegrabber is it?

Witek gravatar imageWitek ( 2014-06-10 14:39:31 -0600 )edit

Easycap USB 2.0

Stoo gravatar imageStoo ( 2014-06-11 05:17:19 -0600 )edit

Are you working in Windows? This framegrabber should have VfW drivers and should be seen as a normal camera by OpenCV.

Witek gravatar imageWitek ( 2014-06-11 14:16:42 -0600 )edit

Really? Yeah, i'm using it on Windows. I'm using a wireless camera and have a receiver connected to the framegrabber by the CVBS wire. Did you try something similar? If yes and it's working, which driver did you use?

Stoo gravatar imageStoo ( 2014-06-25 08:02:39 -0600 )edit