<?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>Pario TechnoBlob &#187; capture</title>
	<atom:link href="http://pario.no/tag/capture/feed/" rel="self" type="application/rss+xml" />
	<link>http://pario.no</link>
	<description>A cronological documentation test project, nothing serious, really!</description>
	<lastBuildDate>Thu, 02 Feb 2012 13:17:58 +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>Nikon and capture image function from remote PC</title>
		<link>http://pario.no/2007/08/06/nikon-and-capture-image-function-from-remote-pc/</link>
		<comments>http://pario.no/2007/08/06/nikon-and-capture-image-function-from-remote-pc/#comments</comments>
		<pubDate>Sun, 05 Aug 2007 23:32:11 +0000</pubDate>
		<dc:creator>Hans-Henry Jakobsen</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Photo etc]]></category>
		<category><![CDATA[Scripting]]></category>
		<category><![CDATA[capture]]></category>
		<category><![CDATA[gphoto2]]></category>
		<category><![CDATA[Nikon]]></category>
		<category><![CDATA[remote]]></category>

		<guid isPermaLink="false">http://hhj.no/wordpress/2007/08/06/nikon-and-capture-image-function-from-remote-pc/</guid>
		<description><![CDATA[I just figured out another nifty feature! The D70 has two USB connection modes, &#8220;mass storage&#8221; where the camera pretends to be an external hard drive, and PTP, which is an industry standard camera-computer USB protocol. Using PTP, it does not seem possible to download the camera contents with gphoto2, as I had with my [...]]]></description>
			<content:encoded><![CDATA[<p>I just figured out another nifty feature! The D70 has two USB connection modes, &#8220;mass storage&#8221; where the camera pretends to be an external hard drive, and PTP, which is an industry standard camera-computer USB protocol. Using PTP, it does not seem possible to download the camera contents with gphoto2, as I had with my A80, but it does support the &#8211;capture-image function, which causes the trigger release to be released!<br />
<span id="more-263"></span><br />
This means that I can trigger the camera from my computer! And with a simple &#8220;while&#8221; command, I now have time-lapse capability:</p>
<pre>
while true; do gphoto2 --capture-image; sleep 60; done</pre>
<p>Source: <a href="http://www.erikburrows.com/index.php?node=Nikon+D70">http://www.erikburrows.com/index.php?node=Nikon+D70</a></p>
<script type="text/javascript">var wordpress_toolbar_urls = ["http:\/\/www.erikburrows.com\/index.php?node=Nikon+D70"];var wordpress_toolbar_url = "http://pario.no/wp-content/plugins/wordpress-toolbar/toolbar.php";var wordpress_toolbar_oinw = "n";var wordpress_toolbar_hash = "aHR0cDovL3BhcmlvLm5vLzIwMDcvMDgvMDYvbmlrb24tYW5kLWNhcHR1cmUtaW1hZ2UtZnVuY3Rpb24tZnJvbS1yZW1vdGUtcGMvPHdwdGI%2BTmlrb24gYW5kIGNhcHR1cmUgaW1hZ2UgZnVuY3Rpb24gZnJvbSByZW1vdGUgUEM8d3B0Yj5odHRwOi8vcGFyaW8ubm88d3B0Yj5QYXJpbyBUZWNobm9CbG9i";</script>]]></content:encoded>
			<wfw:commentRss>http://pario.no/2007/08/06/nikon-and-capture-image-function-from-remote-pc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

