Frame Grabber to use with VideoCapture()

asked 2016-02-24 16:37:38 -0600

Does anyone know if there is an hdmi to usb frame grabber or capture card that is compatible with opencv 3.0 videoCapture object? I'm on a windows machine and am trying to pull hd video from a gopro into my program in real time for analysis.

edit retag flag offensive close merge delete

Comments

every capture device with a driver that is compatible with DirectShow (DSHOW) or Video For Windows (VFW) can be used with cv::videoCapture()

pklab gravatar imagepklab ( 2017-01-12 12:00:17 -0600 )edit