kinect - "enableScene() does not exist" -- Troubles with SimpleOpenNi and Processing -


im' trying make app processing using kinect, , simpleopenni. tried follow tutorial http://www.creativeapplications.net/processing/kinect-physics-tutorial-for-processing/ , i'm stuck @ beginning : when launch first script processing returns me error : "the function enablescene() not exist" also, function sceneimage() doen't work. installed kinectsdk, openni, nite, simpleopenni lib, tried on 3 differents versions of processing (1.5.1, 2.0.1 x86, 2.0.2 x64) win7&win8. can't find solution on web, if have clue, i'd glad ! !

change enablescene() isinit() , replace draw() with

void draw() {   // update simpleopenni object   context.update();   image(context.rgbimage(), 0, 0); } 

Comments

Popular posts from this blog

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

html - How to style widget with post count different than without post count -

url rewriting - How to redirect a http POST with urlrewritefilter -