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.


About this entry