user3595632
user3595632

Reputation: 5730

Why openCV library for processing doesn't work?

i'm trying to use openCV library in Processing (on MAC) I downloadded openCV lib for Processing, and paste it in Documents -> Processing -> libraries, but it doesn't work. Below is screenshot. Strange things, other 3rd-party library that i downloaded is *.jar file, but openCV library consists of dylib file. enter image description here

and this is most recent version of OpenCV lib for Processing : https://github.com/atduskgreg/opencv-processing

Upvotes: 0

Views: 792

Answers (2)

Luz A
Luz A

Reputation: 41

I can't see the screenshot, but I recommend you to download it again and placing the folder of the library inside the "Libraries" folder in Processing and restart Processing. Make sure you download the right version for your operating system. You can make sure that the library works in Sketch-->Import library and see if OpenCV for Processing is available. I find this library for processing really useful, it all depends on what you want to do. I also recommend you to use the GSvideo library and javacvpro library for more functions.

Good luck with OpenCV

Upvotes: 0

George Profenza
George Profenza

Reputation: 51867

Download opencv_processing.zip from Releases

You should have an opencv_processing folder after you open the zip file which you'll move to the Documents/Processing/libraries folder. Restart Processing and have fun with the examples.

Upvotes: 0

Related Questions