<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Processing + GSVideo + NyARToolkit on Linux x86_64</title>
	<atom:link href="http://cpbotha.net/2010/03/04/processing-gsvideo-nyartoolkit-on-linux-x86_64/feed/" rel="self" type="application/rss+xml" />
	<link>http://cpbotha.net/2010/03/04/processing-gsvideo-nyartoolkit-on-linux-x86_64/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=processing-gsvideo-nyartoolkit-on-linux-x86_64</link>
	<description>voices in my head</description>
	<lastBuildDate>Tue, 01 May 2012 14:02:58 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Instalando o Processing &#124; seucolega</title>
		<link>http://cpbotha.net/2010/03/04/processing-gsvideo-nyartoolkit-on-linux-x86_64/comment-page-1/#comment-5184</link>
		<dc:creator>Instalando o Processing &#124; seucolega</dc:creator>
		<pubDate>Sun, 14 Aug 2011 20:06:17 +0000</pubDate>
		<guid isPermaLink="false">http://cpbotha.net/?p=789#comment-5184</guid>
		<description>[...] a solução no post Processing + GSVideo + NyARToolkit on Linux x86_64, que contém instruções para a instalação da biblioteca GSVideo. Tomei como base o tutorial e [...]</description>
		<content:encoded><![CDATA[<p>[...] a solução no post Processing + GSVideo + NyARToolkit on Linux x86_64, que contém instruções para a instalação da biblioteca GSVideo. Tomei como base o tutorial e [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: seucolega</title>
		<link>http://cpbotha.net/2010/03/04/processing-gsvideo-nyartoolkit-on-linux-x86_64/comment-page-1/#comment-5170</link>
		<dc:creator>seucolega</dc:creator>
		<pubDate>Sat, 13 Aug 2011 05:31:45 +0000</pubDate>
		<guid isPermaLink="false">http://cpbotha.net/?p=789#comment-5170</guid>
		<description>&lt;span class=&quot;topsy_trackback_comment&quot;&gt;&lt;span class=&quot;topsy_twitter_username&quot;&gt;&lt;span class=&quot;topsy_trackback_content&quot;&gt;Processing funcionando! Amanhã posto um script com os comandos usados na instalação. http://t.co/Gb4QcBS&lt;/span&gt;&lt;/span&gt;</description>
		<content:encoded><![CDATA[<p><span class="topsy_trackback_comment"><span class="topsy_twitter_username"><span class="topsy_trackback_content">Processing funcionando! Amanhã posto um script com os comandos usados na instalação. <a href="http://t.co/Gb4QcBS" rel="nofollow">http://t.co/Gb4QcBS</a></span></span></span></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cpbotha</title>
		<link>http://cpbotha.net/2010/03/04/processing-gsvideo-nyartoolkit-on-linux-x86_64/comment-page-1/#comment-2750</link>
		<dc:creator>cpbotha</dc:creator>
		<pubDate>Tue, 12 Oct 2010 05:49:30 +0000</pubDate>
		<guid isPermaLink="false">http://cpbotha.net/?p=789#comment-2750</guid>
		<description>On 32bit it&#039;s much easier. Simply download and install processing, the download and install gsvideo and my modified nyartoolkit in your processing sketchbook directory as an extra library.</description>
		<content:encoded><![CDATA[<p>On 32bit it&#8217;s much easier. Simply download and install processing, the download and install gsvideo and my modified nyartoolkit in your processing sketchbook directory as an extra library.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alvin</title>
		<link>http://cpbotha.net/2010/03/04/processing-gsvideo-nyartoolkit-on-linux-x86_64/comment-page-1/#comment-2736</link>
		<dc:creator>alvin</dc:creator>
		<pubDate>Mon, 11 Oct 2010 03:04:31 +0000</pubDate>
		<guid isPermaLink="false">http://cpbotha.net/?p=789#comment-2736</guid>
		<description>anyone could teach me to install like this one on Linux x86 (32bit)?</description>
		<content:encoded><![CDATA[<p>anyone could teach me to install like this one on Linux x86 (32bit)?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Keith C</title>
		<link>http://cpbotha.net/2010/03/04/processing-gsvideo-nyartoolkit-on-linux-x86_64/comment-page-1/#comment-2659</link>
		<dc:creator>Keith C</dc:creator>
		<pubDate>Fri, 01 Oct 2010 20:33:04 +0000</pubDate>
		<guid isPermaLink="false">http://cpbotha.net/?p=789#comment-2659</guid>
		<description>I removed the background(255); and adjusted my resolution and the flickering went away.

Also instead of GSCapture I am using GSPipeline with v4l2 and it seems to have better results, with my camera anyway.

size(640,480,OPENGL);
cam = new GSPipeline(this, &quot;v4l2src ! ffmpegcolorspace ! video/x-raw-rgb,width=640,height=480, bpp=32, depth=24&quot;);</description>
		<content:encoded><![CDATA[<p>I removed the background(255); and adjusted my resolution and the flickering went away.</p>
<p>Also instead of GSCapture I am using GSPipeline with v4l2 and it seems to have better results, with my camera anyway.</p>
<p>size(640,480,OPENGL);<br />
cam = new GSPipeline(this, &#8220;v4l2src ! ffmpegcolorspace ! video/x-raw-rgb,width=640,height=480, bpp=32, depth=24&#8243;);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cpbotha</title>
		<link>http://cpbotha.net/2010/03/04/processing-gsvideo-nyartoolkit-on-linux-x86_64/comment-page-1/#comment-2658</link>
		<dc:creator>cpbotha</dc:creator>
		<pubDate>Fri, 01 Oct 2010 20:05:37 +0000</pubDate>
		<guid isPermaLink="false">http://cpbotha.net/?p=789#comment-2658</guid>
		<description>In my code, I make sure to only clear the display if the camera is available, else I skip back to the next cam.available(). When I it this way, I see no flickering, as the previous image is left undisturbed.

I hope this helps.</description>
		<content:encoded><![CDATA[<p>In my code, I make sure to only clear the display if the camera is available, else I skip back to the next cam.available(). When I it this way, I see no flickering, as the previous image is left undisturbed.</p>
<p>I hope this helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Keith C</title>
		<link>http://cpbotha.net/2010/03/04/processing-gsvideo-nyartoolkit-on-linux-x86_64/comment-page-1/#comment-2657</link>
		<dc:creator>Keith C</dc:creator>
		<pubDate>Fri, 01 Oct 2010 19:35:02 +0000</pubDate>
		<guid isPermaLink="false">http://cpbotha.net/?p=789#comment-2657</guid>
		<description>Hey this worked great, except that I am having an issue with my camera. I am getting a ton of blue flickering. In SingleARTKMarkerTest at the beginning of the draw() method there is a check that says: if (cam.available() !=true) {
    return;
  }
If I put a    println(&quot;not available&quot;); it prints that out every time it flickers blue. So apparently my camera is not as responsive as.. GStreamer? NyARToolkit? would like. Do you have any ideas as to how to fix this?</description>
		<content:encoded><![CDATA[<p>Hey this worked great, except that I am having an issue with my camera. I am getting a ton of blue flickering. In SingleARTKMarkerTest at the beginning of the draw() method there is a check that says: if (cam.available() !=true) {<br />
    return;<br />
  }<br />
If I put a    println(&#8220;not available&#8221;); it prints that out every time it flickers blue. So apparently my camera is not as responsive as.. GStreamer? NyARToolkit? would like. Do you have any ideas as to how to fix this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben Bull</title>
		<link>http://cpbotha.net/2010/03/04/processing-gsvideo-nyartoolkit-on-linux-x86_64/comment-page-1/#comment-2448</link>
		<dc:creator>Ben Bull</dc:creator>
		<pubDate>Wed, 18 Aug 2010 12:09:09 +0000</pubDate>
		<guid isPermaLink="false">http://cpbotha.net/?p=789#comment-2448</guid>
		<description>&lt;span class=&quot;topsy_trackback_comment&quot;&gt;&lt;span class=&quot;topsy_twitter_username&quot;&gt;&lt;span class=&quot;topsy_trackback_content&quot;&gt;Nerdy ARToolkit + P55 - http://is.gd/encO6&lt;/span&gt;&lt;/span&gt;</description>
		<content:encoded><![CDATA[<p><span class="topsy_trackback_comment"><span class="topsy_twitter_username"><span class="topsy_trackback_content">Nerdy ARToolkit + P55 &#8211; <a href="http://is.gd/encO6" rel="nofollow">http://is.gd/encO6</a></span></span></span></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eran</title>
		<link>http://cpbotha.net/2010/03/04/processing-gsvideo-nyartoolkit-on-linux-x86_64/comment-page-1/#comment-2352</link>
		<dc:creator>Eran</dc:creator>
		<pubDate>Sat, 31 Jul 2010 09:13:26 +0000</pubDate>
		<guid isPermaLink="false">http://cpbotha.net/?p=789#comment-2352</guid>
		<description>Ok, Thanks anyway!</description>
		<content:encoded><![CDATA[<p>Ok, Thanks anyway!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cpbotha</title>
		<link>http://cpbotha.net/2010/03/04/processing-gsvideo-nyartoolkit-on-linux-x86_64/comment-page-1/#comment-2349</link>
		<dc:creator>cpbotha</dc:creator>
		<pubDate>Fri, 30 Jul 2010 15:09:09 +0000</pubDate>
		<guid isPermaLink="false">http://cpbotha.net/?p=789#comment-2349</guid>
		<description>That video is not mine. Best you could do is go onto youtube and message the owners.</description>
		<content:encoded><![CDATA[<p>That video is not mine. Best you could do is go onto youtube and message the owners.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

