<?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 for Tomdee</title>
	<atom:link href="http://www.tomdee.co.uk/index.php/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tomdee.co.uk</link>
	<description></description>
	<lastBuildDate>Fri, 27 Jan 2012 08:32:11 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on Creating a timelapse from a Foscam IP Camera by Andy</title>
		<link>http://www.tomdee.co.uk/index.php/2011/02/13/creating-a-timelapse-from-a-foscam-ip-camera/#comment-142</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Fri, 27 Jan 2012 08:32:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.splitix.co.uk:82/?p=5#comment-142</guid>
		<description>To watermark the image, try Image Magick.  I ended up going VBScript versus Perl but was able to watermark my images with a timestamp with the following:

&quot;montage -geometry +0+0 -background white -label &quot; &amp; chr(34) &amp; strWatermark &amp; chr(34) &amp; &quot; -pointsize 20 &quot; &amp; strSourceDir &amp; objFile.FileName &amp; &quot;.jpg &quot; &amp; strDestinationDir &amp; objFile.FileName &amp; &quot;.jpg&quot;</description>
		<content:encoded><![CDATA[<p>To watermark the image, try Image Magick.  I ended up going VBScript versus Perl but was able to watermark my images with a timestamp with the following:</p>
<p>&#8220;montage -geometry +0+0 -background white -label &#8221; &amp; chr(34) &amp; strWatermark &amp; chr(34) &amp; &#8221; -pointsize 20 &#8221; &amp; strSourceDir &amp; objFile.FileName &amp; &#8220;.jpg &#8221; &amp; strDestinationDir &amp; objFile.FileName &amp; &#8220;.jpg&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating a timelapse from a Foscam IP Camera by Andy</title>
		<link>http://www.tomdee.co.uk/index.php/2011/02/13/creating-a-timelapse-from-a-foscam-ip-camera/#comment-140</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Tue, 17 Jan 2012 01:47:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.splitix.co.uk:82/?p=5#comment-140</guid>
		<description>I&#039;m a rookie to coding and the only need for Perl would be for the same purpose as you&#039;ve written above.  Thinking I could sneak by using your code, I downloaded Strawberry Perl for Windows and tried to run it.  It doesn&#039;t seem to work and with my limited understanding, I&#039;m guessing it could be the use of &#039;curl&#039;.  

Any thoughts on how I could get this to run in Strawberry Perl or how to setup a similar function to create a timelapse from the Foscam camera in Windows?

Cheers,
Andy</description>
		<content:encoded><![CDATA[<p>I&#8217;m a rookie to coding and the only need for Perl would be for the same purpose as you&#8217;ve written above.  Thinking I could sneak by using your code, I downloaded Strawberry Perl for Windows and tried to run it.  It doesn&#8217;t seem to work and with my limited understanding, I&#8217;m guessing it could be the use of &#8216;curl&#8217;.  </p>
<p>Any thoughts on how I could get this to run in Strawberry Perl or how to setup a similar function to create a timelapse from the Foscam camera in Windows?</p>
<p>Cheers,<br />
Andy</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating a timelapse from a Foscam IP Camera by admin</title>
		<link>http://www.tomdee.co.uk/index.php/2011/02/13/creating-a-timelapse-from-a-foscam-ip-camera/#comment-10</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Tue, 10 May 2011 12:17:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.splitix.co.uk:82/?p=5#comment-10</guid>
		<description>I hadn&#039;t considered an FTP approach, sounds interesting especially if that provides the alarm functions you mention. I&#039;d love to see any updates you make, especially for tagging pictures with a date/time watermark.</description>
		<content:encoded><![CDATA[<p>I hadn&#8217;t considered an FTP approach, sounds interesting especially if that provides the alarm functions you mention. I&#8217;d love to see any updates you make, especially for tagging pictures with a date/time watermark.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating a timelapse from a Foscam IP Camera by Martijn</title>
		<link>http://www.tomdee.co.uk/index.php/2011/02/13/creating-a-timelapse-from-a-foscam-ip-camera/#comment-9</link>
		<dc:creator>Martijn</dc:creator>
		<pubDate>Mon, 09 May 2011 10:16:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.splitix.co.uk:82/?p=5#comment-9</guid>
		<description>Hi,
I am also looking for such a solution. My firts idea was to process the cam&#039;s snapshots which are ftp&#039;ed to my NAS and then process them. Did you consider this? Advantage is that you can use the alarm functions of the foscam.
Your script gives some more control, which I like. I also want to print the date and time in the picture. I think of using &#039;convert&#039; for this (in the while-loop).
My idea is to create a movie for each day. Compressing it to a mp4 movie safes a lot of space! I&#039;m still experimenting which compression is acceptable (2-pass 800k seems ok)
Regards,
Martijn</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I am also looking for such a solution. My firts idea was to process the cam&#8217;s snapshots which are ftp&#8217;ed to my NAS and then process them. Did you consider this? Advantage is that you can use the alarm functions of the foscam.<br />
Your script gives some more control, which I like. I also want to print the date and time in the picture. I think of using &#8216;convert&#8217; for this (in the while-loop).<br />
My idea is to create a movie for each day. Compressing it to a mp4 movie safes a lot of space! I&#8217;m still experimenting which compression is acceptable (2-pass 800k seems ok)<br />
Regards,<br />
Martijn</p>
]]></content:encoded>
	</item>
</channel>
</rss>

