Empty camera list after upgrading libgphoto2

classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

Empty camera list after upgrading libgphoto2

Stephan Paukner
Hi!

I need libgphoto2 in version 2.1.99 as this added support for the Canon
Digital IXUS 750. The current version in Debian 'testing' is 2.1.6, and
the camera list (when adding a camera) in Digikam of course doesn't show
the mentioned camera.
But after upgrading to libgphoto2 (2.1.99) from Debian 'experimental',
the list in Digikam is completely empty, while gphoto2 on the command
line did detect my camera. How do I tell Digikam where to obtain the
list of supported cameras? Do I have to install it from source?

Thanks and regards
--
Stephan Paukner <[hidden email]>
_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users
Reply | Threaded
Open this post in threaded view
|

Re: Empty camera list after upgrading libgphoto2

Gilles Caulier-2
Le Samedi 22 Avril 2006 06:18 PM, Stephan Paukner a écrit :

> Hi!
>
> I need libgphoto2 in version 2.1.99 as this added support for the Canon
> Digital IXUS 750. The current version in Debian 'testing' is 2.1.6, and
> the camera list (when adding a camera) in Digikam of course doesn't show
> the mentioned camera.
> But after upgrading to libgphoto2 (2.1.99) from Debian 'experimental',
> the list in Digikam is completely empty, while gphoto2 on the command
> line did detect my camera. How do I tell Digikam where to obtain the
> list of supported cameras? Do I have to install it from source?
>

I have never tested digKam using gphoto2 2.1.99, but digikam is linked with
libgphoto2, and you will get more result to recompile digikam using source
tarball.

Gilles Caulier
_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users
Reply | Threaded
Open this post in threaded view
|

Re: Empty camera list after upgrading libgphoto2

Bugzilla from ach@mpe.mpg.de
In reply to this post by Stephan Paukner
On Saturday 22 April 2006 18:18, Stephan Paukner wrote:

> Hi!
>
> I need libgphoto2 in version 2.1.99 as this added support for the Canon
> Digital IXUS 750. The current version in Debian 'testing' is 2.1.6, and
> the camera list (when adding a camera) in Digikam of course doesn't show
> the mentioned camera.
> But after upgrading to libgphoto2 (2.1.99) from Debian 'experimental',
> the list in Digikam is completely empty, while gphoto2 on the command
> line did detect my camera. How do I tell Digikam where to obtain the
> list of supported cameras? Do I have to install it from source?

This sounds like a compatibility bug in libghoto2.  You can try to
rebuild digikam and check if this fixes the problem:

        su -
        apt-get build-dep digikam
        apt-get -b source digikam

and install the new .deb.  When this fixes the problem, libgphoto2
broke the library API :(   File a serious bug against libgphoto2.

Achim

>
> Thanks and regards
> --
> Stephan Paukner <[hidden email]>
> _______________________________________________
> Digikam-users mailing list
> [hidden email]
> https://mail.kde.org/mailman/listinfo/digikam-users
>
>

--
  To me vi is Zen.  To use vi is to practice zen. Every command is
  a koan. Profound to the user, unintelligible to the uninitiated.
  You discover truth everytime you use it.
                                      -- [hidden email]
_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users
Reply | Threaded
Open this post in threaded view
|

Re: Empty camera list after upgrading libgphoto2

Stephan Paukner
On Sat, 2006-04-22 at 23:49 +0200, Achim Bohnet wrote:

> > But after upgrading to libgphoto2 (2.1.99) from Debian 'experimental',
> > the list in Digikam is completely empty, while gphoto2 on the command
> > line did detect my camera. How do I tell Digikam where to obtain the
> > list of supported cameras? Do I have to install it from source?
>
> This sounds like a compatibility bug in libghoto2.  You can try to
> rebuild digikam and check if this fixes the problem:
>
> su -
> apt-get build-dep digikam
> apt-get -b source digikam
>
> and install the new .deb.  When this fixes the problem, libgphoto2
> broke the library API :(   File a serious bug against libgphoto2.

I rebuilt digikam as recommended, and afterwards the list of cameras was
visible in digikam!
Still, autodetection failed, and I found out that only root could
`gphoto2 --auto-detect` the camera, but not my regular user, as I forgot
to add it to the 'camera' group. So, I'm not quite sure now if there is
really a bug to file. Anyway, *if* the camera list in digikam should
*always* be visible (and this was the case with libgphoto2-2.1.6,
although my user was not member of the 'camera' group), *then* there is
a bug to file. Your suggestion?

Thanks & regards
--
Stephan Paukner <[hidden email]>
_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users
Reply | Threaded
Open this post in threaded view
|

Re: Empty camera list after upgrading libgphoto2

Bugzilla from ach@mpe.mpg.de
On Sunday 23 April 2006 11:52, Stephan Paukner wrote:

> On Sat, 2006-04-22 at 23:49 +0200, Achim Bohnet wrote:
> > > But after upgrading to libgphoto2 (2.1.99) from Debian 'experimental',
> > > the list in Digikam is completely empty, while gphoto2 on the command
> > > line did detect my camera. How do I tell Digikam where to obtain the
> > > list of supported cameras? Do I have to install it from source?
> >
> > This sounds like a compatibility bug in libghoto2.  You can try to
> > rebuild digikam and check if this fixes the problem:
> >
> > su -
> > apt-get build-dep digikam
> > apt-get -b source digikam
> >
> > and install the new .deb.  When this fixes the problem, libgphoto2
> > broke the library API :(   File a serious bug against libgphoto2.
>
> I rebuilt digikam as recommended, and afterwards the list of cameras was
> visible in digikam!
> Still, autodetection failed, and I found out that only root could
> `gphoto2 --auto-detect` the camera, but not my regular user, as I forgot
> to add it to the 'camera' group. So, I'm not quite sure now if there is
> really a bug to file. Anyway, *if* the camera list in digikam should
> *always* be visible (and this was the case with libgphoto2-2.1.6,
> although my user was not member of the 'camera' group), *then* there is
> a bug to file. Your suggestion?

Mhmm,  can you reinstall digikam and check if cameras are listed
in digikam when the user is a member of group camera?

        apt-get --reinstall install digikam

I would say that if this works one should be able to life with it,
because without rw access to the camera device you can access it.
Then it does not really hurt when you can list the models too.

Achim
>
> Thanks & regards
> --
> Stephan Paukner <[hidden email]>
--
  To me vi is Zen.  To use vi is to practice zen. Every command is
  a koan. Profound to the user, unintelligible to the uninitiated.
  You discover truth everytime you use it.
                                      -- [hidden email]
_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users