I've played around with
shiffman's kinect library for a bit, and now i'd like to start using 2 kinect together running from the same sketch.
I had a look at the latest library version which has a comment about working with multiple kinects.
now, does anybody know how to access two different devices?
I actually have a
Kinect kinect
kinect = new Kinect(this)
variable, from which I can access one device.
I tried to create a new object
Kinect kinect2;
kinect2 = new Kinect(this)
but looks like it's not the solution.
Since i am a non programmer trying to do teh codez i would really appreciate any explanation or link to resources that would help me understanding what i'm doing (i know almost zero java or oop, and lacking on programming in general).
and maybe even the solution to the problem would be nice :P