<?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 on: Tethered shooting on Ubuntu Linux using gPhoto2</title>
	<atom:link href="http://photodoto.com/tethered-shooting-with-linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://photodoto.com/tethered-shooting-with-linux/</link>
	<description>Photography is for everyone.</description>
	<lastBuildDate>Tue, 14 Feb 2012 09:17:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: cman</title>
		<link>http://photodoto.com/tethered-shooting-with-linux/comment-page-1/#comment-204577</link>
		<dc:creator>cman</dc:creator>
		<pubDate>Tue, 09 Jun 2009 15:24:12 +0000</pubDate>
		<guid isPermaLink="false">http://photodoto.com/index.php/2008/02/25/tethered-shooting-with-linux/#comment-204577</guid>
		<description>Just a request for clarity.  You said you changed the script
to &quot;gphoto2 –capture-tethered –hook-script=view&quot;.
I was looking at the documentation for gphoto2 and it looks
like your line listed here is incorrect where you have 
&quot;-hook-script=view&quot;.  Or am I reading it wrong?  I would really like to know because I will use this script for a photo shoot in a couple of weeks and would really like to try it out.

Thanks for your time</description>
		<content:encoded><![CDATA[<p>Just a request for clarity.  You said you changed the script<br />
to &#8220;gphoto2 –capture-tethered –hook-script=view&#8221;.<br />
I was looking at the documentation for gphoto2 and it looks<br />
like your line listed here is incorrect where you have<br />
&#8220;-hook-script=view&#8221;.  Or am I reading it wrong?  I would really like to know because I will use this script for a photo shoot in a couple of weeks and would really like to try it out.</p>
<p>Thanks for your time</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: glopglop</title>
		<link>http://photodoto.com/tethered-shooting-with-linux/comment-page-1/#comment-202103</link>
		<dc:creator>glopglop</dc:creator>
		<pubDate>Fri, 15 May 2009 21:16:07 +0000</pubDate>
		<guid isPermaLink="false">http://photodoto.com/index.php/2008/02/25/tethered-shooting-with-linux/#comment-202103</guid>
		<description>Nice little scripts. I tried it (tether only, not soundtrigger) with Nikon D200. It works fine, except that it keeps trying to all previous shots on the memory card rather than only the last one. So in tether, I replaced the two gphoto2 commands by this one: 
gphoto2 --capture-tethered --hook-script=view
Now it works perfectly !
Regards</description>
		<content:encoded><![CDATA[<p>Nice little scripts. I tried it (tether only, not soundtrigger) with Nikon D200. It works fine, except that it keeps trying to all previous shots on the memory card rather than only the last one. So in tether, I replaced the two gphoto2 commands by this one:<br />
gphoto2 &#8211;capture-tethered &#8211;hook-script=view<br />
Now it works perfectly !<br />
Regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Choosing Tethered Shooting Software for Nikon DSLR Cameras &#124; The Photo Geek</title>
		<link>http://photodoto.com/tethered-shooting-with-linux/comment-page-1/#comment-201914</link>
		<dc:creator>Choosing Tethered Shooting Software for Nikon DSLR Cameras &#124; The Photo Geek</dc:creator>
		<pubDate>Thu, 14 May 2009 14:21:08 +0000</pubDate>
		<guid isPermaLink="false">http://photodoto.com/index.php/2008/02/25/tethered-shooting-with-linux/#comment-201914</guid>
		<description>[...] gPhoto2 was the only option I found for Linux users though I’m sure there are more available.&#160; See this post for details. [...]</description>
		<content:encoded><![CDATA[<p>[...] gPhoto2 was the only option I found for Linux users though I’m sure there are more available.&#160; See this post for details. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gabor</title>
		<link>http://photodoto.com/tethered-shooting-with-linux/comment-page-1/#comment-200963</link>
		<dc:creator>Gabor</dc:creator>
		<pubDate>Thu, 07 May 2009 21:55:51 +0000</pubDate>
		<guid isPermaLink="false">http://photodoto.com/index.php/2008/02/25/tethered-shooting-with-linux/#comment-200963</guid>
		<description>Thanks for this description and scripts! I have Canon EOS 30D and had some trouble with downlading. My 30D was always BUSY and I was unable to take pictures.
Solution:
1. Unmount the camera folder every time, if it is mounted automatically when you switch on or connect camera.
2. Include &quot;gphoto2 --set-config capture=off&quot; before the &quot;while&quot; command to switch camera back to normal mode (to enable taking pictures).
3. Because &quot;eog&quot; does not show my canon raw files, I changed it in the view script to &quot;f-spot -v &quot;$ARGUMENT&quot; &amp;&quot;. And the &quot;pkill&quot; to &quot;pkill f-spot&quot;.

Thanks again, for this tutorial!</description>
		<content:encoded><![CDATA[<p>Thanks for this description and scripts! I have Canon EOS 30D and had some trouble with downlading. My 30D was always BUSY and I was unable to take pictures.<br />
Solution:<br />
1. Unmount the camera folder every time, if it is mounted automatically when you switch on or connect camera.<br />
2. Include &#8220;gphoto2 &#8211;set-config capture=off&#8221; before the &#8220;while&#8221; command to switch camera back to normal mode (to enable taking pictures).<br />
3. Because &#8220;eog&#8221; does not show my canon raw files, I changed it in the view script to &#8220;f-spot -v &#8220;$ARGUMENT&#8221; &amp;&#8221;. And the &#8220;pkill&#8221; to &#8220;pkill f-spot&#8221;.</p>
<p>Thanks again, for this tutorial!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raymond</title>
		<link>http://photodoto.com/tethered-shooting-with-linux/comment-page-1/#comment-191969</link>
		<dc:creator>Raymond</dc:creator>
		<pubDate>Tue, 17 Feb 2009 07:12:40 +0000</pubDate>
		<guid isPermaLink="false">http://photodoto.com/index.php/2008/02/25/tethered-shooting-with-linux/#comment-191969</guid>
		<description>Nice one, I think the sound of a snapping finger or clapping hand makes more sense than what I did which is using voice recognition to push the button on the form (I&#039;m doing this in Windows).

I&#039;ll have to work out how I can receive sounds generically rather than via the speech recognition module.  As I&#039;m doing this all in scripting language I&#039;m limited to what interfaces there are.

But the idea of doing a photobooth like John Ford said -- I think this is great and I need to see how I can make my script more suitable for that.</description>
		<content:encoded><![CDATA[<p>Nice one, I think the sound of a snapping finger or clapping hand makes more sense than what I did which is using voice recognition to push the button on the form (I&#8217;m doing this in Windows).</p>
<p>I&#8217;ll have to work out how I can receive sounds generically rather than via the speech recognition module.  As I&#8217;m doing this all in scripting language I&#8217;m limited to what interfaces there are.</p>
<p>But the idea of doing a photobooth like John Ford said &#8212; I think this is great and I need to see how I can make my script more suitable for that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Ford</title>
		<link>http://photodoto.com/tethered-shooting-with-linux/comment-page-1/#comment-191712</link>
		<dc:creator>John Ford</dc:creator>
		<pubDate>Fri, 13 Feb 2009 19:28:53 +0000</pubDate>
		<guid isPermaLink="false">http://photodoto.com/index.php/2008/02/25/tethered-shooting-with-linux/#comment-191712</guid>
		<description>Fantastic!  I&#039;m doing a dance event in April and one idea I have is to setup a &quot;photo nook&quot; where people can go, grab a remote, and snap some nice, high-quality pics of themselves together at this event.  I&#039;ll setup all the lighting, camera, cool background all of that and basically &quot;pre-compose&quot; the shot for them...all they have to do is get some friends, make goofy faces at the camera, press the remote, and voila!

Now I&#039;ll be able to additionally show the pictures live on the computer screen as soon as they take them.  Yes, fantastic.  Thanks a ton.</description>
		<content:encoded><![CDATA[<p>Fantastic!  I&#8217;m doing a dance event in April and one idea I have is to setup a &#8220;photo nook&#8221; where people can go, grab a remote, and snap some nice, high-quality pics of themselves together at this event.  I&#8217;ll setup all the lighting, camera, cool background all of that and basically &#8220;pre-compose&#8221; the shot for them&#8230;all they have to do is get some friends, make goofy faces at the camera, press the remote, and voila!</p>
<p>Now I&#8217;ll be able to additionally show the pictures live on the computer screen as soon as they take them.  Yes, fantastic.  Thanks a ton.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Watson</title>
		<link>http://photodoto.com/tethered-shooting-with-linux/comment-page-1/#comment-191092</link>
		<dc:creator>John Watson</dc:creator>
		<pubDate>Thu, 05 Feb 2009 20:34:53 +0000</pubDate>
		<guid isPermaLink="false">http://photodoto.com/index.php/2008/02/25/tethered-shooting-with-linux/#comment-191092</guid>
		<description>I don&#039;t know. It could be the camera isn&#039;t recognized by Gphoto2 (solution: wait for an upgrade to Gphoto2). Or it could be that the camera was mounted as a filesystem which is interfering with direct USB camera access (solution: unmount it).</description>
		<content:encoded><![CDATA[<p>I don&#8217;t know. It could be the camera isn&#8217;t recognized by Gphoto2 (solution: wait for an upgrade to Gphoto2). Or it could be that the camera was mounted as a filesystem which is interfering with direct USB camera access (solution: unmount it).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Harri_Tku</title>
		<link>http://photodoto.com/tethered-shooting-with-linux/comment-page-1/#comment-191021</link>
		<dc:creator>Harri_Tku</dc:creator>
		<pubDate>Wed, 04 Feb 2009 19:20:09 +0000</pubDate>
		<guid isPermaLink="false">http://photodoto.com/index.php/2008/02/25/tethered-shooting-with-linux/#comment-191021</guid>
		<description>Hi. I have Acer AspireOne with Linplus Linux. Gphoto2 does not get connected to EOS 5D. It says something about reserved USB-port (Error message is like this &quot;ould not claim interface 0 (Operation not permitted). Make sure no other program or kernel module (e.g. dc2xx or stv680) is using the device and you have read/write access to the device. &quot;

Has someone solution for &quot;out-of-the box&quot; aspire one and this great tether-script.

Thank you.</description>
		<content:encoded><![CDATA[<p>Hi. I have Acer AspireOne with Linplus Linux. Gphoto2 does not get connected to EOS 5D. It says something about reserved USB-port (Error message is like this &#8220;ould not claim interface 0 (Operation not permitted). Make sure no other program or kernel module (e.g. dc2xx or stv680) is using the device and you have read/write access to the device. &#8221;</p>
<p>Has someone solution for &#8220;out-of-the box&#8221; aspire one and this great tether-script.</p>
<p>Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: swein</title>
		<link>http://photodoto.com/tethered-shooting-with-linux/comment-page-1/#comment-184698</link>
		<dc:creator>swein</dc:creator>
		<pubDate>Mon, 01 Dec 2008 17:18:55 +0000</pubDate>
		<guid isPermaLink="false">http://photodoto.com/index.php/2008/02/25/tethered-shooting-with-linux/#comment-184698</guid>
		<description>Hi, thats really cool, i looked for something like this really long time. I have two nikons Coolpix 5700 - tether works at all with no changes in the script, but i can&#039;t force it to take pictures with soundtrigger; Coolpix L12 - tether doesn&#039;t work, soundtrigger takes the picture but doesn&#039;t copy it to the computer. I hope, I fix it;-)</description>
		<content:encoded><![CDATA[<p>Hi, thats really cool, i looked for something like this really long time. I have two nikons Coolpix 5700 &#8211; tether works at all with no changes in the script, but i can&#8217;t force it to take pictures with soundtrigger; Coolpix L12 &#8211; tether doesn&#8217;t work, soundtrigger takes the picture but doesn&#8217;t copy it to the computer. I hope, I fix it;-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jason</title>
		<link>http://photodoto.com/tethered-shooting-with-linux/comment-page-1/#comment-113020</link>
		<dc:creator>jason</dc:creator>
		<pubDate>Fri, 02 May 2008 03:13:53 +0000</pubDate>
		<guid isPermaLink="false">http://photodoto.com/index.php/2008/02/25/tethered-shooting-with-linux/#comment-113020</guid>
		<description>BTW, my Linux is fedora8, and I am using the preinstalled gphoto2, the one you can install using add/remove program.s</description>
		<content:encoded><![CDATA[<p>BTW, my Linux is fedora8, and I am using the preinstalled gphoto2, the one you can install using add/remove program.s</p>
]]></content:encoded>
	</item>
</channel>
</rss>

