<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for The Machine in Shaft Ten</title>
	<atom:link href="http://johnarthur.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://johnarthur.wordpress.com</link>
	<description>Embedded computers and electronics</description>
	<lastBuildDate>Mon, 02 Nov 2009 08:02:17 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on A High-Resolution IP Webcam by johnarthur</title>
		<link>http://johnarthur.wordpress.com/2008/03/25/a-high-resolution-ip-webcam/#comment-235</link>
		<dc:creator>johnarthur</dc:creator>
		<pubDate>Mon, 02 Nov 2009 08:02:17 +0000</pubDate>
		<guid isPermaLink="false">http://johnarthur.wordpress.com/?p=18#comment-235</guid>
		<description>I&#039;m afraid I haven&#039;t used Unslung, so I can&#039;t comment with much authority, but the process of replacing it with the OpenWRT firmware should be identical to replacing the original firmware.</description>
		<content:encoded><![CDATA[<p>I&#8217;m afraid I haven&#8217;t used Unslung, so I can&#8217;t comment with much authority, but the process of replacing it with the OpenWRT firmware should be identical to replacing the original firmware.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A High-Resolution IP Webcam by Chris</title>
		<link>http://johnarthur.wordpress.com/2008/03/25/a-high-resolution-ip-webcam/#comment-234</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Sun, 01 Nov 2009 04:46:25 +0000</pubDate>
		<guid isPermaLink="false">http://johnarthur.wordpress.com/?p=18#comment-234</guid>
		<description>Thank you for this great information. I&#039;m looking to purchase a webcam and I was considering the one you mentioned here. I have a nslu2 w/ the unslung firmware installed. do i have to do anything different?

thanks

chris</description>
		<content:encoded><![CDATA[<p>Thank you for this great information. I&#8217;m looking to purchase a webcam and I was considering the one you mentioned here. I have a nslu2 w/ the unslung firmware installed. do i have to do anything different?</p>
<p>thanks</p>
<p>chris</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A High-Resolution IP Webcam by volpoca</title>
		<link>http://johnarthur.wordpress.com/2008/03/25/a-high-resolution-ip-webcam/#comment-233</link>
		<dc:creator>volpoca</dc:creator>
		<pubDate>Sun, 18 Oct 2009 15:22:36 +0000</pubDate>
		<guid isPermaLink="false">http://johnarthur.wordpress.com/?p=18#comment-233</guid>
		<description>In /etc/config/network I added:

option gateway	192.168.0.1
option dns	192.168.0.1

and now all works fine.

Thank you again,
Gianpaolo</description>
		<content:encoded><![CDATA[<p>In /etc/config/network I added:</p>
<p>option gateway	192.168.0.1<br />
option dns	192.168.0.1</p>
<p>and now all works fine.</p>
<p>Thank you again,<br />
Gianpaolo</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A High-Resolution IP Webcam by johnarthur</title>
		<link>http://johnarthur.wordpress.com/2008/03/25/a-high-resolution-ip-webcam/#comment-231</link>
		<dc:creator>johnarthur</dc:creator>
		<pubDate>Wed, 07 Oct 2009 07:35:12 +0000</pubDate>
		<guid isPermaLink="false">http://johnarthur.wordpress.com/?p=18#comment-231</guid>
		<description>If you can see it locally its working correctly; your problem must be a firewall or DNS name lookup issue. You should look at the error message you get when you try to access it via the internet - does it claim that the address doesn&#039;t exist (name lookup problems) or that it can&#039;t find a server there (firewall problems).</description>
		<content:encoded><![CDATA[<p>If you can see it locally its working correctly; your problem must be a firewall or DNS name lookup issue. You should look at the error message you get when you try to access it via the internet &#8211; does it claim that the address doesn&#8217;t exist (name lookup problems) or that it can&#8217;t find a server there (firewall problems).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A High-Resolution IP Webcam by volpoca</title>
		<link>http://johnarthur.wordpress.com/2008/03/25/a-high-resolution-ip-webcam/#comment-230</link>
		<dc:creator>volpoca</dc:creator>
		<pubDate>Wed, 07 Oct 2009 07:25:49 +0000</pubDate>
		<guid isPermaLink="false">http://johnarthur.wordpress.com/?p=18#comment-230</guid>
		<description>Hi,
I have installed the image &quot;openwrt-nslu2-uvc-webcam2.bin&quot;,
switched to static IP and modified etc/init.d/done (#One camera; run one web page) as follow:

-o &quot;output_http.so -p 9998 -w  /webcam_www&quot;\

I can now access the NSLU2 locally with Firefox (http://192.168.0.11:9998) 
but access via internet (http://example.no-ip.org:9998) is not possible.
A Linksys wvc54gca ip camera with the same configuration work without problems.

Can you help me?

Thank you and best regards,
Gianpaolo</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I have installed the image &#8220;openwrt-nslu2-uvc-webcam2.bin&#8221;,<br />
switched to static IP and modified etc/init.d/done (#One camera; run one web page) as follow:</p>
<p>-o &#8220;output_http.so -p 9998 -w  /webcam_www&#8221;\</p>
<p>I can now access the NSLU2 locally with Firefox (<a href="http://192.168.0.11:9998" rel="nofollow">http://192.168.0.11:9998</a>)<br />
but access via internet (<a href="http://example.no-ip.org:9998" rel="nofollow">http://example.no-ip.org:9998</a>) is not possible.<br />
A Linksys wvc54gca ip camera with the same configuration work without problems.</p>
<p>Can you help me?</p>
<p>Thank you and best regards,<br />
Gianpaolo</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A High-Resolution IP Webcam by johnarthur</title>
		<link>http://johnarthur.wordpress.com/2008/03/25/a-high-resolution-ip-webcam/#comment-211</link>
		<dc:creator>johnarthur</dc:creator>
		<pubDate>Fri, 26 Jun 2009 21:50:23 +0000</pubDate>
		<guid isPermaLink="false">http://johnarthur.wordpress.com/?p=18#comment-211</guid>
		<description>I&#039;m afraid I haven&#039;t looked at this, so I can&#039;t offer anything helpful. I strongly suspect you will need to do it at the host end as the NSLU2 does not have the computational power or time spare to manipulate the JPEGs, even to do something as apparently simple as image inversion.</description>
		<content:encoded><![CDATA[<p>I&#8217;m afraid I haven&#8217;t looked at this, so I can&#8217;t offer anything helpful. I strongly suspect you will need to do it at the host end as the NSLU2 does not have the computational power or time spare to manipulate the JPEGs, even to do something as apparently simple as image inversion.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A High-Resolution IP Webcam by Rico</title>
		<link>http://johnarthur.wordpress.com/2008/03/25/a-high-resolution-ip-webcam/#comment-210</link>
		<dc:creator>Rico</dc:creator>
		<pubDate>Thu, 25 Jun 2009 16:25:53 +0000</pubDate>
		<guid isPermaLink="false">http://johnarthur.wordpress.com/?p=18#comment-210</guid>
		<description>Hi johnarthur,
I wonder if you can give me a bit advice on where I can find information about flipping the output of mjpg_streamer. I need to flip the output image/video because the webcam will be mounted on the ceiling which makes the images upside down. I am thinking (actually working on) about flipping the output stream real time with Javascript but then I will have two new problems:
1. Flipping image(s) with js might take up significent computing power on the client machine.
2. I still need to flip the snapshot or video stream if I need to save to record them.

Therefore I think the ideal solution would be to find a way to flip the image(s) before sending through http output.

Regards,
Rico</description>
		<content:encoded><![CDATA[<p>Hi johnarthur,<br />
I wonder if you can give me a bit advice on where I can find information about flipping the output of mjpg_streamer. I need to flip the output image/video because the webcam will be mounted on the ceiling which makes the images upside down. I am thinking (actually working on) about flipping the output stream real time with Javascript but then I will have two new problems:<br />
1. Flipping image(s) with js might take up significent computing power on the client machine.<br />
2. I still need to flip the snapshot or video stream if I need to save to record them.</p>
<p>Therefore I think the ideal solution would be to find a way to flip the image(s) before sending through http output.</p>
<p>Regards,<br />
Rico</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on An Efficient Voltage Regulator by Lurch</title>
		<link>http://johnarthur.wordpress.com/2008/06/08/an-efficient-voltage-regulator/#comment-207</link>
		<dc:creator>Lurch</dc:creator>
		<pubDate>Fri, 08 May 2009 10:41:14 +0000</pubDate>
		<guid isPermaLink="false">http://johnarthur.wordpress.com/?p=26#comment-207</guid>
		<description>For those of us without the required skills to build one ourselves ;) you can also get pre-built switching regulators - there&#039;s a bunch of info and test results at:
http://sites.google.com/site/bifferboard/Home/howto/power-bifferboard-from-12vdc-battery</description>
		<content:encoded><![CDATA[<p>For those of us without the required skills to build one ourselves <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  you can also get pre-built switching regulators &#8211; there&#8217;s a bunch of info and test results at:<br />
<a href="http://sites.google.com/site/bifferboard/Home/howto/power-bifferboard-from-12vdc-battery" rel="nofollow">http://sites.google.com/site/bifferboard/Home/howto/power-bifferboard-from-12vdc-battery</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A Battery-powered Time-Lapse Camera by eclectronics.org &#187; Blog Archive &#187; Auto power management for the Angstrom NSLU2</title>
		<link>http://johnarthur.wordpress.com/2008/06/26/a-battery-powered-time-lapse-camera/#comment-206</link>
		<dc:creator>eclectronics.org &#187; Blog Archive &#187; Auto power management for the Angstrom NSLU2</dc:creator>
		<pubDate>Wed, 06 May 2009 11:06:08 +0000</pubDate>
		<guid isPermaLink="false">http://johnarthur.wordpress.com/?p=36#comment-206</guid>
		<description>[...] followed the instructions here and modded the NSLU2 to connect its RTC chip to its power-on circuit, it also necessitated patching [...]</description>
		<content:encoded><![CDATA[<p>[...] followed the instructions here and modded the NSLU2 to connect its RTC chip to its power-on circuit, it also necessitated patching [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Further notes on the NSLU2 and QuickCam Pro 9000 by johnarthur</title>
		<link>http://johnarthur.wordpress.com/2008/03/29/further-notes-on-the-nslu2-and-quickcam-pro-9000/#comment-204</link>
		<dc:creator>johnarthur</dc:creator>
		<pubDate>Sat, 25 Apr 2009 02:24:48 +0000</pubDate>
		<guid isPermaLink="false">http://johnarthur.wordpress.com/?p=21#comment-204</guid>
		<description>The video stream from the NSLU2 is just video; the OpenWRT UVC driver doesn&#039;t know how to get at the audio that the camera can generate. I&#039;m afraid I can&#039;t help with saving the video stream or using Cygwin as I haven&#039;t tried to do either and I just don&#039;t know whats involved. Both sound perfectly feasible to me...</description>
		<content:encoded><![CDATA[<p>The video stream from the NSLU2 is just video; the OpenWRT UVC driver doesn&#8217;t know how to get at the audio that the camera can generate. I&#8217;m afraid I can&#8217;t help with saving the video stream or using Cygwin as I haven&#8217;t tried to do either and I just don&#8217;t know whats involved. Both sound perfectly feasible to me&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
