
Avante-garde embroidery
1 year ago
Each pixel is drawn as a line, with a direction chosen by the hue. Looks a little like embroidery, especially in areas of nearly uniform color (hand, shirt, pen, etc).
Video is a little fast, I need to play around with frame rates.
Video is a little fast, I need to play around with frame rates.
-
Vimeo: About / Blog / Developers / Jobs / Community Guidelines / Community Forums / Help Center / Site Map / Merchandise
/ Get Vimeo

Previous Week
Framerate: I've done some projects in Processing where the sketch, the webcam, and the output video are all at different framerates... I know how mixing these things gets weird sometimes :) If you want to do real-time processing/capture and playback, pick a framerate and use it for MovieMaker (in the new MovieMaker() arguments), the sketch (using frameRate()) and the webcam (I've found JMyron captures frames from my webcam with less overhead than the "built in" webcam libraries).
That's probably more than you were curious to know though :)