<?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>bits4life &#187; skype</title>
	<atom:link href="http://blog.export.be/tag/skype/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.export.be</link>
	<description>Bits and bytes for your daily life.</description>
	<lastBuildDate>Thu, 12 Nov 2009 10:55:58 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Fixing your webcam in Ubuntu Jaunty</title>
		<link>http://blog.export.be/2009/07/fixing-your-webcam-in-ubuntu-jaunty/</link>
		<comments>http://blog.export.be/2009/07/fixing-your-webcam-in-ubuntu-jaunty/#comments</comments>
		<pubDate>Tue, 07 Jul 2009 19:36:35 +0000</pubDate>
		<dc:creator>koma</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[skype]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://blog.export.be/?p=263</guid>
		<description><![CDATA[After more than two years running Feisty on my Dell Latitude D820, I finally decided it was time to upgrade my Ubuntu distribution to the latest release tagged Jaunty. I started to lack a couple of essentials like Firefox 3, Flash Player 10 and I wanted to get my hands on the Google Chrome browser [...]]]></description>
			<content:encoded><![CDATA[<p><img class="size-medium wp-image-271 alignleft" title="ubuntu-jaunty-jackalope" src="http://blog.export.be/wp-content/uploads/2009/07/ubuntu-jaunty-jackalope-300x294.jpg" alt="ubuntu-jaunty-jackalope" width="100" height="100" />After more than two years running Feisty on my Dell Latitude D820, I finally decided it was time to upgrade my Ubuntu distribution to the latest release tagged Jaunty. I started to lack a couple of essentials like Firefox 3, Flash Player 10 and I wanted to get my hands on the Google Chrome browser too. Installation was super smooth and within 20 minutes I could login to my new system.</p>
<p>Now, the webcam issue : I have a QuickCam Messenger webcam, which is recognized correctly by Ubuntu, but it does not work with Skype or JMF (Java Media Framework) applications.<span id="more-263"></span></p>
<p>Here&#8217;s my dmesg output :</p>
<p>[30850.333403] gspca: probing 046d:08da<br />
[30851.979243] zc3xx: probe 2wr ov vga 0&#215;0000<br />
[30852.023239] zc3xx: probe sensor -&gt; 11<br />
[30852.023244] zc3xx: Find Sensor HV7131R(c)<br />
[30852.030593] gspca: probe ok<br />
[30852.030667] gspca: probing 046d:08da<br />
[30977.315326] zc3xx: probe 2wr ov vga 0&#215;0000</p>
<p>koen@d820:/home/koen$ lsusb</p>
<p>Bus 005 Device 003: ID 046d:08da Logitech, Inc. QuickCam Messanger</p>
<p>I never had webcam issues with the previous Ubuntu releases.</p>
<p>Jaunty is using V4L2 and although drivers that are in the mainline kernel are often v4l2, many applications will only work with v4l1. Even v4l2 apps often don&#8217;t work with v4l2 webcams as the webcams often have camspecific (compressed) pixelformats and most applications don&#8217;t support all these.<br />
Skype for one does not work. JMF applications either. The image from the camera is green and black garbage/noise.</p>
<p>The solution is to preload the backward compatibility library for v4l to get it to work.</p>
<p>koen@d820:/home/koen$ LD_PRELOAD=/usr/lib/libv4l/v4l1compat.so skype &amp;</p>
<p>If you want to setup system-wide and at startup, then create a file  /etc/ld.so.preload and put the path to this library in. Or use ld.so.preload-manager from the Ubuntu repositories to do this for you.</p>
<p>koen@d820:/home/koen$ sudo ld.so.preload-manager /usr/lib/libv4l/v4l1compat.so</p>
<p>Happy camming !</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.export.be/2009/07/fixing-your-webcam-in-ubuntu-jaunty/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
	</channel>
</rss>
