sarxos / webcam-capture

The goal of this project is to allow integrated or USB-connected webcams to be accessed directly from Java. Using provided libraries users are able to read camera images and detect motion. Main project consist of several sub projects - the root one, which contains required classes, build-in webcam driver compatible with Windows, Linux and Mac OS, which can stream images as fast as your camera can serve them (up to 50 FPS). Main project can be used standalone, but user is able to replace build-in driver with different one - such as OpenIMAJ, GStreamer, V4L4j, JMF, LTI-CIVIL, FMJ, etc.
http://webcam-capture.sarxos.pl
MIT License
2.26k stars 1.11k forks source link

Update OpenCV dependencies #920

Open msmuenchen opened 9 months ago

msmuenchen commented 9 months ago

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