Bug 74553 - grouping camera's per vendor like in kdeprint (usability)
Summary: grouping camera's per vendor like in kdeprint (usability)
Status: ASSIGNED
Alias: None
Product: kio
Classification: Frameworks and Libraries
Component: kamera (show other bugs)
Version: unspecified
Platform: Debian stable Linux
: NOR wishlist
Target Milestone: ---
Assignee: Marcus Meissner
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-08 11:11 UTC by Sander Devrieze
Modified: 2018-08-05 22:39 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sander Devrieze 2004-02-08 11:11:21 UTC
Version:            (using KDE KDE 3.2.0)
Installed from:    Debian stable Packages

As Gphoto2 supports every release more and more camera's, the list in the Kamera module in KControl gets bigger and bigger. The disadvantage of this is that people will miss there model when in fact it is in the list. It's also slow to find the camera you have.

My proposal:
Make a sort of wizard for adding camera's. This wizard should be very consistent with the wizard of kdeprint (for usability reasons). So, first a welcome step in the wizard, then a select model step, after this a driver selecting step, and at the end a step to test the camera.

The second step should be also splitted in 2 parts as in the kdeprint wizard: in the left people can select the vendor of their camera, and in the right they can select the specific model. In the step after this people get a list of drivers that can be used for this camera (e.g. some camera's also supports PTP) and people also can get information about wich driver is the best to use (like also possible in kdeprint).
Comment 1 Marcus Meissner 2004-02-12 09:06:53 UTC
i am planning a different approach.

Almost all cameras are USB today and can be easily autodetected.

So:
- Drop all autodetectable cameras from the Listview and just keep 
  the non-USB ones.

(Also we cannot easily parse Vendor/Product pairs currently, since
libgphoto2 just returns 1 string.)
Comment 2 Sander Devrieze 2004-02-12 11:25:42 UTC
> Almost all cameras are USB today and can be easily autodetected.

Even a better idea :)

> So:
> - Drop all autodetectable cameras from the Listview and just keep
>   the non-USB ones.

In that case I like a button to hide/unhide the normally autodetectable 
cameras too. This for the situations when something went wrong with the 
autodetection.

> (Also we cannot easily parse Vendor/Product pairs currently, since
> libgphoto2 just returns 1 string.)

Maybe the KDE project can do a feature request at the gphoto project for 
this? :)

Comment 3 Marcus Meissner 2006-04-19 09:15:17 UTC
It has some basic support for this, using ":" as delimiter.

I once tried to get vendor/product splitting into libgphoto2, but
this API change was not integrated :/
Comment 4 null 2018-08-05 22:39:07 UTC
As of v18.07.90, there's still only a single (ungrouped) list when adding a camera.

Adding a search field is tracked in Bug 217900.