<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:www.nabble.com,2006:forum-3236</id>
	<title>Nabble - gPhoto</title>
	<updated>2008-10-05T03:47:52Z</updated>
	<link rel="self" type="application/atom+xml" href="http://www.nabble.com/gPhoto-f3236.xml" />
	<link rel="alternate" type="text/html" href="http://www.nabble.com/gPhoto-f3236.html" />
	<subtitle type="html">gPhoto is a program and library framework that lets users download pictures from their digital cameras. The libgphoto2 library gives you access to more than 500 digital cameras on several platforms. gPhoto home is &lt;a href=&quot;http://sourceforge.net/projects/gphoto/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;.</subtitle>
	
<entry>
	<id>tag:www.nabble.com,2006:post-19823387</id>
	<title>[gphoto-bugs] [ gphoto-Bugs-2145951 ] gphoto cannot copy files with number over 1024</title>
	<published>2008-10-05T03:47:52Z</published>
	<updated>2008-10-05T03:47:52Z</updated>
	<author>
		<name>SourceForge.net</name>
	</author>
	<content type="html">Bugs item #2145951, was opened at 2008-10-04 07:52
&lt;br&gt;Message generated for change (Comment added) made by marcusmeissner
&lt;br&gt;You can respond by visiting: 
&lt;br&gt;&lt;a href=&quot;https://sourceforge.net/tracker/?func=detail&amp;atid=108874&amp;aid=2145951&amp;group_id=8874&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://sourceforge.net/tracker/?func=detail&amp;atid=108874&amp;aid=2145951&amp;group_id=8874&lt;/a&gt;&lt;br&gt;&lt;br&gt;Please note that this message will contain a full copy of the comment thread,
&lt;br&gt;including the initial issue submission, for this request,
&lt;br&gt;not just the latest update.
&lt;br&gt;Category: libgphoto2
&lt;br&gt;Group: None
&lt;br&gt;&amp;gt;Status: Closed
&lt;br&gt;&amp;gt;Resolution: Fixed
&lt;br&gt;Priority: 5
&lt;br&gt;Private: No
&lt;br&gt;Submitted By: Henrik Herranen (realleo)
&lt;br&gt;&amp;gt;Assigned to: Marcus Meissner (marcusmeissner)
&lt;br&gt;Summary: gphoto cannot copy files with number over 1024
&lt;br&gt;&lt;br&gt;Initial Comment:
&lt;br&gt;gFull Description:
&lt;br&gt;&lt;br&gt;photo2 cannot handle situations where there are more than 1024 images on a memory card, which in itself is a situation very typical already on 16 GB Compact Flash cards, not to even speak of new 100 GB cards. The problem is caused by libgphoto2-2.4.2 file gphoto2-list.c line 75 that says:
&lt;br&gt;#define MAX_ENTRIES 1024
&lt;br&gt;&lt;br&gt;&lt;br&gt;How to repeat the problem:
&lt;br&gt;&lt;br&gt;Take a memory card with over 1024 images, and try to copy images above the 1024th image, and you'll get the following message:
&lt;br&gt;*** Error (-8: 'Fixed limit exceeded') ***
&lt;br&gt;&lt;br&gt;&lt;br&gt;Fix to the problem if known:
&lt;br&gt;&lt;br&gt;The quick fix is to change this to a larger number, i.e. 8192 or 16384. I've been using a version modified as this and it works well for my needs.
&lt;br&gt;#define MAX_ENTRIES 8192
&lt;br&gt;&lt;br&gt;However, who such an arbitrary restriction? The correct way would be to dynamically allocate as much space as is needed.
&lt;br&gt;&lt;br&gt;&lt;br&gt;----------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;&amp;gt;Comment By: Marcus Meissner (marcusmeissner)
&lt;br&gt;Date: 2008-10-05 10:47
&lt;br&gt;&lt;br&gt;Message:
&lt;br&gt;we are aware of this problem, and libgphoto2 2.5 will have a dynamic list.
&lt;br&gt;&lt;br&gt;2.5 is however not yet ready to release, so you can use the redefine as
&lt;br&gt;workaround for now.
&lt;br&gt;&lt;br&gt;----------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;Comment By: Hubert Figuiere (hfiguiere)
&lt;br&gt;Date: 2008-10-04 23:05
&lt;br&gt;&lt;br&gt;Message:
&lt;br&gt;your hack break the ABI so it is not as trivial has you think. The problem
&lt;br&gt;is know and I'm sure we already have a bug about that.
&lt;br&gt;&lt;br&gt;----------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;You can respond by visiting: 
&lt;br&gt;&lt;a href=&quot;https://sourceforge.net/tracker/?func=detail&amp;atid=108874&amp;aid=2145951&amp;group_id=8874&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://sourceforge.net/tracker/?func=detail&amp;atid=108874&amp;aid=2145951&amp;group_id=8874&lt;/a&gt;&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;gphoto-bugs mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19823387&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gphoto-bugs@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/gphoto-bugs&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/gphoto-bugs&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/gphoto-bugs-f3237.html&quot; embed=&quot;fixTarget[3237]&quot; target=&quot;_top&quot; &gt;gphoto-bugs&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/-gphoto-bugs----gphoto-Bugs-2145951---gphoto-cannot-copy-files-with-number-over-1024-tp19823387p19823387.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19823715</id>
	<title>[gphoto-bugs] [ gphoto-Bugs-1906117 ] compile fails with newest libtool</title>
	<published>2008-10-05T03:46:41Z</published>
	<updated>2008-10-05T03:46:41Z</updated>
	<author>
		<name>SourceForge.net</name>
	</author>
	<content type="html">Bugs item #1906117, was opened at 2008-03-03 09:04
&lt;br&gt;Message generated for change (Comment added) made by marcusmeissner
&lt;br&gt;You can respond by visiting: 
&lt;br&gt;&lt;a href=&quot;https://sourceforge.net/tracker/?func=detail&amp;atid=108874&amp;aid=1906117&amp;group_id=8874&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://sourceforge.net/tracker/?func=detail&amp;atid=108874&amp;aid=1906117&amp;group_id=8874&lt;/a&gt;&lt;br&gt;&lt;br&gt;Please note that this message will contain a full copy of the comment thread,
&lt;br&gt;including the initial issue submission, for this request,
&lt;br&gt;not just the latest update.
&lt;br&gt;Category: None
&lt;br&gt;Group: None
&lt;br&gt;&amp;gt;Status: Closed
&lt;br&gt;&amp;gt;Resolution: Fixed
&lt;br&gt;Priority: 5
&lt;br&gt;Private: No
&lt;br&gt;Submitted By: evert vorster (evorster)
&lt;br&gt;&amp;gt;Assigned to: Marcus Meissner (marcusmeissner)
&lt;br&gt;Summary: compile fails with newest libtool
&lt;br&gt;&lt;br&gt;Initial Comment:
&lt;br&gt;Hi. I am running Sorcerer, and as such, I run in to some bleeding-edge issues from time to time.
&lt;br&gt;Libtool recently released a new version. 
&lt;br&gt;So, I updated libtool to newest version.
&lt;br&gt;Then re-building libgphoto2 failed.
&lt;br&gt;&lt;br&gt;Here is a compile log:
&lt;br&gt;&lt;br&gt;Compile log for libgphoto2 2.4.0
&lt;br&gt;Built with sorcery implosion-20080228-1 and gcc 4.2.3
&lt;br&gt;Built on Mon Mar &amp;nbsp;3 16:48:31 SGT 2008
&lt;br&gt;checking for a BSD-compatible install...
&lt;br&gt;&amp;lt;-snip-&amp;gt;
&lt;br&gt;&lt;br&gt;checking for ltdl.h... yes
&lt;br&gt;checking for lt_dlcaller_register in -lltdl... no
&lt;br&gt;configure: error:
&lt;br&gt;libgphoto2 requires the ltdl library, included with libtool
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Libtool 2.2 did install the following:
&lt;br&gt;&lt;br&gt;root@power64:~/.sorcery/grimoire# augur install libtool | grep ltdl.h
&lt;br&gt;/usr/include/ltdl.h
&lt;br&gt;/usr/share/libtool/libltdl/ltdl.h
&lt;br&gt;&lt;br&gt;With the older version of libtool compilation of libgphoto2 works fine. 
&lt;br&gt;Thanks for your attention. 
&lt;br&gt;Regards,
&lt;br&gt;Evert Vorster
&lt;br&gt;&lt;br&gt;----------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;&amp;gt;Comment By: Marcus Meissner (marcusmeissner)
&lt;br&gt;Date: 2008-10-05 10:46
&lt;br&gt;&lt;br&gt;Message:
&lt;br&gt;i have fixed this in SVN, will be in the next release
&lt;br&gt;&lt;br&gt;----------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;Comment By: evert vorster (evorster)
&lt;br&gt;Date: 2008-03-03 23:52
&lt;br&gt;&lt;br&gt;Message:
&lt;br&gt;Logged In: YES 
&lt;br&gt;user_id=2025592
&lt;br&gt;Originator: YES
&lt;br&gt;&lt;br&gt;Hi there.... Looks like an error in the configure script. If I issue: 
&lt;br&gt;export ac_cv_lib_ltdl_lt_dlcaller_register=yes 
&lt;br&gt;&lt;br&gt;In my compile scripts, libgphoto2 compiles and operates fine. 
&lt;br&gt;&lt;br&gt;-Evert-
&lt;br&gt;&lt;br&gt;----------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;You can respond by visiting: 
&lt;br&gt;&lt;a href=&quot;https://sourceforge.net/tracker/?func=detail&amp;atid=108874&amp;aid=1906117&amp;group_id=8874&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://sourceforge.net/tracker/?func=detail&amp;atid=108874&amp;aid=1906117&amp;group_id=8874&lt;/a&gt;&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;gphoto-bugs mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19823715&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gphoto-bugs@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/gphoto-bugs&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/gphoto-bugs&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/gphoto-bugs-f3237.html&quot; embed=&quot;fixTarget[3237]&quot; target=&quot;_top&quot; &gt;gphoto-bugs&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/-gphoto-bugs----gphoto-Bugs-1906117---compile-fails-with-newest-libtool-tp19823715p19823715.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19819074</id>
	<title>Re: looking for auto-power-up and focus-lock</title>
	<published>2008-10-04T16:24:36Z</published>
	<updated>2008-10-04T16:24:36Z</updated>
	<author>
		<name>Alessio Sangalli</name>
	</author>
	<content type="html">RC wrote:
&lt;br&gt;&lt;br&gt;&amp;gt; fine... except the fact, that the camera does not restart after power
&lt;br&gt;&amp;gt; loss.
&lt;br&gt;&lt;br&gt;I know Canon S60, S70 and S80 support restart after power loss.
&lt;br&gt;&lt;br&gt;bye
&lt;br&gt;as
&lt;br&gt;&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Gphoto-user mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19819074&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gphoto-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/gphoto-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/gphoto-user&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/gphoto-user-f3242.html&quot; embed=&quot;fixTarget[3242]&quot; target=&quot;_top&quot; &gt;gphoto-user&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/looking-for-auto-power-up-and-focus-lock-tp19817020p19819074.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19818916</id>
	<title>[gphoto-bugs] [ gphoto-Bugs-2145951 ] gphoto cannot copy files with number over 1024</title>
	<published>2008-10-04T16:05:14Z</published>
	<updated>2008-10-04T16:05:14Z</updated>
	<author>
		<name>SourceForge.net</name>
	</author>
	<content type="html">Bugs item #2145951, was opened at 2008-10-04 03:52
&lt;br&gt;Message generated for change (Comment added) made by hfiguiere
&lt;br&gt;You can respond by visiting: 
&lt;br&gt;&lt;a href=&quot;https://sourceforge.net/tracker/?func=detail&amp;atid=108874&amp;aid=2145951&amp;group_id=8874&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://sourceforge.net/tracker/?func=detail&amp;atid=108874&amp;aid=2145951&amp;group_id=8874&lt;/a&gt;&lt;br&gt;&lt;br&gt;Please note that this message will contain a full copy of the comment thread,
&lt;br&gt;including the initial issue submission, for this request,
&lt;br&gt;not just the latest update.
&lt;br&gt;Category: libgphoto2
&lt;br&gt;Group: None
&lt;br&gt;Status: Open
&lt;br&gt;Resolution: None
&lt;br&gt;Priority: 5
&lt;br&gt;Private: No
&lt;br&gt;Submitted By: Henrik Herranen (realleo)
&lt;br&gt;Assigned to: Nobody/Anonymous (nobody)
&lt;br&gt;Summary: gphoto cannot copy files with number over 1024
&lt;br&gt;&lt;br&gt;Initial Comment:
&lt;br&gt;gFull Description:
&lt;br&gt;&lt;br&gt;photo2 cannot handle situations where there are more than 1024 images on a memory card, which in itself is a situation very typical already on 16 GB Compact Flash cards, not to even speak of new 100 GB cards. The problem is caused by libgphoto2-2.4.2 file gphoto2-list.c line 75 that says:
&lt;br&gt;#define MAX_ENTRIES 1024
&lt;br&gt;&lt;br&gt;&lt;br&gt;How to repeat the problem:
&lt;br&gt;&lt;br&gt;Take a memory card with over 1024 images, and try to copy images above the 1024th image, and you'll get the following message:
&lt;br&gt;*** Error (-8: 'Fixed limit exceeded') ***
&lt;br&gt;&lt;br&gt;&lt;br&gt;Fix to the problem if known:
&lt;br&gt;&lt;br&gt;The quick fix is to change this to a larger number, i.e. 8192 or 16384. I've been using a version modified as this and it works well for my needs.
&lt;br&gt;#define MAX_ENTRIES 8192
&lt;br&gt;&lt;br&gt;However, who such an arbitrary restriction? The correct way would be to dynamically allocate as much space as is needed.
&lt;br&gt;&lt;br&gt;&lt;br&gt;----------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;&amp;gt;Comment By: Hubert Figuiere (hfiguiere)
&lt;br&gt;Date: 2008-10-04 19:05
&lt;br&gt;&lt;br&gt;Message:
&lt;br&gt;your hack break the ABI so it is not as trivial has you think. The problem
&lt;br&gt;is know and I'm sure we already have a bug about that.
&lt;br&gt;&lt;br&gt;----------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;You can respond by visiting: 
&lt;br&gt;&lt;a href=&quot;https://sourceforge.net/tracker/?func=detail&amp;atid=108874&amp;aid=2145951&amp;group_id=8874&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://sourceforge.net/tracker/?func=detail&amp;atid=108874&amp;aid=2145951&amp;group_id=8874&lt;/a&gt;&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;gphoto-bugs mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19818916&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gphoto-bugs@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/gphoto-bugs&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/gphoto-bugs&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/gphoto-bugs-f3237.html&quot; embed=&quot;fixTarget[3237]&quot; target=&quot;_top&quot; &gt;gphoto-bugs&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/-gphoto-bugs----gphoto-Bugs-2145951---gphoto-cannot-copy-files-with-number-over-1024-tp19818916p19818916.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19819583</id>
	<title>Re: lock focus with canon powershot cameras</title>
	<published>2008-10-04T13:56:58Z</published>
	<updated>2008-10-04T13:56:58Z</updated>
	<author>
		<name>Marcus Meissner-4</name>
	</author>
	<content type="html">On Tue, Sep 30, 2008 at 12:50:26PM +0200, RC wrote:
