CV_WRAP virtual bool open(const String& filename, int apiPreference);
When using VideoCapture::open
, How to find the filename(device name) of USB webcam in Windows?
For example in Linux shall be "/dev/videoxx"
. What's the URL for windows? And how to find it?