Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

No library found for Processing?

I am currently working with SimpleOpenNI and the Kinect to work on a programming project for sign language. I installed the prerequisite programs(drivers, NITE, OpenNI) on my 32-bit computer and my project compiles well on that computer.

I installed the 64-bit versions of the prereq programs on my 64-bit computer. After installing the prereq programs, I placed the SimpleOpenNI folder (I tried zipped and unzipped) in /Documents/Processing/libraries. When I try to compile, it gives me an error in Processing:

No library found for SimpleOpenNI Libraries must be installed in a folder named 'libraries' inside the 'sketchbook' folder.

I tried many solutions: I tried installing the 32 bit programs, installing programs directly from the website, and tried it on another 64-bit computer.

Does anyone have any suggestions? Thank you.

like image 320
Sonu Bae Avatar asked Nov 12 '22 21:11

Sonu Bae


1 Answers

Try placing the SimpleOpenNI folder in /Documents/Processing/libraries/libraries, that should fix your error.

like image 152
Tristan Hull Avatar answered Dec 26 '22 13:12

Tristan Hull