<?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>Project Blog &#187; CHDK</title>
	<atom:link href="http://blog.opengeo.nl/index.php/tag/chdk/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.opengeo.nl</link>
	<description>Stichting OpenGeo</description>
	<lastBuildDate>Wed, 30 Mar 2011 00:00:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Nieuw fotoscript (CHDK)</title>
		<link>http://blog.opengeo.nl/index.php/2009/04/11/nieuw-fotoscript-chdk/</link>
		<comments>http://blog.opengeo.nl/index.php/2009/04/11/nieuw-fotoscript-chdk/#comments</comments>
		<pubDate>Sat, 11 Apr 2009 11:10:06 +0000</pubDate>
		<dc:creator>rubke</dc:creator>
				<category><![CDATA[CHDK]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[ubasic]]></category>

		<guid isPermaLink="false">http://blog.opengeo.nl/?p=405</guid>
		<description><![CDATA[Het volgende fotoscript heeft het voordeel dat de interval tussen de shoots precies x aantal seconden is, het vorige script nam de delay van het fotoschieten niet mee. Verder zet dit script het display uit zodat we zo min mogelijk energie verspillen @title KAP vpiorno 3.3 @param a Interval (Secs) @default a 10 @param b [...]]]></description>
			<content:encoded><![CDATA[<p>Het volgende fotoscript heeft het voordeel dat de interval tussen de shoots precies x aantal seconden is, het vorige script nam de delay van het fotoschieten niet mee. Verder zet dit script het display uit zodat we zo min mogelijk energie verspillen</p>
<pre style="padding-left: 30px;">@title KAP vpiorno 3.3
@param a Interval (Secs)
@default a 10
@param b Secs until 1st shoot
@default b 20
@param c Turn off display (0=no, 1=yes)
@default c 1

t=get_tick_count
if a&lt;10 then a=10
d=a*1000
if b&lt;15 then b=15
s=t+((b-(15/10))*1000)

rem Blue LED blinking to check if script is running
for x=1 to 8
set_led 9 1
sleep 50
set_led 9 0
sleep 50
next x

rem Turning off LCD display
get_prop 105 e
if c&lt;&gt;0 &amp; e&lt;&gt;2 then
for n=0 to (2-e)
click "display"
next n
endif

goto "shoot"

:shoot
if get_tick_count&lt;s then goto "shoot"
s=s+d
shoot
goto "shoot"

end</pre>
<p>meer informatie over het gebruik van chdk : <a href="http://hackaday.com/2008/05/27/how-to-expand-your-camera-with-chdk/">http://hackaday.com/2008/05/27/how-to-expand-your-camera-with-chdk/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.opengeo.nl/index.php/2009/04/11/nieuw-fotoscript-chdk/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

