webcam-capture icon indicating copy to clipboard operation
webcam-capture copied to clipboard

Update OpenCV dependencies

Open msmuenchen opened this issue 1 year ago • 0 comments

This PR:

  1. removes the exclusion of org.bytedeco:videoinput so that the artifact compiles again (both JavaCvDriver and JavaCvDevice depend on org.bytedeco.videoinput.videoInput)
  2. bumps the OpenCV version to something recent (i.e. 1.5.8, but not the latest 1.5.9 as it's currently broken, see https://github.com/bytedeco/javacpp-presets/issues/1414)
  3. updates the exclusion list to the artifacts currently being used by OpenCV

msmuenchen avatar Dec 28 '23 08:12 msmuenchen