I'm very new in processing world. So sorry if my question is a bit silly.
I'm trying to write a code that actually sectionned an instant movie (from the camera of your computer for instance) in several images and put it in a grid, and for this I found this code:
// P_4_2_2_01.pde
//
// Generative Gestaltung, ISBN: 978-3-87439-759-9
// First Edition, Hermann Schmidt, Mainz, 2009
// Hartmut Bohnacker, Benedikt Gross, Julia Laub, Claudius Lazzeroni
// Copyright 2009 Hartmut Bohnacker, Benedikt Gross, Julia Laub, Claudius Lazzeroni
Basically, I want to mix those two codes. I want to tell the computer "take a picture from your camera every minute and put it a grid".
I'm tried to re-work those codes together but impossible to get something at the end. I think that I actually have issues with the timeframe of my code.
Can Anybody help me, or give me a piece of advice about how I should process?