GSVideo: setting parameters of the capture object
I finished a new version of gsvideo (0.3.12), which adds the possibility of setting parameters for the input plugin in the GSCapture object. An useful application of this feature is to chose the input device in Linux as follows:
capture = new GSCapture(this, 320, 240, new String[] {"device"}, new String[] {"/dev/video0"});
Download from here.
Realmatik: effect fade in and out
Realmatik is a little application written in Processing to demo real-time GPU video effects on video. Two iterations after the first version, and now it has the possibility of fading-in and out the effects by using bezier curves:
When clicking on the slide bar representing the effect, a bezier curve editor appears in the bottom part [...]