cansik / webcam-capture-processing

A very basic webcam capture solution for processing.
4 stars 1 forks source link

The library isn't recognized #1

Open EinsMalte opened 2 years ago

EinsMalte commented 2 years ago

Processing doesnt recognzie your library

EinsMalte commented 2 years ago

Ive found the "library" folder to be missing

cansik commented 2 years ago

This is just the source code of the library, you would have to build it on your own with the release.sh script. But be aware, that this never really was meant to be used in production, it was a proof of concept.

EinsMalte commented 2 years ago

cool but

> Task :javadoc FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':javadoc'.
> Javadoc generation failed. Generated Javadoc options file (useful for troubleshooting): '/mnt/c/Users/Malte/Documents/Processing/libraries/webcam-capture-processing-main/build/tmp/javadoc/javadoc.options'

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.3/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 528ms
1 actionable task: 1 executed
copy files...
  adding: webcamcapture/ (stored 0%)
  adding: webcamcapture/examples/ (stored 0%)
  adding: webcamcapture/examples/.gitkeep (stored 0%)
  adding: webcamcapture/examples/BasicWebcam/ (stored 0%)
  adding: webcamcapture/examples/BasicWebcam/BasicWebcam.pde (deflated 40%)
  adding: webcamcapture/library/ (stored 0%)
  adding: webcamcapture/library/webcamcapture.jar (deflated 5%)
  adding: webcamcapture/library.properties (deflated 32%)
  adding: webcamcapture/readme (stored 0%)
  adding: webcamcapture/README.md (deflated 39%)
  adding: webcamcapture/reference/ (stored 0%)
  adding: webcamcapture/src/ (stored 0%)
  adding: webcamcapture/src/main/ (stored 0%)
  adding: webcamcapture/src/main/java/ (stored 0%)
  adding: webcamcapture/src/main/java/ch/ (stored 0%)
  adding: webcamcapture/src/main/java/ch/bildspur/ (stored 0%)
  adding: webcamcapture/src/main/java/ch/bildspur/video/ (stored 0%)
  adding: webcamcapture/src/main/java/ch/bildspur/video/Capture.java (deflated 57%)
  adding: webcamcapture/src/test/ (stored 0%)
  adding: webcamcapture/src/test/java/ (stored 0%)
  adding: webcamcapture/src/test/java/ch/ (stored 0%)
  adding: webcamcapture/src/test/java/ch/bildspur/ (stored 0%)
  adding: webcamcapture/src/test/java/ch/bildspur/video/ (stored 0%)
  adding: webcamcapture/src/test/java/ch/bildspur/video/test/ (stored 0%)
  adding: webcamcapture/src/test/java/ch/bildspur/video/test/DriverTest.java (deflated 40%)
  adding: webcamcapture/src/test/java/ch/bildspur/video/test/Sketch.java (deflated 51%)
  adding: webcamcapture/src/test/java/ch/bildspur/video/test/tools/ (stored 0%)
  adding: webcamcapture/src/test/java/ch/bildspur/video/test/tools/StopWatch.java (deflated 46%)
-------------------------
finished release 69
cansik commented 2 years ago

And as already mentioned, this project is not intended for production and I cannot provide any further support. I have pre-built a version and added it to the releases, but I doubt that it runs on all operating systems.