<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>twam&#039;s homepage &#38; weblog &#187; twam.info</title>
	<atom:link href="http://www.twam.info/category/network/twaminfo/feed" rel="self" type="application/rss+xml" />
	<link>http://www.twam.info</link>
	<description>My computer, internet, Linux &#38; electronics blog</description>
	<lastBuildDate>Fri, 10 Sep 2010 08:43:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>v4l2grab Version 0.2</title>
		<link>http://www.twam.info/linux/v4l2grab-version-02</link>
		<comments>http://www.twam.info/linux/v4l2grab-version-02#comments</comments>
		<pubDate>Tue, 09 Jun 2009 17:33:28 +0000</pubDate>
		<dc:creator>twam</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[twam.info]]></category>
		<category><![CDATA[V4L2]]></category>
		<category><![CDATA[WebCam]]></category>

		<guid isPermaLink="false">http://www.twam.info/?p=520</guid>
		<description><![CDATA[A few weeks ago, I published my v4l2grab program to grab JPEGs from V4l2 devices. Today I got an request by email to include support for integer conversion from YUV422 to RGB as descriped by Wikipedia. So I included it and did some style adjustments, too. You can download it here: v4l2grab Version 0.2 To use [...]]]></description>
			<content:encoded><![CDATA[<p>A few weeks ago, I published my <a href="http://www.twam.info/linux/v4l2grab-grabbing-jpegs-from-v4l2-devices">v4l2grab</a> program to grab JPEGs from V4l2 devices.</p>
<p>Today I got an request by email to include support for integer conversion from YUV422 to RGB as descriped by <a href="http://en.wikipedia.org/wiki/YUV#Converting_from_Y.27UV_to_RGB">Wikipedia</a>. So I included it and did some style adjustments, too.</p>
<p>You can <strong>download</strong> it here: <a href="http://www.twam.info/wp-content/uploads/2009/06/v4l2grab.c">v4l2grab Version 0.2<span id="more-520"></span></a></p>
<p>To use integer conversion you have to compile with an additional</p>
<pre>-DNTSC</pre>
<p>for NTSC like conversion or</p>
<pre>-DITU_R_INT</pre>
<p>for ITU-R integer conversion. Both standars are explained in the referenced wikipedia article. The use of</p>
<pre>-DITU_R_FLOAT</pre>
<p>uses the previous floating point version of ITU-R which is default if no compiling options are specified. More information about compilation can be found on the <a href="http://www.twam.info/linux/v4l2grab-grabbing-jpegs-from-v4l2-devices">original post</a>.</p>
<p>The current version of V4L2grab can be found on <a href="http://github.com/twam/v4l2grab/tree/master">github</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.twam.info/linux/v4l2grab-version-02/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>twam.info via IPv6</title>
		<link>http://www.twam.info/network/twaminfo-via-ipv6</link>
		<comments>http://www.twam.info/network/twaminfo-via-ipv6#comments</comments>
		<pubDate>Sat, 04 Apr 2009 14:36:33 +0000</pubDate>
		<dc:creator>twam</dc:creator>
				<category><![CDATA[Network/Web]]></category>
		<category><![CDATA[twam.info]]></category>
		<category><![CDATA[IPv6]]></category>
		<category><![CDATA[SiXXs]]></category>

		<guid isPermaLink="false">http://www.twam.info/?p=213</guid>
		<description><![CDATA[Dank eines SiXXs Static-Tunnels ist jetzt auch twam.info per IPv6 erreichbar. Alle wichtigen Dienste sollten erreichbar sein. server ~ # dig AAAA twam.info ; &#60;&#60;&#62;&#62; DiG 9.6.0-P1 &#60;&#60;&#62;&#62; AAAA twam.info ;; global options: +cmd ;; Got answer: ;; -&#62;&#62;HEADER&#60;&#60;- opcode: QUERY, status: NOERROR, id: 58653 ;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: [...]]]></description>
			<content:encoded><![CDATA[<p>Dank eines SiXXs Static-Tunnels ist jetzt auch <a href="http://www.twam.info">twam.info</a> per IPv6 erreichbar. Alle wichtigen Dienste sollten erreichbar sein.</p>
<pre>server ~ # dig AAAA twam.info
; &lt;&lt;&gt;&gt; DiG 9.6.0-P1 &lt;&lt;&gt;&gt; AAAA twam.info
;; global options: +cmd
;; Got answer:
;; -&gt;&gt;HEADER&lt;&lt;- opcode: QUERY, status: NOERROR, id: 58653
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0

;; QUESTION SECTION:
;twam.info.                     IN      AAAA

;; ANSWER SECTION:
twam.info.              600     IN      AAAA    2a01:198:200:436::2</pre>
<p>Ich bin gespannt, wieviele der Verbindungen jetzt über IPv6 kommen.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.twam.info/network/twaminfo-via-ipv6/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Blog Launch</title>
		<link>http://www.twam.info/network/twaminfo/blog-launch</link>
		<comments>http://www.twam.info/network/twaminfo/blog-launch#comments</comments>
		<pubDate>Tue, 31 Mar 2009 18:26:09 +0000</pubDate>
		<dc:creator>twam</dc:creator>
				<category><![CDATA[twam.info]]></category>
		<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://blog.twam.info/?p=86</guid>
		<description><![CDATA[Hallo allerseits! Seit heute gibt es twam.info in neuem Look und in Blog-Form. Die meisten alten Einträge habe ich konvertiert. Viel Spaß damit!]]></description>
			<content:encoded><![CDATA[<p>Hallo allerseits!</p>
<p>Seit heute gibt es twam.info in neuem Look und in Blog-Form. Die meisten alten Einträge habe ich konvertiert.</p>
<p>Viel Spaß damit!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.twam.info/network/twaminfo/blog-launch/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
