Video Processing 2 - Pixels from Different Times
Back to Picture ProcessingAuthor: Zsófia Ruttkay Version: 1.0 Date: 27.10.2010
Slit scan
slitScan.pde
Drawing columns from left to right from one single column captured in successive times You could e.g. change the copied size ... | |
Back in Time
videoBuffer.pde
The display show the real-time image in the middle, and 30 secs and 60 secs older image to the left and to the right. Experiment with the time difference of the left and right parts. | Custom written ImageBuffer class with methods to store and access previous images. | |
videoBufferEffect.pde
Displaying parts of the frames captured back in time. Grid is the parameter to decide for how many regions and how deep you look back. Note that if grid is big, the processing gets very slow. | |