Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update OpenCV dependencies #920

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

msmuenchen
Copy link

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 Update to 1.5.9 give error on java cpp module not found.  bytedeco/javacpp-presets#1414)
  3. updates the exclusion list to the artifacts currently being used by OpenCV

…ation error

[ERROR] /webcam-capture-drivers/driver-opencv/src/main/java/com/github/sarxos/webcam/ds/javacv/JavaCvDriver.java:[28,25] cannot find symbol
[ERROR]   symbol:   variable videoInput
[ERROR]   location: class com.github.sarxos.webcam.ds.javacv.JavaCvDriver
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant