Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Read image from framegrabber

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