shiffman / OpenKinect-for-Processing

For use of libfreenect in processing
536 stars 218 forks source link

openkinect_processing error #137

Open OsamaFadel opened 6 years ago

OsamaFadel commented 6 years ago

I tried to install openkinect for processing on windows7 64-bit and processing 2.2.1 I have the kinect version 1 , when i try to run any of the examples I get the following error :

A library relies on native code that is not available. Or only works properly when the sketch is run as 32-bit application.

This line of code is highlighted with error :

kinect = new Kinect(this);

error