Re: unsupported Canon PowerShot G12?
Michael Weigelt <[email protected]>
| Newsgroups | gmane.comp.multimedia.gphoto.devel |
|---|---|
| Message-ID | <[email protected]> |
Good evening
Here we go - same error for all requests. Do you want me to run in debug
mode...
*~ $ lsusb | grep Canon*
Bus 002 Device 012: ID 04a9:320f Canon, Inc. PowerShot G12
*~ $ gphoto2 --port usb:002,012 --summary*
*** Fehler ***
PTP – Allgemeiner Fehler
*** Fehler ***
Ein Fehler trat in der IO-Bibliothek auf (»Unspezifizierter
Fehler«): Die angegebene Hersteller- oder Produkt-ID (0x0,0x0) ist
nicht gültig.
*** Fehler (-1: »Unspezifizierter Fehler«) ***
Für Debug-Meldungen verwenden Sie bitte die Option »--debug«.
Diese Meldungen können Ihnen helfen, eine Lösung für Ihr Problem zu
finden. Wenn Sie jedoch Fehler- oder Debug-Meldungen an die
Mailingliste <[email protected]> schicken wollen,
so starten sie gphoto2 bitte wie folgt:
env LANG=C gphoto2 --debug --debug-logfile=my-logfile.txt
--port usb:002,012 --summary
Bitte stellen Sie sicher das die uebergebenen Argument ausreichend
gequoted sind.
*~ $ gphoto2 --port usb:002,012 --list-all-config*
*** Fehler ***
PTP – Allgemeiner Fehler
*** Fehler ***
Ein Fehler trat in der IO-Bibliothek auf (»Unspezifizierter
Fehler«): Die angegebene Hersteller- oder Produkt-ID (0x0,0x0) ist
nicht gültig.
*** Fehler (-1: »Unspezifizierter Fehler«) ***
Für Debug-Meldungen verwenden Sie bitte die Option »--debug«.
Diese Meldungen können Ihnen helfen, eine Lösung für Ihr Problem zu
finden. Wenn Sie jedoch Fehler- oder Debug-Meldungen an die
Mailingliste <[email protected]> schicken wollen,
so starten sie gphoto2 bitte wie folgt:
env LANG=C gphoto2 --debug --debug-logfile=my-logfile.txt
--port usb:002,012 --list-all-config
Bitte stellen Sie sicher das die uebergebenen Argument ausreichend
gequoted sind.
*~ $ gphoto2 --port usb:002,012 --capture-preview*
*** Fehler ***
PTP – Allgemeiner Fehler
*** Fehler ***
Ein Fehler trat in der IO-Bibliothek auf (»Unspezifizierter
Fehler«): Die angegebene Hersteller- oder Produkt-ID (0x0,0x0) ist
nicht gültig.
*** Fehler (-1: »Unspezifizierter Fehler«) ***
Für Debug-Meldungen verwenden Sie bitte die Option »--debug«.
Diese Meldungen können Ihnen helfen, eine Lösung für Ihr Problem zu
finden. Wenn Sie jedoch Fehler- oder Debug-Meldungen an die
Mailingliste <[email protected]> schicken wollen,
so starten sie gphoto2 bitte wie folgt:
env LANG=C gphoto2 --debug --debug-logfile=my-logfile.txt
--port usb:002,012 --capture-preview
Bitte stellen Sie sicher das die uebergebenen Argument ausreichend
gequoted sind.
*~ $ gphoto2 --port usb:002,012 --capture-image*
*** Fehler ***
PTP – Allgemeiner Fehler
*** Fehler ***
Ein Fehler trat in der IO-Bibliothek auf (»Unspezifizierter
Fehler«): Die angegebene Hersteller- oder Produkt-ID (0x0,0x0) ist
nicht gültig.
FEHLER: Konnte Bild nicht aufnehmen.
FEHLER: Konnte nicht aufnehmen.
*** Fehler ***
PTP – Allgemeiner Fehler
*** Fehler ***
Ein Fehler trat in der IO-Bibliothek auf (»Unspezifizierter
Fehler«): Die angegebene Hersteller- oder Produkt-ID (0x0,0x0) ist
nicht gültig.
Am 25.12.20 um 10:47 schrieb Marcus Meissner:
> Hi,
>
> Can you run
> gphoto2 --auto-detect
>
> it will report two camera entries, one mass storage for /home/weigelt/Bilder, and one for USB PTP Generic...
>
> Can you select the USB PTP one by prefixing --port or --camera , either via
>
> gphoto2 --port usb:002,008 --summary
> gphoto2 --camera "USB PTP Class Camera" --summary
>
> and the --summary / --list-all-config / --capture-preview / --capture-image
> tests
>
> You will probably also need to umount it from GVFS (Nautilus / GNOME virtual filesystem) first.
>
> via
> gio mount -s gphoto2
>
> Ciao, Marcus
>
> On Fri, Dec 25, 2020 at 10:23:29AM +0100, Michael Weigelt wrote:
>> Here we go:
>>
>> ~ $ lsusb | grep Canon
>> Bus 002 Device 008: ID 04a9:320f Canon, Inc. PowerShot G12
>>
>> ~ $ gphoto2 --summary
>>
>> *** Fehler ***
>> Diese Kamera unterstützt keine Zusammenfassung.
>> *** Fehler (-6: »Nicht unterstützte Funktion«) ***
>>
>> ~ $ gphoto2 --list-all-config
>>
>> *** Fehler ***
>> This camera does not provide any configuration options.
>> *** Fehler (-6: »Nicht unterstützte Funktion«) ***
>>
>> ~ $ gphoto2 --capture-preview
>>
>> *** Fehler ***
>> Diese Kamera kann keine Vorschaubilder machen.
>> *** Fehler (-6: »Nicht unterstützte Funktion«) ***
>>
>> gphoto2 --capture-image
>>
>> *** Fehler ***
>> Diese Kamera kann keine Aufnahme machen.
>> FEHLER: Konnte Bild nicht aufnehmen.
>> FEHLER: Konnte nicht aufnehmen.
>> *** Fehler (-6: »Nicht unterstützte Funktion«) ***
>>
>>
>> logfile.txt appended from command env LANG=C gphoto2 --debug
>> --debug-logfile=my-logfile.txt --summary
>> looks like the routine is preoccupied with the built-in webcam...
>>
>> Txs -Michael und noch Schöne Weihnachten!
>>
>>
>> Am 25.12.20 um 09:56 schrieb Marcus Meissner:
>>> Hi,
>>>
>>> On Thu, Dec 24, 2020 at 06:15:11PM +0100, Michael Weigelt wrote:
>>>> Good afternoon,
>>>>
>>>> the Canon PowerShot G12 apparently is not supported. The device "mounts"
>>>> as USB mass storage.
>>>> System information:
>>>>
>>>> ~ $ uname -a
>>>> Linux xxx 5.4.0-58-generic #64-Ubuntu SMP Wed Dec 9 08:16:25 UTC
>>>> 2020 x86_64 x86_64 x86_64 GNU/Linux
>>>>
>>>> ~ $ gphoto2 --auto-detect
>>>> Modell Port
>>>> ----------------------------------------------------------
>>>> ...
>>>> *USB PTP Class Camera usb:002,005 *
>>>>
>>>> ~ $ gphoto2 --version
>>>> gphoto2 2.5.23
>>>>
>>>> Copyright (c) 2000-2019 Marcus Meissner and others
>>>>
>>>> gphoto2 comes with NO WARRANTY, to the extent permitted by law.
>>>> You may
>>>> redistribute copies of gphoto2 under the terms of the GNU
>>>> General Public
>>>> License. For more information about these matters, see the files
>>>> named COPYING.
>>>>
>>>> This version of gphoto2 is using the following software versions
>>>> and options:
>>>> gphoto2 2.5.23 gcc, popt(m), exif, cdk, aa,
>>>> jpeg, readline
>>>> libgphoto2 2.5.25 standard camlibs (SKIPPING
>>>> lumix), gcc, ltdl, EXIF
>>>> libgphoto2_port 0.12.0 iolibs: disk ptpip serial usb1
>>>> usbdiskdirect usbscsi, gcc, ltdl, EXIF, USB, serial without locking
>>> Usually we support these cameras by-class.
>>>
>>> Can you report:
>>>
>>> The USB ids? (lsusb output, the canon line)
>>>
>>> output of:
>>> gphoto2 --summary
>>> gphoto2 --list-all-config
>>> gphoto2 --capture-preview
>>> gphoto2 --capture-image
>>>
>>>
>>> Ciao, Marcus
>> 0.000006 main (2): ALWAYS INCLUDE THE FOLLOWING LINES WHEN SENDING DEBUG MESSAGES TO THE MAILING LIST:
>> 0.000067 main (2): gphoto2 2.5.23
>> 0.000079 main (2): gphoto2 has been compiled with the following options:
>> 0.000087 main (2): + gcc (C compiler used)
>> 0.000092 main (2): + popt (mandatory, for handling command-line parameters)
>> 0.000096 main (2): + exif (for displaying EXIF information)
>> 0.000101 main (2): + cdk (for accessing configuration options)
>> 0.000105 main (2): + aa (for displaying live previews)
>> 0.000109 main (2): + jpeg (for displaying live previews in JPEG format)
>> 0.000113 main (2): + readline (for easy navigation in the shell)
>> 0.000121 main (2): libgphoto2 2.5.25
>> 0.000126 main (2): libgphoto2 has been compiled with the following options:
>> 0.000131 main (2): + standard camlib set SKIPPING SOME (ax203 canon digigr8 dimagev directory jl2005a jl2005c kodak_dc240 mars pentax ptp2 ricoh_g3 sierra sonix sq905 st2205 topfield tp6801 SKIPPING lumix)
>> 0.000136 main (2): + gcc (C compiler used)
>> 0.000140 main (2): + ltdl (for portable loading of camlibs)
>> 0.000144 main (2): + EXIF (for special handling of EXIF files)
>> 0.000150 main (2): libgphoto2_port 0.12.0
>> 0.000155 main (2): libgphoto2_port has been compiled with the following options:
>> 0.000159 main (2): + iolibs: disk ptpip serial usb1 usbdiskdirect usbscsi
>> 0.000163 main (2): + gcc (C compiler used)
>> 0.000168 main (2): + ltdl (for portable loading of iolibs)
>> 0.000172 main (2): + EXIF (for vusb)
>> 0.000176 main (2): + USB (libusb1, for USB cameras)
>> 0.000180 main (2): + serial (for serial cameras)
>> 0.000184 main (2): + no resmgr (serial port access and locking)
>> 0.000188 main (2): + no ttylock (serial port locking)
>> 0.000192 main (2): + no lockdev (serial port locking)
>> 0.000197 main (2): CAMLIBS env var not set, using compile-time default instead
>> 0.000201 main (2): IOLIBS env var not set, using compile-time default instead
>> 0.000205 main (2): invoked with following arguments:
>> 0.000209 main (2): --debug
>> 0.000214 main (2): --debug-logfile=my-logfile.txt
>> 0.000218 main (2): --summary
>> 0.000234 load_settings (2): Creating gphoto config directory ('/home/michael/.gphoto')
>> 0.000275 load_settings (2): Loading settings from file '/home/michael/.gphoto/settings'.
>> 0.000391 main (2): The user has not specified both a model and a port. Try to figure them out.
>> 0.000399 gp_port_info_list_load (2): Using ltdl to load io-drivers from '/usr/lib/x86_64-linux-gnu/libgphoto2_port/0.12.0'...
>> 0.000456 foreach_func (2): Called for filename '/usr/lib/x86_64-linux-gnu/libgphoto2_port/0.12.0/disk'.
>> 0.000586 gp_port_library_list (2): found fstab fsname UUID=5f08c717-4a53-4c4b-8885-678002d5857b
>> 0.000600 gp_port_library_list (2): found fstab fsname UUID=362ad9ab-af84-4829-8463-5c7c4256c9b5
>> 0.000610 gp_port_library_list (2): found fstab fsname UUID=604a16c1-d6a0-499b-a4a4-1bad709cb369
>> 0.000619 gp_port_library_list (2): found fstab fsname /home/weigelt/Bilder
>> 0.000631 gp_port_info_list_lookup_path(2): Looking for path 'disk:/home/michael/Bilder' (0 entries available)...
>> 0.000636 gp_port_info_list_lookup_path(2): Starting regex search for 'disk:/home/michael/Bilder'...
>> 0.000642 gp_port_library_list (2): found fstab fsname /home/weigelt/Dokumente
>> 0.000660 gp_port_library_list (2): found fstab fsname /home/weigelt/Musik
>> 0.000670 gp_port_library_list (2): found fstab fsname /home/weigelt/Videos
>> 0.000680 gp_port_library_list (2): found fstab fsname /home/weigelt/Vorlagen
>> 0.000690 gp_port_library_list (2): found fstab fsname UUID=00dfdc19-2224-4a84-8222-93d8ec25688b
>> 0.000696 gp_port_library_list (2): found fstab fsname /home/tmp
>> 0.000765 gp_port_library_list (2): found mtab fsname sysfs
>> 0.000773 gp_port_library_list (2): found mtab fsname proc
>> 0.000779 gp_port_library_list (2): found mtab fsname udev
>> 0.000791 gp_port_library_list (2): found mtab fsname devpts
>> 0.000797 gp_port_library_list (2): found mtab fsname tmpfs
>> 0.000808 gp_port_library_list (2): found mtab fsname /dev/sda2
>> 0.000817 gp_port_library_list (2): found mtab fsname securityfs
>> 0.000823 gp_port_library_list (2): found mtab fsname tmpfs
>> 0.000834 gp_port_library_list (2): found mtab fsname tmpfs
>> 0.000846 gp_port_library_list (2): found mtab fsname tmpfs
>> 0.000860 gp_port_library_list (2): found mtab fsname cgroup2
>> 0.000866 gp_port_library_list (2): found mtab fsname cgroup
>> 0.000872 gp_port_library_list (2): found mtab fsname pstore
>> 0.000883 gp_port_library_list (2): found mtab fsname none
>> 0.000920 gp_port_library_list (2): found mtab fsname cgroup
>> 0.000926 gp_port_library_list (2): found mtab fsname cgroup
>> 0.000932 gp_port_library_list (2): found mtab fsname cgroup
>> 0.000937 gp_port_library_list (2): found mtab fsname cgroup
>> 0.000943 gp_port_library_list (2): found mtab fsname cgroup
>> 0.000948 gp_port_library_list (2): found mtab fsname cgroup
>> 0.000954 gp_port_library_list (2): found mtab fsname cgroup
>> 0.000959 gp_port_library_list (2): found mtab fsname cgroup
>> 0.000965 gp_port_library_list (2): found mtab fsname cgroup
>> 0.000970 gp_port_library_list (2): found mtab fsname cgroup
>> 0.000976 gp_port_library_list (2): found mtab fsname cgroup
>> 0.000985 gp_port_library_list (2): found mtab fsname systemd-1
>> 0.001015 gp_port_library_list (2): found mtab fsname mqueue
>> 0.001021 gp_port_library_list (2): found mtab fsname debugfs
>> 0.001033 gp_port_library_list (2): found mtab fsname hugetlbfs
>> 0.001045 gp_port_library_list (2): found mtab fsname tracefs
>> 0.001056 gp_port_library_list (2): found mtab fsname fusectl
>> 0.001062 gp_port_library_list (2): found mtab fsname configfs
>> 0.001075 gp_port_library_list (2): found mtab fsname /dev/sda3
>> 0.001084 gp_port_library_list (2): found mtab fsname /dev/sda6
>> 0.001094 gp_port_library_list (2): found mtab fsname /dev/sda3
>> 0.001104 gp_port_info_list_lookup_path(2): Looking for path 'disk:/home/michael/Bilder' (1 entries available)...
>> 0.001110 gp_port_library_list (2): found mtab fsname /dev/sda3
>> 0.001119 gp_port_library_list (2): found mtab fsname /dev/sda3
>> 0.001128 gp_port_library_list (2): found mtab fsname /dev/sda3
>> 0.001136 gp_port_library_list (2): found mtab fsname /dev/sda3
>> 0.001145 gp_port_library_list (2): found mtab fsname /dev/sda3
>> 0.001154 gp_port_library_list (2): found mtab fsname tmpfs
>> 0.001170 gp_port_library_list (2): found mtab fsname gvfsd-fuse
>> 0.001176 gp_port_library_list (2): found mtab fsname /dev/fuse
>> 0.001205 foreach_func (2): Loaded 'Media '/home/weigelt/Bilder'' ('disk:/home/michael/Bilder') from '/usr/lib/x86_64-linux-gnu/libgphoto2_port/0.12.0/disk'.
>> 0.001212 foreach_func (2): Loaded '' ('^disk:') from '/usr/lib/x86_64-linux-gnu/libgphoto2_port/0.12.0/disk'.
>> 0.001217 foreach_func (2): Called for filename '/usr/lib/x86_64-linux-gnu/libgphoto2_port/0.12.0/ptpip'.
>> 0.001309 foreach_func (2): Loaded 'PTP/IP Connection' ('ptpip:') from '/usr/lib/x86_64-linux-gnu/libgphoto2_port/0.12.0/ptpip'.
>> 0.001318 foreach_func (2): Loaded '' ('^ptpip:') from '/usr/lib/x86_64-linux-gnu/libgphoto2_port/0.12.0/ptpip'.
>> 0.001330 foreach_func (2): Loaded 'IP Connection' ('ip:') from '/usr/lib/x86_64-linux-gnu/libgphoto2_port/0.12.0/ptpip'.
>> 0.001335 foreach_func (2): Loaded '' ('^ip:') from '/usr/lib/x86_64-linux-gnu/libgphoto2_port/0.12.0/ptpip'.
>> 0.001340 foreach_func (2): Called for filename '/usr/lib/x86_64-linux-gnu/libgphoto2_port/0.12.0/serial'.
>> 0.001533 foreach_func (2): Loaded 'Serial Port 0' ('serial:/dev/ttyS0') from '/usr/lib/x86_64-linux-gnu/libgphoto2_port/0.12.0/serial'.
>> 0.001542 foreach_func (2): Loaded 'Serial Port 1' ('serial:/dev/ttyS1') from '/usr/lib/x86_64-linux-gnu/libgphoto2_port/0.12.0/serial'.
>> 0.001547 foreach_func (2): Loaded 'Serial Port 2' ('serial:/dev/ttyS2') from '/usr/lib/x86_64-linux-gnu/libgphoto2_port/0.12.0/serial'.
>> 0.001552 foreach_func (2): Loaded 'Serial Port 3' ('serial:/dev/ttyS3') from '/usr/lib/x86_64-linux-gnu/libgphoto2_port/0.12.0/serial'.
>> 0.001557 foreach_func (2): Loaded 'Serial Port 4' ('serial:/dev/ttyS4') from '/usr/lib/x86_64-linux-gnu/libgphoto2_port/0.12.0/serial'.
>> 0.001562 foreach_func (2): Loaded 'Serial Port 5' ('serial:/dev/ttyS5') from '/usr/lib/x86_64-linux-gnu/libgphoto2_port/0.12.0/serial'.
>> 0.001567 foreach_func (2): Loaded 'Serial Port 6' ('serial:/dev/ttyS6') from '/usr/lib/x86_64-linux-gnu/libgphoto2_port/0.12.0/serial'.
>> 0.001571 foreach_func (2): Loaded 'Serial Port 7' ('serial:/dev/ttyS7') from '/usr/lib/x86_64-linux-gnu/libgphoto2_port/0.12.0/serial'.
>> 0.001576 foreach_func (2): Loaded 'Serial Port 8' ('serial:/dev/ttyS8') from '/usr/lib/x86_64-linux-gnu/libgphoto2_port/0.12.0/serial'.
>> 0.001581 foreach_func (2): Loaded 'Serial Port 9' ('serial:/dev/ttyS9') from '/usr/lib/x86_64-linux-gnu/libgphoto2_port/0.12.0/serial'.
>> 0.001586 foreach_func (2): Loaded 'Serial Port 10' ('serial:/dev/ttyS10') from '/usr/lib/x86_64-linux-gnu/libgphoto2_port/0.12.0/serial'.
>> 0.001590 foreach_func (2): Loaded 'Serial Port 11' ('serial:/dev/ttyS11') from '/usr/lib/x86_64-linux-gnu/libgphoto2_port/0.12.0/serial'.
>> 0.001595 foreach_func (2): Loaded 'Serial Port 12' ('serial:/dev/ttyS12') from '/usr/lib/x86_64-linux-gnu/libgphoto2_port/0.12.0/serial'.
>> 0.001600 foreach_func (2): Loaded 'Serial Port 13' ('serial:/dev/ttyS13') from '/usr/lib/x86_64-linux-gnu/libgphoto2_port/0.12.0/serial'.
>> 0.001605 foreach_func (2): Loaded 'Serial Port 14' ('serial:/dev/ttyS14') from '/usr/lib/x86_64-linux-gnu/libgphoto2_port/0.12.0/serial'.
>> 0.001609 foreach_func (2): Loaded 'Serial Port 15' ('serial:/dev/ttyS15') from '/usr/lib/x86_64-linux-gnu/libgphoto2_port/0.12.0/serial'.
>> 0.001614 foreach_func (2): Loaded 'Serial Port 16' ('serial:/dev/ttyS16') from '/usr/lib/x86_64-linux-gnu/libgphoto2_port/0.12.0/serial'.
>> 0.001619 foreach_func (2): Loaded 'Serial Port 17' ('serial:/dev/ttyS17') from '/usr/lib/x86_64-linux-gnu/libgphoto2_port/0.12.0/serial'.
>> 0.001623 foreach_func (2): Loaded 'Serial Port 18' ('serial:/dev/ttyS18') from '/usr/lib/x86_64-linux-gnu/libgphoto2_port/0.12.0/serial'.
>> 0.001628 foreach_func (2): Loaded 'Serial Port 19' ('serial:/dev/ttyS19') from '/usr/lib/x86_64-linux-gnu/libgphoto2_port/0.12.0/serial'.
>> 0.001633 foreach_func (2): Loaded 'Serial Port 20' ('serial:/dev/ttyS20') from '/usr/lib/x86_64-linux-gnu/libgphoto2_port/0.12.0/serial'.
>> 0.001637 foreach_func (2): Loaded 'Serial Port 21' ('serial:/dev/ttyS21') from '/usr/lib/x86_64-linux-gnu/libgphoto2_port/0.12.0/serial'.
>> 0.001642 foreach_func (2): Loaded 'Serial Port 22' ('serial:/dev/ttyS22') from '/usr/lib/x86_64-linux-gnu/libgphoto2_port/0.12.0/serial'.
>> 0.001647 foreach_func (2): Loaded 'Serial Port 23' ('serial:/dev/ttyS23') from '/usr/lib/x86_64-linux-gnu/libgphoto2_port/0.12.0/serial'.
>> 0.001652 foreach_func (2): Loaded 'Serial Port 24' ('serial:/dev/ttyS24') from '/usr/lib/x86_64-linux-gnu/libgphoto2_port/0.12.0/serial'.
>> 0.001662 foreach_func (2): Loaded 'Serial Port 25' ('serial:/dev/ttyS25') from '/usr/lib/x86_64-linux-gnu/libgphoto2_port/0.12.0/serial'.
>> 0.001667 foreach_func (2): Loaded 'Serial Port 26' ('serial:/dev/ttyS26') from '/usr/lib/x86_64-linux-gnu/libgphoto2_port/0.12.0/serial'.
>> 0.001672 foreach_func (2): Loaded 'Serial Port 27' ('serial:/dev/ttyS27') from '/usr/lib/x86_64-linux-gnu/libgphoto2_port/0.12.0/serial'.
>> 0.001677 foreach_func (2): Loaded 'Serial Port 28' ('serial:/dev/ttyS28') from '/usr/lib/x86_64-linux-gnu/libgphoto2_port/0.12.0/serial'.
>> 0.001682 foreach_func (2): Loaded 'Serial Port 29' ('serial:/dev/ttyS29') from '/usr/lib/x86_64-linux-gnu/libgphoto2_port/0.12.0/serial'.
>> 0.001686 foreach_func (2): Loaded 'Serial Port 30' ('serial:/dev/ttyS30') from '/usr/lib/x86_64-linux-gnu/libgphoto2_port/0.12.0/serial'.
>> 0.001691 foreach_func (2): Loaded 'Serial Port 31' ('serial:/dev/ttyS31') from '/usr/lib/x86_64-linux-gnu/libgphoto2_port/0.12.0/serial'.
>> 0.001696 foreach_func (2): Loaded 'Serial Port Device' ('serial:') from '/usr/lib/x86_64-linux-gnu/libgphoto2_port/0.12.0/serial'.
>> 0.001700 foreach_func (2): Loaded '' ('^serial:') from '/usr/lib/x86_64-linux-gnu/libgphoto2_port/0.12.0/serial'.
>> 0.001705 foreach_func (2): Called for filename '/usr/lib/x86_64-linux-gnu/libgphoto2_port/0.12.0/usb1'.
>> 0.009184 foreach_func (2): Loaded '' ('^usb:') from '/usr/lib/x86_64-linux-gnu/libgphoto2_port/0.12.0/usb1'.
>> 0.009208 foreach_func (2): Loaded 'Universal Serial Bus' ('usb:002,003') from '/usr/lib/x86_64-linux-gnu/libgphoto2_port/0.12.0/usb1'.
>> 0.009213 foreach_func (2): Loaded 'Universal Serial Bus' ('usb:002,008') from '/usr/lib/x86_64-linux-gnu/libgphoto2_port/0.12.0/usb1'.
>> 0.009217 foreach_func (2): Loaded 'Universal Serial Bus' ('usb:001,005') from '/usr/lib/x86_64-linux-gnu/libgphoto2_port/0.12.0/usb1'.
>> 0.009221 foreach_func (2): Loaded 'Universal Serial Bus' ('usb:001,004') from '/usr/lib/x86_64-linux-gnu/libgphoto2_port/0.12.0/usb1'.
>> 0.009225 foreach_func (2): Called for filename '/usr/lib/x86_64-linux-gnu/libgphoto2_port/0.12.0/usbdiskdirect'.
>> 0.009398 foreach_func (2): Called for filename '/usr/lib/x86_64-linux-gnu/libgphoto2_port/0.12.0/usbscsi'.
>> 0.009552 gp_port_info_list_count (2): Counting entries (45 available)...
>> 0.009559 gp_port_info_list_count (2): 40 regular entries available.
>> 0.009577 gp_abilities_list_load_dir (2): Using ltdl to load camera libraries from '/usr/lib/x86_64-linux-gnu/libgphoto2/2.5.25'...
>> 0.009620 foreach_func (2): Found '/usr/lib/x86_64-linux-gnu/libgphoto2/2.5.25/ax203'.
>> 0.009628 foreach_func (2): Found '/usr/lib/x86_64-linux-gnu/libgphoto2/2.5.25/canon'.
>> 0.009632 foreach_func (2): Found '/usr/lib/x86_64-linux-gnu/libgphoto2/2.5.25/digigr8'.
>> 0.009636 foreach_func (2): Found '/usr/lib/x86_64-linux-gnu/libgphoto2/2.5.25/dimagev'.
>> 0.009640 foreach_func (2): Found '/usr/lib/x86_64-linux-gnu/libgphoto2/2.5.25/directory'.
>> 0.009643 foreach_func (2): Found '/usr/lib/x86_64-linux-gnu/libgphoto2/2.5.25/jl2005a'.
>> 0.009647 foreach_func (2): Found '/usr/lib/x86_64-linux-gnu/libgphoto2/2.5.25/jl2005c'.
>> 0.009651 foreach_func (2): Found '/usr/lib/x86_64-linux-gnu/libgphoto2/2.5.25/kodak_dc240'.
>> 0.009654 foreach_func (2): Found '/usr/lib/x86_64-linux-gnu/libgphoto2/2.5.25/mars'.
>> 0.009657 foreach_func (2): Found '/usr/lib/x86_64-linux-gnu/libgphoto2/2.5.25/pentax'.
>> 0.009661 foreach_func (2): Found '/usr/lib/x86_64-linux-gnu/libgphoto2/2.5.25/ptp2'.
>> 0.009664 foreach_func (2): Found '/usr/lib/x86_64-linux-gnu/libgphoto2/2.5.25/ricoh_g3'.
>> 0.009668 foreach_func (2): Found '/usr/lib/x86_64-linux-gnu/libgphoto2/2.5.25/sierra'.
>> 0.009681 foreach_func (2): Found '/usr/lib/x86_64-linux-gnu/libgphoto2/2.5.25/sonix'.
>> 0.009685 foreach_func (2): Found '/usr/lib/x86_64-linux-gnu/libgphoto2/2.5.25/sq905'.
>> 0.009689 foreach_func (2): Found '/usr/lib/x86_64-linux-gnu/libgphoto2/2.5.25/st2205'.
>> 0.009692 foreach_func (2): Found '/usr/lib/x86_64-linux-gnu/libgphoto2/2.5.25/topfield'.
>> 0.009696 foreach_func (2): Found '/usr/lib/x86_64-linux-gnu/libgphoto2/2.5.25/tp6801'.
>> 0.009701 gp_abilities_list_load_dir (2): Found 18 camera drivers.
>> 0.021996 gp_port_info_list_count (2): Counting entries (45 available)...
>> 0.022028 gp_port_info_list_count (2): 40 regular entries available.
>> 0.022033 gp_port_new (2): Creating new device...
>> 0.022039 gp_port_info_list_get_info (2): Getting info of entry 0 (45 available)...
>> 0.022176 gp_port_set_settings (2): Setting settings...
>> 0.022185 gp_port_set_error [gphoto2-port.c:1190](0): The operation 'update' is not supported by this device
>> 0.022196 gp_port_info_list_get_info (2): Getting info of entry 1 (45 available)...
>> 0.022274 gp_port_set_settings (2): Setting settings...
>> 0.022282 gp_port_info_list_get_info (2): Getting info of entry 2 (45 available)...
>> 0.022350 gp_port_set_settings (2): Setting settings...
>> 0.022357 gp_port_info_list_get_info (2): Getting info of entry 3 (45 available)...
>> 0.022455 gp_port_set_timeout (2): Setting port timeout to 500 milliseconds.
>> 0.022463 gp_port_set_settings (2): Setting settings...
>> 0.022467 gp_port_info_list_get_info (2): Getting info of entry 4 (45 available)...
>> 0.022541 gp_port_set_timeout (2): Setting port timeout to 500 milliseconds.
>> 0.022548 gp_port_set_settings (2): Setting settings...
>> 0.022552 gp_port_info_list_get_info (2): Getting info of entry 5 (45 available)...
>> 0.022625 gp_port_set_timeout (2): Setting port timeout to 500 milliseconds.
>> 0.022632 gp_port_set_settings (2): Setting settings...
>> 0.022636 gp_port_info_list_get_info (2): Getting info of entry 6 (45 available)...
>> 0.022706 gp_port_set_timeout (2): Setting port timeout to 500 milliseconds.
>> 0.022713 gp_port_set_settings (2): Setting settings...
>> 0.022717 gp_port_info_list_get_info (2): Getting info of entry 7 (45 available)...
>> 0.022787 gp_port_set_timeout (2): Setting port timeout to 500 milliseconds.
>> 0.022793 gp_port_set_settings (2): Setting settings...
>> 0.022797 gp_port_info_list_get_info (2): Getting info of entry 8 (45 available)...
>> 0.022866 gp_port_set_timeout (2): Setting port timeout to 500 milliseconds.
>> 0.022873 gp_port_set_settings (2): Setting settings...
>> 0.022877 gp_port_info_list_get_info (2): Getting info of entry 9 (45 available)...
>> 0.022947 gp_port_set_timeout (2): Setting port timeout to 500 milliseconds.
>> 0.022954 gp_port_set_settings (2): Setting settings...
>> 0.022958 gp_port_info_list_get_info (2): Getting info of entry 10 (45 available)...
>> 0.023027 gp_port_set_timeout (2): Setting port timeout to 500 milliseconds.
>> 0.023033 gp_port_set_settings (2): Setting settings...
>> 0.023038 gp_port_info_list_get_info (2): Getting info of entry 11 (45 available)...
>> 0.023106 gp_port_set_timeout (2): Setting port timeout to 500 milliseconds.
>> 0.023113 gp_port_set_settings (2): Setting settings...
>> 0.023117 gp_port_info_list_get_info (2): Getting info of entry 12 (45 available)...
>> 0.023186 gp_port_set_timeout (2): Setting port timeout to 500 milliseconds.
>> 0.023193 gp_port_set_settings (2): Setting settings...
>> 0.023197 gp_port_info_list_get_info (2): Getting info of entry 13 (45 available)...
>> 0.023266 gp_port_set_timeout (2): Setting port timeout to 500 milliseconds.
>> 0.023272 gp_port_set_settings (2): Setting settings...
>> 0.023276 gp_port_info_list_get_info (2): Getting info of entry 14 (45 available)...
>> 0.023345 gp_port_set_timeout (2): Setting port timeout to 500 milliseconds.
>> 0.023361 gp_port_set_settings (2): Setting settings...
>> 0.023366 gp_port_info_list_get_info (2): Getting info of entry 15 (45 available)...
>> 0.023435 gp_port_set_timeout (2): Setting port timeout to 500 milliseconds.
>> 0.023442 gp_port_set_settings (2): Setting settings...
>> 0.023446 gp_port_info_list_get_info (2): Getting info of entry 16 (45 available)...
>> 0.023514 gp_port_set_timeout (2): Setting port timeout to 500 milliseconds.
>> 0.023521 gp_port_set_settings (2): Setting settings...
>> 0.023525 gp_port_info_list_get_info (2): Getting info of entry 17 (45 available)...
>> 0.023595 gp_port_set_timeout (2): Setting port timeout to 500 milliseconds.
>> 0.023602 gp_port_set_settings (2): Setting settings...
>> 0.023606 gp_port_info_list_get_info (2): Getting info of entry 18 (45 available)...
>> 0.023675 gp_port_set_timeout (2): Setting port timeout to 500 milliseconds.
>> 0.023681 gp_port_set_settings (2): Setting settings...
>> 0.023686 gp_port_info_list_get_info (2): Getting info of entry 19 (45 available)...
>> 0.023754 gp_port_set_timeout (2): Setting port timeout to 500 milliseconds.
>> 0.023761 gp_port_set_settings (2): Setting settings...
>> 0.023765 gp_port_info_list_get_info (2): Getting info of entry 20 (45 available)...
>> 0.023834 gp_port_set_timeout (2): Setting port timeout to 500 milliseconds.
>> 0.023840 gp_port_set_settings (2): Setting settings...
>> 0.023845 gp_port_info_list_get_info (2): Getting info of entry 21 (45 available)...
>> 0.023913 gp_port_set_timeout (2): Setting port timeout to 500 milliseconds.
>> 0.023920 gp_port_set_settings (2): Setting settings...
>> 0.023924 gp_port_info_list_get_info (2): Getting info of entry 22 (45 available)...
>> 0.023992 gp_port_set_timeout (2): Setting port timeout to 500 milliseconds.
>> 0.023999 gp_port_set_settings (2): Setting settings...
>> 0.024003 gp_port_info_list_get_info (2): Getting info of entry 23 (45 available)...
>> 0.024071 gp_port_set_timeout (2): Setting port timeout to 500 milliseconds.
>> 0.024078 gp_port_set_settings (2): Setting settings...
>> 0.024082 gp_port_info_list_get_info (2): Getting info of entry 24 (45 available)...
>> 0.024151 gp_port_set_timeout (2): Setting port timeout to 500 milliseconds.
>> 0.024157 gp_port_set_settings (2): Setting settings...
>> 0.024162 gp_port_info_list_get_info (2): Getting info of entry 25 (45 available)...
>> 0.024230 gp_port_set_timeout (2): Setting port timeout to 500 milliseconds.
>> 0.024236 gp_port_set_settings (2): Setting settings...
>> 0.024241 gp_port_info_list_get_info (2): Getting info of entry 26 (45 available)...
>> 0.024309 gp_port_set_timeout (2): Setting port timeout to 500 milliseconds.
>> 0.024315 gp_port_set_settings (2): Setting settings...
>> 0.024320 gp_port_info_list_get_info (2): Getting info of entry 27 (45 available)...
>> 0.024388 gp_port_set_timeout (2): Setting port timeout to 500 milliseconds.
>> 0.024394 gp_port_set_settings (2): Setting settings...
>> 0.024398 gp_port_info_list_get_info (2): Getting info of entry 28 (45 available)...
>> 0.024467 gp_port_set_timeout (2): Setting port timeout to 500 milliseconds.
>> 0.024474 gp_port_set_settings (2): Setting settings...
>> 0.024478 gp_port_info_list_get_info (2): Getting info of entry 29 (45 available)...
>> 0.024547 gp_port_set_timeout (2): Setting port timeout to 500 milliseconds.
>> 0.024554 gp_port_set_settings (2): Setting settings...
>> 0.024558 gp_port_info_list_get_info (2): Getting info of entry 30 (45 available)...
>> 0.024626 gp_port_set_timeout (2): Setting port timeout to 500 milliseconds.
>> 0.024633 gp_port_set_settings (2): Setting settings...
>> 0.024637 gp_port_info_list_get_info (2): Getting info of entry 31 (45 available)...
>> 0.024706 gp_port_set_timeout (2): Setting port timeout to 500 milliseconds.
>> 0.024712 gp_port_set_settings (2): Setting settings...
>> 0.024717 gp_port_info_list_get_info (2): Getting info of entry 32 (45 available)...
>> 0.024790 gp_port_set_timeout (2): Setting port timeout to 500 milliseconds.
>> 0.024797 gp_port_set_settings (2): Setting settings...
>> 0.024801 gp_port_info_list_get_info (2): Getting info of entry 33 (45 available)...
>> 0.024869 gp_port_set_timeout (2): Setting port timeout to 500 milliseconds.
>> 0.024876 gp_port_set_settings (2): Setting settings...
>> 0.024880 gp_port_info_list_get_info (2): Getting info of entry 34 (45 available)...
>> 0.024948 gp_port_set_timeout (2): Setting port timeout to 500 milliseconds.
>> 0.024955 gp_port_set_settings (2): Setting settings...
>> 0.024959 gp_port_info_list_get_info (2): Getting info of entry 35 (45 available)...
>> 0.025028 gp_port_set_timeout (2): Setting port timeout to 500 milliseconds.
>> 0.025034 gp_port_set_settings (2): Setting settings...
>> 0.025038 gp_port_info_list_get_info (2): Getting info of entry 36 (45 available)...
>> 0.029795 gp_port_set_timeout (2): Setting port timeout to 5000 milliseconds.
>> 0.029805 gp_port_set_settings (2): Setting settings...
>> 0.029814 gp_libusb1_update (2): (old int=0, conf=-1, alt=-1) port usb:002,003, (new int=0, conf=-1, alt=-1) port usb:002,003
>> 0.029818 gp_libusb1_update (2): lowlevel libusb1 port not yet opened, no need for libusb changes
>> 0.029823 gp_abilities_list_detect_usb(2): Auto-detecting USB cameras...
>> 0.030218 gp_libusb1_find_device_by_class_lib(2): Looking for USB device (class 0x29a, subclass, 0xffffffff, protocol 0xffffffff)...
>> 0.030523 gp_libusb1_find_device_by_class_lib(2): Looking for USB device (class 0x6, subclass, 0x1, protocol 0x1)...
>> 0.030553 gp_port_info_list_get_info (2): Getting info of entry 37 (45 available)...
>> 0.035483 gp_port_set_timeout (2): Setting port timeout to 5000 milliseconds.
>> 0.035494 gp_port_set_settings (2): Setting settings...
>> 0.035503 gp_libusb1_update (2): (old int=0, conf=-1, alt=-1) port usb:002,008, (new int=0, conf=-1, alt=-1) port usb:002,008
>> 0.035507 gp_libusb1_update (2): lowlevel libusb1 port not yet opened, no need for libusb changes
>> 0.035512 gp_abilities_list_detect_usb(2): Auto-detecting USB cameras...
>> 0.035843 gp_libusb1_find_device_by_class_lib(2): Looking for USB device (class 0x29a, subclass, 0xffffffff, protocol 0xffffffff)...
>> 0.036090 gp_libusb1_find_device_by_class_lib(2): Looking for USB device (class 0x6, subclass, 0x1, protocol 0x1)...
>> 0.036099 gp_libusb1_find_device_by_class_lib(2): Found USB class device (class 0x6, subclass, 0x1, protocol 0x1)
>> 0.036106 gp_libusb1_find_device_by_class_lib(2): inep to look for is 81
>> 0.036112 gp_libusb1_find_device_by_class_lib(2): Detected defaults: config 1, interface 0, altsetting 0, idVendor ID 04a9, idProduct 320f, inep 81, outep 02, intep 83
>> 0.036116 gp_abilities_list_detect_usb(2): Found 'USB PTP Class Camera' (0x6,0x1,0x1)
>> 0.036121 gp_port_info_list_get_info (2): Getting info of entry 38 (45 available)...
>> 0.040720 gp_port_set_timeout (2): Setting port timeout to 5000 milliseconds.
>> 0.040733 gp_port_set_settings (2): Setting settings...
>> 0.040743 gp_libusb1_update (2): (old int=0, conf=-1, alt=-1) port usb:001,005, (new int=0, conf=-1, alt=-1) port usb:001,005
>> 0.040748 gp_libusb1_update (2): lowlevel libusb1 port not yet opened, no need for libusb changes
>> 0.040752 gp_abilities_list_detect_usb(2): Auto-detecting USB cameras...
>> 0.041108 gp_libusb1_find_device_by_class_lib(2): Looking for USB device (class 0x29a, subclass, 0xffffffff, protocol 0xffffffff)...
>> 0.041377 gp_libusb1_find_device_by_class_lib(2): Looking for USB device (class 0x6, subclass, 0x1, protocol 0x1)...
>> 0.041408 gp_port_info_list_get_info (2): Getting info of entry 39 (45 available)...
>> 0.046873 gp_port_set_timeout (2): Setting port timeout to 5000 milliseconds.
>> 0.046898 gp_port_set_settings (2): Setting settings...
>> 0.046914 gp_libusb1_update (2): (old int=0, conf=-1, alt=-1) port usb:001,004, (new int=0, conf=-1, alt=-1) port usb:001,004
>> 0.046921 gp_libusb1_update (2): lowlevel libusb1 port not yet opened, no need for libusb changes
>> 0.046941 gp_abilities_list_detect_usb(2): Auto-detecting USB cameras...
>> 0.047600 gp_libusb1_find_device_by_class_lib(2): Looking for USB device (class 0x29a, subclass, 0xffffffff, protocol 0xffffffff)...
>> 0.048074 gp_libusb1_find_device_by_class_lib(2): Looking for USB device (class 0x6, subclass, 0x1, protocol 0x1)...
>> 0.048125 gp_port_free (2): Freeing port...
>> 0.048134 gp_port_close (2): Closing port...
>> 0.048379 gphoto2 (2): Nothing specified, using first entry of autodetect list.
>>
>> 0.048467 gp_camera_set_abilities (2): Setting abilities ('Mass Storage Camera')...
>> 0.048478 gp_setting_set (2): Setting key 'model' to value 'Mass Storage Camera' (gphoto2)
>> 0.048488 save_settings (2): Saving 2 setting(s) to file "/home/michael/.gphoto/settings"
>> 0.048651 gp_port_info_list_lookup_path(2): Looking for path 'disk:/home/michael/Bilder' (45 entries available)...
>> 0.048661 gp_port_info_list_get_info (2): Getting info of entry 0 (45 available)...
>> 0.048668 gp_camera_set_port_info (2): Setting port info for port 'Media '/home/weigelt/Bilder'' at 'disk:/home/michael/Bilder'...
>> 0.048834 gp_port_set_settings (2): Setting settings...
>> 0.048848 gp_port_set_error [gphoto2-port.c:1190](0): The operation 'update' is not supported by this device
>> 0.048857 gp_setting_set (2): Setting key 'port' to value 'disk:/home/michael/Bilder' (gphoto2)
>> 0.048863 save_settings (2): Saving 2 setting(s) to file "/home/michael/.gphoto/settings"
>> 0.048960 gp_camera_init (2): Initializing camera...
>> 0.048971 gp_camera_init (2): Loading '/usr/lib/x86_64-linux-gnu/libgphoto2/2.5.25/directory'...
>> 0.049109 gp_port_open (2): Opening port...
>> 0.049122 gp_context_error (0): This camera does not support summaries.
>> 0.049662 gp_camera_free (2): Freeing camera...
>> 0.049676 gp_camera_exit (2): Exiting camera ('Mass Storage Camera')...
>> 0.049682 gp_port_close (2): Closing port...
>> 0.049708 gp_filesystem_reset (2): resetting filesystem
>> 0.049717 gp_filesystem_lru_clear (2): Clearing fscache LRU list...
>> 0.049723 gp_filesystem_lru_clear (2): fscache LRU list already empty
>> 0.049730 delete_all_folders (2): Internally deleting all folders from '/'...
>> 0.049737 lookup_folder (2): Lookup folder '/'...
>> 0.049744 lookup_folder (2): Found! / is 0x5652b5f2b890
>> 0.049750 recurse_delete_folder (2): Recurse delete folder 0x5652b5f2b890//
>> 0.049757 delete_all_files (2): Delete all files in folder 0x5652b5f2b890//
>> 0.049764 gp_port_free (2): Freeing port...
>> 0.049769 gp_port_close (2): Closing port...
>> 0.049793 gp_filesystem_reset (2): resetting filesystem
>> 0.049801 gp_filesystem_lru_clear (2): Clearing fscache LRU list...
>> 0.049807 gp_filesystem_lru_clear (2): fscache LRU list already empty
>> 0.049811 delete_all_folders (2): Internally deleting all folders from '/'...
>> 0.049815 lookup_folder (2): Lookup folder '/'...
>> 0.049819 lookup_folder (2): Found! / is 0x5652b5f2b890
>> 0.049822 recurse_delete_folder (2): Recurse delete folder 0x5652b5f2b890//
>> 0.049826 delete_all_files (2): Delete all files in folder 0x5652b5f2b890//
>> 0.000003 main (2): ALWAYS INCLUDE THE FOLLOWING LINES WHEN SENDING DEBUG MESSAGES TO THE MAILING LIST:
>> 0.000060 main (2): gphoto2 2.5.23
>> 0.000066 main (2): gphoto2 has been compiled with the following options:
>> 0.000070 main (2): + gcc (C compiler used)
>> 0.000074 main (2): + popt (mandatory, for handling command-line parameters)
>> 0.000078 main (2): + exif (for displaying EXIF information)
>> 0.000082 main (2): + cdk (for accessing configuration options)
>> 0.000085 main (2): + aa (for displaying live previews)
>> 0.000101 main (2): + jpeg (for displaying live previews in JPEG format)
>> 0.000105 main (2): + readline (for easy navigation in the shell)
>> 0.000111 main (2): libgphoto2 2.5.25
>> 0.000116 main (2): libgphoto2 has been compiled with the following options:
>> 0.000120 main (2): + standard camlib set SKIPPING SOME (ax203 canon digigr8 dimagev directory jl2005a jl2005c kodak_dc240 mars pentax ptp2 ricoh_g3 sierra sonix sq905 st2205 topfield tp6801 SKIPPING lumix)
>> 0.000124 main (2): + gcc (C compiler used)
>> 0.000128 main (2): + ltdl (for portable loading of camlibs)
>> 0.000131 main (2): + EXIF (for special handling of EXIF files)
>> 0.000136 main (2): libgphoto2_port 0.12.0
>> 0.000140 main (2): libgphoto2_port has been compiled with the following options:
>> 0.000144 main (2): + iolibs: disk ptpip serial usb1 usbdiskdirect usbscsi
>> 0.000148 main (2): + gcc (C compiler used)
>> 0.000151 main (2): + ltdl (for portable loading of iolibs)
>> 0.000154 main (2): + EXIF (for vusb)
>> 0.000158 main (2): + USB (libusb1, for USB cameras)
>> 0.000161 main (2): + serial (for serial cameras)
>> 0.000164 main (2): + no resmgr (serial port access and locking)
>> 0.000168 main (2): + no ttylock (serial port locking)
>> 0.000171 main (2): + no lockdev (serial port locking)
>> 0.000174 main (2): CAMLIBS env var not set, using compile-time default instead
>> 0.000178 main (2): IOLIBS env var not set, using compile-time default instead
>> 0.000181 main (2): invoked with following arguments:
>> 0.000185 main (2): --debug
>> 0.000188 main (2): --debug-logfile=my-logfile.txt
>> 0.000192 main (2): --summary
>> 0.000212 load_settings (2): Creating gphoto config directory ('/home/michael/.gphoto')
>> 0.000241 load_settings (2): Loading settings from file '/home/michael/.gphoto/settings'.
>> 0.000332 main (2): The user has not specified both a model and a port. Try to figure them out.
>> 0.000339 gp_port_info_list_load (2): Using ltdl to load io-drivers from '/usr/lib/x86_64-linux-gnu/libgphoto2_port/0.12.0'...
>> 0.000385 foreach_func (2): Called for filename '/usr/lib/x86_64-linux-gnu/libgphoto2_port/0.12.0/disk'.
>> 0.000479 gp_port_library_list (2): found fstab fsname UUID=5f08c717-4a53-4c4b-8885-678002d5857b
>> 0.000490 gp_port_library_list (2): found fstab fsname UUID=362ad9ab-af84-4829-8463-5c7c4256c9b5
>> 0.000497 gp_port_library_list (2): found fstab fsname UUID=604a16c1-d6a0-499b-a4a4-1bad709cb369
>> 0.000505 gp_port_library_list (2): found fstab fsname /home/weigelt/Bilder
>> 0.000514 gp_port_info_list_lookup_path(2): Looking for path 'disk:/home/michael/Bilder' (0 entries available)...
>> 0.000518 gp_port_info_list_lookup_path(2): Starting regex search for 'disk:/home/michael/Bilder'...
>> 0.000523 gp_port_library_list (2): found fstab fsname /home/weigelt/Dokumente
>> 0.000531 gp_port_library_list (2): found fstab fsname /home/weigelt/Musik
>> 0.000539 gp_port_library_list (2): found fstab fsname /home/weigelt/Videos
>> 0.000546 gp_port_library_list (2): found fstab fsname /home/weigelt/Vorlagen
>> 0.000555 gp_port_library_list (2): found fstab fsname UUID=00dfdc19-2224-4a84-8222-93d8ec25688b
>> 0.000559 gp_port_library_list (2): found fstab fsname /home/tmp
>> 0.000614 gp_port_library_list (2): found mtab fsname sysfs
>> 0.000620 gp_port_library_list (2): found mtab fsname proc
>> 0.000625 gp_port_library_list (2): found mtab fsname udev
>> 0.000635 gp_port_library_list (2): found mtab fsname devpts
>> 0.000645 gp_port_library_list (2): found mtab fsname tmpfs
>> 0.000654 gp_port_library_list (2): found mtab fsname /dev/sda2
>> 0.000661 gp_port_library_list (2): found mtab fsname securityfs
>> 0.000665 gp_port_library_list (2): found mtab fsname tmpfs
>> 0.000675 gp_port_library_list (2): found mtab fsname tmpfs
>> 0.000684 gp_port_library_list (2): found mtab fsname tmpfs
>> 0.000695 gp_port_library_list (2): found mtab fsname cgroup2
>> 0.000699 gp_port_library_list (2): found mtab fsname cgroup
>> 0.000703 gp_port_library_list (2): found mtab fsname pstore
>> 0.000712 gp_port_library_list (2): found mtab fsname none
>> 0.000743 gp_port_library_list (2): found mtab fsname cgroup
>> 0.000748 gp_port_library_list (2): found mtab fsname cgroup
>> 0.000752 gp_port_library_list (2): found mtab fsname cgroup
>> 0.000757 gp_port_library_list (2): found mtab fsname cgroup
>> 0.000761 gp_port_library_list (2): found mtab fsname cgroup
>> 0.000765 gp_port_library_list (2): found mtab fsname cgroup
>> 0.000769 gp_port_library_list (2): found mtab fsname cgroup
>> 0.000773 gp_port_library_list (2): found mtab fsname cgroup
>> 0.000777 gp_port_library_list (2): found mtab fsname cgroup
>> 0.000781 gp_port_library_list (2): found mtab fsname cgroup
>> 0.000785 gp_port_library_list (2): found mtab fsname cgroup
>> 0.000791 gp_port_library_list (2): found mtab fsname systemd-1
>> 0.000815 gp_port_library_list (2): found mtab fsname mqueue
>> 0.000819 gp_port_library_list (2): found mtab fsname debugfs
>> 0.000828 gp_port_library_list (2): found mtab fsname hugetlbfs
>> 0.000838 gp_port_library_list (2): found mtab fsname tracefs
>> 0.000846 gp_port_library_list (2): found mtab fsname fusectl
>> 0.000851 gp_port_library_list (2): found mtab fsname configfs
>> 0.000861 gp_port_library_list (2): found mtab fsname /dev/sda3
>> 0.000868 gp_port_library_list (2): found mtab fsname /dev/sda6
>> 0.000875 gp_port_library_list (2): found mtab fsname /dev/sda3
>> 0.000883 gp_port_info_list_lookup_path(2): Looking for path 'disk:/home/michael/Bilder' (1 entries available)...
>> 0.000888 gp_port_library_list (2): found mtab fsname /dev/sda3
>> 0.000895 gp_port_library_list (2): found mtab fsname /dev/sda3
>> 0.000902 gp_port_library_list (2): found mtab fsname /dev/sda3
>> 0.000908 gp_port_library_list (2): found mtab fsname /dev/sda3
>> 0.000915 gp_port_library_list (2): found mtab fsname /dev/sda3
>> 0.000922 gp_port_library_list (2): found mtab fsname tmpfs
>> 0.000935 gp_port_library_list (2): found mtab fsname gvfsd-fuse
>> 0.000940 gp_port_library_list (2): found mtab fsname /dev/fuse
>> 0.000962 foreach_func (2): Loaded 'Media '/home/weigelt/Bilder'' ('disk:/home/michael/Bilder') from '/usr/lib/x86_64-linux-gnu/libgphoto2_port/0.12.0/disk'.
>> 0.000967 foreach_func (2): Loaded '' ('^disk:') from '/usr/lib/x86_64-linux-gnu/libgphoto2_port/0.12.0/disk'.
>> 0.000971 foreach_func (2): Called for filename '/usr/lib/x86_64-linux-gnu/libgphoto2_port/0.12.0/ptpip'.
>> 0.001051 foreach_func (2): Loaded 'PTP/IP Connection' ('ptpip:') from '/usr/lib/x86_64-linux-gnu/libgphoto2_port/0.12.0/ptpip'.
>> 0.001059 foreach_func (2): Loaded '' ('^ptpip:') from '/usr/lib/x86_64-linux-gnu/libgphoto2_port/0.12.0/ptpip'.
>> 0.001063 foreach_func (2): Loaded 'IP Connection' ('ip:') from '/usr/lib/x86_64-linux-gnu/libgphoto2_port/0.12.0/ptpip'.
>> 0.001067 foreach_func (2): Loaded '' ('^ip:') from '/usr/lib/x86_64-linux-gnu/libgphoto2_port/0.12.0/ptpip'.
>> 0.001071 foreach_func (2): Called for filename '/usr/lib/x86_64-linux-gnu/libgphoto2_port/0.12.0/serial'.
>> 0.001230 foreach_func (2): Loaded 'Serial Port 0' ('serial:/dev/ttyS0') from '/usr/lib/x86_64-linux-gnu/libgphoto2_port/0.12.0/serial'.
>> 0.001237 foreach_func (2): Loaded 'Serial Port 1' ('serial:/dev/ttyS1') from '/usr/lib/x86_64-linux-gnu/libgphoto2_port/0.12.0/serial'.
>> 0.001246 foreach_func (2): Loaded 'Serial Port 2' ('serial:/dev/ttyS2') from '/usr/lib/x86_64-linux-gnu/libgphoto2_port/0.12.0/serial'.
>> 0.001251 foreach_func (2): Loaded 'Serial Port 3' ('serial:/dev/ttyS3') from '/usr/lib/x86_64-linux-gnu/libgphoto2_port/0.12.0/serial'.
>> 0.001255 foreach_func (2): Loaded 'Serial Port 4' ('serial:/dev/ttyS4') from '/usr/lib/x86_64-linux-gnu/libgphoto2_port/0.12.0/serial'.
>> 0.001259 foreach_func (2): Loaded 'Serial Port 5' ('serial:/dev/ttyS5') from '/usr/lib/x86_64-linux-gnu/libgphoto2_port/0.12.0/serial'.
>> 0.001263 foreach_func (2): Loaded 'Serial Port 6' ('serial:/dev/ttyS6') from '/usr/lib/x86_64-linux-gnu/libgphoto2_port/0.12.0/serial'.
>> 0.001267 foreach_func (2): Loaded 'Serial Port 7' ('serial:/dev/ttyS7') from '/usr/lib/x86_64-linux-gnu/libgphoto2_port/0.12.0/serial'.
>> 0.001270 foreach_func (2): Loaded 'Serial Port 8' ('serial:/dev/ttyS8') from '/usr/lib/x86_64-linux-gnu/libgphoto2_port/0.12.0/serial'.
>> 0.001274 foreach_func (2): Loaded 'Serial Port 9' ('serial:/dev/ttyS9') from '/usr/lib/x86_64-linux-gnu/libgphoto2_port/0.12.0/serial'.
>> 0.001278 foreach_func (2): Loaded 'Serial Port 10' ('serial:/dev/ttyS10') from '/usr/lib/x86_64-linux-gnu/libgphoto2_port/0.12.0/serial'.
>> 0.001282 foreach_func (2): Loaded 'Serial Port 11' ('serial:/dev/ttyS11') from '/usr/lib/x86_64-linux-gnu/libgphoto2_port/0.12.0/serial'.
>> 0.001286 foreach_func (2): Loaded 'Serial Port 12' ('serial:/dev/ttyS12') from '/usr/lib/x86_64-linux-gnu/libgphoto2_port/0.12.0/serial'.
>> 0.001290 foreach_func (2): Loaded 'Serial Port 13' ('serial:/dev/ttyS13') from '/usr/lib/x86_64-linux-gnu/libgphoto2_port/0.12.0/serial'.
>> 0.001294 foreach_func (2): Loaded 'Serial Port 14' ('serial:/dev/ttyS14') from '/usr/lib/x86_64-linux-gnu/libgphoto2_port/0.12.0/serial'.
>> 0.001298 foreach_func (2): Loaded 'Serial Port 15' ('serial:/dev/ttyS15') from '/usr/lib/x86_64-linux-gnu/libgphoto2_port/0.12.0/serial'.
>> 0.001301 foreach_func (2): Loaded 'Serial Port 16' ('serial:/dev/ttyS16') from '/usr/lib/x86_64-linux-gnu/libgphoto2_port/0.12.0/serial'.
>> 0.001305 foreach_func (2): Loaded 'Serial Port 17' ('serial:/dev/ttyS17') from '/usr/lib/x86_64-linux-gnu/libgphoto2_port/0.12.0/serial'.
>> 0.001309 foreach_func (2): Loaded 'Serial Port 18' ('serial:/dev/ttyS18') from '/usr/lib/x86_64-linux-gnu/libgphoto2_port/0.12.0/serial'.
>> 0.001313 foreach_func (2): Loaded 'Serial Port 19' ('serial:/dev/ttyS19') from '/usr/lib/x86_64-linux-gnu/libgphoto2_port/0.12.0/serial'.
>> 0.001317 foreach_func (2): Loaded 'Serial Port 20' ('serial:/dev/ttyS20') from '/usr/lib/x86_64-linux-gnu/libgphoto2_port/0.12.0/serial'.
>> 0.001321 foreach_func (2): Loaded 'Serial Port 21' ('serial:/dev/ttyS21') from '/usr/lib/x86_64-linux-gnu/libgphoto2_port/0.12.0/serial'.
>> 0.001324 foreach_func (2): Loaded 'Serial Port 22' ('serial:/dev/ttyS22') from '/usr/lib/x86_64-linux-gnu/libgphoto2_port/0.12.0/serial'.
>> 0.001328 foreach_func (2): Loaded 'Serial Port 23' ('serial:/dev/ttyS23') from '/usr/lib/x86_64-linux-gnu/libgphoto2_port/0.12.0/serial'.
>> 0.001332 foreach_func (2): Loaded 'Serial Port 24' ('serial:/dev/ttyS24') from '/usr/lib/x86_64-linux-gnu/libgphoto2_port/0.12.0/serial'.
>> 0.001336 foreach_func (2): Loaded 'Serial Port 25' ('serial:/dev/ttyS25') from '/usr/lib/x86_64-linux-gnu/libgphoto2_port/0.12.0/serial'.
>> 0.001340 foreach_func (2): Loaded 'Serial Port 26' ('serial:/dev/ttyS26') from '/usr/lib/x86_64-linux-gnu/libgphoto2_port/0.12.0/serial'.
>> 0.001344 foreach_func (2): Loaded 'Serial Port 27' ('serial:/dev/ttyS27') from '/usr/lib/x86_64-linux-gnu/libgphoto2_port/0.12.0/serial'.
>> 0.001348 foreach_func (2): Loaded 'Serial Port 28' ('serial:/dev/ttyS28') from '/usr/lib/x86_64-linux-gnu/libgphoto2_port/0.12.0/serial'.
>> 0.001355 foreach_func (2): Loaded 'Serial Port 29' ('serial:/dev/ttyS29') from '/usr/lib/x86_64-linux-gnu/libgphoto2_port/0.12.0/serial'.
>> 0.001359 foreach_func (2): Loaded 'Serial Port 30' ('serial:/dev/ttyS30') from '/usr/lib/x86_64-linux-gnu/libgphoto2_port/0.12.0/serial'.
>> 0.001363 foreach_func (2): Loaded 'Serial Port 31' ('serial:/dev/ttyS31') from '/usr/lib/x86_64-linux-gnu/libgphoto2_port/0.12.0/serial'.
>> 0.001367 foreach_func (2): Loaded 'Serial Port Device' ('serial:') from '/usr/lib/x86_64-linux-gnu/libgphoto2_port/0.12.0/serial'.
>> 0.001371 foreach_func (2): Loaded '' ('^serial:') from '/usr/lib/x86_64-linux-gnu/libgphoto2_port/0.12.0/serial'.
>> 0.001374 foreach_func (2): Called for filename '/usr/lib/x86_64-linux-gnu/libgphoto2_port/0.12.0/usb1'.
>> 0.006546 foreach_func (2): Loaded '' ('^usb:') from '/usr/lib/x86_64-linux-gnu/libgphoto2_port/0.12.0/usb1'.
>> 0.006560 foreach_func (2): Loaded 'Universal Serial Bus' ('usb:002,003') from '/usr/lib/x86_64-linux-gnu/libgphoto2_port/0.12.0/usb1'.
>> 0.006565 foreach_func (2): Loaded 'Universal Serial Bus' ('usb:002,008') from '/usr/lib/x86_64-linux-gnu/libgphoto2_port/0.12.0/usb1'.
>> 0.006569 foreach_func (2): Loaded 'Universal Serial Bus' ('usb:001,005') from '/usr/lib/x86_64-linux-gnu/libgphoto2_port/0.12.0/usb1'.
>> 0.006573 foreach_func (2): Loaded 'Universal Serial Bus' ('usb:001,004') from '/usr/lib/x86_64-linux-gnu/libgphoto2_port/0.12.0/usb1'.
>> 0.006577 foreach_func (2): Called for filename '/usr/lib/x86_64-linux-gnu/libgphoto2_port/0.12.0/usbdiskdirect'.
>> 0.006763 foreach_func (2): Called for filename '/usr/lib/x86_64-linux-gnu/libgphoto2_port/0.12.0/usbscsi'.
>> 0.006978 gp_port_info_list_count (2): Counting entries (45 available)...
>> 0.006986 gp_port_info_list_count (2): 40 regular entries available.
>> 0.006999 gp_abilities_list_load_dir (2): Using ltdl to load camera libraries from '/usr/lib/x86_64-linux-gnu/libgphoto2/2.5.25'...
>> 0.007036 foreach_func (2): Found '/usr/lib/x86_64-linux-gnu/libgphoto2/2.5.25/ax203'.
>> 0.007041 foreach_func (2): Found '/usr/lib/x86_64-linux-gnu/libgphoto2/2.5.25/canon'.
>> 0.007045 foreach_func (2): Found '/usr/lib/x86_64-linux-gnu/libgphoto2/2.5.25/digigr8'.
>> 0.007049 foreach_func (2): Found '/usr/lib/x86_64-linux-gnu/libgphoto2/2.5.25/dimagev'.
>> 0.007052 foreach_func (2): Found '/usr/lib/x86_64-linux-gnu/libgphoto2/2.5.25/directory'.
>> 0.007056 foreach_func (2): Found '/usr/lib/x86_64-linux-gnu/libgphoto2/2.5.25/jl2005a'.
>> 0.007059 foreach_func (2): Found '/usr/lib/x86_64-linux-gnu/libgphoto2/2.5.25/jl2005c'.
>> 0.007062 foreach_func (2): Found '/usr/lib/x86_64-linux-gnu/libgphoto2/2.5.25/kodak_dc240'.
>> 0.007066 foreach_func (2): Found '/usr/lib/x86_64-linux-gnu/libgphoto2/2.5.25/mars'.
>> 0.007069 foreach_func (2): Found '/usr/lib/x86_64-linux-gnu/libgphoto2/2.5.25/pentax'.
>> 0.007072 foreach_func (2): Found '/usr/lib/x86_64-linux-gnu/libgphoto2/2.5.25/ptp2'.
>> 0.007076 foreach_func (2): Found '/usr/lib/x86_64-linux-gnu/libgphoto2/2.5.25/ricoh_g3'.
>> 0.007079 foreach_func (2): Found '/usr/lib/x86_64-linux-gnu/libgphoto2/2.5.25/sierra'.
>> 0.007083 foreach_func (2): Found '/usr/lib/x86_64-linux-gnu/libgphoto2/2.5.25/sonix'.
>> 0.007086 foreach_func (2): Found '/usr/lib/x86_64-linux-gnu/libgphoto2/2.5.25/sq905'.
>> 0.007090 foreach_func (2): Found '/usr/lib/x86_64-linux-gnu/libgphoto2/2.5.25/st2205'.
>> 0.007093 foreach_func (2): Found '/usr/lib/x86_64-linux-gnu/libgphoto2/2.5.25/topfield'.
>> 0.007096 foreach_func (2): Found '/usr/lib/x86_64-linux-gnu/libgphoto2/2.5.25/tp6801'.
>> 0.007101 gp_abilities_list_load_dir (2): Found 18 camera drivers.
>> 0.019632 gp_port_info_list_count (2): Counting entries (45 available)...
>> 0.019677 gp_port_info_list_count (2): 40 regular entries available.
>> 0.019682 gp_port_new (2): Creating new device...
>> 0.019688 gp_port_info_list_get_info (2): Getting info of entry 0 (45 available)...
>> 0.019820 gp_port_set_settings (2): Setting settings...
>> 0.019829 gp_port_set_error [gphoto2-port.c:1190](0): The operation 'update' is not supported by this device
>> 0.019840 gp_port_info_list_get_info (2): Getting info of entry 1 (45 available)...
>> 0.019916 gp_port_set_settings (2): Setting settings...
>> 0.019924 gp_port_info_list_get_info (2): Getting info of entry 2 (45 available)...
>> 0.019988 gp_port_set_settings (2): Setting settings...
>> 0.019995 gp_port_info_list_get_info (2): Getting info of entry 3 (45 available)...
>> 0.020077 gp_port_set_timeout (2): Setting port timeout to 500 milliseconds.
>> 0.020083 gp_port_set_settings (2): Setting settings...
>> 0.020087 gp_port_info_list_get_info (2): Getting info of entry 4 (45 available)...
>> 0.020159 gp_port_set_timeout (2): Setting port timeout to 500 milliseconds.
>> 0.020165 gp_port_set_settings (2): Setting settings...
>> 0.020170 gp_port_info_list_get_info (2): Getting info of entry 5 (45 available)...
>> 0.020240 gp_port_set_timeout (2): Setting port timeout to 500 milliseconds.
>> 0.020247 gp_port_set_settings (2): Setting settings...
>> 0.020251 gp_port_info_list_get_info (2): Getting info of entry 6 (45 available)...
>> 0.020320 gp_port_set_timeout (2): Setting port timeout to 500 milliseconds.
>> 0.020326 gp_port_set_settings (2): Setting settings...
>> 0.020330 gp_port_info_list_get_info (2): Getting info of entry 7 (45 available)...
>> 0.020401 gp_port_set_timeout (2): Setting port timeout to 500 milliseconds.
>> 0.020407 gp_port_set_settings (2): Setting settings...
>> 0.020411 gp_port_info_list_get_info (2): Getting info of entry 8 (45 available)...
>> 0.020480 gp_port_set_timeout (2): Setting port timeout to 500 milliseconds.
>> 0.020486 gp_port_set_settings (2): Setting settings...
>> 0.020490 gp_port_info_list_get_info (2): Getting info of entry 9 (45 available)...
>> 0.020558 gp_port_set_timeout (2): Setting port timeout to 500 milliseconds.
>> 0.020564 gp_port_set_settings (2): Setting settings...
>> 0.020569 gp_port_info_list_get_info (2): Getting info of entry 10 (45 available)...
>> 0.020637 gp_port_set_timeout (2): Setting port timeout to 500 milliseconds.
>> 0.020643 gp_port_set_settings (2): Setting settings...
>> 0.020647 gp_port_info_list_get_info (2): Getting info of entry 11 (45 available)...
>> 0.020715 gp_port_set_timeout (2): Setting port timeout to 500 milliseconds.
>> 0.020721 gp_port_set_settings (2): Setting settings...
>> 0.020726 gp_port_info_list_get_info (2): Getting info of entry 12 (45 available)...
>> 0.020793 gp_port_set_timeout (2): Setting port timeout to 500 milliseconds.
>> 0.020799 gp_port_set_settings (2): Setting settings...
>> 0.020803 gp_port_info_list_get_info (2): Getting info of entry 13 (45 available)...
>> 0.020871 gp_port_set_timeout (2): Setting port timeout to 500 milliseconds.
>> 0.020877 gp_port_set_settings (2): Setting settings...
>> 0.020881 gp_port_info_list_get_info (2): Getting info of entry 14 (45 available)...
>> 0.020949 gp_port_set_timeout (2): Setting port timeout to 500 milliseconds.
>> 0.020955 gp_port_set_settings (2): Setting settings...
>> 0.020959 gp_port_info_list_get_info (2): Getting info of entry 15 (45 available)...
>> 0.021027 gp_port_set_timeout (2): Setting port timeout to 500 milliseconds.
>> 0.021033 gp_port_set_settings (2): Setting settings...
>> 0.021037 gp_port_info_list_get_info (2): Getting info of entry 16 (45 available)...
>> 0.021104 gp_port_set_timeout (2): Setting port timeout to 500 milliseconds.
>> 0.021111 gp_port_set_settings (2): Setting settings...
>> 0.021115 gp_port_info_list_get_info (2): Getting info of entry 17 (45 available)...
>> 0.021182 gp_port_set_timeout (2): Setting port timeout to 500 milliseconds.
>> 0.021193 gp_port_set_settings (2): Setting settings...
>> 0.021198 gp_port_info_list_get_info (2): Getting info of entry 18 (45 available)...
>> 0.021267 gp_port_set_timeout (2): Setting port timeout to 500 milliseconds.
>> 0.021273 gp_port_set_settings (2): Setting settings...
>> 0.021277 gp_port_info_list_get_info (2): Getting info of entry 19 (45 available)...
>> 0.021346 gp_port_set_timeout (2): Setting port timeout to 500 milliseconds.
>> 0.021352 gp_port_set_settings (2): Setting settings...
>> 0.021356 gp_port_info_list_get_info (2): Getting info of entry 20 (45 available)...
>> 0.021424 gp_port_set_timeout (2): Setting port timeout to 500 milliseconds.
>> 0.021430 gp_port_set_settings (2): Setting settings...
>> 0.021434 gp_port_info_list_get_info (2): Getting info of entry 21 (45 available)...
>> 0.021502 gp_port_set_timeout (2): Setting port timeout to 500 milliseconds.
>> 0.021508 gp_port_set_settings (2): Setting settings...
>> 0.021512 gp_port_info_list_get_info (2): Getting info of entry 22 (45 available)...
>> 0.021580 gp_port_set_timeout (2): Setting port timeout to 500 milliseconds.
>> 0.021586 gp_port_set_settings (2): Setting settings...
>> 0.021590 gp_port_info_list_get_info (2): Getting info of entry 23 (45 available)...
>> 0.021658 gp_port_set_timeout (2): Setting port timeout to 500 milliseconds.
>> 0.021664 gp_port_set_settings (2): Setting settings...
>> 0.021668 gp_port_info_list_get_info (2): Getting info of entry 24 (45 available)...
>> 0.021736 gp_port_set_timeout (2): Setting port timeout to 500 milliseconds.
>> 0.021742 gp_port_set_settings (2): Setting settings...
>> 0.021746 gp_port_info_list_get_info (2): Getting info of entry 25 (45 available)...
>> 0.021814 gp_port_set_timeout (2): Setting port timeout to 500 milliseconds.
>> 0.021820 gp_port_set_settings (2): Setting settings...
>> 0.021824 gp_port_info_list_get_info (2): Getting info of entry 26 (45 available)...
>> 0.021892 gp_port_set_timeout (2): Setting port timeout to 500 milliseconds.
>> 0.021898 gp_port_set_settings (2): Setting settings...
>> 0.021902 gp_port_info_list_get_info (2): Getting info of entry 27 (45 available)...
>> 0.021970 gp_port_set_timeout (2): Setting port timeout to 500 milliseconds.
>> 0.021976 gp_port_set_settings (2): Setting settings...
>> 0.021981 gp_port_info_list_get_info (2): Getting info of entry 28 (45 available)...
>> 0.022048 gp_port_set_timeout (2): Setting port timeout to 500 milliseconds.
>> 0.022054 gp_port_set_settings (2): Setting settings...
>> 0.022058 gp_port_info_list_get_info (2): Getting info of entry 29 (45 available)...
>> 0.022126 gp_port_set_timeout (2): Setting port timeout to 500 milliseconds.
>> 0.022132 gp_port_set_settings (2): Setting settings...
>> 0.022136 gp_port_info_list_get_info (2): Getting info of entry 30 (45 available)...
>> 0.022204 gp_port_set_timeout (2): Setting port timeout to 500 milliseconds.
>> 0.022210 gp_port_set_settings (2): Setting settings...
>> 0.022214 gp_port_info_list_get_info (2): Getting info of entry 31 (45 available)...
>> 0.022281 gp_port_set_timeout (2): Setting port timeout to 500 milliseconds.
>> 0.022287 gp_port_set_settings (2): Setting settings...
>> 0.022292 gp_port_info_list_get_info (2): Getting info of entry 32 (45 available)...
>> 0.022359 gp_port_set_timeout (2): Setting port timeout to 500 milliseconds.
>> 0.022365 gp_port_set_settings (2): Setting settings...
>> 0.022369 gp_port_info_list_get_info (2): Getting info of entry 33 (45 available)...
>> 0.022437 gp_port_set_timeout (2): Setting port timeout to 500 milliseconds.
>> 0.022443 gp_port_set_settings (2): Setting settings...
>> 0.022447 gp_port_info_list_get_info (2): Getting info of entry 34 (45 available)...
>> 0.022514 gp_port_set_timeout (2): Setting port timeout to 500 milliseconds.
>> 0.022520 gp_port_set_settings (2): Setting settings...
>> 0.022525 gp_port_info_list_get_info (2): Getting info of entry 35 (45 available)...
>> 0.022598 gp_port_set_timeout (2): Setting port timeout to 500 milliseconds.
>> 0.022604 gp_port_set_settings (2): Setting settings...
>> 0.022608 gp_port_info_list_get_info (2): Getting info of entry 36 (45 available)...
>> 0.027722 gp_port_set_timeout (2): Setting port timeout to 5000 milliseconds.
>> 0.027743 gp_port_set_settings (2): Setting settings...
>> 0.027754 gp_libusb1_update (2): (old int=0, conf=-1, alt=-1) port usb:002,003, (new int=0, conf=-1, alt=-1) port usb:002,003
>> 0.027760 gp_libusb1_update (2): lowlevel libusb1 port not yet opened, no need for libusb changes
>> 0.027764 gp_abilities_list_detect_usb(2): Auto-detecting USB cameras...
>> 0.028190 gp_libusb1_find_device_by_class_lib(2): Looking for USB device (class 0x29a, subclass, 0xffffffff, protocol 0xffffffff)...
>> 0.028513 gp_libusb1_find_device_by_class_lib(2): Looking for USB device (class 0x6, subclass, 0x1, protocol 0x1)...
>> 0.028545 gp_port_info_list_get_info (2): Getting info of entry 37 (45 available)...
>> 0.033760 gp_port_set_timeout (2): Setting port timeout to 5000 milliseconds.
>> 0.033781 gp_port_set_settings (2): Setting settings...
>> 0.033792 gp_libusb1_update (2): (old int=0, conf=-1, alt=-1) port usb:002,008, (new int=0, conf=-1, alt=-1) port usb:002,008
>> 0.033797 gp_libusb1_update (2): lowlevel libusb1 port not yet opened, no need for libusb changes
>> 0.033803 gp_abilities_list_detect_usb(2): Auto-detecting USB cameras...
>> 0.034230 gp_libusb1_find_device_by_class_lib(2): Looking for USB device (class 0x29a, subclass, 0xffffffff, protocol 0xffffffff)...
>> 0.034551 gp_libusb1_find_device_by_class_lib(2): Looking for USB device (class 0x6, subclass, 0x1, protocol 0x1)...
>> 0.034562 gp_libusb1_find_device_by_class_lib(2): Found USB class device (class 0x6, subclass, 0x1, protocol 0x1)
>> 0.034570 gp_libusb1_find_device_by_class_lib(2): inep to look for is 81
>> 0.034575 gp_libusb1_find_device_by_class_lib(2): Detected defaults: config 1, interface 0, altsetting 0, idVendor ID 04a9, idProduct 320f, inep 81, outep 02, intep 83
>> 0.034580 gp_abilities_list_detect_usb(2): Found 'USB PTP Class Camera' (0x6,0x1,0x1)
>> 0.034584 gp_port_info_list_get_info (2): Getting info of entry 38 (45 available)...
>> 0.039492 gp_port_set_timeout (2): Setting port timeout to 5000 milliseconds.
>> 0.039515 gp_port_set_settings (2): Setting settings...
>> 0.039528 gp_libusb1_update (2): (old int=0, conf=-1, alt=-1) port usb:001,005, (new int=0, conf=-1, alt=-1) port usb:001,005
>> 0.039534 gp_libusb1_update (2): lowlevel libusb1 port not yet opened, no need for libusb changes
>> 0.039539 gp_abilities_list_detect_usb(2): Auto-detecting USB cameras...
>> 0.039985 gp_libusb1_find_device_by_class_lib(2): Looking for USB device (class 0x29a, subclass, 0xffffffff, protocol 0xffffffff)...
>> 0.040311 gp_libusb1_find_device_by_class_lib(2): Looking for USB device (class 0x6, subclass, 0x1, protocol 0x1)...
>> 0.040346 gp_port_info_list_get_info (2): Getting info of entry 39 (45 available)...
>> 0.045441 gp_port_set_timeout (2): Setting port timeout to 5000 milliseconds.
>> 0.045465 gp_port_set_settings (2): Setting settings...
>> 0.045479 gp_libusb1_update (2): (old int=0, conf=-1, alt=-1) port usb:001,004, (new int=0, conf=-1, alt=-1) port usb:001,004
>> 0.045485 gp_libusb1_update (2): lowlevel libusb1 port not yet opened, no need for libusb changes
>> 0.045490 gp_abilities_list_detect_usb(2): Auto-detecting USB cameras...
>> 0.045943 gp_libusb1_find_device_by_class_lib(2): Looking for USB device (class 0x29a, subclass, 0xffffffff, protocol 0xffffffff)...
>> 0.046269 gp_libusb1_find_device_by_class_lib(2): Looking for USB device (class 0x6, subclass, 0x1, protocol 0x1)...
>> 0.046305 gp_port_free (2): Freeing port...
>> 0.046310 gp_port_close (2): Closing port...
>> 0.046617 gphoto2 (2): Nothing specified, using first entry of autodetect list.
>>
>> 0.046673 gp_camera_set_abilities (2): Setting abilities ('Mass Storage Camera')...
>> 0.046683 gp_setting_set (2): Setting key 'model' to value 'Mass Storage Camera' (gphoto2)
>> 0.046804 save_settings (2): Saving 2 setting(s) to file "/home/michael/.gphoto/settings"
>> 0.046943 gp_port_info_list_lookup_path(2): Looking for path 'disk:/home/michael/Bilder' (45 entries available)...
>> 0.046951 gp_port_info_list_get_info (2): Getting info of entry 0 (45 available)...
>> 0.046956 gp_camera_set_port_info (2): Setting port info for port 'Media '/home/weigelt/Bilder'' at 'disk:/home/michael/Bilder'...
>> 0.047066 gp_port_set_settings (2): Setting settings...
>> 0.047075 gp_port_set_error [gphoto2-port.c:1190](0): The operation 'update' is not supported by this device
>> 0.047080 gp_setting_set (2): Setting key 'port' to value 'disk:/home/michael/Bilder' (gphoto2)
>> 0.047084 save_settings (2): Saving 2 setting(s) to file "/home/michael/.gphoto/settings"
>> 0.047151 gp_camera_init (2): Initializing camera...
>> 0.047161 gp_camera_init (2): Loading '/usr/lib/x86_64-linux-gnu/libgphoto2/2.5.25/directory'...
>> 0.047249 gp_port_open (2): Opening port...
>> 0.047260 gp_context_error (0): This camera does not support summaries.
>> 0.047944 gp_camera_free (2): Freeing camera...
>> 0.047957 gp_camera_exit (2): Exiting camera ('Mass Storage Camera')...
>> 0.047961 gp_port_close (2): Closing port...
>> 0.047981 gp_filesystem_reset (2): resetting filesystem
>> 0.047986 gp_filesystem_lru_clear (2): Clearing fscache LRU list...
>> 0.047990 gp_filesystem_lru_clear (2): fscache LRU list already empty
>> 0.047994 delete_all_folders (2): Internally deleting all folders from '/'...
>> 0.047998 lookup_folder (2): Lookup folder '/'...
>> 0.048002 lookup_folder (2): Found! / is 0x55aa385b9890
>> 0.048006 recurse_delete_folder (2): Recurse delete folder 0x55aa385b9890//
>> 0.048010 delete_all_files (2): Delete all files in folder 0x55aa385b9890//
>> 0.048014 gp_port_free (2): Freeing port...
>> 0.048017 gp_port_close (2): Closing port...
>> 0.048032 gp_filesystem_reset (2): resetting filesystem
>> 0.048037 gp_filesystem_lru_clear (2): Clearing fscache LRU list...
>> 0.048040 gp_filesystem_lru_clear (2): fscache LRU list already empty
>> 0.048044 delete_all_folders (2): Internally deleting all folders from '/'...
>> 0.048047 lookup_folder (2): Lookup folder '/'...
>> 0.048051 lookup_folder (2): Found! / is 0x55aa385b9890
>> 0.048055 recurse_delete_folder (2): Recurse delete folder 0x55aa385b9890//
>> 0.048059 delete_all_files (2): Delete all files in folder 0x55aa385b9890//
_______________________________________________
Gphoto-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gphoto-devel