Open Seeelefant opened 5 years ago
libgphoto2 should be 2.5.22 , this kind of capture was only very recently added
Thank you msmeissn, I tried hard to do this, ran through all the ./configure, make and make installs but did not succeed. This there a way to adjust the library paths? Best --Seeelefant
./configure --prefix=/usr
and potentially you need to add --libdir=/usr/lib or where the libraries usually go on the raspberry
....sorry tried that, nothing worked :-(
Dear msmeissn, now I found that Raspbian comes with libphoto2 in the /usr/lib/arm-linux-gnueabihf/ directory, so --libdir= /usr/lib/arm-linux-gnueabihf/ fixes this problem:
pi@raspberrypi:~/src/gphoto_new/libgphoto2 $ gphoto2 --version
gphoto2 2.5.20.1
Copyright (C) 2000-2019 Lutz Müller und andere
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.
Diese Version von gphoto2 benutzt die folgenden Softwareversionen und Optionen:
gphoto2 2.5.20.1 gcc, popt(m), exif, no cdk, no aa, no jpeg, no readline
libgphoto2 2.5.22.1 all camlibs, gcc, ltdl, EXIF
libgphoto2_port 0.12.0 iolibs: disk ptpip serial usb usbdiskdirect usbscsi, gcc, ltdl, USB, serial without locking
The query for abilities gives:
pi@raspberrypi:~/src/gphoto_new/libgphoto2 $ gphoto2 --abilities
Fähigkeiten für Kamera : Canon Digital IXUS 180
Unterstützung für seriellen Port : Nein
USB-Unterstützung : Ja
Aufnahme machen (Auswahl) :
: Bild
: Bildvorschau
Konfigurationsunterstützung : Ja
Unterstützung für das Löschen einzelner Bilder: Ja
Unterstützung für das Löschen aller Bilder : Nein
Unterstützung für Bildvorschau : Ja
Unterstützung für Bildhochladen : Ja
Unfortunately
pi@raspberrypi:~/src/gphoto_new/libgphoto2 $ gphoto2 --trigger-capture
*** Fehler ***
Canon EOS Halb-Drücken fehlgeschlagen (0x2019: PTP-Device belegt)
FEHLER: Konnte nicht aufnehmen.
*** Fehler (-110: »I/O Operation in Arbeit«) ***
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 <gphoto-devel@lists.sourceforge.net> schicken wollen,
so starten sie gphoto2 bitte wie folgt:
env LANG=C gphoto2 --debug --debug-logfile=my-logfile.txt --trigger-capture
Bitte stellen Sie sicher das die uebergebenen Argument ausreichend gequoted sind.
Logfile:
0.000868 main (2): BITTE IMMER FOLGENDE ZEILE EINFÜGEN WENN DEBUG MESSAGES AN DIE MAILINGLISTE GESCHICKT WERDEN:
0.001089 main (2): gphoto2 2.5.20.1
0.001142 main (2): gphoto2 wurde mit den folgenden Optionen übersetzt:
0.001175 main (2): + gcc (C compiler used)
0.001203 main (2): + popt (mandatory, for handling command-line parameters)
0.001231 main (2): + exif (for displaying EXIF information)
0.001257 main (2): + no cdk (for accessing configuration options)
0.001283 main (2): + no aa (for displaying live previews)
0.001311 main (2): + no jpeg (for displaying live previews in JPEG format)
0.001337 main (2): + no readline (for easy navigation in the shell)
0.001372 main (2): libgphoto2 2.5.22.1
0.001402 main (2): libgphoto2 wurde mit den folgenden Optionen übersetzt:
0.001452 main (2): + all camlibs
0.001486 main (2): + gcc (C compiler used)
0.001513 main (2): + ltdl (for portable loading of camlibs)
0.001541 main (2): + EXIF (for special handling of EXIF files)
0.001575 main (2): libgphoto2_port 0.12.0
0.001605 main (2): libgphoto2_port wurde mit den folgenden Optionen übersetzt:
0.001632 main (2): + iolibs: disk ptpip serial usb usbdiskdirect usbscsi
0.001658 main (2): + gcc (C compiler used)
0.001685 main (2): + ltdl (for portable loading of iolibs)
0.001712 main (2): + USB (libusb0, for USB cameras)
0.001738 main (2): + serial (for serial cameras)
0.001763 main (2): + no resmgr (serial port access and locking)
0.001790 main (2): + no ttylock (serial port locking)
0.001816 main (2): + no lockdev (serial port locking)
0.001846 main (2): CAMLIBS env var not set, using compile-time default instead
0.001871 main (2): IOLIBS env var not set, using compile-time default instead
0.001897 main (2): invoked with following arguments:
0.001927 main (2): --debug
0.001956 main (2): --debug-logfile=my-logfile.txt
0.001982 main (2): --trigger-capture
0.002169 load_settings (2): Creating gphoto config directory ('/root/.gphoto')
0.002412 load_settings (2): Loading settings from file '/root/.gphoto/settings'.
0.003954 main (2): The user has not specified both a model and a port. Try to figure them out.
0.004063 gp_port_info_list_load (2): Using ltdl to load io-drivers from '/usr/lib/arm-linux-gnueabihf/libgphoto2_port/0.12.0'...
0.004626 foreach_func (2): Called for filename '/usr/lib/arm-linux-gnueabihf/libgphoto2_port/0.12.0/disk'.
0.005974 gp_port_library_list (2): found fstab fsname proc
0.006099 gp_port_library_list (2): found fstab fsname PARTUUID=669adb1f-01
0.006197 gp_port_library_list (2): found fstab fsname PARTUUID=669adb1f-02
0.006575 gp_port_library_list (2): found mtab fsname /dev/root
0.006646 gp_port_library_list (2): found mtab fsname devtmpfs
0.006698 gp_port_library_list (2): found mtab fsname sysfs
0.006740 gp_port_library_list (2): found mtab fsname proc
0.006779 gp_port_library_list (2): found mtab fsname tmpfs
0.006863 gp_port_library_list (2): found mtab fsname devpts
0.006907 gp_port_library_list (2): found mtab fsname tmpfs
0.006984 gp_port_library_list (2): found mtab fsname tmpfs
0.007064 gp_port_library_list (2): found mtab fsname tmpfs
0.007167 gp_port_library_list (2): found mtab fsname cgroup
0.007209 gp_port_library_list (2): found mtab fsname cgroup
0.007320 gp_port_library_list (2): found mtab fsname cgroup
0.007361 gp_port_library_list (2): found mtab fsname cgroup
0.007401 gp_port_library_list (2): found mtab fsname cgroup
0.007581 gp_port_library_list (2): found mtab fsname cgroup
0.007624 gp_port_library_list (2): found mtab fsname cgroup
0.007666 gp_port_library_list (2): found mtab fsname systemd-1
0.007708 gp_port_library_list (2): found mtab fsname debugfs
0.007806 gp_port_library_list (2): found mtab fsname sunrpc
0.007920 gp_port_library_list (2): found mtab fsname mqueue
0.007962 gp_port_library_list (2): found mtab fsname configfs
0.008068 gp_port_library_list (2): found mtab fsname /dev/mmcblk0p1
0.008145 gp_port_library_list (2): found mtab fsname tmpfs
0.008234 gp_port_library_list (2): found mtab fsname fusectl
0.008276 gp_port_library_list (2): found mtab fsname gvfsd-fuse
0.008320 gp_port_library_list (2): found mtab fsname xrdp-chansrv
0.008630 foreach_func (2): Loaded '' ('^disk:') from '/usr/lib/arm-linux-gnueabihf/libgphoto2_port/0.12.0/disk'.
0.008672 foreach_func (2): Called for filename '/usr/lib/arm-linux-gnueabihf/libgphoto2_port/0.12.0/ptpip'.
0.009689 foreach_func (2): Loaded 'PTP/IP Connection' ('ptpip:') from '/usr/lib/arm-linux-gnueabihf/libgphoto2_port/0.12.0/ptpip'.
0.009762 foreach_func (2): Loaded '' ('^ptpip:') from '/usr/lib/arm-linux-gnueabihf/libgphoto2_port/0.12.0/ptpip'.
0.009798 foreach_func (2): Called for filename '/usr/lib/arm-linux-gnueabihf/libgphoto2_port/0.12.0/serial'.
0.011515 foreach_func (2): Loaded 'Serieller Port Device' ('serial:') from '/usr/lib/arm-linux-gnueabihf/libgphoto2_port/0.12.0/serial'.
0.011622 foreach_func (2): Loaded '' ('^serial:') from '/usr/lib/arm-linux-gnueabihf/libgphoto2_port/0.12.0/serial'.
0.011657 foreach_func (2): Called for filename '/usr/lib/arm-linux-gnueabihf/libgphoto2_port/0.12.0/usb'.
0.013681 foreach_func (2): Loaded '' ('^usb:') from '/usr/lib/arm-linux-gnueabihf/libgphoto2_port/0.12.0/usb'.
0.013791 foreach_func (2): Loaded 'Universal Serial Bus' ('usb:001,009') from '/usr/lib/arm-linux-gnueabihf/libgphoto2_port/0.12.0/usb'.
0.013829 foreach_func (2): Loaded 'Universal Serial Bus' ('usb:001,003') from '/usr/lib/arm-linux-gnueabihf/libgphoto2_port/0.12.0/usb'.
0.013862 foreach_func (2): Called for filename '/usr/lib/arm-linux-gnueabihf/libgphoto2_port/0.12.0/usb1'.
0.016397 foreach_func (2): '/usr/lib/arm-linux-gnueabihf/libgphoto2_port/0.12.0/usb1' already loaded
0.016845 foreach_func (2): Called for filename '/usr/lib/arm-linux-gnueabihf/libgphoto2_port/0.12.0/usbdiskdirect'.
0.017921 foreach_func (2): Called for filename '/usr/lib/arm-linux-gnueabihf/libgphoto2_port/0.12.0/usbscsi'.
0.019645 foreach_func (2): Called for filename '/usr/lib/arm-linux-gnueabihf/libgphoto2_port/0.12.0/vusb'.
0.021400 gp_port_library_type (2): ()
0.021598 foreach_func (2): '/usr/lib/arm-linux-gnueabihf/libgphoto2_port/0.12.0/vusb' already loaded
0.021953 gp_port_info_list_count (2): Counting entries (8 available)...
0.022055 gp_port_info_list_count (2): 4 regular entries available.
0.022211 gp_abilities_list_load_dir (2): Using ltdl to load camera libraries from '/usr/lib/arm-linux-gnueabihf/libgphoto2/2.5.22.1'...
0.025166 foreach_func (2): Found '/usr/lib/arm-linux-gnueabihf/libgphoto2/2.5.22.1/adc65'.
0.025315 foreach_func (2): Found '/usr/lib/arm-linux-gnueabihf/libgphoto2/2.5.22.1/agfa_cl20'.
0.025352 foreach_func (2): Found '/usr/lib/arm-linux-gnueabihf/libgphoto2/2.5.22.1/aox'.
0.025383 foreach_func (2): Found '/usr/lib/arm-linux-gnueabihf/libgphoto2/2.5.22.1/ax203'.
0.025414 foreach_func (2): Found '/usr/lib/arm-linux-gnueabihf/libgphoto2/2.5.22.1/barbie'.
0.025499 foreach_func (2): Found '/usr/lib/arm-linux-gnueabihf/libgphoto2/2.5.22.1/canon'.
0.025530 foreach_func (2): Found '/usr/lib/arm-linux-gnueabihf/libgphoto2/2.5.22.1/casio_qv'.
0.025562 foreach_func (2): Found '/usr/lib/arm-linux-gnueabihf/libgphoto2/2.5.22.1/clicksmart310'.
0.025591 foreach_func (2): Found '/usr/lib/arm-linux-gnueabihf/libgphoto2/2.5.22.1/digigr8'.
0.025620 foreach_func (2): Found '/usr/lib/arm-linux-gnueabihf/libgphoto2/2.5.22.1/digita'.
0.025649 foreach_func (2): Found '/usr/lib/arm-linux-gnueabihf/libgphoto2/2.5.22.1/dimagev'.
0.025681 foreach_func (2): Found '/usr/lib/arm-linux-gnueabihf/libgphoto2/2.5.22.1/dimera3500'.
0.025710 foreach_func (2): Found '/usr/lib/arm-linux-gnueabihf/libgphoto2/2.5.22.1/directory'.
0.025739 foreach_func (2): Found '/usr/lib/arm-linux-gnueabihf/libgphoto2/2.5.22.1/enigma13'.
0.025769 foreach_func (2): Found '/usr/lib/arm-linux-gnueabihf/libgphoto2/2.5.22.1/fuji'.
0.025800 foreach_func (2): Found '/usr/lib/arm-linux-gnueabihf/libgphoto2/2.5.22.1/gsmart300'.
0.025829 foreach_func (2): Found '/usr/lib/arm-linux-gnueabihf/libgphoto2/2.5.22.1/hp215'.
0.025861 foreach_func (2): Found '/usr/lib/arm-linux-gnueabihf/libgphoto2/2.5.22.1/iclick'.
0.025890 foreach_func (2): Found '/usr/lib/arm-linux-gnueabihf/libgphoto2/2.5.22.1/jamcam'.
0.025922 foreach_func (2): Found '/usr/lib/arm-linux-gnueabihf/libgphoto2/2.5.22.1/jd11'.
0.025955 foreach_func (2): Found '/usr/lib/arm-linux-gnueabihf/libgphoto2/2.5.22.1/jl2005a'.
0.026006 foreach_func (2): Found '/usr/lib/arm-linux-gnueabihf/libgphoto2/2.5.22.1/jl2005c'.
0.026039 foreach_func (2): Found '/usr/lib/arm-linux-gnueabihf/libgphoto2/2.5.22.1/kodak_dc120'.
0.026072 foreach_func (2): Found '/usr/lib/arm-linux-gnueabihf/libgphoto2/2.5.22.1/kodak_dc210'.
0.026101 foreach_func (2): Found '/usr/lib/arm-linux-gnueabihf/libgphoto2/2.5.22.1/kodak_dc240'.
0.026130 foreach_func (2): Found '/usr/lib/arm-linux-gnueabihf/libgphoto2/2.5.22.1/kodak_dc3200'.
0.026162 foreach_func (2): Found '/usr/lib/arm-linux-gnueabihf/libgphoto2/2.5.22.1/kodak_ez200'.
0.026191 foreach_func (2): Found '/usr/lib/arm-linux-gnueabihf/libgphoto2/2.5.22.1/konica'.
0.026221 foreach_func (2): Found '/usr/lib/arm-linux-gnueabihf/libgphoto2/2.5.22.1/konica_qm150'.
0.026250 foreach_func (2): Found '/usr/lib/arm-linux-gnueabihf/libgphoto2/2.5.22.1/largan'.
0.026280 foreach_func (2): Found '/usr/lib/arm-linux-gnueabihf/libgphoto2/2.5.22.1/lg_gsm'.
0.026312 foreach_func (2): Found '/usr/lib/arm-linux-gnueabihf/libgphoto2/2.5.22.1/mars'.
0.026342 foreach_func (2): Found '/usr/lib/arm-linux-gnueabihf/libgphoto2/2.5.22.1/mustek'.
0.026372 foreach_func (2): Found '/usr/lib/arm-linux-gnueabihf/libgphoto2/2.5.22.1/panasonic_coolshot'.
0.026402 foreach_func (2): Found '/usr/lib/arm-linux-gnueabihf/libgphoto2/2.5.22.1/panasonic_dc1000'.
0.026435 foreach_func (2): Found '/usr/lib/arm-linux-gnueabihf/libgphoto2/2.5.22.1/panasonic_dc1580'.
0.026465 foreach_func (2): Found '/usr/lib/arm-linux-gnueabihf/libgphoto2/2.5.22.1/panasonic_l859'.
0.026494 foreach_func (2): Found '/usr/lib/arm-linux-gnueabihf/libgphoto2/2.5.22.1/pccam300'.
0.026524 foreach_func (2): Found '/usr/lib/arm-linux-gnueabihf/libgphoto2/2.5.22.1/pccam600'.
0.026555 foreach_func (2): Found '/usr/lib/arm-linux-gnueabihf/libgphoto2/2.5.22.1/pentax'.
0.026585 foreach_func (2): Found '/usr/lib/arm-linux-gnueabihf/libgphoto2/2.5.22.1/polaroid_pdc320'.
0.026615 foreach_func (2): Found '/usr/lib/arm-linux-gnueabihf/libgphoto2/2.5.22.1/polaroid_pdc640'.
0.026755 foreach_func (2): Found '/usr/lib/arm-linux-gnueabihf/libgphoto2/2.5.22.1/polaroid_pdc700'.
0.026799 foreach_func (2): Found '/usr/lib/arm-linux-gnueabihf/libgphoto2/2.5.22.1/ptp2'.
0.026829 foreach_func (2): Found '/usr/lib/arm-linux-gnueabihf/libgphoto2/2.5.22.1/ricoh'.
0.026859 foreach_func (2): Found '/usr/lib/arm-linux-gnueabihf/libgphoto2/2.5.22.1/ricoh_g3'.
0.026889 foreach_func (2): Found '/usr/lib/arm-linux-gnueabihf/libgphoto2/2.5.22.1/samsung'.
0.026921 foreach_func (2): Found '/usr/lib/arm-linux-gnueabihf/libgphoto2/2.5.22.1/sierra'.
0.026951 foreach_func (2): Found '/usr/lib/arm-linux-gnueabihf/libgphoto2/2.5.22.1/sipix_blink2'.
0.026981 foreach_func (2): Found '/usr/lib/arm-linux-gnueabihf/libgphoto2/2.5.22.1/sipix_web2'.
0.027010 foreach_func (2): Found '/usr/lib/arm-linux-gnueabihf/libgphoto2/2.5.22.1/smal'.
0.027042 foreach_func (2): Found '/usr/lib/arm-linux-gnueabihf/libgphoto2/2.5.22.1/sonix'.
0.027072 foreach_func (2): Found '/usr/lib/arm-linux-gnueabihf/libgphoto2/2.5.22.1/sony_dscf1'.
0.027105 foreach_func (2): Found '/usr/lib/arm-linux-gnueabihf/libgphoto2/2.5.22.1/sony_dscf55'.
0.027136 foreach_func (2): Found '/usr/lib/arm-linux-gnueabihf/libgphoto2/2.5.22.1/soundvision'.
0.027169 foreach_func (2): Found '/usr/lib/arm-linux-gnueabihf/libgphoto2/2.5.22.1/spca50x'.
0.027200 foreach_func (2): Found '/usr/lib/arm-linux-gnueabihf/libgphoto2/2.5.22.1/sq905'.
0.027230 foreach_func (2): Found '/usr/lib/arm-linux-gnueabihf/libgphoto2/2.5.22.1/st2205'.
0.027261 foreach_func (2): Found '/usr/lib/arm-linux-gnueabihf/libgphoto2/2.5.22.1/stv0674'.
0.027292 foreach_func (2): Found '/usr/lib/arm-linux-gnueabihf/libgphoto2/2.5.22.1/stv0680'.
0.027321 foreach_func (2): Found '/usr/lib/arm-linux-gnueabihf/libgphoto2/2.5.22.1/sx330z'.
0.027352 foreach_func (2): Found '/usr/lib/arm-linux-gnueabihf/libgphoto2/2.5.22.1/topfield'.
0.027382 foreach_func (2): Found '/usr/lib/arm-linux-gnueabihf/libgphoto2/2.5.22.1/toshiba_pdrm11'.
0.027413 foreach_func (2): Found '/usr/lib/arm-linux-gnueabihf/libgphoto2/2.5.22.1/tp6801'.
0.027533 gp_abilities_list_load_dir (2): Found 64 camera drivers.
0.110095 gp_port_info_list_count (2): Counting entries (8 available)...
0.110240 gp_port_info_list_count (2): 4 regular entries available.
0.110256 gp_port_new (2): Creating new device...
0.110287 gp_port_info_list_get_info (2): Getting info of entry 0 (8 available)...
0.110779 gp_port_set_settings (2): Setting settings...
0.110812 gp_port_info_list_get_info (2): Getting info of entry 1 (8 available)...
0.111131 gp_port_set_timeout (2): Setting port timeout to 500 milliseconds.
0.111150 gp_port_set_settings (2): Setting settings...
0.111171 gp_port_info_list_get_info (2): Getting info of entry 2 (8 available)...
0.112111 gp_port_set_timeout (2): Setting port timeout to 5000 milliseconds.
0.112158 gp_port_set_settings (2): Setting settings...
0.112186 gp_port_usb_update (2): gp_port_usb_update(old int=0, conf=-1, alt=-1) port usb:001,009, (new int=0, conf=-1, alt=-1), port usb:001,009
0.112204 gp_abilities_list_detect_usb(2): Auto-detecting USB cameras...
0.112623 gp_port_usb_find_device_lib (2): Looking for USB device (vendor 0x4a9, product 0x32c0)... found.
0.112644 gp_port_usb_find_device_lib (2): inep to look for is 81
0.112668 gp_port_usb_find_device_lib (2): Detected defaults: config 1, interface 0, altsetting 0, inep 81, outep 02, intep 83, class 06, subclass 01
0.112685 gp_abilities_list_detect_usb(2): Found 'Canon Digital IXUS 180' (0x4a9,0x32c0)
0.112705 gp_port_info_list_get_info (2): Getting info of entry 3 (8 available)...
0.113857 gp_port_set_timeout (2): Setting port timeout to 5000 milliseconds.
0.113974 gp_port_set_settings (2): Setting settings...
0.114005 gp_port_usb_update (2): gp_port_usb_update(old int=0, conf=-1, alt=-1) port usb:001,003, (new int=0, conf=-1, alt=-1), port usb:001,003
0.114024 gp_abilities_list_detect_usb(2): Auto-detecting USB cameras...
0.115994 gp_port_usb_find_device_by_class_lib(2): Looking for USB device (class 0x29a, subclass, 0xffffffff, protocol 0xffffffff)...
0.117488 gp_port_usb_find_device_by_class_lib(2): Looking for USB device (class 0x6, subclass, 0x1, protocol 0x1)...
0.117626 gp_port_free (2): Freeing port...
0.117648 gp_port_close (2): Closing port...
0.117687 gp_port_usb_close [libusb.c:325](0): Invalid parameters: 'port && port->pl->dh' is NULL/FALSE.
0.117958 gp_camera_set_abilities (2): Setting abilities ('Canon Digital IXUS 180')...
0.117993 gp_setting_set (2): Setting key 'model' to value 'Canon Digital IXUS 180' (gphoto2)
0.118015 save_settings (2): Saving 2 setting(s) to file "/root/.gphoto/settings"
0.118401 gp_port_info_list_lookup_path(2): Looking for path 'usb:001,009' (8 entries available)...
0.118433 gp_port_info_list_get_info (2): Getting info of entry 2 (8 available)...
0.118456 gp_camera_set_port_info (2): Setting port info for port 'Universal Serial Bus' at 'usb:001,009'...
0.119544 gp_port_set_timeout (2): Setting port timeout to 5000 milliseconds.
0.119616 gp_port_set_settings (2): Setting settings...
0.119644 gp_port_usb_update (2): gp_port_usb_update(old int=0, conf=-1, alt=-1) port usb:001,009, (new int=0, conf=-1, alt=-1), port usb:001,009
0.119673 gp_setting_set (2): Setting key 'port' to value 'usb:001,009' (gphoto2)
0.119694 save_settings (2): Saving 2 setting(s) to file "/root/.gphoto/settings"
0.125566 gp_camera_init (2): Initializing camera...
0.125644 gp_port_usb_find_device_lib (2): Looking for USB device (vendor 0x4a9, product 0x32c0)... found.
0.125664 gp_port_usb_find_device_lib (2): inep to look for is 81
0.125689 gp_port_usb_find_device_lib (2): Detected defaults: config 1, interface 0, altsetting 0, inep 81, outep 02, intep 83, class 06, subclass 01
0.125704 gp_camera_init (2): Loading '/usr/lib/arm-linux-gnueabihf/libgphoto2/2.5.22.1/ptp2'...
0.126395 gp_port_open (2): Opening USB port...
0.126446 gp_port_usb_open (2): gp_port_usb_open(0x1437b70)
0.126577 gp_port_usb_open (2): claiming interface 0
0.126856 camera_init (2): maxpacketsize 512
0.126888 gp_port_set_timeout (2): Setting port timeout to 1500 milliseconds.
0.126956 ptp (2): PTP: Opening session
0.127131 ptp_usb_sendreq (2): Sending PTP_OC 0x1002 (Open session) (0x1) request...
0.127153 gp_port_write (3): Writing 16 = 0x10 bytes to port...
1.628006 gp_port_write [gphoto2-port.c:406](0): Writing 16 = 0x10 bytes to port failed: Fehler beim Schreiben des Ports (-35)
1.628136 ptp_usb_sendreq [usb.c:109] (0): PTP_OC 0x1002 sending req failed: Fehler beim Schreiben des Ports (-35)
1.628168 ptp_usb_sendreq (2): Clearing halt on OUT EP and retrying once.
1.628202 gp_port_usb_clear_halt (2): Clear USB halt...
1.628371 gp_port_write (3): Writing 16 = 0x10 bytes to port...
3.128643 gp_port_write [gphoto2-port.c:406](0): Writing 16 = 0x10 bytes to port failed: Fehler beim Schreiben des Ports (-35)
3.128777 ptp_usb_sendreq [usb.c:109] (0): PTP_OC 0x1002 sending req failed: Fehler beim Schreiben des Ports (-35)
3.128881 camera_init [library.c:8355](0): 'ptp_opensession (params, sessionid)' failed: PTP General Error (0x2002)
3.128915 ptp (2): PTP: Opening session
3.128975 ptp_usb_sendreq (2): Sending PTP_OC 0x1002 (Open session) (0x1) request...
3.129008 gp_port_write (3): Writing 16 = 0x10 bytes to port...
4.630151 gp_port_write [gphoto2-port.c:406](0): Writing 16 = 0x10 bytes to port failed: Fehler beim Schreiben des Ports (-35)
4.630335 ptp_usb_sendreq [usb.c:109] (0): PTP_OC 0x1002 sending req failed: Fehler beim Schreiben des Ports (-35)
4.630367 ptp_usb_sendreq (2): Clearing halt on OUT EP and retrying once.
4.630396 gp_port_usb_clear_halt (2): Clear USB halt...
4.630533 gp_port_write (3): Writing 16 = 0x10 bytes to port...
6.131394 gp_port_write [gphoto2-port.c:406](0): Writing 16 = 0x10 bytes to port failed: Fehler beim Schreiben des Ports (-35)
6.131510 ptp_usb_sendreq [usb.c:109] (0): PTP_OC 0x1002 sending req failed: Fehler beim Schreiben des Ports (-35)
6.131558 camera_init [library.c:8355](0): 'ptp_opensession (params, sessionid)' failed: PTP General Error (0x2002)
6.131586 ptp (2): PTP: Opening session
6.131647 ptp_usb_sendreq (2): Sending PTP_OC 0x1002 (Open session) (0x1) request...
6.131679 gp_port_write (3): Writing 16 = 0x10 bytes to port...
7.632016 gp_port_write [gphoto2-port.c:406](0): Writing 16 = 0x10 bytes to port failed: Fehler beim Schreiben des Ports (-35)
7.632137 ptp_usb_sendreq [usb.c:109] (0): PTP_OC 0x1002 sending req failed: Fehler beim Schreiben des Ports (-35)
7.632169 ptp_usb_sendreq (2): Clearing halt on OUT EP and retrying once.
7.632197 gp_port_usb_clear_halt (2): Clear USB halt...
7.632341 gp_port_write (3): Writing 16 = 0x10 bytes to port...
9.133494 gp_port_write [gphoto2-port.c:406](0): Writing 16 = 0x10 bytes to port failed: Fehler beim Schreiben des Ports (-35)
9.133622 ptp_usb_sendreq [usb.c:109] (0): PTP_OC 0x1002 sending req failed: Fehler beim Schreiben des Ports (-35)
9.133671 camera_init [library.c:8355](0): 'ptp_opensession (params, sessionid)' failed: PTP General Error (0x2002)
9.133706 camera_init [library.c:8383](0): 'ret' failed: 'PTP General Error' (0x2002)
9.133800 gp_context_error (0): PTP-Allgemeiner Fehler
9.133958 gp_port_close (2): Closing port...
9.134613 gp_context_error (0): Ein Fehler trat in der IO-Bibliothek auf (»Unspezifizierter Fehler«): Keine Fehlerbeschreibung verfügbar.
9.137855 gp_camera_free (2): Freeing camera...
9.137937 gp_port_free (2): Freeing port...
9.137966 gp_port_close (2): Closing port...
9.138017 gp_port_usb_close [libusb.c:325](0): Invalid parameters: 'port && port->pl->dh' is NULL/FALSE.
9.138257 gp_filesystem_reset (2): resetting filesystem
9.138290 gp_filesystem_lru_clear (2): Clearing fscache LRU list...
9.138318 gp_filesystem_lru_clear (2): fscache LRU list already empty
9.138345 delete_all_folders (2): Internally deleting all folders from '/'...
9.138374 lookup_folder (2): Lookup folder '/'...
9.138403 lookup_folder (2): Found! / is 0x1437b40
9.138432 recurse_delete_folder (2): Recurse delete folder 0x1437b40//
Please advice --Seeelefant
That logfile seems to be a followup ... can you take one of the failing half-press?
Yes, one problem solved....next on the way. Please have a look at the logfiles attached and let me know if you need additional infos my-logfile-list.txt my-logfile-capture.txt my-logfile-capture-on.txt hp-logfile.txt Best --Seeelefant
Is there any progress om that topic? Should I better shift the Issue to to libgphoto2? Is there any information missing? Best --Seeelefant
I am currently a bit at loss on the stability of the PowerShot capture :/ The 720HS works a bit at least, but there is more unreliability :/
Only the my-logfile-capture-on.txt logfile showed successful communicaiton, the rest was happening after camera communication got stuck somewhere :/
Thanks Markus, in my case it was an IXUS-180. Is there any way I can help?
Best --Seeelefant
Dear GPhoto2 team, you did a great job and I used gphoto2 with lots of cameras. Unfortunately , regarding IXUS 180, until a solution is found, can it be removed from the "supported camera list" . People are buying it because it's there...
I removed it from doc/remote for now
Dear GPhoto2 team,is there a command that i can update my Gphoto2 to the latest version?
Describe the bug After installing gphoto2, it seems that image capture on my Raspi 3B is not possible with a with Canon IXUS 180 though this camera is mentioned here http://www.gphoto.org/doc/remote/.
My problem whatever I do I cannot install version above libphoto2 2.5.12:
A clear and concise description of what the bug is.
Name the camera
Canon IXUS 180 If this is camera specific, include the camera name as shown by gphoto2 --auto-detect or USB IDs
libgphoto2 and gphoto2 version output of: gphoto2 --version
To Reproduce Steps to reproduce the behavior:
If its a camera misbehavior, attach debug output using --debug --debug-logfile=debug.log (if considered useful).
Please advoce --Seeelefant