<?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: Acer Aspire 9303 WMSi Webcam &#8211; Ubuntu</title>
	<atom:link href="http://alandoyle.com/2007/08/01/acer-aspire-9303-wmsi-webcam-ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://alandoyle.com/2007/08/01/acer-aspire-9303-wmsi-webcam-ubuntu/</link>
	<description>Life, Linux and everything Open Source in between.</description>
	<lastBuildDate>Wed, 25 Aug 2010 12:46:37 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Alan Doyle</title>
		<link>http://alandoyle.com/2007/08/01/acer-aspire-9303-wmsi-webcam-ubuntu/comment-page-1/#comment-13</link>
		<dc:creator>Alan Doyle</dc:creator>
		<pubDate>Tue, 23 Dec 2008 14:17:56 +0000</pubDate>
		<guid isPermaLink="false">http://alandoyle.com/?p=145#comment-13</guid>
		<description>Different Wbecams have different video formats, e.g. the webcam in my Acer uses MJPG which is the default for luvcview. You could try to query valid video formats with

luvcview -L

Then try the different modes 

luvcview -f jpg -d /dev/video0
luvcview -f uyvy -d /dev/video0
luvcview -f yuv -d /dev/video0

Sometimes you need to reload the UVC driver between tries ...

sudo rmmod uvcvideo
sudo modprobe -i uvcvideo</description>
		<content:encoded><![CDATA[<p>Different Wbecams have different video formats, e.g. the webcam in my Acer uses MJPG which is the default for luvcview. You could try to query valid video formats with</p>
<p>luvcview -L</p>
<p>Then try the different modes </p>
<p>luvcview -f jpg -d /dev/video0<br />
luvcview -f uyvy -d /dev/video0<br />
luvcview -f yuv -d /dev/video0</p>
<p>Sometimes you need to reload the UVC driver between tries &#8230;</p>
<p>sudo rmmod uvcvideo<br />
sudo modprobe -i uvcvideo</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob</title>
		<link>http://alandoyle.com/2007/08/01/acer-aspire-9303-wmsi-webcam-ubuntu/comment-page-1/#comment-12</link>
		<dc:creator>Rob</dc:creator>
		<pubDate>Tue, 23 Dec 2008 11:53:01 +0000</pubDate>
		<guid isPermaLink="false">http://alandoyle.com/?p=145#comment-12</guid>
		<description>I followed your instructions on my Lenovo Y510, but I get the following error when running luvcview

luvcview version 0.2.1 
Video driver: x11
A window manager is available
video /dev/video0 
Unable to set format: 16.
 Init v4L2 failed !! exit fatal 

Any thoughts?</description>
		<content:encoded><![CDATA[<p>I followed your instructions on my Lenovo Y510, but I get the following error when running luvcview</p>
<p>luvcview version 0.2.1<br />
Video driver: x11<br />
A window manager is available<br />
video /dev/video0<br />
Unable to set format: 16.<br />
 Init v4L2 failed !! exit fatal </p>
<p>Any thoughts?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
