hay / simple-openni

Automatically exported from code.google.com/p/simple-openni
0 stars 0 forks source link

SimpleOpenNI_User_eclipse.java is out of date #83

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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