What steps will reproduce the problem?
1. Try to compile SimpleOpenNI_User_eclipse.java
What is the expected output? What do you see instead?
I would expect valid class files. Instead you get multiple errors. Including
SimpleOpenNI.SKEL_PROFILE_ALL (line 17) and startPoseDetection (line 107) not
being defined.
There are other errors which will not cause syntax errors but which will cause
the program to run incorrectly. Specifically the callback signatures have
changed. E.G public void onNewUser(int userId) should be public void
onNewUser(SimpleOpenNI curContext, int userId).
What version of the product are you using? On what operating system?
SimpleOpenNI Version 1.96 on OS X.
Please provide any additional information below.
Original issue reported on code.google.com by emend...@smith.edu on 29 Oct 2013 at 4:35
Original issue reported on code.google.com by
emend...@smith.edu
on 29 Oct 2013 at 4:35