For my master finals I am planning to make some kind of interactive sculptures. One of them is supposed to work with the kinect sensor using the body movements to manipulate the sculpture. I have been trying some examples that I found in some books and I found one in particular that could be adapted to my work. The example I am attaching is from the chapter 6 in the book "Arduino & Kinect Projects" from Enrique Ramos Melgar and Ciriaco Castro Diez.
It is a puppet that can be manipulated via internet with the kinect sending signal through Arduino to the servos attached to each joint .
My question might be quite stupid but I have no idea how to do this and have tried everything I could. I just want it to do the same but over serial communication and not over a server/client. That the user stands in front of the sculpture and the servos move with their body movement in front of them and not somewhere else.
My question might be quite stupid but I have no idea how to do this and have tried everything I could. I just want it to do the same but over serial communication and not over a server/client.
That isn't a question. That is a statement.
The ino file you posted gets data from the serial port. I don't understand what the problem is.
PaulS:
That isn't a question. That is a statement.
The ino file you posted gets data from the serial port. I don't understand what the problem is.
I am sorry if I was not clear enough.
I need to make this .ino file talk to the processing file to be interpreted by the Kinect Sensor. In the book I mentioned the example is made through network communication which I want to omit and just do it by normal serial communication. And that is what I don't know how to do.