We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Hello Everybody,
I'm trying to get my Kinect working with Processing and the SimpleOpenNI library, but I get this error every time I try to run it:
A library relies on native code that's not available. Or only works properly when the sketch is run as a 64-bit application.
The error appears on this line:
context = new SimpleOpenNI(this);
I'm on a 32 bit Windows Vista sytem, with processing 2.1 and OpenNI 2. I searched for people who had similar problems but none of the suggested solutions worked so far. (Reboot, Reinstall drivers, Reinstall Library)
Any Help would be very appreciated! Vertigo5