Archive for the ‘capture’ Tag

The GStreamer adventure part II: video capture on OSX   Leave a comment

This is a short post, just to give a “preview” of the work currently undergoing on OSX and GStreamer. A year ago, Ole Andre Ravnas, the author of OABuild, released a proof-of-concept GStreamer plugin to do video capture on OSX. Here is the full discussion that took place on bugzilla at that time, and here the plugin code that Ole Andre released. Read the rest of this entry »

Posted November 28, 2008 by ac in Programming

Tagged with , , , , , ,

GSVideo: setting parameters of the capture object   6 comments

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.

Update (August 19th, 2012): In the latest release of GSVideo (1.0.0) you can just specify the name of the capture device as string argument without the need of using arrays or the additional “device” argument:

capture = new GSCapture(this, 320, 240, "/dev/video0");

Posted May 7, 2008 by ac in Programming

Tagged with , , , , ,

Design a site like this with WordPress.com
Get started