Hi all,
I'm installing the PapARt library and the instruction (https://github.com/poqudrof/Papart-examples) ask users to "get JavaCV" on their system. I'm wondering what the correct procedure is for installing it to use in processing? I downloaded it here: http://jiii.fr/papart/libraries/javacv-macosx-x86_64.tgz
and it contains a number of .jar files. How do I go about installing this as a library or make it accessible for Processing?
There is a line in my program that says: import org.bytedeco.javacpp.opencv_core.*;
and I am getting an error that says: No library found for org.bytedeco.javacpp.opencv_core
Has anyone encountered this before? Would anyone be able to help!
Thank you so much,
DSS