How to make a generative picture collage?
Hello,
I'm a bit of a newbie and was wondering if anyone had any ideas for making a slideshow where a user can take a picture (via webcam) then have it added to a folder of previous photos which then are displayed as a collage of all the photos so far?
I had a look and got the folder and camera to work however am having trouble with displaying the collage. Any ideas or examples?
All the best.
use jit.gl.texture to load an image and then send it to a jit.gl.videoplane.
Build a timer system with a metro and counter object.
the sel object allows you to send a number to pick a texture to display.