Closed la-we closed 2 months ago
Please try to match parameters names from openCV:
VideoCapture(const String &filename, int apiPreference=[CAP_ANY])
Opens a video file or a capturing device or an IP video stream for video capturing with API Preference.
the parametere is named apiPreference, not cap
I live you check why some CI task fail. https://github.com/UrielCh/opencv4nodejs/actions/runs/10590201924/job/29348071635
Tests should pass now on all OSes
the test still failed on macos.
LGTM
Currently working on a project where i need functionality of passing explicit
CAPs
toVideoCapture
, figured i contribute a little.