I was recently working on several sketches using video in processing 1.5 and decided to download processing 2. The sketches worked in 1.5 and I had the video files stored in a data folder within the sketch folder. In processing 2, the sketches are not working because they are not finding the quicktime videos in the data folder.
I believe the path has changed but I don't know how to re-route my videos. Any help is greatly appreciated.
I am an artists who has been recently introduced to the amazing arduino/processing community and have a big question to ask. I am creating a digital mutoscope which uses a hand crank to control the forward/reverse direction and speed of three short stop motion animation videos.
I am seeking advice on how I can get the hand crank to communicate with the video so the viewer is allowed to control the direction and speed. I am hoping that each click of the hand crank will allow a single frame to move. The videos will run at 24 frames per second, although this is still flexible.
Any suggestions are greatly appreciated as I am still in the "knowing enough to be dangerous" stage of arduino/processing communication.