Summary: | Camera list sorted by brand | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Julien Narboux <Julien> |
Component: | Setup-Cameras | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 0.9.4 | |
Sentry Crash Report: |
Description
Julien Narboux
2006-02-03 19:43:18 UTC
Julien, Libgphoto2 do not provide this way. The list is given is a flat list. Each item name merge Camera Make and Camera Model. There is no way to separate this easily. I suggest to move this entry in Gphoto2 bugzilla as a wish. A new method must ba added in libgphoto2 to give an advanced list of Camera sorted by brand. Gilles But things could be much improved if there will be two entries on top of list. If necessary coded by hand: - UMS camera - PTP camera These two entries will handle 80-90% of cases and will be easy to find. SVN commit 794681 by cgilles: digiKam from KDE3 branch : added search text bar to easy find a camera make/model from the huge list provided by libgphoto2. There is no way with libgphoto2 to separate camera make/model. These infomations are merged to a common string and it's impossible to short camera list by brand. BUG: 137836 BUG: 121309 M +49 -15 cameraselection.cpp M +9 -8 cameraselection.h WebSVN link: http://websvn.kde.org/?view=rev&revision=794681 |