&lt;br&gt;&amp;gt; hi all
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; does anyone out there have experiance with locking the focus of a canon
&lt;br&gt;&amp;gt; powershot camera using gphoto2? Especially SX100 IS and S5 IS?
&lt;br&gt;&lt;br&gt;&amp;gt; I know that the SX100 IS does not support locking the focus using Breeze
&lt;br&gt;&amp;gt; PSRemote on windows meanwhile the S5 IS does support this function.
&lt;br&gt;&lt;br&gt;My SX100 IS does not seem to lock focus either, even though
&lt;br&gt;the command returns OK. :/
&lt;br&gt;&lt;br&gt;Ciao, Marcus
&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Gphoto-user mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19819583&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gphoto-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/gphoto-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/gphoto-user&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/gphoto-user-f3242.html&quot; embed=&quot;fixTarget[3242]&quot; target=&quot;_top&quot; &gt;gphoto-user&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/lock-focus-with-canon-powershot-cameras-tp19739812p19819583.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19818795</id>
	<title>[gphoto-bugs] [ gphoto-Bugs-2136584 ] gtkam: unclear copyright/license</title>
	<published>2008-10-04T07:43:50Z</published>
	<updated>2008-10-04T07:43:50Z</updated>
	<author>
		<name>SourceForge.net</name>
	</author>
	<content type="html">Bugs item #2136584, was opened at 2008-09-29 18:54
