Loading...
Logo
Processing Forum

Quicktime Video Loop

in Core Library Questions  •  2 years ago  
Hello Everyone!

Im trying to create some code that loops a quicktime video and once a sensor is triggered plays a different video. So to start i just want to get my video to open in processing. i'm using the loop code found here ( http://processing.org/reference/libraries/video/Movie_loop_.html).

I figure im missing a library or something, iv put the .mov file in the processing folder in my documents but can't seem to get processing to recall it. 

please help, thank you . 

Cheers, mv


Replies(1)

Did you use 

import processing.video.*;?

Without code can't say much...