<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments for codeanticode</title>
	<atom:link href="http://codeanticode.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://codeanticode.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<pubDate>Wed, 14 May 2008 18:42:59 +0000</pubDate>
	<generator>http://wordpress.org/?v=MU</generator>
		<item>
		<title>Comment on GSVideo: setting parameters of the capture object by codeanticode</title>
		<link>http://codeanticode.wordpress.com/2008/05/07/gsvideo-setting-parameters-of-the-capture-object/#comment-112</link>
		<dc:creator>codeanticode</dc:creator>
		<pubDate>Thu, 08 May 2008 16:29:33 +0000</pubDate>
		<guid isPermaLink="false">http://codeanticode.wordpress.com/?p=28#comment-112</guid>
		<description>Great, thanks for the feedback.

I also fixed the quotes thing :-)</description>
		<content:encoded><![CDATA[<p>Great, thanks for the feedback.</p>
<p>I also fixed the quotes thing <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on GSVideo: setting parameters of the capture object by Sergio</title>
		<link>http://codeanticode.wordpress.com/2008/05/07/gsvideo-setting-parameters-of-the-capture-object/#comment-108</link>
		<dc:creator>Sergio</dc:creator>
		<pubDate>Thu, 08 May 2008 04:17:34 +0000</pubDate>
		<guid isPermaLink="false">http://codeanticode.wordpress.com/?p=28#comment-108</guid>
		<description>thanks, it works fine.
I published a post on my blog.
Clarification: if copy and paste the line that put you, must replace the quotes because it does not recognize.</description>
		<content:encoded><![CDATA[<p>thanks, it works fine.<br />
I published a post on my blog.<br />
Clarification: if copy and paste the line that put you, must replace the quotes because it does not recognize.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on New version of GSVideo: loop bug fixed by Sergio</title>
		<link>http://codeanticode.wordpress.com/2008/04/17/new-version-of-gsvideo-loop-bug-fixed/#comment-99</link>
		<dc:creator>Sergio</dc:creator>
		<pubDate>Wed, 30 Apr 2008 04:25:20 +0000</pubDate>
		<guid isPermaLink="false">http://codeanticode.wordpress.com/?p=22#comment-99</guid>
		<description>for 64bits processing, you need install jikes, and make a simbolic link to the /path_to_processing/jikes.
for library, copy gsvideo folder to the processing/libraries/</description>
		<content:encoded><![CDATA[<p>for 64bits processing, you need install jikes, and make a simbolic link to the /path_to_processing/jikes.<br />
for library, copy gsvideo folder to the processing/libraries/</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on New version of GSVideo: loop bug fixed by codeanticode</title>
		<link>http://codeanticode.wordpress.com/2008/04/17/new-version-of-gsvideo-loop-bug-fixed/#comment-88</link>
		<dc:creator>codeanticode</dc:creator>
		<pubDate>Mon, 28 Apr 2008 02:18:16 +0000</pubDate>
		<guid isPermaLink="false">http://codeanticode.wordpress.com/?p=22#comment-88</guid>
		<description>Some people said that for 64 bits systems you also need to install the libgstreamer0.10-dev package. Did you try that?

Regarding simultaneous capture from multiple sources, hopefully it will be possible in the near future, once the API to select the input device gets implemented. The idea would be to have something like this:

capture1 = new GSVide(320, 240, device[0]);
capture2 = new GSVide(640, 480 device[1]);

and so on. However, for a capture card such the one you mention in your post, the answer is not that simple, since its probably identified as a single device, then you have to send 4 simultaneous streams through the gstreamer pipeline... I don't think that is possible yet.</description>
		<content:encoded><![CDATA[<p>Some people said that for 64 bits systems you also need to install the libgstreamer0.10-dev package. Did you try that?</p>
<p>Regarding simultaneous capture from multiple sources, hopefully it will be possible in the near future, once the API to select the input device gets implemented. The idea would be to have something like this:</p>
<p>capture1 = new GSVide(320, 240, device[0]);<br />
capture2 = new GSVide(640, 480 device[1]);</p>
<p>and so on. However, for a capture card such the one you mention in your post, the answer is not that simple, since its probably identified as a single device, then you have to send 4 simultaneous streams through the gstreamer pipeline&#8230; I don&#8217;t think that is possible yet.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on New version of GSVideo: loop bug fixed by Sam</title>
		<link>http://codeanticode.wordpress.com/2008/04/17/new-version-of-gsvideo-loop-bug-fixed/#comment-87</link>
		<dc:creator>Sam</dc:creator>
		<pubDate>Mon, 28 Apr 2008 01:40:18 +0000</pubDate>
		<guid isPermaLink="false">http://codeanticode.wordpress.com/?p=22#comment-87</guid>
		<description>I am new(ish) to Linux, but not to processing.
Tried installing GSVideo on a Intel 86-64 running PC Linux OS 2007.  I altered the 'make' and 'install' shell scripts to point to the folder where I have processing installed and ran 'make install' and then ./install without a hitch.  When I tried one of the GSVideo examples I got the following error in processing:

You need to modify your classpath, sourcepath, bootclasspath, and/or extdirs setup.  Jikes could not find package: "codeanticode.gsvideo" in the code folder or in any libraries.

What files need to be where to get this going?

On another note does anyone know if it is possible to grab video from multiple sources?  I have a PCI video card with 4 inputs and I'd like to use all of them.  I know the card is recognized under v4l and v4l2, but I am not knowledgeable enough (yet) to code my whole project from scratch with the v4l2 API.  It seems where v4l has been implemented in higher level frameworks such as processing, pure data, or MAX/MSP/Jitter, it is assumed that a device will have only one input, or only need to use one at a time.  Please prove me wrong - if anyone knows how to get multiple cameras going in any of the above please let me know.</description>
		<content:encoded><![CDATA[<p>I am new(ish) to Linux, but not to processing.<br />
Tried installing GSVideo on a Intel 86-64 running PC Linux OS 2007.  I altered the &#8216;make&#8217; and &#8216;install&#8217; shell scripts to point to the folder where I have processing installed and ran &#8216;make install&#8217; and then ./install without a hitch.  When I tried one of the GSVideo examples I got the following error in processing:</p>
<p>You need to modify your classpath, sourcepath, bootclasspath, and/or extdirs setup.  Jikes could not find package: &#8220;codeanticode.gsvideo&#8221; in the code folder or in any libraries.</p>
<p>What files need to be where to get this going?</p>
<p>On another note does anyone know if it is possible to grab video from multiple sources?  I have a PCI video card with 4 inputs and I&#8217;d like to use all of them.  I know the card is recognized under v4l and v4l2, but I am not knowledgeable enough (yet) to code my whole project from scratch with the v4l2 API.  It seems where v4l has been implemented in higher level frameworks such as processing, pure data, or MAX/MSP/Jitter, it is assumed that a device will have only one input, or only need to use one at a time.  Please prove me wrong - if anyone knows how to get multiple cameras going in any of the above please let me know.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Cross-platform video library for Processing by codeanticode</title>
		<link>http://codeanticode.wordpress.com/2007/12/12/cross-platform-video-library-for-processing/#comment-86</link>
		<dc:creator>codeanticode</dc:creator>
		<pubDate>Fri, 25 Apr 2008 18:41:12 +0000</pubDate>
		<guid isPermaLink="false">http://codeanticode.wordpress.com/2007/12/12/cross-platform-video-library-for-processing/#comment-86</guid>
		<description>Did you try the latest version:

http://users.design.ucla.edu/~acolubri/processing/gsvideo/gsvideo-lib-0.3.11.zip

? I've been using it on ubuntu 7.10, and looping works fine.</description>
		<content:encoded><![CDATA[<p>Did you try the latest version:</p>
<p><a href="http://users.design.ucla.edu/~acolubri/processing/gsvideo/gsvideo-lib-0.3.11.zip" rel="nofollow">http://users.design.ucla.edu/~acolubri/processing/gsvideo/gsvideo-lib-0.3.11.zip</a></p>
<p>? I&#8217;ve been using it on ubuntu 7.10, and looping works fine.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Cross-platform video library for Processing by martin aa</title>
		<link>http://codeanticode.wordpress.com/2007/12/12/cross-platform-video-library-for-processing/#comment-85</link>
		<dc:creator>martin aa</dc:creator>
		<pubDate>Fri, 25 Apr 2008 18:03:56 +0000</pubDate>
		<guid isPermaLink="false">http://codeanticode.wordpress.com/2007/12/12/cross-platform-video-library-for-processing/#comment-85</guid>
		<description>Hi,

The looping still does not work in Ubuntu Studio.. I've tried mov, mp4 and dv.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>The looping still does not work in Ubuntu Studio.. I&#8217;ve tried mov, mp4 and dv.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on New version of GSVideo with capture object by dami</title>
		<link>http://codeanticode.wordpress.com/2008/03/27/new-version-of-gsvideo-with-capture-object/#comment-84</link>
		<dc:creator>dami</dc:creator>
		<pubDate>Tue, 22 Apr 2008 17:15:36 +0000</pubDate>
		<guid isPermaLink="false">http://codeanticode.wordpress.com/?p=15#comment-84</guid>
		<description>Many thanks for new version of gsvideo.</description>
		<content:encoded><![CDATA[<p>Many thanks for new version of gsvideo.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on GLTexture library for Processing by realmatik: a little demo of realtime video filters &#171; codeanticode</title>
		<link>http://codeanticode.wordpress.com/2008/03/31/gltexture-library-for-processing/#comment-82</link>
		<dc:creator>realmatik: a little demo of realtime video filters &#171; codeanticode</dc:creator>
		<pubDate>Mon, 21 Apr 2008 16:24:58 +0000</pubDate>
		<guid isPermaLink="false">http://codeanticode.wordpress.com/?p=19#comment-82</guid>
		<description>[...] Windows you have to use the expert version of Processing (without java). Besides gsvideo and gltexture, this demo also requires the excellent libraries by sojamo for creating interfaces and handling [...]</description>
		<content:encoded><![CDATA[<p>[...] Windows you have to use the expert version of Processing (without java). Besides gsvideo and gltexture, this demo also requires the excellent libraries by sojamo for creating interfaces and handling [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on GSVideo and OSX by realmatik: a little demo of realtime video filters &#171; codeanticode</title>
		<link>http://codeanticode.wordpress.com/2008/04/20/gsvideo-and-osx/#comment-81</link>
		<dc:creator>realmatik: a little demo of realtime video filters &#171; codeanticode</dc:creator>
		<pubDate>Mon, 21 Apr 2008 15:54:26 +0000</pubDate>
		<guid isPermaLink="false">http://codeanticode.wordpress.com/?p=23#comment-81</guid>
		<description>[...] Windows you have to use the expert version of Processing (without java). Besides gsvideo and gltexture, this demo also requires the excellent libraries by sojamo for creating interfaces [...]</description>
		<content:encoded><![CDATA[<p>[...] Windows you have to use the expert version of Processing (without java). Besides gsvideo and gltexture, this demo also requires the excellent libraries by sojamo for creating interfaces [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
