Hello everyone, for a school project I am working on interactive visuals with the kinect. I have 3 processing sketches which I want to merge into one, so the visuals loop over into each other. However I am at a loss on how to do this. I have tried turning them into functions and play them in draw() but then nothing happens when playing the sketch. Im a beginner and all these sketches and the average point tracking were made using tutorials.
What I want to make is that the visuals loop over into another one after 20 seconds or so. Any help would be appreciated.
Since it is quite a lot of code I have uploaded my PDE files here:
The files uploaded with kinect in the filename have the kinect + point tracking code in them, the last 3 work on mouse tracking.
Hi, thanks for your reply! I managed to get it work yesterday evening luckily. It now changes on the amount of frames gone by, but changing it to seconds will probably work a bit better. Thanks for the reply to the right thread!
If anyone finds this thread in the future, this is the code I used;