&lt;br&gt;Message generated for change (Comment added) made by marcusmeissner
&lt;br&gt;You can respond by visiting: 
&lt;br&gt;&lt;a href=&quot;https://sourceforge.net/tracker/?func=detail&amp;atid=108874&amp;aid=2136584&amp;group_id=8874&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://sourceforge.net/tracker/?func=detail&amp;atid=108874&amp;aid=2136584&amp;group_id=8874&lt;/a&gt;&lt;br&gt;&lt;br&gt;Please note that this message will contain a full copy of the comment thread,
&lt;br&gt;including the initial issue submission, for this request,
&lt;br&gt;not just the latest update.
&lt;br&gt;Category: gtkam
&lt;br&gt;Group: None
&lt;br&gt;&amp;gt;Status: Closed
&lt;br&gt;&amp;gt;Resolution: Fixed
&lt;br&gt;Priority: 5
&lt;br&gt;Private: No
&lt;br&gt;Submitted By: Andreas Metzler (ametzler)
&lt;br&gt;Assigned to: Marcus Meissner (marcusmeissner)
&lt;br&gt;Summary: gtkam: unclear copyright/license
&lt;br&gt;&lt;br&gt;Initial Comment:
&lt;br&gt;For gtkam both copyright holder and license are quite unclear:
&lt;br&gt;&lt;br&gt;* AUTHORS lists Scott Fritzingeras as sole author (except for translations)
&lt;br&gt;&lt;br&gt;* The copyright headers in src/* look like this:
&lt;br&gt;--------------
&lt;br&gt;gtkam-0.1.15$ grep -hr Copyright src/*.[ch] | sort -u
&lt;br&gt;&amp;nbsp;* Copyright &amp;nbsp;2001 Lutz Mueller &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19818795&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;lutz@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;nbsp;* Copyright &amp;nbsp;2001 Lutz Mueller &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19818795&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;lutz@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;nbsp;* Copyright &amp;nbsp;2001 Lutz Mueller &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19818795&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;lutz@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;nbsp;* Copyright &amp;nbsp;2002 Hans Ulrich Niedermann &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19818795&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gp@...&lt;/a&gt;
&lt;br&gt;&amp;nbsp;* Copyright &amp;nbsp;2002 Lutz Mueller &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19818795&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;lutz@...&lt;/a&gt;&amp;gt;
&lt;br&gt;--------------
&lt;br&gt;with Hans Ulrich Niedermann only listed for two files. This looks like Lutz Mueller is basically almost the only copyright holder *and* as if there has not been any signigicant change to the source since 2002.
&lt;br&gt;&lt;br&gt;* The license statements in src/* lists LGPLv2.1+ as applicable.
&lt;br&gt;&lt;br&gt;* COPYING contains a copy of the GPL.
&lt;br&gt;&lt;br&gt;* README brings a little bit of enlightenment. ;-)
&lt;br&gt;&amp;quot;GTKam has originally been written by Scott Fritzinger &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19818795&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;scottf@...&lt;/a&gt;&amp;gt;. Lutz Mueller &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19818795&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;lutz@...&lt;/a&gt;&amp;gt; rewrote everything using GTK's object oriented approach. That made it possible to introduce many new
&lt;br&gt;features.&amp;quot;
&lt;br&gt;&lt;br&gt;I assume that the GPL instead of LGPL in COPYING is just an oversight - could you please fix that? 
&lt;br&gt;&lt;br&gt;It would also be nice if the copyright header in the *.c files could be kept uptodate, listing all (significant) contributors and the respective year.
&lt;br&gt;&lt;br&gt;I have got another, very simple wish: Please update the license header to the new GNU template. The part 
&lt;br&gt;----------------
&lt;br&gt;&amp;nbsp;* You should have received a copy of the GNU Lesser General Public
&lt;br&gt;&amp;nbsp;* License along with this library; if not, write to the
&lt;br&gt;&amp;nbsp;* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
&lt;br&gt;&amp;nbsp;* Boston, MA 02111-1307, USA.
&lt;br&gt;----------------
&lt;br&gt;&lt;br&gt;should be changed to
&lt;br&gt;-------------
&lt;br&gt;You should have received a copy of the GNU General Public License
&lt;br&gt;along with this program. &amp;nbsp;If not, see &amp;lt;&lt;a href=&quot;http://www.gnu.org/licenses/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.gnu.org/licenses/&lt;/a&gt;&amp;gt;.
&lt;br&gt;--------------------
&lt;br&gt;&lt;br&gt;Thank you for providing this piece of software.
&lt;br&gt;&lt;br&gt;----------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;&amp;gt;Comment By: Marcus Meissner (marcusmeissner)
&lt;br&gt;Date: 2008-10-04 14:43
&lt;br&gt;&lt;br&gt;Message:
&lt;br&gt;so, changed all file headers to GPL, adjusted 
&lt;br&gt;Copyright information for developers.
&lt;br&gt;&lt;br&gt;There werent much changes after 2002. Some in 2004 and 2005, but not much.
&lt;br&gt;&lt;br&gt;----------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;Comment By: Marcus Meissner (marcusmeissner)
&lt;br&gt;Date: 2008-10-04 13:45
&lt;br&gt;&lt;br&gt;Message:
&lt;br&gt;hmhm.
&lt;br&gt;&lt;br&gt;I adjusted AUTHORS.
&lt;br&gt;&lt;br&gt;I will adjust the c files, but I think the original intent we had was GPL,
&lt;br&gt;so I will
&lt;br&gt;change them to GPL.
&lt;br&gt;&lt;br&gt;----------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;You can respond by visiting: 
&lt;br&gt;&lt;a href=&quot;https://sourceforge.net/tracker/?func=detail&amp;atid=108874&amp;aid=2136584&amp;group_id=8874&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://sourceforge.net/tracker/?func=detail&amp;atid=108874&amp;aid=2136584&amp;group_id=8874&lt;/a&gt;&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;gphoto-bugs mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19818795&amp;i=7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gphoto-bugs@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/gphoto-bugs&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/gphoto-bugs&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/gphoto-bugs-f3237.html&quot; embed=&quot;fixTarget[3237]&quot; target=&quot;_top&quot; &gt;gphoto-bugs&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/-gphoto-bugs----gphoto-Bugs-2136584---gtkam%3A-unclear-copyright-license-tp19818795p19818795.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19818794</id>
	<title>[gphoto-bugs] [ gphoto-Bugs-2146042 ] gtkam-gimp segfaults</title>
	<published>2008-10-04T07:30:00Z</published>
	<updated>2008-10-04T07:30:00Z</updated>
	<author>
		<name>SourceForge.net</name>
	</author>
	<content type="html">Bugs item #2146042, was opened at 2008-10-04 11:03
&lt;br&gt;Message generated for change (Comment added) made by ametzler
&lt;br&gt;You can respond by visiting: 
&lt;br&gt;&lt;a href=&quot;https://sourceforge.net/tracker/?func=detail&amp;atid=108874&amp;aid=2146042&amp;group_id=8874&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://sourceforge.net/tracker/?func=detail&amp;atid=108874&amp;aid=2146042&amp;group_id=8874&lt;/a&gt;&lt;br&gt;&lt;br&gt;Please note that this message will contain a full copy of the comment thread,
&lt;br&gt;including the initial issue submission, for this request,
&lt;br&gt;not just the latest update.
&lt;br&gt;Category: gtkam
&lt;br&gt;Group: None
&lt;br&gt;Status: Open
&lt;br&gt;Resolution: None
&lt;br&gt;Priority: 5
&lt;br&gt;Private: No
&lt;br&gt;Submitted By: Andreas Metzler (ametzler)
&lt;br&gt;Assigned to: Nobody/Anonymous (nobody)
&lt;br&gt;Summary: gtkam-gimp segfaults
&lt;br&gt;&lt;br&gt;Initial Comment:
&lt;br&gt;gtkam-gimp 0.1.15 quickly crashes for me.
&lt;br&gt;&lt;br&gt;&amp;quot;File-&amp;gt;Aquire-&amp;gt;Load from Camera&amp;quot; and browsing through the tree crashes the plugin:
&lt;br&gt;&lt;br&gt;(gtkam-gimp:26627): Gtk-CRITICAL **: gtk_list_store_set_valist: assertion `VALID_ITER (iter, list_store)' failed
&lt;br&gt;[repeated a lot, and then:]
&lt;br&gt;/usr/lib/gimp/2.0/plug-ins/gtkam-gimp: fatal error: Segmentation fault
&lt;br&gt;&lt;br&gt;----------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;&amp;gt;Comment By: Andreas Metzler (ametzler)
&lt;br&gt;Date: 2008-10-04 16:30
&lt;br&gt;&lt;br&gt;Message:
&lt;br&gt;Actually I also see the bug in gtkam itself, it seems to be something like
&lt;br&gt;race-condition - reproducing requires these steps:
&lt;br&gt;&lt;br&gt;Open a folder on the camera, and before it has finished loading and
&lt;br&gt;displaying all thumbnails in the directory switch to another one.
&lt;br&gt;&lt;br&gt;--------------------
&lt;br&gt;ametzler@argenau:/tmp$ gdb gtkam
&lt;br&gt;GNU gdb 6.8-debian
&lt;br&gt;Copyright (C) 2008 Free Software Foundation, Inc.
&lt;br&gt;License GPLv3+: GNU GPL version 3 or later
&lt;br&gt;&amp;lt;&lt;a href=&quot;http://gnu.org/licenses/gpl.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://gnu.org/licenses/gpl.html&lt;/a&gt;&amp;gt;
&lt;br&gt;This is free software: you are free to change and redistribute it.
&lt;br&gt;There is NO WARRANTY, to the extent permitted by law. &amp;nbsp;Type &amp;quot;show
&lt;br&gt;copying&amp;quot;
&lt;br&gt;and &amp;quot;show warranty&amp;quot; for details.
&lt;br&gt;This GDB was configured as &amp;quot;i486-linux-gnu&amp;quot;...
&lt;br&gt;(gdb) run
&lt;br&gt;Starting program: /usr/bin/gtkam
&lt;br&gt;[Thread debugging using libthread_db enabled]
&lt;br&gt;[New Thread 0xf7442700 (LWP 11705)]
&lt;br&gt;&lt;br&gt;(gtkam:11705): Gtk-CRITICAL **: gtk_list_store_set_valist: assertion
&lt;br&gt;`VALID_ITER (iter, list_store)' failed
&lt;br&gt;&lt;br&gt;(gtkam:11705): Gtk-CRITICAL **: gtk_list_store_set_valist: assertion
&lt;br&gt;`VALID_ITER (iter, list_store)' failed
&lt;br&gt;&lt;br&gt;(gtkam:11705): Gtk-CRITICAL **: gtk_list_store_set_valist: assertion
&lt;br&gt;`VALID_ITER (iter, list_store)' failed
&lt;br&gt;&lt;br&gt;(gtkam:11705): Gtk-CRITICAL **: gtk_list_store_set_valist: assertion
&lt;br&gt;`VALID_ITER (iter, list_store)' failed
&lt;br&gt;&lt;br&gt;(gtkam:11705): Gtk-CRITICAL **: gtk_list_store_set_valist: assertion
&lt;br&gt;`VALID_ITER (iter, list_store)' failed
&lt;br&gt;&lt;br&gt;(gtkam:11705): Gtk-CRITICAL **: gtk_list_store_set_valist: assertion
&lt;br&gt;`VALID_ITER (iter, list_store)' failed
&lt;br&gt;&lt;br&gt;(gtkam:11705): Gtk-CRITICAL **: gtk_list_store_set_valist: assertion
&lt;br&gt;`VALID_ITER (iter, list_store)' failed
&lt;br&gt;&lt;br&gt;(gtkam:11705): Gtk-CRITICAL **: gtk_list_store_set_valist: assertion
&lt;br&gt;`VALID_ITER (iter, list_store)' failed
&lt;br&gt;&lt;br&gt;(gtkam:11705): Gtk-CRITICAL **: gtk_list_store_set_valist: assertion
&lt;br&gt;`VALID_ITER (iter, list_store)' failed
&lt;br&gt;&lt;br&gt;(gtkam:11705): Gtk-CRITICAL **: gtk_list_store_set_valist: assertion
&lt;br&gt;`VALID_ITER (iter, list_store)' failed
&lt;br&gt;&lt;br&gt;(gtkam:11705): Gtk-CRITICAL **: gtk_list_store_set_valist: assertion
&lt;br&gt;`VALID_ITER (iter, list_store)' failed
&lt;br&gt;&lt;br&gt;(gtkam:11705): Gtk-CRITICAL **: gtk_list_store_set_valist: assertion
&lt;br&gt;`VALID_ITER (iter, list_store)' failed
&lt;br&gt;&lt;br&gt;Program received signal SIGSEGV, Segmentation fault.
&lt;br&gt;[Switching to Thread 0xf7442700 (LWP 11705)]
&lt;br&gt;0xf7a394b4 in g_sequence_iter_is_end () from /usr/lib/libglib-2.0.so.0
&lt;br&gt;(gdb) bt
&lt;br&gt;#0 &amp;nbsp;0xf7a394b4 in g_sequence_iter_is_end () from
&lt;br&gt;/usr/lib/libglib-2.0.so.0
&lt;br&gt;#1 &amp;nbsp;0xf7d5dae8 in gtk_list_store_set_valist ()
&lt;br&gt;&amp;nbsp; &amp;nbsp;from /usr/lib/libgtk-x11-2.0.so.0
&lt;br&gt;#2 &amp;nbsp;0xf7d5db9f in gtk_list_store_set () from /usr/lib/libgtk-x11-2.0.so.0
&lt;br&gt;#3 &amp;nbsp;0x08058a66 in get_thumbnail_idle (data=0x8800460) at gtkam-list.c:339
&lt;br&gt;#4 &amp;nbsp;0xf7a1d381 in ?? () from /usr/lib/libglib-2.0.so.0
&lt;br&gt;#5 &amp;nbsp;0x08800460 in ?? ()
&lt;br&gt;#6 &amp;nbsp;0x089a3e38 in ?? ()
&lt;br&gt;#7 &amp;nbsp;0xff9dd6e8 in ?? ()
&lt;br&gt;#8 &amp;nbsp;0xf7a9a4a8 in ?? () from /usr/lib/libglib-2.0.so.0
&lt;br&gt;#9 &amp;nbsp;0x00000001 in ?? ()
&lt;br&gt;#10 0xf7a9a4a8 in ?? () from /usr/lib/libglib-2.0.so.0
&lt;br&gt;#11 0xff9dd738 in ?? ()
&lt;br&gt;#12 0xf7a1f2e1 in g_main_context_dispatch () from
&lt;br&gt;/usr/lib/libglib-2.0.so.0
&lt;br&gt;Backtrace stopped: frame did not save the PC
&lt;br&gt;(gdb)
&lt;br&gt;--------------------------------
&lt;br&gt;&lt;br&gt;This seems to apply to 0.12, too. - See &lt;a href=&quot;http://bugs.debian.org/471331&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bugs.debian.org/471331&lt;/a&gt;&lt;br&gt;Perhaps this is Canon specific (A95 here)?
&lt;br&gt;&lt;br&gt;cu andreas
&lt;br&gt;&lt;br&gt;----------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;You can respond by visiting: 
&lt;br&gt;&lt;a href=&quot;https://sourceforge.net/tracker/?func=detail&amp;atid=108874&amp;aid=2146042&amp;group_id=8874&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://sourceforge.net/tracker/?func=detail&amp;atid=108874&amp;aid=2146042&amp;group_id=8874&lt;/a&gt;&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;gphoto-bugs mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19818794&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gphoto-bugs@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/gphoto-bugs&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/gphoto-bugs&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/gphoto-bugs-f3237.html&quot; embed=&quot;fixTarget[3237]&quot; target=&quot;_top&quot; &gt;gphoto-bugs&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/-gphoto-bugs----gphoto-Bugs-2146042---gtkam-gimp-segfaults-tp19818794p19818794.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19818781</id>
	<title>[gphoto-bugs] [ gphoto-Bugs-2136584 ] gtkam: unclear copyright/license</title>
	<published>2008-10-04T06:45:52Z</published>
	<updated>2008-10-04T06:45:52Z</updated>
	<author>
		<name>SourceForge.net</name>
	</author>
	<content type="html">Bugs item #2136584, was opened at 2008-09-29 18:54
&lt;br&gt;Message generated for change (Comment added) made by marcusmeissner
&lt;br&gt;You can respond by visiting: 
&lt;br&gt;&lt;a href=&quot;https://sourceforge.net/tracker/?func=detail&amp;atid=108874&amp;aid=2136584&amp;group_id=8874&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://sourceforge.net/tracker/?func=detail&amp;atid=108874&amp;aid=2136584&amp;group_id=8874&lt;/a&gt;&lt;br&gt;&lt;br&gt;Please note that this message will contain a full copy of the comment thread,
&lt;br&gt;including the initial issue submission, for this request,
&lt;br&gt;not just the latest update.
&lt;br&gt;Category: gtkam
&lt;br&gt;Group: None
&lt;br&gt;Status: Open
&lt;br&gt;Resolution: None
&lt;br&gt;Priority: 5
&lt;br&gt;Private: No
&lt;br&gt;Submitted By: Andreas Metzler (ametzler)
&lt;br&gt;&amp;gt;Assigned to: Marcus Meissner (marcusmeissner)
&lt;br&gt;Summary: gtkam: unclear copyright/license
&lt;br&gt;&lt;br&gt;Initial Comment:
&lt;br&gt;For gtkam both copyright holder and license are quite unclear:
&lt;br&gt;&lt;br&gt;* AUTHORS lists Scott Fritzingeras as sole author (except for translations)
&lt;br&gt;&lt;br&gt;* The copyright headers in src/* look like this:
&lt;br&gt;--------------
&lt;br&gt;gtkam-0.1.15$ grep -hr Copyright src/*.[ch] | sort -u
&lt;br&gt;&amp;nbsp;* Copyright &amp;nbsp;2001 Lutz Mueller &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19818781&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;lutz@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;nbsp;* Copyright &amp;nbsp;2001 Lutz Mueller &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19818781&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;lutz@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;nbsp;* Copyright &amp;nbsp;2001 Lutz Mueller &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19818781&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;lutz@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;nbsp;* Copyright &amp;nbsp;2002 Hans Ulrich Niedermann &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19818781&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gp@...&lt;/a&gt;
&lt;br&gt;&amp;nbsp;* Copyright &amp;nbsp;2002 Lutz Mueller &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19818781&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;lutz@...&lt;/a&gt;&amp;gt;
&lt;br&gt;--------------
&lt;br&gt;with Hans Ulrich Niedermann only listed for two files. This looks like Lutz Mueller is basically almost the only copyright holder *and* as if there has not been any signigicant change to the source since 2002.
&lt;br&gt;&lt;br&gt;* The license statements in src/* lists LGPLv2.1+ as applicable.
&lt;br&gt;&lt;br&gt;* COPYING contains a copy of the GPL.
&lt;br&gt;&lt;br&gt;* README brings a little bit of enlightenment. ;-)
&lt;br&gt;&amp;quot;GTKam has originally been written by Scott Fritzinger &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19818781&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;scottf@...&lt;/a&gt;&amp;gt;. Lutz Mueller &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19818781&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;lutz@...&lt;/a&gt;&amp;gt; rewrote everything using GTK's object oriented approach. That made it possible to introduce many new
&lt;br&gt;features.&amp;quot;
&lt;br&gt;&lt;br&gt;I assume that the GPL instead of LGPL in COPYING is just an oversight - could you please fix that? 
&lt;br&gt;&lt;br&gt;It would also be nice if the copyright header in the *.c files could be kept uptodate, listing all (significant) contributors and the respective year.
&lt;br&gt;&lt;br&gt;I have got another, very simple wish: Please update the license header to the new GNU template. The part 
&lt;br&gt;----------------
&lt;br&gt;&amp;nbsp;* You should have received a copy of the GNU Lesser General Public
&lt;br&gt;&amp;nbsp;* License along with this library; if not, write to the
&lt;br&gt;&amp;nbsp;* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
&lt;br&gt;&amp;nbsp;* Boston, MA 02111-1307, USA.
&lt;br&gt;----------------
&lt;br&gt;&lt;br&gt;should be changed to
&lt;br&gt;-------------
&lt;br&gt;You should have received a copy of the GNU General Public License
&lt;br&gt;along with this program. &amp;nbsp;If not, see &amp;lt;&lt;a href=&quot;http://www.gnu.org/licenses/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.gnu.org/licenses/&lt;/a&gt;&amp;gt;.
&lt;br&gt;--------------------
&lt;br&gt;&lt;br&gt;Thank you for providing this piece of software.
&lt;br&gt;&lt;br&gt;----------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;&amp;gt;Comment By: Marcus Meissner (marcusmeissner)
&lt;br&gt;Date: 2008-10-04 13:45
&lt;br&gt;&lt;br&gt;Message:
&lt;br&gt;hmhm.
&lt;br&gt;&lt;br&gt;I adjusted AUTHORS.
&lt;br&gt;&lt;br&gt;I will adjust the c files, but I think the original intent we had was GPL,
&lt;br&gt;so I will
&lt;br&gt;change them to GPL.
&lt;br&gt;&lt;br&gt;----------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;You can respond by visiting: 
&lt;br&gt;&lt;a href=&quot;https://sourceforge.net/tracker/?func=detail&amp;atid=108874&amp;aid=2136584&amp;group_id=8874&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://sourceforge.net/tracker/?func=detail&amp;atid=108874&amp;aid=2136584&amp;group_id=8874&lt;/a&gt;&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;gphoto-bugs mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19818781&amp;i=7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gphoto-bugs@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/gphoto-bugs&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/gphoto-bugs&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/gphoto-bugs-f3237.html&quot; embed=&quot;fixTarget[3237]&quot; target=&quot;_top&quot; &gt;gphoto-bugs&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/-gphoto-bugs----gphoto-Bugs-2136584---gtkam%3A-unclear-copyright-license-tp19818781p19818781.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19810269</id>
	<title>[gphoto-bugs] [ gphoto-Bugs-2146042 ] gtkam-gimp segfaults</title>
	<published>2008-10-04T02:03:05Z</published>
	<updated>2008-10-04T02:03:05Z</updated>
	<author>
		<name>SourceForge.net</name>
	</author>
	<content type="html">Bugs item #2146042, was opened at 2008-10-04 11:03
&lt;br&gt;Message generated for change (Tracker Item Submitted) made by Item Submitter
&lt;br&gt;You can respond by visiting: 
&lt;br&gt;&lt;a href=&quot;https://sourceforge.net/tracker/?func=detail&amp;atid=108874&amp;aid=2146042&amp;group_id=8874&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://sourceforge.net/tracker/?func=detail&amp;atid=108874&amp;aid=2146042&amp;group_id=8874&lt;/a&gt;&lt;br&gt;&lt;br&gt;Please note that this message will contain a full copy of the comment thread,
&lt;br&gt;including the initial issue submission, for this request,
&lt;br&gt;not just the latest update.
&lt;br&gt;Category: gtkam
&lt;br&gt;Group: None
&lt;br&gt;Status: Open
&lt;br&gt;Resolution: None
&lt;br&gt;Priority: 5
&lt;br&gt;Private: No
&lt;br&gt;Submitted By: Andreas Metzler (ametzler)
&lt;br&gt;Assigned to: Nobody/Anonymous (nobody)
&lt;br&gt;Summary: gtkam-gimp segfaults
&lt;br&gt;&lt;br&gt;Initial Comment:
&lt;br&gt;gtkam-gimp 0.1.15 quickly crashes for me.
&lt;br&gt;&lt;br&gt;&amp;quot;File-&amp;gt;Aquire-&amp;gt;Load from Camera&amp;quot; and browsing through the tree crashes the plugin:
&lt;br&gt;&lt;br&gt;(gtkam-gimp:26627): Gtk-CRITICAL **: gtk_list_store_set_valist: assertion `VALID_ITER (iter, list_store)' failed
&lt;br&gt;[repeated a lot, and then:]
&lt;br&gt;/usr/lib/gimp/2.0/plug-ins/gtkam-gimp: fatal error: Segmentation fault
&lt;br&gt;&lt;br&gt;----------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;You can respond by visiting: 
&lt;br&gt;&lt;a href=&quot;https://sourceforge.net/tracker/?func=detail&amp;atid=108874&amp;aid=2146042&amp;group_id=8874&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://sourceforge.net/tracker/?func=detail&amp;atid=108874&amp;aid=2146042&amp;group_id=8874&lt;/a&gt;&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;gphoto-bugs mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19810269&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gphoto-bugs@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/gphoto-bugs&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/gphoto-bugs&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/gphoto-bugs-f3237.html&quot; embed=&quot;fixTarget[3237]&quot; target=&quot;_top&quot; &gt;gphoto-bugs&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/-gphoto-bugs----gphoto-Bugs-2146042---gtkam-gimp-segfaults-tp19810269p19810269.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19818708</id>
	<title>[gphoto-bugs] [ gphoto-Bugs-2145951 ] gphoto cannot copy files with number over 1024</title>
	<published>2008-10-04T00:52:00Z</published>
	<updated>2008-10-04T00:52:00Z</updated>
	<author>
		<name>SourceForge.net</name>
	</author>
	<content type="html">Bugs item #2145951, was opened at 2008-10-04 10:52
&lt;br&gt;Message generated for change (Tracker Item Submitted) made by Item Submitter
&lt;br&gt;You can respond by visiting: 
&lt;br&gt;&lt;a href=&quot;https://sourceforge.net/tracker/?func=detail&amp;atid=108874&amp;aid=2145951&amp;group_id=8874&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://sourceforge.net/tracker/?func=detail&amp;atid=108874&amp;aid=2145951&amp;group_id=8874&lt;/a&gt;&lt;br&gt;&lt;br&gt;Please note that this message will contain a full copy of the comment thread,
&lt;br&gt;including the initial issue submission, for this request,
&lt;br&gt;not just the latest update.
&lt;br&gt;Category: libgphoto2
&lt;br&gt;Group: None
&lt;br&gt;Status: Open
&lt;br&gt;Resolution: None
&lt;br&gt;Priority: 5
&lt;br&gt;Private: No
&lt;br&gt;Submitted By: Henrik Herranen (realleo)
&lt;br&gt;Assigned to: Nobody/Anonymous (nobody)
&lt;br&gt;Summary: gphoto cannot copy files with number over 1024
&lt;br&gt;&lt;br&gt;Initial Comment:
&lt;br&gt;gFull Description:
&lt;br&gt;&lt;br&gt;photo2 cannot handle situations where there are more than 1024 images on a memory card, which in itself is a situation very typical already on 16 GB Compact Flash cards, not to even speak of new 100 GB cards. The problem is caused by libgphoto2-2.4.2 file gphoto2-list.c line 75 that says:
&lt;br&gt;#define MAX_ENTRIES 1024
&lt;br&gt;&lt;br&gt;&lt;br&gt;How to repeat the problem:
&lt;br&gt;&lt;br&gt;Take a memory card with over 1024 images, and try to copy images above the 1024th image, and you'll get the following message:
&lt;br&gt;*** Error (-8: 'Fixed limit exceeded') ***
&lt;br&gt;&lt;br&gt;&lt;br&gt;Fix to the problem if known:
&lt;br&gt;&lt;br&gt;The quick fix is to change this to a larger number, i.e. 8192 or 16384. I've been using a version modified as this and it works well for my needs.
&lt;br&gt;#define MAX_ENTRIES 8192
&lt;br&gt;&lt;br&gt;However, who such an arbitrary restriction? The correct way would be to dynamically allocate as much space as is needed.
&lt;br&gt;&lt;br&gt;&lt;br&gt;----------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;You can respond by visiting: 
&lt;br&gt;&lt;a href=&quot;https://sourceforge.net/tracker/?func=detail&amp;atid=108874&amp;aid=2145951&amp;group_id=8874&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://sourceforge.net/tracker/?func=detail&amp;atid=108874&amp;aid=2145951&amp;group_id=8874&lt;/a&gt;&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;gphoto-bugs mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19818708&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gphoto-bugs@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/gphoto-bugs&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/gphoto-bugs&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/gphoto-bugs-f3237.html&quot; embed=&quot;fixTarget[3237]&quot; target=&quot;_top&quot; &gt;gphoto-bugs&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/-gphoto-bugs----gphoto-Bugs-2145951---gphoto-cannot-copy-files-with-number-over-1024-tp19818708p19818708.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19818705</id>
	<title>[gphoto-bugs] [ gphoto-Bugs-1861573 ] Builtin preview in gtkam show black rectangle</title>
	<published>2008-10-04T00:45:02Z</published>
	<updated>2008-10-04T00:45:02Z</updated>
	<author>
		<name>SourceForge.net</name>
	</author>
	<content type="html">Bugs item #1861573, was opened at 2008-01-01 01:48
&lt;br&gt;Message generated for change (Comment added) made by ametzler
&lt;br&gt;You can respond by visiting: 
&lt;br&gt;&lt;a href=&quot;https://sourceforge.net/tracker/?func=detail&amp;atid=108874&amp;aid=1861573&amp;group_id=8874&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://sourceforge.net/tracker/?func=detail&amp;atid=108874&amp;aid=1861573&amp;group_id=8874&lt;/a&gt;&lt;br&gt;&lt;br&gt;Please note that this message will contain a full copy of the comment thread,
&lt;br&gt;including the initial issue submission, for this request,
&lt;br&gt;not just the latest update.
&lt;br&gt;Category: gtkam
&lt;br&gt;Group: None
&lt;br&gt;Status: Open
&lt;br&gt;Resolution: None
&lt;br&gt;Priority: 5
&lt;br&gt;Private: No
&lt;br&gt;Submitted By: Evgenii Terechkov (evg_krsk)
&lt;br&gt;Assigned to: Nobody/Anonymous (nobody)
&lt;br&gt;Summary: Builtin preview in gtkam show black rectangle
&lt;br&gt;&lt;br&gt;Initial Comment:
&lt;br&gt;~$ rpm -qa|grep -i gtk &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;libgtk+2-common-devel-2.12.3-alt1
&lt;br&gt;libexif-gtk-0.3.5-alt1
&lt;br&gt;libgtk+2-devel-2.12.3-alt1
&lt;br&gt;libgtk+2-2.12.3-alt1
&lt;br&gt;libexif-gtk-devel-0.3.5-alt1
&lt;br&gt;libgtk+2-common-2.12.3-alt1
&lt;br&gt;gtkam-0.1.14-alt1
&lt;br&gt;&lt;br&gt;Builtin preview in gtkam-0.1.14 dont show image with my Canon PowerShot A460. Instead, black rectangle showed.
&lt;br&gt;&lt;br&gt;Information from &amp;quot;Debug&amp;quot; menu entry:
&lt;br&gt;&lt;br&gt;gtkam has been compiled with the following options:
&lt;br&gt;&amp;nbsp;+ ccache gcc (C compiler used)
&lt;br&gt;&amp;nbsp;+ no bonobo (for FIXME)
&lt;br&gt;&amp;nbsp;+ no gnome (for FIXME)
&lt;br&gt;&amp;nbsp;+ no gimp (plugin for The Gimp)
&lt;br&gt;&amp;nbsp;+ exif (for displaying exif information)
&lt;br&gt;libgphoto2 2.3.1
&lt;br&gt;libgphoto2 has been compiled with the following options:
&lt;br&gt;&amp;nbsp;+ i586-alt-linux-gcc (C compiler used)
&lt;br&gt;&amp;nbsp;+ no ltdl (for portable loading of camlibs)
&lt;br&gt;&amp;nbsp;+ EXIF (for special handling of EXIF files)
&lt;br&gt;libgphoto2_port 0.7.1
&lt;br&gt;libgphoto2_port has been compiled with the following options:
&lt;br&gt;&amp;nbsp;+ i586-alt-linux-gcc (C compiler used)
&lt;br&gt;&amp;nbsp;+ no ltdl (for portable loading of camlibs)
&lt;br&gt;&amp;nbsp;+ USB (libusb, for USB cameras)
&lt;br&gt;&amp;nbsp;+ serial (for serial cameras)
&lt;br&gt;&amp;nbsp;+ no resmgr (serial port access and locking)
&lt;br&gt;&amp;nbsp;+ no baudboy (serial port locking)
&lt;br&gt;&amp;nbsp;+ no ttylock (serial port locking)
&lt;br&gt;&amp;nbsp;+ lockdev (serial port locking)
&lt;br&gt;&lt;br&gt;----------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;Comment By: Andreas Metzler (ametzler)
&lt;br&gt;Date: 2008-10-04 09:45
&lt;br&gt;&lt;br&gt;Message:
&lt;br&gt;I can confirm this bug on a Canon A95 with gtkam 0.1.15 libgphoto2 2.4.1.
&lt;br&gt;&lt;br&gt;gtkam 0.1.15
&lt;br&gt;gtkam has been compiled with the following options:
&lt;br&gt;&amp;nbsp;+ gcc (C compiler used)
&lt;br&gt;&amp;nbsp;+ no bonobo (for FIXME)
&lt;br&gt;&amp;nbsp;+ no gnome (for FIXME)
&lt;br&gt;&amp;nbsp;+ no gimp (plugin for The Gimp)
&lt;br&gt;&amp;nbsp;+ exif (for displaying exif information)
&lt;br&gt;libgphoto2 2.4.1
&lt;br&gt;libgphoto2 has been compiled with the following options:
&lt;br&gt;&amp;nbsp;+ gcc (C compiler used)
&lt;br&gt;&amp;nbsp;+ ltdl (for portable loading of camlibs)
&lt;br&gt;&amp;nbsp;+ EXIF (for special handling of EXIF files)
&lt;br&gt;libgphoto2_port 0.8.0
&lt;br&gt;libgphoto2_port has been compiled with the following options:
&lt;br&gt;&amp;nbsp;+ gcc (C compiler used)
&lt;br&gt;&amp;nbsp;+ ltdl (for portable loading of camlibs)
&lt;br&gt;&amp;nbsp;+ USB (libusb, for USB cameras)
&lt;br&gt;&amp;nbsp;+ serial (for serial cameras)
&lt;br&gt;&amp;nbsp;+ no resmgr (serial port access and locking)
&lt;br&gt;&amp;nbsp;+ no baudboy (serial port locking)
&lt;br&gt;&amp;nbsp;+ no ttylock (serial port locking)
&lt;br&gt;&amp;nbsp;+ no lockdev (serial port locking)
&lt;br&gt;&lt;br&gt;----------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;You can respond by visiting: 
&lt;br&gt;&lt;a href=&quot;https://sourceforge.net/tracker/?func=detail&amp;atid=108874&amp;aid=1861573&amp;group_id=8874&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://sourceforge.net/tracker/?func=detail&amp;atid=108874&amp;aid=1861573&amp;group_id=8874&lt;/a&gt;&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;gphoto-bugs mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19818705&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gphoto-bugs@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/gphoto-bugs&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/gphoto-bugs&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/gphoto-bugs-f3237.html&quot; embed=&quot;fixTarget[3237]&quot; target=&quot;_top&quot; &gt;gphoto-bugs&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/-gphoto-bugs----gphoto-Bugs-1861573---Builtin-preview-in-gtkam-show-black-rectangle-tp19818705p19818705.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19772300</id>
	<title>Re: Remote capture and download NOT</title>
	<published>2008-10-01T19:04:09Z</published>
	<updated>2008-10-01T19:04:09Z</updated>
	<author>
		<name>digitalcameradc</name>
	</author>
	<content type="html">&lt;br&gt;thanks for help &lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/gphoto-user-f3242.html&quot; embed=&quot;fixTarget[3242]&quot; target=&quot;_top&quot; &gt;gphoto-user&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Remote-capture-and-download-NOT-tp19464774p19772300.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19772259</id>
	<title>canon</title>
	<published>2008-10-01T18:58:15Z</published>
	<updated>2008-10-01T18:58:15Z</updated>
	<author>
		<name>v2d8</name>
	</author>
	<content type="html">thanks for tips&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/gphoto-user-f3242.html&quot; embed=&quot;fixTarget[3242]&quot; target=&quot;_top&quot; &gt;gphoto-user&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/canon-tp19772259p19772259.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19772244</id>
	<title>Re: recent camera with high optical zoom</title>
	<published>2008-10-01T18:56:12Z</published>
	<updated>2008-10-01T18:56:12Z</updated>
	<author>
		<name>v2d8</name>
	</author>
	<content type="html">&lt;br&gt;&lt;blockquote class=&quot;quote light-black dark-border-color&quot;&gt;&lt;div class=&quot;quote light-border-color&quot;&gt;
&lt;div class=&quot;quote-author&quot; style=&quot;font-weight: bold;&quot;&gt;swaakaa wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message shrinkable-quote&quot;&gt;Hi all
&lt;br&gt;&lt;br&gt;I'm looking for a recent camera with high optical zoom. Does anyone have any
&lt;br&gt;experience using gphoto2 with one of the following cams?
&lt;br&gt;&lt;br&gt;Fujifilm FinePix S8100fd
&lt;br&gt;Fujifilm FinePix S2000HD
&lt;br&gt;&lt;br&gt;Sony DSC-H10
&lt;br&gt;Sony DSC-H50
&lt;br&gt;&lt;br&gt;Nikon Coolpix P80
&lt;br&gt;&lt;br&gt;Olympus SP-570 UZ
&lt;br&gt;&lt;br&gt;Panasonic DMC-FZ28EG-K
&lt;br&gt;Panasonic DMC-TZ5
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Thanks!
&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Gphoto-user mailing list
&lt;br&gt;Gphoto-user@lists.sourceforge.net
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/gphoto-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/gphoto-user&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;
&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/gphoto-user-f3242.html&quot; embed=&quot;fixTarget[3242]&quot; target=&quot;_top&quot; &gt;gphoto-user&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/recent-camera-with-high-optical-zoom-tp19757840p19772244.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19759730</id>
	<title>Re: recent camera with high optical zoom</title>
	<published>2008-10-01T04:46:54Z</published>
	<updated>2008-10-01T04:46:54Z</updated>
	<author>
		<name>rew</name>
	</author>
	<content type="html">On Wed, Oct 01, 2008 at 01:20:46PM +0200, Marcus Meissner wrote:
&lt;br&gt;&amp;gt; On Wed, Oct 01, 2008 at 12:33:21PM +0200, RC wrote:
&lt;br&gt;&amp;gt; &amp;gt; I'm looking for a recent camera with high optical zoom. Does anyone 
&lt;br&gt;&amp;gt; &amp;gt; have any experience using gphoto2 with one of the following cams?
&lt;br&gt;...
&lt;br&gt;&amp;gt; &amp;gt; Nikon Coolpix P80
&lt;br&gt;...
&lt;br&gt;&amp;gt; It is likely be possible on:
&lt;br&gt;&amp;gt; 	- nikon
&lt;br&gt;&lt;br&gt;Nikon reserves the &amp;quot;remote control&amp;quot; / &amp;quot;remote capture&amp;quot; features for
&lt;br&gt;their higher end cameras. You should check the list of supported
&lt;br&gt;cameras for &amp;quot;nikon capture&amp;quot;. If the camera is not listed, you might
&lt;br&gt;get lucky, as I was with my Nikon E5600, but I wouldn't bet on it....
&lt;br&gt;&lt;br&gt;(with the '5600, they enforced: &amp;quot;This is a low end camera, it doesn't
&lt;br&gt;support capture&amp;quot; in their nikon capture program, instead of on the
&lt;br&gt;camera, so gphoto works nicely.)
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Roger.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;** &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19759730&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;R.E.Wolff@...&lt;/a&gt; ** &lt;a href=&quot;http://www.BitWizard.nl/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.BitWizard.nl/&lt;/a&gt;&amp;nbsp;** +31-15-2600998 **
&lt;br&gt;** &amp;nbsp; &amp;nbsp;Delftechpark 26 2628 XH &amp;nbsp;Delft, The Netherlands. KVK: 27239233 &amp;nbsp; &amp;nbsp;**
&lt;br&gt;*-- BitWizard writes Linux device drivers for any device you may have! --*
&lt;br&gt;Q: It doesn't work. A: Look buddy, doesn't work is an ambiguous statement. 
&lt;br&gt;Does it sit on the couch all day? Is it unemployed? Please be specific! 
&lt;br&gt;Define 'it' and what it isn't doing. --------- Adapted from lxrbot FAQ
&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Gphoto-user mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19759730&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gphoto-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/gphoto-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/gphoto-user&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/gphoto-user-f3242.html&quot; embed=&quot;fixTarget[3242]&quot; target=&quot;_top&quot; &gt;gphoto-user&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/recent-camera-with-high-optical-zoom-tp19757840p19759730.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19758452</id>
	<title>Re: recent camera with high optical zoom</title>
	<published>2008-10-01T04:20:46Z</published>
	<updated>2008-10-01T04:20:46Z</updated>
	<author>
		<name>Marcus Meissner</name>
	</author>
	<content type="html">On Wed, Oct 01, 2008 at 12:33:21PM +0200, RC wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi all
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I'm looking for a recent camera with high optical zoom. Does anyone have any
&lt;br&gt;&amp;gt; experience using gphoto2 with one of the following cams?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Fujifilm FinePix S8100fd
&lt;br&gt;&amp;gt; Fujifilm FinePix S2000HD
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Sony DSC-H10
&lt;br&gt;&amp;gt; Sony DSC-H50
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Nikon Coolpix P80
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Olympus SP-570 UZ
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Panasonic DMC-FZ28EG-K
&lt;br&gt;&amp;gt; Panasonic DMC-TZ5
&lt;/div&gt;&lt;br&gt;You can download images from all of them.
&lt;br&gt;&lt;br&gt;Remote control is _NOT_ possible on:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; - panasonic
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; - sony
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; - fuji
&lt;br&gt;&lt;br&gt;It is likely be possible on:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; - nikon
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; - olympus
&lt;br&gt;&lt;br&gt;Ciao, Marcus
&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Gphoto-user mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19758452&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gphoto-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/gphoto-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/gphoto-user&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/gphoto-user-f3242.html&quot; embed=&quot;fixTarget[3242]&quot; target=&quot;_top&quot; &gt;gphoto-user&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/recent-camera-with-high-optical-zoom-tp19757840p19758452.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19757840</id>
	<title>recent camera with high optical zoom</title>
	<published>2008-10-01T03:33:21Z</published>
	<updated>2008-10-01T03:33:21Z</updated>
	<author>
		<name>swaakaa</name>
	</author>
	<content type="html">&lt;div dir=&quot;ltr&quot;&gt;Hi all&lt;br&gt;&lt;br&gt;I&amp;#39;m looking for a recent camera with high optical zoom. Does anyone have any experience using gphoto2 with one of the following cams? &lt;br&gt;&lt;br&gt;Fujifilm FinePix S8100fd&lt;br&gt;Fujifilm FinePix S2000HD&lt;br&gt;
&lt;br&gt;Sony DSC-H10&lt;br&gt;Sony DSC-H50&lt;br&gt;&lt;br&gt;Nikon Coolpix P80&lt;br&gt;&lt;br&gt;Olympus SP-570 UZ&lt;br&gt;&lt;br&gt;Panasonic DMC-FZ28EG-K&lt;br&gt;Panasonic DMC-TZ5&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Thanks!&lt;br&gt;&lt;/div&gt;
&lt;br /&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Gphoto-user mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19757840&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gphoto-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/gphoto-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/gphoto-user&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/gphoto-user-f3242.html&quot; embed=&quot;fixTarget[3242]&quot; target=&quot;_top&quot; &gt;gphoto-user&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/recent-camera-with-high-optical-zoom-tp19757840p19757840.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19817020</id>
	<title>looking for auto-power-up and focus-lock</title>
	<published>2008-10-01T02:54:12Z</published>
	<updated>2008-10-01T02:54:12Z</updated>
	<author>
		<name>swaakaa</name>
	</author>
	<content type="html">&lt;div dir=&quot;ltr&quot;&gt;Hi all&lt;br&gt;&lt;br&gt;I do currently use gphoto2 with a Canon PS S5 IS. Everything is working fine... except the fact, that the camera does not restart after power loss. Therefor I tried the Canon PS SX100 IS but this camera does not support focus-lock. Is there any non-SLR cam on the market (not canon only) that does support both features?&lt;br&gt;
&lt;br&gt;I can contribute the following ghoto2-/cam-experience:&lt;br&gt;&lt;br&gt;&lt;br&gt;Canon PowerShot S5 IS&lt;br&gt;- Remote capture and download : yes&lt;br&gt;
 - external power : yes (with optional power supply)&lt;br&gt;
 - power loss recovery : no (You have to PRESS manually the power button)&lt;br&gt;
 - flash : can be disabled&lt;br&gt;
 - autofocus-lock : possible&lt;br&gt;- manualfocus : no&lt;br&gt;&lt;br&gt;&lt;br&gt;Canon PowerShot SX100 IS&lt;br&gt;- Remote capture and download : possible&lt;br&gt;

 - external power : yes (with optional power supply)&lt;br&gt;

 - power loss recovery : possible&lt;br&gt;

 - flash : can be disabled&lt;br&gt;

 - autofocus-lock : no&lt;br&gt;
- manualfocus : no&lt;br&gt;&lt;br&gt;
&lt;br&gt;
Canon EOS 400D&lt;br&gt;
- Remote capture and download : yes&lt;br&gt;


 - external power : yes (with optional power supply)&lt;br&gt;


 - power loss recovery : yes&lt;br&gt;


 - flash : can be disabled&lt;br&gt;


 - autofocus-lock : no&lt;br&gt;

- manualfocus : yes&lt;br&gt;&lt;br&gt;&lt;br&gt;

Canon EOS 450D&lt;br&gt;

- Remote capture and download : yes&lt;br&gt;



 - external power : yes (with optional power supply)&lt;br&gt;



 - power loss recovery : yes&lt;br&gt;



 - flash : can be disabled&lt;br&gt;



 - autofocus-lock : no&lt;br&gt;


- manualfocus : yes&lt;br&gt;&lt;/div&gt;
&lt;br /&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Gphoto-user mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19817020&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gphoto-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/gphoto-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/gphoto-user&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/gphoto-user-f3242.html&quot; embed=&quot;fixTarget[3242]&quot; target=&quot;_top&quot; &gt;gphoto-user&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/looking-for-auto-power-up-and-focus-lock-tp19817020p19817020.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19739812</id>
	<title>lock focus with canon powershot cameras</title>
	<published>2008-09-30T03:50:26Z</published>
	<updated>2008-09-30T03:50:26Z</updated>
	<author>
		<name>swaakaa</name>
	</author>
	<content type="html">&lt;div dir=&quot;ltr&quot;&gt;hi all&lt;br&gt;&lt;br&gt;does anyone out there have experiance with locking the focus of a canon powershot camera using gphoto2? Especially SX100 IS and S5 IS? &lt;br&gt;&lt;br&gt;I know that the SX100 IS does not support locking the focus using Breeze PSRemote on windows meanwhile the S5 IS does support this function. &lt;br&gt;
&lt;br&gt;Thanks!&lt;br&gt;Roman&lt;br&gt;&lt;/div&gt;
&lt;br /&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Gphoto-user mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19739812&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gphoto-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/gphoto-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/gphoto-user&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/gphoto-user-f3242.html&quot; embed=&quot;fixTarget[3242]&quot; target=&quot;_top&quot; &gt;gphoto-user&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/lock-focus-with-canon-powershot-cameras-tp19739812p19739812.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19816008</id>
	<title>[gphoto-bugs] [ gphoto-Bugs-2136584 ] gtkam: unclear copyright/license</title>
	<published>2008-09-29T11:54:58Z</published>
	<updated>2008-09-29T11:54:58Z</updated>
	<author>
		<name>SourceForge.net</name>
	</author>
	<content type="html">Bugs item #2136584, was opened at 2008-09-29 20:54
&lt;br&gt;Message generated for change (Tracker Item Submitted) made by Item Submitter
&lt;br&gt;You can respond by visiting: 
&lt;br&gt;&lt;a href=&quot;https://sourceforge.net/tracker/?func=detail&amp;atid=108874&amp;aid=2136584&amp;group_id=8874&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://sourceforge.net/tracker/?func=detail&amp;atid=108874&amp;aid=2136584&amp;group_id=8874&lt;/a&gt;&lt;br&gt;&lt;br&gt;Please note that this message will contain a full copy of the comment thread,
&lt;br&gt;including the initial issue submission, for this request,
&lt;br&gt;not just the latest update.
&lt;br&gt;Category: gtkam
&lt;br&gt;Group: None
&lt;br&gt;Status: Open
&lt;br&gt;Resolution: None
&lt;br&gt;Priority: 5
&lt;br&gt;Private: No
&lt;br&gt;Submitted By: Andreas Metzler (ametzler)
&lt;br&gt;Assigned to: Nobody/Anonymous (nobody)
&lt;br&gt;Summary: gtkam: unclear copyright/license
&lt;br&gt;&lt;br&gt;Initial Comment:
&lt;br&gt;For gtkam both copyright holder and license are quite unclear:
&lt;br&gt;&lt;br&gt;* AUTHORS lists Scott Fritzingeras as sole author (except for translations)
&lt;br&gt;&lt;br&gt;* The copyright headers in src/* look like this:
&lt;br&gt;--------------
&lt;br&gt;gtkam-0.1.15$ grep -hr Copyright src/*.[ch] | sort -u
&lt;br&gt;&amp;nbsp;* Copyright &amp;nbsp;2001 Lutz Mueller &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19816008&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;lutz@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;nbsp;* Copyright &amp;nbsp;2001 Lutz Mueller &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19816008&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;lutz@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;nbsp;* Copyright &amp;nbsp;2001 Lutz Mueller &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19816008&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;lutz@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;nbsp;* Copyright &amp;nbsp;2002 Hans Ulrich Niedermann &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19816008&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gp@...&lt;/a&gt;
&lt;br&gt;&amp;nbsp;* Copyright &amp;nbsp;2002 Lutz Mueller &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19816008&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;lutz@...&lt;/a&gt;&amp;gt;
&lt;br&gt;--------------
&lt;br&gt;with Hans Ulrich Niedermann only listed for two files. This looks like Lutz Mueller is basically almost the only copyright holder *and* as if there has not been any signigicant change to the source since 2002.
&lt;br&gt;&lt;br&gt;* The license statements in src/* lists LGPLv2.1+ as applicable.
&lt;br&gt;&lt;br&gt;* COPYING contains a copy of the GPL.
&lt;br&gt;&lt;br&gt;* README brings a little bit of enlightenment. ;-)
&lt;br&gt;&amp;quot;GTKam has originally been written by Scott Fritzinger &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19816008&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;scottf@...&lt;/a&gt;&amp;gt;. Lutz Mueller &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19816008&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;lutz@...&lt;/a&gt;&amp;gt; rewrote everything using GTK's object oriented approach. That made it possible to introduce many new
&lt;br&gt;features.&amp;quot;
&lt;br&gt;&lt;br&gt;I assume that the GPL instead of LGPL in COPYING is just an oversight - could you please fix that? 
&lt;br&gt;&lt;br&gt;It would also be nice if the copyright header in the *.c files could be kept uptodate, listing all (significant) contributors and the respective year.
&lt;br&gt;&lt;br&gt;I have got another, very simple wish: Please update the license header to the new GNU template. The part 
&lt;br&gt;----------------
&lt;br&gt;&amp;nbsp;* You should have received a copy of the GNU Lesser General Public
&lt;br&gt;&amp;nbsp;* License along with this library; if not, write to the
&lt;br&gt;&amp;nbsp;* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
&lt;br&gt;&amp;nbsp;* Boston, MA 02111-1307, USA.
&lt;br&gt;----------------
&lt;br&gt;&lt;br&gt;should be changed to
&lt;br&gt;-------------
&lt;br&gt;You should have received a copy of the GNU General Public License
&lt;br&gt;along with this program. &amp;nbsp;If not, see &amp;lt;&lt;a href=&quot;http://www.gnu.org/licenses/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.gnu.org/licenses/&lt;/a&gt;&amp;gt;.
&lt;br&gt;--------------------
&lt;br&gt;&lt;br&gt;Thank you for providing this piece of software.
&lt;br&gt;&lt;br&gt;----------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;You can respond by visiting: 
&lt;br&gt;&lt;a href=&quot;https://sourceforge.net/tracker/?func=detail&amp;atid=108874&amp;aid=2136584&amp;group_id=8874&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://sourceforge.net/tracker/?func=detail&amp;atid=108874&amp;aid=2136584&amp;group_id=8874&lt;/a&gt;&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;gphoto-bugs mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19816008&amp;i=7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gphoto-bugs@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/gphoto-bugs&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/gphoto-bugs&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/gphoto-bugs-f3237.html&quot; embed=&quot;fixTarget[3237]&quot; target=&quot;_top&quot; &gt;gphoto-bugs&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/-gphoto-bugs----gphoto-Bugs-2136584---gtkam%3A-unclear-copyright-license-tp19816008p19816008.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19726344</id>
	<title>Re: Help finding camera with specific features?</title>
	<published>2008-09-29T08:41:45Z</published>
	<updated>2008-09-29T08:41:45Z</updated>
	<author>
		<name>Sancho-2</name>
	</author>
	<content type="html">I wrote it previously, but just to sum up again - great camera is 
&lt;br&gt;Olympus C360 - the camera is turned on by removing the lens cover, so it 
&lt;br&gt;remains on after power failure. Do not forget to turn off the 
&lt;br&gt;power-saving features.
&lt;br&gt;The same applies to Canon PowerShot A60 and A400 - just make a manual 
&lt;br&gt;workaround - turn off the power saving and make the power button always 
&lt;br&gt;pressed.
&lt;br&gt;&lt;br&gt;Let us know if the Nikon works for you - I do not know the camera and 
&lt;br&gt;its turn on/off or power-saving features.
&lt;br&gt;&lt;br&gt;Sancho
&lt;br&gt;&lt;br&gt;pwh wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; I need a camera that will operate unattended as a still webcam. It will have
&lt;br&gt;&amp;gt; external, not battery, power. If power is lost and restored the camera must
&lt;br&gt;&amp;gt; return to ON status. PC must be able to send it commands to take a picture,
&lt;br&gt;&amp;gt; download the picture, and delete it. My antique Olympus D300 served this
&lt;br&gt;&amp;gt; purpose but recently died.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; The Nikon Coolpix 900 MAY satisfy these requirements. Does anyone know? I'm
&lt;br&gt;&amp;gt; trying to obtain one. 
&lt;br&gt;&amp;gt; Thanks,
&lt;br&gt;&amp;gt; Peter
&lt;br&gt;&amp;gt; www.hbeck.net
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;/div&gt;&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Gphoto-user mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19726344&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gphoto-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/gphoto-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/gphoto-user&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/gphoto-user-f3242.html&quot; embed=&quot;fixTarget[3242]&quot; target=&quot;_top&quot; &gt;gphoto-user&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Help-finding-camera-with-specific-features--tp19717893p19726344.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19717893</id>
	<title>Help finding camera with specific features?</title>
	<published>2008-09-28T20:20:58Z</published>
	<updated>2008-09-28T20:20:58Z</updated>
	<author>
		<name>pwh</name>
	</author>
	<content type="html">I need a camera that will operate unattended as a still webcam. It will have external, not battery, power. If power is lost and restored the camera must return to ON status. PC must be able to send it commands to take a picture, download the picture, and delete it. My antique Olympus D300 served this purpose but recently died.
&lt;br&gt;&lt;br&gt;The Nikon Coolpix 900 MAY satisfy these requirements. Does anyone know? I'm trying to obtain one. 
&lt;br&gt;Thanks,
&lt;br&gt;Peter
&lt;br&gt;www.hbeck.net
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/gphoto-user-f3242.html&quot; embed=&quot;fixTarget[3242]&quot; target=&quot;_top&quot; &gt;gphoto-user&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Help-finding-camera-with-specific-features--tp19717893p19717893.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19706309</id>
	<title>Re: Question about Nikon CoolPix P1/P2</title>
	<published>2008-09-27T13:22:13Z</published>
	<updated>2008-09-27T13:22:13Z</updated>
	<author>
		<name>Sancho-2</name>
	</author>
	<content type="html">I have a valuable tip for all the users of Canon cameras.
&lt;br&gt;I have two of them (A60 and A400) and both of them can be set as power 
&lt;br&gt;failure tolerant.
&lt;br&gt;I was about to make a hardware device for turning the cam on and off 
&lt;br&gt;when I found a very easy solution.
&lt;br&gt;Just turn off the power saving in menu, turn off the camera and than 
&lt;br&gt;make a physical lock of the power button so it remains always on.
&lt;br&gt;&lt;br&gt;That's it.
&lt;br&gt;The camera buttons will not work, but the remote will.
&lt;br&gt;And after power failure and power fix, the camera will automatically 
&lt;br&gt;turn on and operate.
&lt;br&gt;&lt;br&gt;Hope it helps someone...
&lt;br&gt;&lt;br&gt;Sancho
&lt;br&gt;&lt;br&gt;Harry McKee wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; I'm considering buying a Nikon P1/P2 camera to use with gphoto2 for some time lapse photography (or 
&lt;br&gt;&amp;gt; a Canon Powershot).
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Can anyone tell me if the Nikon P1/P2 lens stays extended when using the continuous capture mode? 
&lt;br&gt;&amp;gt; It's obvious from the documentation that the Powershot does, but I could find no info about the 
&lt;br&gt;&amp;gt; Nikon cameras.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Thank you,
&lt;br&gt;&amp;gt; Harry McKee
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; -------------------------------------------------------------------------
&lt;br&gt;&amp;gt; This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;&amp;gt; Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;&amp;gt; Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; Gphoto-user mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19706309&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gphoto-user@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/gphoto-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/gphoto-user&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;/div&gt;&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Gphoto-user mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19706309&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gphoto-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/gphoto-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/gphoto-user&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/gphoto-user-f3242.html&quot; embed=&quot;fixTarget[3242]&quot; target=&quot;_top&quot; &gt;gphoto-user&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Question-about-Nikon-CoolPix-P1-P2-tp19692475p19706309.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19692475</id>
	<title>Question about Nikon CoolPix P1/P2</title>
	<published>2008-09-26T09:56:12Z</published>
	<updated>2008-09-26T09:56:12Z</updated>
	<author>
		<name>Harry McKee</name>
	</author>
	<content type="html">I'm considering buying a Nikon P1/P2 camera to use with gphoto2 for some time lapse photography (or 
&lt;br&gt;a Canon Powershot).
&lt;br&gt;&lt;br&gt;Can anyone tell me if the Nikon P1/P2 lens stays extended when using the continuous capture mode? 
&lt;br&gt;It's obvious from the documentation that the Powershot does, but I could find no info about the 
&lt;br&gt;Nikon cameras.
&lt;br&gt;&lt;br&gt;Thank you,
&lt;br&gt;Harry McKee
&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Gphoto-user mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19692475&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gphoto-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/gphoto-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/gphoto-user&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/gphoto-user-f3242.html&quot; embed=&quot;fixTarget[3242]&quot; target=&quot;_top&quot; &gt;gphoto-user&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Question-about-Nikon-CoolPix-P1-P2-tp19692475p19692475.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19688067</id>
	<title>Re: Setting focus levels using focuslock?</title>
	<published>2008-09-26T06:02:20Z</published>
	<updated>2008-09-26T06:02:20Z</updated>
	<author>
		<name>Marcus Meissner-4</name>
	</author>
	<content type="html">On Fri, Sep 26, 2008 at 02:28:01PM +1200, Chris wrote:
&lt;br&gt;&amp;gt; Hi all,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I use the Canon SX100 IS for timelapse.
&lt;br&gt;&amp;gt; At night and in the morning the image is blurry because of focussing 
&lt;br&gt;&amp;gt; issues.. any idea how to correct this?
&lt;br&gt;&lt;br&gt;Afraid not :/
&lt;br&gt;&lt;br&gt;&amp;gt; The camera does not move .. so if I could permanently set the focus that 
&lt;br&gt;&amp;gt; would be best.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I have played with focuslock .. it is set to 2 and I can't seem to 
&lt;br&gt;&amp;gt; change it.
&lt;br&gt;&amp;gt; gphoto2 --set-config focuslock=on (does not work)
&lt;br&gt;&lt;br&gt;&amp;gt; Then when I check it:
&lt;br&gt;&amp;gt; gphoto2 --get-config focuslock
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; It has not changed.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I'm probably not doing something simple.. any help would be great!
&lt;br&gt;&lt;br&gt;The problem here is that focuslock cannot be queried, and is set
&lt;br&gt;via specific commands.
&lt;br&gt;&lt;br&gt;So if you do:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; gphoto2 --set-config focuslock=1
&lt;br&gt;&lt;br&gt;follwoing --capture-image calls should not refocus. (should be audible
&lt;br&gt;different).
&lt;br&gt;&lt;br&gt;I have not checked with my SX100IS, but I will when I get back home
&lt;br&gt;on Tuesday.
&lt;br&gt;&lt;br&gt;Ciao, Marcus
&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Gphoto-user mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19688067&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gphoto-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/gphoto-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/gphoto-user&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/gphoto-user-f3242.html&quot; embed=&quot;fixTarget[3242]&quot; target=&quot;_top&quot; &gt;gphoto-user&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Setting-focus-levels-using-focuslock--tp19681669p19688067.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19681669</id>
	<title>Setting focus levels using focuslock?</title>
	<published>2008-09-25T19:28:01Z</published>
	<updated>2008-09-25T19:28:01Z</updated>
	<author>
		<name>Chris-618</name>
	</author>
	<content type="html">Hi all,
&lt;br&gt;&lt;br&gt;I use the Canon SX100 IS for timelapse.
&lt;br&gt;At night and in the morning the image is blurry because of focussing 
&lt;br&gt;issues.. any idea how to correct this?
&lt;br&gt;The camera does not move .. so if I could permanently set the focus that 
&lt;br&gt;would be best.
&lt;br&gt;&lt;br&gt;I have played with focuslock .. it is set to 2 and I can't seem to 
&lt;br&gt;change it.
&lt;br&gt;gphoto2 --set-config focuslock=on (does not work)
&lt;br&gt;&lt;br&gt;Then when I check it:
&lt;br&gt;gphoto2 --get-config focuslock
&lt;br&gt;&lt;br&gt;It has not changed.
&lt;br&gt;&lt;br&gt;I'm probably not doing something simple.. any help would be great!
&lt;br&gt;&lt;br&gt;Many thanks,
&lt;br&gt;Chris
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Gphoto-user mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19681669&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gphoto-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/gphoto-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/gphoto-user&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/gphoto-user-f3242.html&quot; embed=&quot;fixTarget[3242]&quot; target=&quot;_top&quot; &gt;gphoto-user&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Setting-focus-levels-using-focuslock--tp19681669p19681669.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19678034</id>
	<title>Using gPhoto2 with NSLU2</title>
	<published>2008-09-25T13:47:04Z</published>
	<updated>2008-09-25T13:47:04Z</updated>
	<author>
		<name>Kirk Wallace</name>
	</author>
	<content type="html">I am trying to use a Kodak DC3400 connected to a Linksys NSLU2. I
&lt;br&gt;installed the Optware ipkg-opt installer and then installed the gphoto2
&lt;br&gt;package. Some of the gphoto2 commands work okay, but some result with:
&lt;br&gt;&lt;br&gt;root@NSLU2a:/# gphoto2 --list-cameras
&lt;br&gt;Segmentation faultvers from '/opt/l... |---------------- &amp;nbsp; &amp;nbsp; -
&lt;br&gt;75.4% &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;root@NSLU2a:/# 
&lt;br&gt;&lt;br&gt;I need some advise on what the problem might be. Thank you, Kirk
&lt;br&gt;&lt;br&gt;The debug version is below:
&lt;br&gt;&lt;br&gt;root@NSLU2a:/# gphoto2 --list-cameras --debug
&lt;br&gt;0.000110 main(2): ALWAYS INCLUDE THE FOLLOWING LINES WHEN SENDING DEBUG
&lt;br&gt;MESSAGES TO THE MAILING LIST:
&lt;br&gt;0.003318 main(2): gphoto2 2.4.1
&lt;br&gt;0.003759 main(2): gphoto2 has been compiled with the following options:
&lt;br&gt;0.004172 main(2):
&lt;br&gt;+ /home/slug/releases/openwrt-kamikaze_7.09/staging_dir_armeb/bin/armeb-linux-uclibc-gcc (C compiler used)
&lt;br&gt;0.004596 main(2): &amp;nbsp;+ popt (mandatory, for handling command-line
&lt;br&gt;parameters)
&lt;br&gt;0.005003 main(2): &amp;nbsp;+ no exif (for displaying EXIF information)
&lt;br&gt;0.005407 main(2): &amp;nbsp;+ no cdk (for accessing configuration options)
&lt;br&gt;0.005812 main(2): &amp;nbsp;+ no aa (for displaying live previews)
&lt;br&gt;0.006214 main(2): &amp;nbsp;+ no jpeg (for displaying live previews in JPEG
&lt;br&gt;format)
&lt;br&gt;0.006623 main(2): &amp;nbsp;+ no readline (for easy navigation in the shell)
&lt;br&gt;0.007106 main(2): libgphoto2 2.4.1
&lt;br&gt;0.007540 main(2): libgphoto2 has been compiled with the following
&lt;br&gt;options:
&lt;br&gt;0.007953 main(2):
&lt;br&gt;+ /home/slug/releases/openwrt-kamikaze_7.09/staging_dir_armeb/bin/armeb-linux-uclibc-gcc (C compiler used)
&lt;br&gt;0.008377 main(2): &amp;nbsp;+ ltdl (for portable loading of camlibs)
&lt;br&gt;0.008780 main(2): &amp;nbsp;+ no EXIF (for special handling of EXIF files)
&lt;br&gt;0.009236 main(2): libgphoto2_port 0.8.0
&lt;br&gt;0.009668 main(2): libgphoto2_port has been compiled with the following
&lt;br&gt;options:
&lt;br&gt;0.010082 main(2):
&lt;br&gt;+ /home/slug/releases/openwrt-kamikaze_7.09/staging_dir_armeb/bin/armeb-linux-uclibc-gcc (C compiler used)
&lt;br&gt;0.010487 main(2): &amp;nbsp;+ ltdl (for portable loading of camlibs)
&lt;br&gt;0.010871 main(2): &amp;nbsp;+ USB (libusb, for USB cameras)
&lt;br&gt;0.011253 main(2): &amp;nbsp;+ serial (for serial cameras)
&lt;br&gt;0.011635 main(2): &amp;nbsp;+ no resmgr (serial port access and locking)
&lt;br&gt;0.012201 main(2): &amp;nbsp;+ no baudboy (serial port locking)
&lt;br&gt;0.012596 main(2): &amp;nbsp;+ no ttylock (serial port locking)
&lt;br&gt;0.012980 main(2): &amp;nbsp;+ no lockdev (serial port locking)
&lt;br&gt;0.013378 main(2): CAMLIBS env var not set, using compile-time default
&lt;br&gt;instead
&lt;br&gt;0.013741 main(2): IOLIBS env var not set, using compile-time default
&lt;br&gt;instead
&lt;br&gt;0.014702 setting/gphoto2-setting.c(2): Creating $HOME/.gphoto
&lt;br&gt;0.016970 setting/gphoto2-setting.c(2): Loading settings from file
&lt;br&gt;&amp;quot;/tmp/.gphoto/settings&amp;quot;
&lt;br&gt;0.027549 gphoto2-abilities-list(2): Using ltdl to load camera libraries
&lt;br&gt;from '/opt/lib/libgphoto2/2.4.1'...
&lt;br&gt;0.065895 gphoto2-abilities-list(2): Found
&lt;br&gt;'/opt/lib/libgphoto2/2.4.1/adc65'.
&lt;br&gt;0.073958 gphoto2-abilities-list(2): Found
&lt;br&gt;'/opt/lib/libgphoto2/2.4.1/agfa_cl20'.
&lt;br&gt;0.074408 gphoto2-abilities-list(2): Found
&lt;br&gt;'/opt/lib/libgphoto2/2.4.1/aox'.
&lt;br&gt;0.074834 gphoto2-abilities-list(2): Found
&lt;br&gt;'/opt/lib/libgphoto2/2.4.1/barbie'.
&lt;br&gt;0.075262 gphoto2-abilities-list(2): Found
&lt;br&gt;'/opt/lib/libgphoto2/2.4.1/canon'.
&lt;br&gt;0.075689 gphoto2-abilities-list(2): Found
&lt;br&gt;'/opt/lib/libgphoto2/2.4.1/casio_qv'.
&lt;br&gt;0.076119 gphoto2-abilities-list(2): Found
&lt;br&gt;'/opt/lib/libgphoto2/2.4.1/clicksmart310'.
&lt;br&gt;0.076549 gphoto2-abilities-list(2): Found
&lt;br&gt;'/opt/lib/libgphoto2/2.4.1/digigr8'.
&lt;br&gt;0.076977 gphoto2-abilities-list(2): Found
&lt;br&gt;'/opt/lib/libgphoto2/2.4.1/digita'.
&lt;br&gt;0.077405 gphoto2-abilities-list(2): Found
&lt;br&gt;'/opt/lib/libgphoto2/2.4.1/dimagev'.
&lt;br&gt;0.077834 gphoto2-abilities-list(2): Found
&lt;br&gt;'/opt/lib/libgphoto2/2.4.1/dimera3500'.
&lt;br&gt;0.078263 gphoto2-abilities-list(2): Found
&lt;br&gt;'/opt/lib/libgphoto2/2.4.1/directory'.
&lt;br&gt;0.078691 gphoto2-abilities-list(2): Found
&lt;br&gt;'/opt/lib/libgphoto2/2.4.1/enigma13'.
&lt;br&gt;0.079119 gphoto2-abilities-list(2): Found
&lt;br&gt;'/opt/lib/libgphoto2/2.4.1/fuji'.
&lt;br&gt;0.079545 gphoto2-abilities-list(2): Found
&lt;br&gt;'/opt/lib/libgphoto2/2.4.1/gsmart300'.
&lt;br&gt;0.079975 gphoto2-abilities-list(2): Found
&lt;br&gt;'/opt/lib/libgphoto2/2.4.1/hp215'.
&lt;br&gt;0.080402 gphoto2-abilities-list(2): Found
&lt;br&gt;'/opt/lib/libgphoto2/2.4.1/iclick'.
&lt;br&gt;0.080830 gphoto2-abilities-list(2): Found
&lt;br&gt;'/opt/lib/libgphoto2/2.4.1/jamcam'.
&lt;br&gt;0.081258 gphoto2-abilities-list(2): Found
&lt;br&gt;'/opt/lib/libgphoto2/2.4.1/jd11'.
&lt;br&gt;0.081685 gphoto2-abilities-list(2): Found
&lt;br&gt;'/opt/lib/libgphoto2/2.4.1/kodak_dc120'.
&lt;br&gt;0.082114 gphoto2-abilities-list(2): Found
&lt;br&gt;'/opt/lib/libgphoto2/2.4.1/kodak_dc210'.
&lt;br&gt;0.082544 gphoto2-abilities-list(2): Found
&lt;br&gt;'/opt/lib/libgphoto2/2.4.1/kodak_dc240'.
&lt;br&gt;0.094411 gphoto2-abilities-list(2): Found
&lt;br&gt;'/opt/lib/libgphoto2/2.4.1/kodak_dc3200'.
&lt;br&gt;0.094851 gphoto2-abilities-list(2): Found
&lt;br&gt;'/opt/lib/libgphoto2/2.4.1/kodak_ez200'.
&lt;br&gt;0.095283 gphoto2-abilities-list(2): Found
&lt;br&gt;'/opt/lib/libgphoto2/2.4.1/konica'.
&lt;br&gt;0.095712 gphoto2-abilities-list(2): Found
&lt;br&gt;'/opt/lib/libgphoto2/2.4.1/konica_qm150'.
&lt;br&gt;0.096143 gphoto2-abilities-list(2): Found
&lt;br&gt;'/opt/lib/libgphoto2/2.4.1/largan'.
&lt;br&gt;0.096571 gphoto2-abilities-list(2): Found
&lt;br&gt;'/opt/lib/libgphoto2/2.4.1/lg_gsm'.
&lt;br&gt;0.096999 gphoto2-abilities-list(2): Found
&lt;br&gt;'/opt/lib/libgphoto2/2.4.1/mars'.
&lt;br&gt;0.097426 gphoto2-abilities-list(2): Found
&lt;br&gt;'/opt/lib/libgphoto2/2.4.1/mustek'.
&lt;br&gt;0.097854 gphoto2-abilities-list(2): Found
&lt;br&gt;'/opt/lib/libgphoto2/2.4.1/panasonic_coolshot'.
&lt;br&gt;0.098287 gphoto2-abilities-list(2): Found
&lt;br&gt;'/opt/lib/libgphoto2/2.4.1/panasonic_dc1000'.
&lt;br&gt;0.098719 gphoto2-abilities-list(2): Found
&lt;br&gt;'/opt/lib/libgphoto2/2.4.1/panasonic_dc1580'.
&lt;br&gt;0.099150 gphoto2-abilities-list(2): Found
&lt;br&gt;'/opt/lib/libgphoto2/2.4.1/panasonic_l859'.
&lt;br&gt;0.099580 gphoto2-abilities-list(2): Found
&lt;br&gt;'/opt/lib/libgphoto2/2.4.1/pccam300'.
&lt;br&gt;0.100009 gphoto2-abilities-list(2): Found
&lt;br&gt;'/opt/lib/libgphoto2/2.4.1/pccam600'.
&lt;br&gt;0.100420 gphoto2-abilities-list(2): Found
&lt;br&gt;'/opt/lib/libgphoto2/2.4.1/polaroid_pdc320'.
&lt;br&gt;0.100833 gphoto2-abilities-list(2): Found
&lt;br&gt;'/opt/lib/libgphoto2/2.4.1/polaroid_pdc640'.
&lt;br&gt;0.101247 gphoto2-abilities-list(2): Found
&lt;br&gt;'/opt/lib/libgphoto2/2.4.1/polaroid_pdc700'.
&lt;br&gt;0.101661 gphoto2-abilities-list(2): Found
&lt;br&gt;'/opt/lib/libgphoto2/2.4.1/ptp2'.
&lt;br&gt;0.102069 gphoto2-abilities-list(2): Found
&lt;br&gt;'/opt/lib/libgphoto2/2.4.1/ricoh'.
&lt;br&gt;0.102479 gphoto2-abilities-list(2): Found
&lt;br&gt;'/opt/lib/libgphoto2/2.4.1/ricoh_g3'.
&lt;br&gt;0.102958 gphoto2-abilities-list(2): Found
&lt;br&gt;'/opt/lib/libgphoto2/2.4.1/samsung'.
&lt;br&gt;0.103370 gphoto2-abilities-list(2): Found
&lt;br&gt;'/opt/lib/libgphoto2/2.4.1/sierra'.
&lt;br&gt;0.103782 gphoto2-abilities-list(2): Found
&lt;br&gt;'/opt/lib/libgphoto2/2.4.1/sipix_blink2'.
&lt;br&gt;0.104194 gphoto2-abilities-list(2): Found
&lt;br&gt;'/opt/lib/libgphoto2/2.4.1/sipix_web2'.
&lt;br&gt;0.104606 gphoto2-abilities-list(2): Found
&lt;br&gt;'/opt/lib/libgphoto2/2.4.1/smal'.
&lt;br&gt;0.105015 gphoto2-abilities-list(2): Found
&lt;br&gt;'/opt/lib/libgphoto2/2.4.1/sonix'.
&lt;br&gt;0.105425 gphoto2-abilities-list(2): Found
&lt;br&gt;'/opt/lib/libgphoto2/2.4.1/sony_dscf1'.
&lt;br&gt;0.105836 gphoto2-abilities-list(2): Found
&lt;br&gt;'/opt/lib/libgphoto2/2.4.1/sony_dscf55'.
&lt;br&gt;0.106247 gphoto2-abilities-list(2): Found
&lt;br&gt;'/opt/lib/libgphoto2/2.4.1/soundvision'.
&lt;br&gt;0.106660 gphoto2-abilities-list(2): Found
&lt;br&gt;'/opt/lib/libgphoto2/2.4.1/spca50x'.
&lt;br&gt;0.107070 gphoto2-abilities-list(2): Found
&lt;br&gt;'/opt/lib/libgphoto2/2.4.1/sq905'.
&lt;br&gt;0.107480 gphoto2-abilities-list(2): Found
&lt;br&gt;'/opt/lib/libgphoto2/2.4.1/stv0674'.
&lt;br&gt;0.107890 gphoto2-abilities-list(2): Found
&lt;br&gt;'/opt/lib/libgphoto2/2.4.1/stv0680'.
&lt;br&gt;0.108301 gphoto2-abilities-list(2): Found
&lt;br&gt;'/opt/lib/libgphoto2/2.4.1/sx330z'.
&lt;br&gt;0.108710 gphoto2-abilities-list(2): Found
&lt;br&gt;'/opt/lib/libgphoto2/2.4.1/toshiba_pdrm11'.
&lt;br&gt;0.109255 gp-abilities-list(2): Found 57 camera drivers.
&lt;br&gt;Segmentation faultvers from '/opt/l... |---------------- &amp;nbsp; &amp;nbsp; - &amp;nbsp;75.4%
&lt;br&gt;2s
&lt;br&gt;root@NSLU2a:/# 
&lt;br&gt;&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Gphoto-user mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19678034&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gphoto-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/gphoto-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/gphoto-user&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/gphoto-user-f3242.html&quot; embed=&quot;fixTarget[3242]&quot; target=&quot;_top&quot; &gt;gphoto-user&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Using-gPhoto2-with-NSLU2-tp19678034p19678034.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19813059</id>
	<title>Re: Cannot create a statically linked version of gphoto2</title>
	<published>2008-09-25T12:14:18Z</published>
	<updated>2008-09-25T12:14:18Z</updated>
	<author>
		<name>Marcus Meissner</name>
	</author>
	<content type="html">On Thu, Sep 25, 2008 at 02:40:39PM -0400, west suhanic wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hello All:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I am trying to create a statically linked version of gphoto2, version 2.4.2
&lt;br&gt;&amp;gt; .
&lt;br&gt;&amp;gt; I have successfully built and installed libgphoto2 , version 2.4.2 and I
&lt;br&gt;&amp;gt; have
&lt;br&gt;&amp;gt; a libgphoto2.a file.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I have also successfully built gphoto2, version 2.4.2 . I use the following
&lt;br&gt;&amp;gt; configuration command:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; ./configure --prefix=/home/wsuhanic/gphoto2/v2.4.2
&lt;br&gt;&amp;gt; --with-libgphoto2=/home/wsuhanic/libgphoto2/v2.4.2/lib --disable-serial
&lt;br&gt;&amp;gt; --disable-nls --without-libiconv-prefix --without-libintl-prefix
&lt;br&gt;&amp;gt; --without-pthread &amp;nbsp;--without-cdk --without-jpeg &amp;nbsp;--without-aalib
&lt;br&gt;&amp;gt; --without-readline --with-libexif=no
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Yes I have verified that libgphoto2.a is in the directory specified above.
&lt;br&gt;&amp;gt; Everything builds fine, no complaints. However when I do a ldd against the
&lt;br&gt;&amp;gt; ghoto2 I get the following information:
&lt;/div&gt;&lt;br&gt;You can try moving away the libgphoto2.so symlink during build.
&lt;br&gt;&lt;br&gt;Please note that the camera driver will be loaded dynamically anyway.
&lt;br&gt;&lt;br&gt;Any specific reason you want it static?
&lt;br&gt;&lt;br&gt;Ciao, Marcus
&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Gphoto-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19813059&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gphoto-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/gphoto-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/gphoto-devel&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/gphoto-devel-f3238.html&quot; embed=&quot;fixTarget[3238]&quot; target=&quot;_top&quot; &gt;gphoto-devel&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Cannot-create-a-statically-linked-version-of-gphoto2-tp19675843p19813059.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19676055</id>
	<title>Re: Cannot create a statically linked version of	gphoto2</title>
	<published>2008-09-25T11:52:29Z</published>
	<updated>2008-09-25T11:52:29Z</updated>
	<author>
		<name>Hubert Figuiere-2</name>
	</author>
	<content type="html">On Thu, 2008-09-25 at 14:40 -0400, west suhanic wrote:
&lt;br&gt;&amp;gt; I do not want to use the shared library for libgphoto2, I specifically
&lt;br&gt;&amp;gt; said
&lt;br&gt;&amp;gt; no to exif etc.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&lt;br&gt;static linking is not supported. and for libexif, make sure libgphoto2
&lt;br&gt;is also built without it.
&lt;br&gt;&lt;br&gt;&lt;br&gt;Hub
&lt;br&gt;&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Gphoto-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19676055&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gphoto-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/gphoto-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/gphoto-devel&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/gphoto-devel-f3238.html&quot; embed=&quot;fixTarget[3238]&quot; target=&quot;_top&quot; &gt;gphoto-devel&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Cannot-create-a-statically-linked-version-of-gphoto2-tp19675843p19676055.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19675843</id>
	<title>Cannot create a statically linked version of gphoto2</title>
	<published>2008-09-25T11:40:39Z</published>
	<updated>2008-09-25T11:40:39Z</updated>
	<author>
		<name>west suhanic</name>
	</author>
	<content type="html">&lt;div dir=&quot;ltr&quot;&gt;Hello All:&lt;br&gt;&lt;br&gt;I am trying to create a statically linked version of gphoto2, version 2.4.2 .&lt;br&gt;I have successfully built and installed libgphoto2 , version 2.4.2 and I have&lt;br&gt;a libgphoto2.a file.&lt;br&gt;&lt;br&gt;
I have also successfully built gphoto2, version 2.4.2 . I use the following configuration command:&lt;br&gt;&lt;br&gt;./configure --prefix=/home/wsuhanic/gphoto2/v2.4.2 --with-libgphoto2=/home/wsuhanic/libgphoto2/v2.4.2/lib --disable-serial --disable-nls --without-libiconv-prefix --without-libintl-prefix --without-pthread&amp;nbsp; --without-cdk --without-jpeg&amp;nbsp; --without-aalib --without-readline --with-libexif=no&lt;br&gt;
&lt;br&gt;Yes I have verified that libgphoto2.a is in the directory specified above. Everything builds fine, no complaints. However when I do a ldd against the ghoto2 I get the following information:&lt;br&gt;&lt;br&gt;ldd ./gphoto2&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; libgphoto2.so.2 =&amp;gt; /usr/local/lib/libgphoto2.so.2 (0x00002ba853362000)&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; libpopt.so.0 =&amp;gt; /lib/libpopt.so.0 (0x00002ba8535de000)&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; libc.so.6 =&amp;gt; /lib/libc.so.6 (0x00002ba8537e6000)&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; libgphoto2_port.so.0 =&amp;gt; /usr/local/lib/libgphoto2_port.so.0 (0x00002ba853b37000)&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; libltdl.so.3 =&amp;gt; /usr/local/lib/libltdl.so.3 (0x00002ba853d40000)&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; libexif.so.12 =&amp;gt; /usr/local/lib/libexif.so.12 (0x00002ba853f47000)&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; libm.so.6 =&amp;gt; /lib/libm.so.6 (0x00002ba854179000)&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /lib64/ld-linux-x86-64.so.2 (0x00002ba853145000)&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; libdl.so.2 =&amp;gt; /lib/libdl.so.2 (0x00002ba8543fc000)&lt;br&gt;&lt;br&gt;I do not want to use the shared library for libgphoto2, I specifically said no to exif etc.&lt;br&gt;
&lt;br&gt;Anyways any suggestions?&lt;br&gt;&lt;br&gt;Thank you in advance.&lt;br&gt;&lt;br&gt;West Suhanic&lt;br&gt;&lt;br&gt;&lt;/div&gt;
&lt;br /&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Gphoto-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19675843&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gphoto-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/gphoto-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/gphoto-devel&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/gphoto-devel-f3238.html&quot; embed=&quot;fixTarget[3238]&quot; target=&quot;_top&quot; &gt;gphoto-devel&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Cannot-create-a-statically-linked-version-of-gphoto2-tp19675843p19675843.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19678265</id>
	<title>Re: Using gPhoto2 with NSLU2</title>
	<published>2008-09-25T05:01:31Z</published>
	<updated>2008-09-25T05:01:31Z</updated>
	<author>
		<name>Marcus Meissner-4</name>
	</author>
	<content type="html">On Thu, Sep 25, 2008 at 01:47:04PM -0700, Kirk Wallace wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; I am trying to use a Kodak DC3400 connected to a Linksys NSLU2. I
&lt;br&gt;&amp;gt; installed the Optware ipkg-opt installer and then installed the gphoto2
&lt;br&gt;&amp;gt; package. Some of the gphoto2 commands work okay, but some result with:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; root@NSLU2a:/# gphoto2 --list-cameras
&lt;br&gt;&amp;gt; Segmentation faultvers from '/opt/l... |---------------- &amp;nbsp; &amp;nbsp; -
&lt;br&gt;&amp;gt; 75.4% &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;&amp;gt; root@NSLU2a:/# 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I need some advise on what the problem might be. Thank you, Kirk
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; The debug version is below:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; root@NSLU2a:/# gphoto2 --list-cameras --debug
&lt;br&gt;&amp;gt; 0.000110 main(2): ALWAYS INCLUDE THE FOLLOWING LINES WHEN SENDING DEBUG
&lt;br&gt;&amp;gt; MESSAGES TO THE MAILING LIST:
&lt;br&gt;&amp;gt; 0.003318 main(2): gphoto2 2.4.1
&lt;br&gt;&amp;gt; 0.003759 main(2): gphoto2 has been compiled with the following options:
&lt;br&gt;&amp;gt; 0.004172 main(2):
&lt;br&gt;&amp;gt; + /home/slug/releases/openwrt-kamikaze_7.09/staging_dir_armeb/bin/armeb-linux-uclibc-gcc (C compiler used)
&lt;br&gt;&amp;gt; 0.004596 main(2): &amp;nbsp;+ popt (mandatory, for handling command-line
&lt;br&gt;&amp;gt; parameters)
&lt;br&gt;&amp;gt; 0.005003 main(2): &amp;nbsp;+ no exif (for displaying EXIF information)
&lt;br&gt;&amp;gt; 0.005407 main(2): &amp;nbsp;+ no cdk (for accessing configuration options)
&lt;br&gt;&amp;gt; 0.005812 main(2): &amp;nbsp;+ no aa (for displaying live previews)
&lt;br&gt;&amp;gt; 0.006214 main(2): &amp;nbsp;+ no jpeg (for displaying live previews in JPEG
&lt;br&gt;&amp;gt; format)
&lt;br&gt;&amp;gt; 0.006623 main(2): &amp;nbsp;+ no readline (for easy navigation in the shell)
&lt;br&gt;&amp;gt; 0.007106 main(2): libgphoto2 2.4.1
&lt;br&gt;&amp;gt; 0.007540 main(2): libgphoto2 has been compiled with the following
&lt;br&gt;&amp;gt; options:
&lt;br&gt;&amp;gt; 0.007953 main(2):
&lt;br&gt;&amp;gt; + /home/slug/releases/openwrt-kamikaze_7.09/staging_dir_armeb/bin/armeb-linux-uclibc-gcc (C compiler used)
&lt;br&gt;&amp;gt; 0.008377 main(2): &amp;nbsp;+ ltdl (for portable loading of camlibs)
&lt;br&gt;&amp;gt; 0.008780 main(2): &amp;nbsp;+ no EXIF (for special handling of EXIF files)
&lt;br&gt;&amp;gt; 0.009236 main(2): libgphoto2_port 0.8.0
&lt;br&gt;&amp;gt; 0.009668 main(2): libgphoto2_port has been compiled with the following
&lt;br&gt;&amp;gt; options:
&lt;br&gt;&amp;gt; 0.010082 main(2):
&lt;br&gt;&amp;gt; + /home/slug/releases/openwrt-kamikaze_7.09/staging_dir_armeb/bin/armeb-linux-uclibc-gcc (C compiler used)
&lt;br&gt;&amp;gt; 0.010487 main(2): &amp;nbsp;+ ltdl (for portable loading of camlibs)
&lt;br&gt;&amp;gt; 0.010871 main(2): &amp;nbsp;+ USB (libusb, for USB cameras)
&lt;br&gt;&amp;gt; 0.011253 main(2): &amp;nbsp;+ serial (for serial cameras)
&lt;br&gt;&amp;gt; 0.011635 main(2): &amp;nbsp;+ no resmgr (serial port access and locking)
&lt;br&gt;&amp;gt; 0.012201 main(2): &amp;nbsp;+ no baudboy (serial port locking)
&lt;br&gt;&amp;gt; 0.012596 main(2): &amp;nbsp;+ no ttylock (serial port locking)
&lt;br&gt;&amp;gt; 0.012980 main(2): &amp;nbsp;+ no lockdev (serial port locking)
&lt;br&gt;&amp;gt; 0.013378 main(2): CAMLIBS env var not set, using compile-time default
&lt;br&gt;&amp;gt; instead
&lt;br&gt;&amp;gt; 0.013741 main(2): IOLIBS env var not set, using compile-time default
&lt;br&gt;&amp;gt; instead
&lt;br&gt;&amp;gt; 0.014702 setting/gphoto2-setting.c(2): Creating $HOME/.gphoto
&lt;br&gt;&amp;gt; 0.016970 setting/gphoto2-setting.c(2): Loading settings from file
&lt;br&gt;&amp;gt; &amp;quot;/tmp/.gphoto/settings&amp;quot;
&lt;br&gt;&amp;gt; 0.027549 gphoto2-abilities-list(2): Using ltdl to load camera libraries
&lt;br&gt;&amp;gt; from '/opt/lib/libgphoto2/2.4.1'...
&lt;br&gt;&amp;gt; 0.065895 gphoto2-abilities-list(2): Found
&lt;br&gt;&amp;gt; '/opt/lib/libgphoto2/2.4.1/adc65'.
&lt;br&gt;&amp;gt; 0.073958 gphoto2-abilities-list(2): Found
&lt;br&gt;&amp;gt; '/opt/lib/libgphoto2/2.4.1/agfa_cl20'.
&lt;br&gt;&amp;gt; 0.074408 gphoto2-abilities-list(2): Found
&lt;br&gt;&amp;gt; '/opt/lib/libgphoto2/2.4.1/aox'.
&lt;br&gt;&amp;gt; 0.074834 gphoto2-abilities-list(2): Found
&lt;br&gt;&amp;gt; '/opt/lib/libgphoto2/2.4.1/barbie'.
&lt;br&gt;&amp;gt; 0.075262 gphoto2-abilities-list(2): Found
&lt;br&gt;&amp;gt; '/opt/lib/libgphoto2/2.4.1/canon'.
&lt;br&gt;&amp;gt; 0.075689 gphoto2-abilities-list(2): Found
&lt;br&gt;&amp;gt; '/opt/lib/libgphoto2/2.4.1/casio_qv'.
&lt;br&gt;&amp;gt; 0.076119 gphoto2-abilities-list(2): Found
&lt;br&gt;&amp;gt; '/opt/lib/libgphoto2/2.4.1/clicksmart310'.
&lt;br&gt;&amp;gt; 0.076549 gphoto2-abilities-list(2): Found
&lt;br&gt;&amp;gt; '/opt/lib/libgphoto2/2.4.1/digigr8'.
&lt;br&gt;&amp;gt; 0.076977 gphoto2-abilities-list(2): Found
&lt;br&gt;&amp;gt; '/opt/lib/libgphoto2/2.4.1/digita'.
&lt;br&gt;&amp;gt; 0.077405 gphoto2-abilities-list(2): Found
&lt;br&gt;&amp;gt; '/opt/lib/libgphoto2/2.4.1/dimagev'.
&lt;br&gt;&amp;gt; 0.077834 gphoto2-abilities-list(2): Found
&lt;br&gt;&amp;gt; '/opt/lib/libgphoto2/2.4.1/dimera3500'.
&lt;br&gt;&amp;gt; 0.078263 gphoto2-abilities-list(2): Found
&lt;br&gt;&amp;gt; '/opt/lib/libgphoto2/2.4.1/directory'.
&lt;br&gt;&amp;gt; 0.078691 gphoto2-abilities-list(2): Found
&lt;br&gt;&amp;gt; '/opt/lib/libgphoto2/2.4.1/enigma13'.
&lt;br&gt;&amp;gt; 0.079119 gphoto2-abilities-list(2): Found
&lt;br&gt;&amp;gt; '/opt/lib/libgphoto2/2.4.1/fuji'.
&lt;br&gt;&amp;gt; 0.079545 gphoto2-abilities-list(2): Found
&lt;br&gt;&amp;gt; '/opt/lib/libgphoto2/2.4.1/gsmart300'.
&lt;br&gt;&amp;gt; 0.079975 gphoto2-abilities-list(2): Found
&lt;br&gt;&amp;gt; '/opt/lib/libgphoto2/2.4.1/hp215'.
&lt;br&gt;&amp;gt; 0.080402 gphoto2-abilities-list(2): Found
&lt;br&gt;&amp;gt; '/opt/lib/libgphoto2/2.4.1/iclick'.
&lt;br&gt;&amp;gt; 0.080830 gphoto2-abilities-list(2): Found
&lt;br&gt;&amp;gt; '/opt/lib/libgphoto2/2.4.1/jamcam'.
&lt;br&gt;&amp;gt; 0.081258 gphoto2-abilities-list(2): Found
&lt;br&gt;&amp;gt; '/opt/lib/libgphoto2/2.4.1/jd11'.
&lt;br&gt;&amp;gt; 0.081685 gphoto2-abilities-list(2): Found
&lt;br&gt;&amp;gt; '/opt/lib/libgphoto2/2.4.1/kodak_dc120'.
&lt;br&gt;&amp;gt; 0.082114 gphoto2-abilities-list(2): Found
&lt;br&gt;&amp;gt; '/opt/lib/libgphoto2/2.4.1/kodak_dc210'.
&lt;br&gt;&amp;gt; 0.082544 gphoto2-abilities-list(2): Found
&lt;br&gt;&amp;gt; '/opt/lib/libgphoto2/2.4.1/kodak_dc240'.
&lt;br&gt;&amp;gt; 0.094411 gphoto2-abilities-list(2): Found
&lt;br&gt;&amp;gt; '/opt/lib/libgphoto2/2.4.1/kodak_dc3200'.
&lt;br&gt;&amp;gt; 0.094851 gphoto2-abilities-list(2): Found
&lt;br&gt;&amp;gt; '/opt/lib/libgphoto2/2.4.1/kodak_ez200'.
&lt;br&gt;&amp;gt; 0.095283 gphoto2-abilities-list(2): Found
&lt;br&gt;&amp;gt; '/opt/lib/libgphoto2/2.4.1/konica'.
&lt;br&gt;&amp;gt; 0.095712 gphoto2-abilities-list(2): Found
&lt;br&gt;&amp;gt; '/opt/lib/libgphoto2/2.4.1/konica_qm150'.
&lt;br&gt;&amp;gt; 0.096143 gphoto2-abilities-list(2): Found
&lt;br&gt;&amp;gt; '/opt/lib/libgphoto2/2.4.1/largan'.
&lt;br&gt;&amp;gt; 0.096571 gphoto2-abilities-list(2): Found
&lt;br&gt;&amp;gt; '/opt/lib/libgphoto2/2.4.1/lg_gsm'.
&lt;br&gt;&amp;gt; 0.096999 gphoto2-abilities-list(2): Found
&lt;br&gt;&amp;gt; '/opt/lib/libgphoto2/2.4.1/mars'.
&lt;br&gt;&amp;gt; 0.097426 gphoto2-abilities-list(2): Found
&lt;br&gt;&amp;gt; '/opt/lib/libgphoto2/2.4.1/mustek'.
&lt;br&gt;&amp;gt; 0.097854 gphoto2-abilities-list(2): Found
&lt;br&gt;&amp;gt; '/opt/lib/libgphoto2/2.4.1/panasonic_coolshot'.
&lt;br&gt;&amp;gt; 0.098287 gphoto2-abilities-list(2): Found
&lt;br&gt;&amp;gt; '/opt/lib/libgphoto2/2.4.1/panasonic_dc1000'.
&lt;br&gt;&amp;gt; 0.098719 gphoto2-abilities-list(2): Found
&lt;br&gt;&amp;gt; '/opt/lib/libgphoto2/2.4.1/panasonic_dc1580'.
&lt;br&gt;&amp;gt; 0.099150 gphoto2-abilities-list(2): Found
&lt;br&gt;&amp;gt; '/opt/lib/libgphoto2/2.4.1/panasonic_l859'.
&lt;br&gt;&amp;gt; 0.099580 gphoto2-abilities-list(2): Found
&lt;br&gt;&amp;gt; '/opt/lib/libgphoto2/2.4.1/pccam300'.
&lt;br&gt;&amp;gt; 0.100009 gphoto2-abilities-list(2): Found
&lt;br&gt;&amp;gt; '/opt/lib/libgphoto2/2.4.1/pccam600'.
&lt;br&gt;&amp;gt; 0.100420 gphoto2-abilities-list(2): Found
&lt;br&gt;&amp;gt; '/opt/lib/libgphoto2/2.4.1/polaroid_pdc320'.
&lt;br&gt;&amp;gt; 0.100833 gphoto2-abilities-list(2): Found
&lt;br&gt;&amp;gt; '/opt/lib/libgphoto2/2.4.1/polaroid_pdc640'.
&lt;br&gt;&amp;gt; 0.101247 gphoto2-abilities-list(2): Found
&lt;br&gt;&amp;gt; '/opt/lib/libgphoto2/2.4.1/polaroid_pdc700'.
&lt;br&gt;&amp;gt; 0.101661 gphoto2-abilities-list(2): Found
&lt;br&gt;&amp;gt; '/opt/lib/libgphoto2/2.4.1/ptp2'.
&lt;br&gt;&amp;gt; 0.102069 gphoto2-abilities-list(2): Found
&lt;br&gt;&amp;gt; '/opt/lib/libgphoto2/2.4.1/ricoh'.
&lt;br&gt;&amp;gt; 0.102479 gphoto2-abilities-list(2): Found
&lt;br&gt;&amp;gt; '/opt/lib/libgphoto2/2.4.1/ricoh_g3'.
&lt;br&gt;&amp;gt; 0.102958 gphoto2-abilities-list(2): Found
&lt;br&gt;&amp;gt; '/opt/lib/libgphoto2/2.4.1/samsung'.
&lt;br&gt;&amp;gt; 0.103370 gphoto2-abilities-list(2): Found
&lt;br&gt;&amp;gt; '/opt/lib/libgphoto2/2.4.1/sierra'.
&lt;br&gt;&amp;gt; 0.103782 gphoto2-abilities-list(2): Found
