Hi all,
I'm new to processing, and trying to write code to do a simple slideshow. The slideshow is simply an image shown on a screen for a number of seconds, followed by the next, and looped from the beginning.
I've been looking into arrays and classes since I know that doing it via brute repetition is horribly inefficient, but the problem I have is that the number of images is not constant; it steadily increases over time as new images are added through a webcam capture.
Any help would be greatly appreciated! Thanks!
1