<?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 on: GL860 driver progress</title>
	<atom:link href="http://www.reactivated.net/weblog/archives/2008/03/gl860-driver-progress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.reactivated.net/weblog/archives/2008/03/gl860-driver-progress/</link>
	<description>they got a skin and they put me in</description>
	<pubDate>Thu, 20 Nov 2008 09:10:37 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: Manuel</title>
		<link>http://www.reactivated.net/weblog/archives/2008/03/gl860-driver-progress/#comment-17331</link>
		<dc:creator>Manuel</dc:creator>
		<pubDate>Mon, 20 Oct 2008 01:56:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.reactivated.net/weblog/archives/2008/03/gl860-driver-progress/#comment-17331</guid>
		<description>Thanks very much!!
I have got the 0503 model and did the "./install a"  option on a medion 96420 and have got picture!!</description>
		<content:encoded><![CDATA[<p>Thanks very much!!<br />
I have got the 0503 model and did the &#8220;./install a&#8221;  option on a medion 96420 and have got picture!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shah</title>
		<link>http://www.reactivated.net/weblog/archives/2008/03/gl860-driver-progress/#comment-16742</link>
		<dc:creator>shah</dc:creator>
		<pubDate>Wed, 02 Apr 2008 20:40:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.reactivated.net/weblog/archives/2008/03/gl860-driver-progress/#comment-16742</guid>
		<description>Hi,

I've got also a S37 laptop from asus.

I'll wish you all the best to make this webcam works!!!!

the webcam under windows working well, so under linux it will work even better :)
I will check your blog regulary :)


cheers!</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I&#8217;ve got also a S37 laptop from asus.</p>
<p>I&#8217;ll wish you all the best to make this webcam works!!!!</p>
<p>the webcam under windows working well, so under linux it will work even better :)<br />
I will check your blog regulary :)</p>
<p>cheers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marius P</title>
		<link>http://www.reactivated.net/weblog/archives/2008/03/gl860-driver-progress/#comment-16733</link>
		<dc:creator>Marius P</dc:creator>
		<pubDate>Tue, 01 Apr 2008 17:22:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.reactivated.net/weblog/archives/2008/03/gl860-driver-progress/#comment-16733</guid>
		<description>Hi Daniel,
we good effort !!!
I have an Asus S37 and using Linux mint (ubuntu 7.10) with skype 2.0.
This is integrated very well and works, only not the camera.
I am already waiting 4 months for an update of ubuntu, as it was announced the new kernel would provide new driver. However, I tested all alfaś and beta's. Nothing worked. 
So I am very glad you are working on the driver.
Hope you will be able to provide a installable package, precompiled.
I am not that good in compiling.
Good luck, I will be checking your website regularly for any progress.</description>
		<content:encoded><![CDATA[<p>Hi Daniel,<br />
we good effort !!!<br />
I have an Asus S37 and using Linux mint (ubuntu 7.10) with skype 2.0.<br />
This is integrated very well and works, only not the camera.<br />
I am already waiting 4 months for an update of ubuntu, as it was announced the new kernel would provide new driver. However, I tested all alfaś and beta&#8217;s. Nothing worked.<br />
So I am very glad you are working on the driver.<br />
Hope you will be able to provide a installable package, precompiled.<br />
I am not that good in compiling.<br />
Good luck, I will be checking your website regularly for any progress.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Drake</title>
		<link>http://www.reactivated.net/weblog/archives/2008/03/gl860-driver-progress/#comment-16732</link>
		<dc:creator>Daniel Drake</dc:creator>
		<pubDate>Tue, 01 Apr 2008 12:13:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.reactivated.net/weblog/archives/2008/03/gl860-driver-progress/#comment-16732</guid>
		<description>Thanks Stuart, I'll look at that. I was looking at YUY2 colour space encoding too, as that's what the windows util I am sniffing says it is capturing in. (it also gives the option to capture as I420)

The other confusing thing is the amount of data. The windows util that I'm sniffing is capturing and displaying at 640x480, but the distinct blocks that come back from the device under this util are 640x480 *bytes* in size. I'm not really sure how it is possible to represent colour with 1 byte per pixel. Unless the real res is 320x240 and it is upscaling + interpolating in software, giving 2 bytes per pixel in the image data. Or maybe I should consider multiples of these data blocks per frame, giving e,g. 2x640x480 bytes, but that seems unlikely...

The sync problems are fixed btw. I read more about isochronous I/O and learned that I need to submit multiple simultaneous USB requests to make sure that one is always ready to go if the device is ready to send data.</description>
		<content:encoded><![CDATA[<p>Thanks Stuart, I&#8217;ll look at that. I was looking at YUY2 colour space encoding too, as that&#8217;s what the windows util I am sniffing says it is capturing in. (it also gives the option to capture as I420)</p>
<p>The other confusing thing is the amount of data. The windows util that I&#8217;m sniffing is capturing and displaying at 640&#215;480, but the distinct blocks that come back from the device under this util are 640&#215;480 *bytes* in size. I&#8217;m not really sure how it is possible to represent colour with 1 byte per pixel. Unless the real res is 320&#215;240 and it is upscaling + interpolating in software, giving 2 bytes per pixel in the image data. Or maybe I should consider multiples of these data blocks per frame, giving e,g. 2&#215;640x480 bytes, but that seems unlikely&#8230;</p>
<p>The sync problems are fixed btw. I read more about isochronous I/O and learned that I need to submit multiple simultaneous USB requests to make sure that one is always ready to go if the device is ready to send data.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stuart Longland</title>
		<link>http://www.reactivated.net/weblog/archives/2008/03/gl860-driver-progress/#comment-16731</link>
		<dc:creator>Stuart Longland</dc:creator>
		<pubDate>Tue, 01 Apr 2008 10:12:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.reactivated.net/weblog/archives/2008/03/gl860-driver-progress/#comment-16731</guid>
		<description>Hi,

Can't help you with the sync issues, but it's quite possible that the colour is handled by a Bayer Filter.  It's quite possible that the driver does this colour decoding, rather than the firmware on the device.

http://en.wikipedia.org/wiki/Bayer_filter

Regards,
Stuart Longland</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Can&#8217;t help you with the sync issues, but it&#8217;s quite possible that the colour is handled by a Bayer Filter.  It&#8217;s quite possible that the driver does this colour decoding, rather than the firmware on the device.</p>
<p><a href="http://en.wikipedia.org/wiki/Bayer_filter" rel="nofollow">http://en.wikipedia.org/wiki/Bayer_filter</a></p>
<p>Regards,<br />
Stuart Longland</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick</title>
		<link>http://www.reactivated.net/weblog/archives/2008/03/gl860-driver-progress/#comment-16730</link>
		<dc:creator>Patrick</dc:creator>
		<pubDate>Sun, 30 Mar 2008 18:54:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.reactivated.net/weblog/archives/2008/03/gl860-driver-progress/#comment-16730</guid>
		<description>Looks like you're getting somewhere :-)

I've got deep respect for your craftsmanship!

Patrick</description>
		<content:encoded><![CDATA[<p>Looks like you&#8217;re getting somewhere :-)</p>
<p>I&#8217;ve got deep respect for your craftsmanship!</p>
<p>Patrick</p>
]]></content:encoded>
	</item>
</channel>
</rss>
