Mac EasyCAP with OpenCV/Python

596 views Asked by At

Is there a way to use my EasyCAP usb video-grabber as normal video source via OpenCV (with its own index).

For instance:

import cv2

cap = cv2.VideoCapture(0)

The problem is that I can see my EasyCap connected in the USB-devices list. I can even watch a grabbed video using EasyCapViewer for Mac, but I need to do some extra stuff (e.g. face recognition and motion detection).

I am looking for some alternative of the V4l2 driver for Mac.

0

There are 0 answers