Hello everyone
i am trying to play around with kinect and i have some questions,
- i have managed to work with OSCeleton, so now i can pick up things on screen and through them away and stuff like that,
as i want to project the result on a specific location i have found out that i can send data to madmapper through syphon
here is the problem: to use syphon i need to use Processing version 2, but then my jbox libraries dont work any more, first i got an error according to dublicate library call for osc5 and pbox, i have tried to delete one and keep the other one but then it cant find type named polygondef or any other shape i call , i have been told that processing version 2 is not complete yet , anyone has any ideas ??
- my plan is to project on the body , so something like 'the average point tracking' which is one of the examples of 'openkinect' is very useful for me, but i need to use OSCeleton at the same time, which is apparently not possible, if the OSCeleton is open the openkinect examples dont seem to work , the runtime error is nullpointerexception for kinect.enableDepth(true);
does anyone have any idea how to make them work together? or can i define a outline of body using OSCeleton so i dont have to use openkinect ?
any sort of help will be very much appreciated !!
thaaaaanks
Rog