We are about to switch to a new forum software. Until then we have removed the registration on this forum.
I am working on my project. I work on two pde files- a file of tracking color through(Color-tracking)the camera and a file of an animation(cell-moving). And, I wanna use each color's coordination via camera's detection to become input to change the animation. So, how can I output coordination to my animation file? The only solution I know is separate color tracking file to Raspberry pi and send output to Mac/Pc. Does have any better way only working on one device?
Answers
You could combine them into one sketch.
Or you could have them pass and receive messages via e.g. OSC.
Thank you. Those two sketches have each window, so I am not sure that can be combined. I go to take look on OSC