webcam-capture
webcam-capture copied to clipboard
Update OpenCV dependencies
This PR:
- removes the exclusion of
org.bytedeco:videoinput
so that the artifact compiles again (bothJavaCvDriver
andJavaCvDevice
depend onorg.bytedeco.videoinput.videoInput
) - bumps the OpenCV version to something recent (i.e.
1.5.8
, but not the latest1.5.9
as it's currently broken, see https://github.com/bytedeco/javacpp-presets/issues/1414) - updates the exclusion list to the artifacts currently being used by OpenCV