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.
Monthly Archives: May 2008
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.
Read More »
The GLTexture library mentioned in earlier posts got renamed to GLGraphics in this new release, since it incorporates some new functionality that goes beyond the original scope of the GLTexture class. It introduces a new renderer called GLGRAPHICS that descends from the built-in OPENGL renderer. However, GLGRAPHICS can be created without attaching it to any drawing surface, so it can be used as an off-screen render framebuffer.
Read More »