Loading...
Logo
Processing Forum
Hi,

I've been struggling with this problem all day and finally realized I need to ask for help.  I'm running Windows 7 64-bit.  Processing version 2.0b8.  I've tried to import the Simple-OpenNI library after copying files the files into 'My Docs/Processing/libraries' but it doesn't show up.  I've tried installing just about every version of OpenNI and NiTE out there (both 64 and 32-bit versions), and I'm beginning to think that it might be a bug in Processing since it appears this latest version was posted yesterday.  Anyone else run into a similar problem or know of a fix?

Thanks!

Replies(3)

Hi dalearbo,

did you follow the instructions here for your installation:


that worked for me.

ak
Hi akiersky,

Yes, that's the guide I followed.  I forgot to mention, one strange problem I had was that when I unzipped either one of those installation packages and installed the OpenNI v.1.5.4.0 inside, the other install files NITE, sensorKinect and sensor still won't install, instead exiting installation with the error 'Please install OpenNI version 1.5.0.1 or higher'.  So instead, I downloaded OpenNI SDK and NiTE from here ( http://www.openni.org/openni-sdk/).  When I open the NiViewer or HandViewer examples, I see an image so I'm assuming that means all my drivers and the programs are working properly, Processing just isn't recognizing the SimpleOpenNI files. 
hi Dalearbo,

have you tried running SimpleOpenNI examples on higher versions of processing other than  1.5.1? . I had the same problem and tried installing each and every driver again and again but didn't work any of them .. and I was keep getting "unsatisfied linking error SimpleopenNI ...... " so and so .. so I have download " 64bit processing version 20b8 " and it work fine for me .. but some examples of OpenNi got error Itrateve calss not found ..... so it is happening because of some modification has been made in newer versions of processing ... so put this line  "  import java . util . Iterator "  below the import SimpleopenNi.*;

I have windows 7 64bit version