Hi All
OF 007, Lion 10.7.3, Xcode4
Ive got the openni example compiling fine, and have installed openni, sensorkinect and NITE. However, when I run the code, I get
Create user generator status: Can’t create any node of the requested type!
In the print out and no users found. From what I can gather this is usually a not having NITE installed problem but Im pretty sure ive done it.
NITE is definitely installed correctly as Ive got the samples that come with it working and it working in processing. I have tried running the AutoSkeletonExample and building the project from scratch from the empty example. Both times it compiles, the depth map works but I get
Create user generator status: Can’t create any node of the requested type!
And if I run mUser.update(), it causes a crash because Xn::userGenerator.Create() hasnt been able to build a user generator. This is really killing me
Any ideas?
Thanks in advance
Louis