Sonu Bae
Sonu Bae

Reputation: 127

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.

Upvotes: 5

Views: 3017

Answers (1)

Tristan Hull
Tristan Hull

Reputation: 360

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

Upvotes: 1

Related Questions