gphoto / libgphoto2

The libgphoto2 camera access and control library.
GNU Lesser General Public License v2.1
1.06k stars 325 forks source link

Panasonic fz1000ii support #682

Closed RoshanYan closed 1 year ago

RoshanYan commented 3 years ago

is it possible to add support for fz1000ii? the mark 2 now has a USB port on it.

msmeissn commented 3 years ago

if you have one, can you report:

gphoto2 --summary

output?

tojamrok commented 1 year ago

 $> lsusb
...
Bus 000 Device 004: ID 04da:2372 Panasonic Corporation DC-FZ10002  Serial: 0000000000000000000XCL2304030089

$> LANG=C gphoto2 --port usb: --summary --debug
0.000004 main                        (2): ALWAYS INCLUDE THE FOLLOWING LINES WHEN SENDING DEBUG MESSAGES TO THE MAILING LIST:
0.000016 main                        (2): gphoto2 2.5.28
0.000018 main                        (2): gphoto2 has been compiled with the following options:
0.000019 main                        (2):  + clang (C compiler used)
0.000021 main                        (2):  + popt (mandatory, for handling command-line parameters)
0.000022 main                        (2):  + exif (for displaying EXIF information)
0.000023 main                        (2):  + no cdk (for accessing configuration options)
0.000024 main                        (2):  + no aa (for displaying live previews)
0.000025 main                        (2):  + jpeg (for displaying live previews in JPEG format)
0.000026 main                        (2):  + readline (for easy navigation in the shell)
0.000028 main                        (2): libgphoto2 2.5.31
0.000030 main                        (2): libgphoto2 has been compiled with the following options:
0.000067 main                        (2):  + standard camlib set (ax203 canon digigr8 dimagev directory docupen jl2005a jl2005c kodak_dc240 lumix mars pentax ptp2 ricoh_g3 sierra sonix sq905 st2205 topfield tp6801)
0.000069 main                        (2):  + clang (C compiler used)
0.000070 main                        (2):  + no ltdl (for portable loading of camlibs)
0.000071 main                        (2):  + EXIF (for special handling of EXIF files)
0.000073 main                        (2): libgphoto2_port 0.12.2
0.000075 main                        (2): libgphoto2_port has been compiled with the following options:
0.000076 main                        (2):  + iolibs: disk ptpip serial usb1
0.000077 main                        (2):  + clang (C compiler used)
0.000078 main                        (2):  + no ltdl (for portable loading of iolibs)
0.000079 main                        (2):  + EXIF (for vusb)
0.000080 main                        (2):  + USB (libusb1, for USB cameras)
0.000081 main                        (2):  + serial (for serial cameras)
0.000082 main                        (2):  + no resmgr (serial port access and locking)
0.000083 main                        (2):  + no ttylock (serial port locking)
0.000084 main                        (2):  + no lockdev (serial port locking)
0.000086 main                        (2): CAMLIBS env var not set, using compile-time default instead
0.000087 main                        (2): IOLIBS env var not set, using compile-time default instead
0.000088 main                        (2): invoked with following arguments:
0.000105 main                        (2):   --port
0.000106 main                        (2):   usb:
0.000108 main                        (2):   --summary
0.000109 main                        (2):   --debug
0.000113 main                        (2): Processing 'port' option ('usb:')...
0.000117 gp_port_init_localedir      (2): localedir has been set to /opt/homebrew/Cellar/libgphoto2/2.5.31/share/locale (compile-time default)
0.000119 gp_port_info_list_load      (2): Using ltdl to load io-drivers from '/opt/homebrew/Cellar/libgphoto2/2.5.31/lib/libgphoto2_port/0.12.2'...
0.000207 foreach_func                (2): Called for filename '/opt/homebrew/Cellar/libgphoto2/2.5.31/lib/libgphoto2_port/0.12.2/disk'.
0.000523 foreach_func                (2): Loaded '' ('^disk:') from '/opt/homebrew/Cellar/libgphoto2/2.5.31/lib/libgphoto2_port/0.12.2/disk'.
0.000527 foreach_func                (2): Called for filename '/opt/homebrew/Cellar/libgphoto2/2.5.31/lib/libgphoto2_port/0.12.2/ptpip'.
0.000732 foreach_func                (2): Loaded 'PTP/IP Connection' ('ptpip:') from '/opt/homebrew/Cellar/libgphoto2/2.5.31/lib/libgphoto2_port/0.12.2/ptpip'.
0.000734 foreach_func                (2): Loaded '' ('^ptpip:') from '/opt/homebrew/Cellar/libgphoto2/2.5.31/lib/libgphoto2_port/0.12.2/ptpip'.
0.000736 foreach_func                (2): Loaded 'IP Connection' ('ip:') from '/opt/homebrew/Cellar/libgphoto2/2.5.31/lib/libgphoto2_port/0.12.2/ptpip'.
0.000737 foreach_func                (2): Loaded '' ('^ip:') from '/opt/homebrew/Cellar/libgphoto2/2.5.31/lib/libgphoto2_port/0.12.2/ptpip'.
0.000738 foreach_func                (2): Called for filename '/opt/homebrew/Cellar/libgphoto2/2.5.31/lib/libgphoto2_port/0.12.2/serial'.
0.004900 foreach_func                (2): Loaded 'Serial Port Device' ('serial:') from '/opt/homebrew/Cellar/libgphoto2/2.5.31/lib/libgphoto2_port/0.12.2/serial'.
0.004905 foreach_func                (2): Loaded '' ('^serial:') from '/opt/homebrew/Cellar/libgphoto2/2.5.31/lib/libgphoto2_port/0.12.2/serial'.
0.004907 foreach_func                (2): Called for filename '/opt/homebrew/Cellar/libgphoto2/2.5.31/lib/libgphoto2_port/0.12.2/usb1'.
0.011359 foreach_func                (2): Loaded '' ('^usb:') from '/opt/homebrew/Cellar/libgphoto2/2.5.31/lib/libgphoto2_port/0.12.2/usb1'.
0.011365 foreach_func                (2): Loaded 'Universal Serial Bus' ('usb:000,004') from '/opt/homebrew/Cellar/libgphoto2/2.5.31/lib/libgphoto2_port/0.12.2/usb1'.
0.011367 foreach_func                (2): Loaded 'Universal Serial Bus' ('usb:000,003') from '/opt/homebrew/Cellar/libgphoto2/2.5.31/lib/libgphoto2_port/0.12.2/usb1'.
0.011371 gp_port_info_list_count     (2): Counting entries (10 available)...
0.011373 gp_port_info_list_count     (2): 5 regular entries available.
0.011375 gp_port_info_list_lookup_path(2): Looking for path 'usb:' (10 entries available)...
0.011377 gp_port_info_list_lookup_path(2): Starting regex search for 'usb:'...
0.011379 gp_port_info_list_lookup_path(2): Trying '^disk:'...
0.011397 gp_port_info_list_lookup_path(2): regexec failed
0.011399 gp_port_info_list_lookup_path(2): Trying '^ptpip:'...
0.011410 gp_port_info_list_lookup_path(2): regexec failed
0.011411 gp_port_info_list_lookup_path(2): Trying '^ip:'...
0.011418 gp_port_info_list_lookup_path(2): regexec failed
0.011420 gp_port_info_list_lookup_path(2): Trying '^serial:'...
0.011430 gp_port_info_list_lookup_path(2): regexec failed
0.011432 gp_port_info_list_lookup_path(2): Trying '^usb:'...
0.011442 gp_port_info_list_get_info  (2): Getting info of entry 5 (11 available)...
0.011445 gp_camera_set_port_info     (2): Setting port info for port 'Generic Port' at 'usb:'...
0.012867 gp_port_set_timeout         (2): Setting port timeout to 5000 milliseconds.
0.012873 gp_port_set_settings        (2): Setting settings...
0.012877 gp_libusb1_update           (2): (old int=0, conf=-1, alt=-1) port usb:, (new int=0, conf=-1, alt=-1) port usb:
0.012880 gp_libusb1_update           (2): lowlevel libusb1 port not yet opened, no need for libusb changes
0.012883 load_settings               (2): Creating gphoto config directory ('/Users/user/.gphoto')
0.012924 load_settings               (2): Loading settings from file '/Users/user/.gphoto/settings'.
0.012944 gp_setting_set              (2): Setting key 'port' to value 'usb:' (gphoto2)
0.012947 save_settings               (2): Saving 1 setting(s) to file "/Users/user/.gphoto/settings"
0.013248 main                        (2): The user has not specified both a model and a port. Try to figure them out.
0.013253 gp_port_init_localedir      (2): ignoring late call (localedir value NULL)
0.013256 gp_init_localedir           (2): localedir has been set to /opt/homebrew/Cellar/libgphoto2/2.5.31/share/locale (compile-time default)
0.013262 unlocked_gp_abilities_list_load_dir(2): Using ltdl to load camera libraries from '/opt/homebrew/Cellar/libgphoto2/2.5.31/lib/libgphoto2/2.5.31'...
0.013318 foreach_func                (2): Found '/opt/homebrew/Cellar/libgphoto2/2.5.31/lib/libgphoto2/2.5.31/ax203'.
0.013321 foreach_func                (2): Found '/opt/homebrew/Cellar/libgphoto2/2.5.31/lib/libgphoto2/2.5.31/canon'.
0.013323 foreach_func                (2): Found '/opt/homebrew/Cellar/libgphoto2/2.5.31/lib/libgphoto2/2.5.31/digigr8'.
0.013325 foreach_func                (2): Found '/opt/homebrew/Cellar/libgphoto2/2.5.31/lib/libgphoto2/2.5.31/dimagev'.
0.013327 foreach_func                (2): Found '/opt/homebrew/Cellar/libgphoto2/2.5.31/lib/libgphoto2/2.5.31/directory'.
0.013329 foreach_func                (2): Found '/opt/homebrew/Cellar/libgphoto2/2.5.31/lib/libgphoto2/2.5.31/docupen'.
0.013331 foreach_func                (2): Found '/opt/homebrew/Cellar/libgphoto2/2.5.31/lib/libgphoto2/2.5.31/jl2005a'.
0.013333 foreach_func                (2): Found '/opt/homebrew/Cellar/libgphoto2/2.5.31/lib/libgphoto2/2.5.31/jl2005c'.
0.013334 foreach_func                (2): Found '/opt/homebrew/Cellar/libgphoto2/2.5.31/lib/libgphoto2/2.5.31/kodak_dc240'.
0.013363 foreach_func                (2): Found '/opt/homebrew/Cellar/libgphoto2/2.5.31/lib/libgphoto2/2.5.31/lumix'.
0.013367 foreach_func                (2): Found '/opt/homebrew/Cellar/libgphoto2/2.5.31/lib/libgphoto2/2.5.31/mars'.
0.013369 foreach_func                (2): Found '/opt/homebrew/Cellar/libgphoto2/2.5.31/lib/libgphoto2/2.5.31/pentax'.
0.013370 foreach_func                (2): Found '/opt/homebrew/Cellar/libgphoto2/2.5.31/lib/libgphoto2/2.5.31/ptp2'.
0.013372 foreach_func                (2): Found '/opt/homebrew/Cellar/libgphoto2/2.5.31/lib/libgphoto2/2.5.31/ricoh_g3'.
0.013373 foreach_func                (2): Found '/opt/homebrew/Cellar/libgphoto2/2.5.31/lib/libgphoto2/2.5.31/sierra'.
0.013375 foreach_func                (2): Found '/opt/homebrew/Cellar/libgphoto2/2.5.31/lib/libgphoto2/2.5.31/sonix'.
0.013376 foreach_func                (2): Found '/opt/homebrew/Cellar/libgphoto2/2.5.31/lib/libgphoto2/2.5.31/sq905'.
0.013378 foreach_func                (2): Found '/opt/homebrew/Cellar/libgphoto2/2.5.31/lib/libgphoto2/2.5.31/st2205'.
0.013405 foreach_func                (2): Found '/opt/homebrew/Cellar/libgphoto2/2.5.31/lib/libgphoto2/2.5.31/topfield'.
0.013407 foreach_func                (2): Found '/opt/homebrew/Cellar/libgphoto2/2.5.31/lib/libgphoto2/2.5.31/tp6801'.
0.013410 unlocked_gp_abilities_list_load_dir(2): Found 20 camera drivers.
0.039620 gp_port_info_list_count     (2): Counting entries (11 available)...   
0.039629 gp_port_info_list_count     (2): 6 regular entries available.
0.039631 gp_port_new                 (2): Creating new device...
0.039647 gp_port_info_list_get_info  (2): Getting info of entry 0 (11 available)...
0.039993 gp_port_set_settings        (2): Setting settings...
0.039998 gp_port_info_list_get_info  (2): Getting info of entry 1 (11 available)...
0.040248 gp_port_set_settings        (2): Setting settings...
0.040254 gp_port_info_list_get_info  (2): Getting info of entry 2 (11 available)...
0.040594 gp_port_set_timeout         (2): Setting port timeout to 500 milliseconds.
0.040599 gp_port_set_settings        (2): Setting settings...
0.040600 gp_port_info_list_get_info  (2): Getting info of entry 3 (11 available)...
0.041248 gp_port_set_timeout         (2): Setting port timeout to 5000 milliseconds.
0.041253 gp_port_set_settings        (2): Setting settings...
0.041260 gp_libusb1_update           (2): (old int=0, conf=-1, alt=-1) port usb:000,004, (new int=0, conf=-1, alt=-1) port usb:000,004
0.041261 gp_libusb1_update           (2): lowlevel libusb1 port not yet opened, no need for libusb changes
0.041263 gp_abilities_list_detect_usb(2): Auto-detecting USB cameras...
0.041505 gp_libusb1_find_device_by_class_lib(2): Looking for USB device (class 0x29a, subclass, 0xffffffff, protocol 0xffffffff)...
0.041627 gp_libusb1_find_device_by_class_lib(2): Looking for USB device (class 0x6, subclass, 0x1, protocol 0x1)...
0.041640 gp_port_info_list_get_info  (2): Getting info of entry 4 (11 available)...
0.042094 gp_port_set_timeout         (2): Setting port timeout to 5000 milliseconds.
0.042097 gp_port_set_settings        (2): Setting settings...
0.042099 gp_libusb1_update           (2): (old int=0, conf=-1, alt=-1) port usb:000,003, (new int=0, conf=-1, alt=-1) port usb:000,003
0.042100 gp_libusb1_update           (2): lowlevel libusb1 port not yet opened, no need for libusb changes
0.042101 gp_abilities_list_detect_usb(2): Auto-detecting USB cameras...
0.042264 gp_libusb1_find_device_by_class_lib(2): Looking for USB device (class 0x29a, subclass, 0xffffffff, protocol 0xffffffff)...
0.042385 gp_libusb1_find_device_by_class_lib(2): Looking for USB device (class 0x6, subclass, 0x1, protocol 0x1)...
0.042395 gp_port_info_list_get_info  (2): Getting info of entry 5 (11 available)...
0.042711 gp_port_set_timeout         (2): Setting port timeout to 5000 milliseconds.
0.042713 gp_port_set_settings        (2): Setting settings...
0.042715 gp_libusb1_update           (2): (old int=0, conf=-1, alt=-1) port usb:, (new int=0, conf=-1, alt=-1) port usb:
0.042716 gp_libusb1_update           (2): lowlevel libusb1 port not yet opened, no need for libusb changes
0.042717 gp_abilities_list_detect_usb(2): Auto-detecting USB cameras...
0.042799 gp_libusb1_find_device_by_class_lib(2): Looking for USB device (class 0x29a, subclass, 0xffffffff, protocol 0xffffffff)...
0.042802 gp_libusb1_find_device_by_class_lib(2): Looking for USB device (class 0x29a, subclass, 0xffffffff, protocol 0xffffffff)...
0.042803 gp_libusb1_find_device_by_class_lib(2): Looking for USB device (class 0x29a, subclass, 0xffffffff, protocol 0xffffffff)...
0.042804 gp_libusb1_find_device_by_class_lib(2): Looking for USB device (class 0x29a, subclass, 0xffffffff, protocol 0xffffffff)...
0.042864 gp_libusb1_find_device_by_class_lib(2): Looking for USB device (class 0x6, subclass, 0x1, protocol 0x1)...
0.042866 gp_libusb1_find_device_by_class_lib(2): Looking for USB device (class 0x6, subclass, 0x1, protocol 0x1)...
0.042868 gp_libusb1_find_device_by_class_lib(2): Looking for USB device (class 0x6, subclass, 0x1, protocol 0x1)...
0.042870 gp_libusb1_find_device_by_class_lib(2): Looking for USB device (class 0x6, subclass, 0x1, protocol 0x1)...
0.042875 gp_port_free                (2): Freeing port...
0.042876 gp_port_close               (2): Closing port...
0.042884 gp_port_info_list_lookup_path(2): Looking for path 'usb:' (11 entries available)...
0.042886 gp_port_info_list_get_info  (2): Getting info of entry 5 (11 available)...
0.042888 gp_camera_set_port_info     (2): Setting port info for port 'Generic Port' at 'usb:'...
0.044481 gp_port_set_timeout         (2): Setting port timeout to 5000 milliseconds.
0.044483 gp_port_set_settings        (2): Setting settings...
0.044485 gp_libusb1_update           (2): (old int=0, conf=-1, alt=-1) port usb:, (new int=0, conf=-1, alt=-1) port usb:
0.044487 gp_libusb1_update           (2): lowlevel libusb1 port not yet opened, no need for libusb changes
0.044488 gp_setting_set              (2): Setting key 'port' to value 'usb:' (gphoto2)
0.044490 save_settings               (2): Saving 1 setting(s) to file "/Users/user/.gphoto/settings"
0.044640 gp_camera_init              (2): Initializing camera...
0.044643 gp_camera_init              (2): Neither port nor model set. Trying auto-detection...
0.044645 gp_init_localedir           (2): ignoring late call (localedir value NULL)
0.044646 unlocked_gp_abilities_list_load_dir(2): Using ltdl to load camera libraries from '/opt/homebrew/Cellar/libgphoto2/2.5.31/lib/libgphoto2/2.5.31'...
0.044693 foreach_func                (2): Found '/opt/homebrew/Cellar/libgphoto2/2.5.31/lib/libgphoto2/2.5.31/ax203'.
0.044695 foreach_func                (2): Found '/opt/homebrew/Cellar/libgphoto2/2.5.31/lib/libgphoto2/2.5.31/canon'.
0.044696 foreach_func                (2): Found '/opt/homebrew/Cellar/libgphoto2/2.5.31/lib/libgphoto2/2.5.31/digigr8'.
0.044698 foreach_func                (2): Found '/opt/homebrew/Cellar/libgphoto2/2.5.31/lib/libgphoto2/2.5.31/dimagev'.
0.044699 foreach_func                (2): Found '/opt/homebrew/Cellar/libgphoto2/2.5.31/lib/libgphoto2/2.5.31/directory'.
0.044700 foreach_func                (2): Found '/opt/homebrew/Cellar/libgphoto2/2.5.31/lib/libgphoto2/2.5.31/docupen'.
0.044701 foreach_func                (2): Found '/opt/homebrew/Cellar/libgphoto2/2.5.31/lib/libgphoto2/2.5.31/jl2005a'.
0.044702 foreach_func                (2): Found '/opt/homebrew/Cellar/libgphoto2/2.5.31/lib/libgphoto2/2.5.31/jl2005c'.
0.044704 foreach_func                (2): Found '/opt/homebrew/Cellar/libgphoto2/2.5.31/lib/libgphoto2/2.5.31/kodak_dc240'.
0.044718 foreach_func                (2): Found '/opt/homebrew/Cellar/libgphoto2/2.5.31/lib/libgphoto2/2.5.31/lumix'.
0.044720 foreach_func                (2): Found '/opt/homebrew/Cellar/libgphoto2/2.5.31/lib/libgphoto2/2.5.31/mars'.
0.044721 foreach_func                (2): Found '/opt/homebrew/Cellar/libgphoto2/2.5.31/lib/libgphoto2/2.5.31/pentax'.
0.044723 foreach_func                (2): Found '/opt/homebrew/Cellar/libgphoto2/2.5.31/lib/libgphoto2/2.5.31/ptp2'.
0.044724 foreach_func                (2): Found '/opt/homebrew/Cellar/libgphoto2/2.5.31/lib/libgphoto2/2.5.31/ricoh_g3'.
0.044725 foreach_func                (2): Found '/opt/homebrew/Cellar/libgphoto2/2.5.31/lib/libgphoto2/2.5.31/sierra'.
0.044726 foreach_func                (2): Found '/opt/homebrew/Cellar/libgphoto2/2.5.31/lib/libgphoto2/2.5.31/sonix'.
0.044727 foreach_func                (2): Found '/opt/homebrew/Cellar/libgphoto2/2.5.31/lib/libgphoto2/2.5.31/sq905'.
0.044729 foreach_func                (2): Found '/opt/homebrew/Cellar/libgphoto2/2.5.31/lib/libgphoto2/2.5.31/st2205'.
0.044730 foreach_func                (2): Found '/opt/homebrew/Cellar/libgphoto2/2.5.31/lib/libgphoto2/2.5.31/topfield'.
0.044731 foreach_func                (2): Found '/opt/homebrew/Cellar/libgphoto2/2.5.31/lib/libgphoto2/2.5.31/tp6801'.
0.044740 unlocked_gp_abilities_list_load_dir(2): Found 20 camera drivers.
0.066388 gp_port_init_localedir      (2): ignoring late call (localedir value NULL)
0.066396 gp_port_info_list_load      (2): Using ltdl to load io-drivers from '/opt/homebrew/Cellar/libgphoto2/2.5.31/lib/libgphoto2_port/0.12.2'...
0.066444 foreach_func                (2): Called for filename '/opt/homebrew/Cellar/libgphoto2/2.5.31/lib/libgphoto2_port/0.12.2/disk'.
0.066728 foreach_func                (2): Loaded '' ('^disk:') from '/opt/homebrew/Cellar/libgphoto2/2.5.31/lib/libgphoto2_port/0.12.2/disk'.
0.066731 foreach_func                (2): Called for filename '/opt/homebrew/Cellar/libgphoto2/2.5.31/lib/libgphoto2_port/0.12.2/ptpip'.
0.066966 foreach_func                (2): Loaded 'PTP/IP Connection' ('ptpip:') from '/opt/homebrew/Cellar/libgphoto2/2.5.31/lib/libgphoto2_port/0.12.2/ptpip'.
0.066968 foreach_func                (2): Loaded '' ('^ptpip:') from '/opt/homebrew/Cellar/libgphoto2/2.5.31/lib/libgphoto2_port/0.12.2/ptpip'.
0.066970 foreach_func                (2): Loaded 'IP Connection' ('ip:') from '/opt/homebrew/Cellar/libgphoto2/2.5.31/lib/libgphoto2_port/0.12.2/ptpip'.
0.066971 foreach_func                (2): Loaded '' ('^ip:') from '/opt/homebrew/Cellar/libgphoto2/2.5.31/lib/libgphoto2_port/0.12.2/ptpip'.
0.066973 foreach_func                (2): Called for filename '/opt/homebrew/Cellar/libgphoto2/2.5.31/lib/libgphoto2_port/0.12.2/serial'.
0.069666 foreach_func                (2): Loaded 'Serial Port Device' ('serial:') from '/opt/homebrew/Cellar/libgphoto2/2.5.31/lib/libgphoto2_port/0.12.2/serial'.
0.069670 foreach_func                (2): Loaded '' ('^serial:') from '/opt/homebrew/Cellar/libgphoto2/2.5.31/lib/libgphoto2_port/0.12.2/serial'.
0.069671 foreach_func                (2): Called for filename '/opt/homebrew/Cellar/libgphoto2/2.5.31/lib/libgphoto2_port/0.12.2/usb1'.
0.070324 foreach_func                (2): Loaded '' ('^usb:') from '/opt/homebrew/Cellar/libgphoto2/2.5.31/lib/libgphoto2_port/0.12.2/usb1'.
0.070328 foreach_func                (2): Loaded 'Universal Serial Bus' ('usb:000,004') from '/opt/homebrew/Cellar/libgphoto2/2.5.31/lib/libgphoto2_port/0.12.2/usb1'.
0.070329 foreach_func                (2): Loaded 'Universal Serial Bus' ('usb:000,003') from '/opt/homebrew/Cellar/libgphoto2/2.5.31/lib/libgphoto2_port/0.12.2/usb1'.
0.070332 gp_port_info_list_count     (2): Counting entries (10 available)...
0.070333 gp_port_info_list_count     (2): 5 regular entries available.
0.070334 gp_port_new                 (2): Creating new device...
0.070337 gp_port_info_list_get_info  (2): Getting info of entry 0 (10 available)...
0.070599 gp_port_set_settings        (2): Setting settings...
0.070602 gp_port_info_list_get_info  (2): Getting info of entry 1 (10 available)...
0.070825 gp_port_set_settings        (2): Setting settings...
0.070827 gp_port_info_list_get_info  (2): Getting info of entry 2 (10 available)...
0.071146 gp_port_set_timeout         (2): Setting port timeout to 500 milliseconds.
0.071148 gp_port_set_settings        (2): Setting settings...
0.071150 gp_port_info_list_get_info  (2): Getting info of entry 3 (10 available)...
0.071730 gp_port_set_timeout         (2): Setting port timeout to 5000 milliseconds.
0.071739 gp_port_set_settings        (2): Setting settings...
0.071742 gp_libusb1_update           (2): (old int=0, conf=-1, alt=-1) port usb:000,004, (new int=0, conf=-1, alt=-1) port usb:000,004
0.071743 gp_libusb1_update           (2): lowlevel libusb1 port not yet opened, no need for libusb changes
0.071745 gp_abilities_list_detect_usb(2): Auto-detecting USB cameras...
0.072179 gp_libusb1_find_device_by_class_lib(2): Looking for USB device (class 0x29a, subclass, 0xffffffff, protocol 0xffffffff)...
0.072454 gp_libusb1_find_device_by_class_lib(2): Looking for USB device (class 0x6, subclass, 0x1, protocol 0x1)...
0.072486 gp_port_info_list_get_info  (2): Getting info of entry 4 (10 available)...
0.073012 gp_port_set_timeout         (2): Setting port timeout to 5000 milliseconds.
0.073015 gp_port_set_settings        (2): Setting settings...
0.073016 gp_libusb1_update           (2): (old int=0, conf=-1, alt=-1) port usb:000,003, (new int=0, conf=-1, alt=-1) port usb:000,003
0.073018 gp_libusb1_update           (2): lowlevel libusb1 port not yet opened, no need for libusb changes
0.073019 gp_abilities_list_detect_usb(2): Auto-detecting USB cameras...
0.073223 gp_libusb1_find_device_by_class_lib(2): Looking for USB device (class 0x29a, subclass, 0xffffffff, protocol 0xffffffff)...
0.073351 gp_libusb1_find_device_by_class_lib(2): Looking for USB device (class 0x6, subclass, 0x1, protocol 0x1)...
0.073361 gp_port_free                (2): Freeing port...
0.073363 gp_port_close               (2): Closing port...
0.073508 gp_context_error            (0): Could not detect any camera

*** Error ***              
Could not detect any camera
*** Error (-105: 'Unknown model') ***       

0.073647 gp_camera_free              (2): Freeing camera...
0.073649 gp_port_free                (2): Freeing port...
0.073650 gp_port_close               (2): Closing port...
0.074295 gp_filesystem_reset         (2): resetting filesystem
0.074298 gp_filesystem_lru_clear     (2): Clearing fscache LRU list...
0.074299 gp_filesystem_lru_clear     (2): fscache LRU list already empty
0.074301 delete_all_folders          (2): Internally deleting all folders from '/'...
0.074305 lookup_folder               (2): Lookup folder '/'...
0.074306 lookup_folder               (2): Found! / is 0x600003040e10
0.074308 recurse_delete_folder       (2): Recurse delete folder 0x600003040e10//
0.074309 delete_all_files            (2): Delete all files in folder 0x600003040e10//```
tojamrok commented 1 year ago
> LANG=C gphoto2 --port 'ptpip:' --list-all-config --debug
0.000004 main                        (2): ALWAYS INCLUDE THE FOLLOWING LINES WHEN SENDING DEBUG MESSAGES TO THE MAILING LIST:
0.000018 main                        (2): gphoto2 2.5.28
0.000020 main                        (2): gphoto2 has been compiled with the following options:
0.000021 main                        (2):  + clang (C compiler used)
0.000023 main                        (2):  + popt (mandatory, for handling command-line parameters)
0.000024 main                        (2):  + exif (for displaying EXIF information)
0.000026 main                        (2):  + no cdk (for accessing configuration options)
0.000027 main                        (2):  + no aa (for displaying live previews)
0.000028 main                        (2):  + jpeg (for displaying live previews in JPEG format)
0.000030 main                        (2):  + readline (for easy navigation in the shell)
0.000032 main                        (2): libgphoto2 2.5.31
0.000033 main                        (2): libgphoto2 has been compiled with the following options:
0.000048 main                        (2):  + standard camlib set (ax203 canon digigr8 dimagev directory docupen jl2005a jl2005c kodak_dc240 lumix mars pentax ptp2 ricoh_g3 sierra sonix sq905 st2205 topfield tp6801)
0.000050 main                        (2):  + clang (C compiler used)
0.000052 main                        (2):  + no ltdl (for portable loading of camlibs)
0.000053 main                        (2):  + EXIF (for special handling of EXIF files)
0.000055 main                        (2): libgphoto2_port 0.12.2
0.000056 main                        (2): libgphoto2_port has been compiled with the following options:
0.000058 main                        (2):  + iolibs: disk ptpip serial usb1
0.000059 main                        (2):  + clang (C compiler used)
0.000060 main                        (2):  + no ltdl (for portable loading of iolibs)
0.000061 main                        (2):  + EXIF (for vusb)
0.000063 main                        (2):  + USB (libusb1, for USB cameras)
0.000075 main                        (2):  + serial (for serial cameras)
0.000076 main                        (2):  + no resmgr (serial port access and locking)
0.000077 main                        (2):  + no ttylock (serial port locking)
0.000079 main                        (2):  + no lockdev (serial port locking)
0.000080 main                        (2): CAMLIBS env var not set, using compile-time default instead
0.000082 main                        (2): IOLIBS env var not set, using compile-time default instead
0.000083 main                        (2): invoked with following arguments:
0.000084 main                        (2):   --port
0.000086 main                        (2):   ptpip:
0.000087 main                        (2):   --list-all-config
0.000088 main                        (2):   --debug
0.000094 main                        (2): Processing 'port' option ('ptpip:')...
0.000103 gp_port_init_localedir      (2): localedir has been set to /opt/homebrew/Cellar/libgphoto2/2.5.31/share/locale (compile-time default)
0.000106 gp_port_info_list_load      (2): Using ltdl to load io-drivers from '/opt/homebrew/Cellar/libgphoto2/2.5.31/lib/libgphoto2_port/0.12.2'...
0.000348 foreach_func                (2): Called for filename '/opt/homebrew/Cellar/libgphoto2/2.5.31/lib/libgphoto2_port/0.12.2/disk'.
0.000824 foreach_func                (2): Loaded '' ('^disk:') from '/opt/homebrew/Cellar/libgphoto2/2.5.31/lib/libgphoto2_port/0.12.2/disk'.
0.000828 foreach_func                (2): Called for filename '/opt/homebrew/Cellar/libgphoto2/2.5.31/lib/libgphoto2_port/0.12.2/ptpip'.
0.001288 foreach_func                (2): Loaded 'PTP/IP Connection' ('ptpip:') from '/opt/homebrew/Cellar/libgphoto2/2.5.31/lib/libgphoto2_port/0.12.2/ptpip'.
0.001295 foreach_func                (2): Loaded '' ('^ptpip:') from '/opt/homebrew/Cellar/libgphoto2/2.5.31/lib/libgphoto2_port/0.12.2/ptpip'.
0.001296 foreach_func                (2): Loaded 'IP Connection' ('ip:') from '/opt/homebrew/Cellar/libgphoto2/2.5.31/lib/libgphoto2_port/0.12.2/ptpip'.
0.001298 foreach_func                (2): Loaded '' ('^ip:') from '/opt/homebrew/Cellar/libgphoto2/2.5.31/lib/libgphoto2_port/0.12.2/ptpip'.
0.001300 foreach_func                (2): Called for filename '/opt/homebrew/Cellar/libgphoto2/2.5.31/lib/libgphoto2_port/0.12.2/serial'.
0.004527 foreach_func                (2): Loaded 'Serial Port Device' ('serial:') from '/opt/homebrew/Cellar/libgphoto2/2.5.31/lib/libgphoto2_port/0.12.2/serial'.
0.004530 foreach_func                (2): Loaded '' ('^serial:') from '/opt/homebrew/Cellar/libgphoto2/2.5.31/lib/libgphoto2_port/0.12.2/serial'.
0.004531 foreach_func                (2): Called for filename '/opt/homebrew/Cellar/libgphoto2/2.5.31/lib/libgphoto2_port/0.12.2/usb1'.
0.010012 foreach_func                (2): Loaded '' ('^usb:') from '/opt/homebrew/Cellar/libgphoto2/2.5.31/lib/libgphoto2_port/0.12.2/usb1'.
0.010020 foreach_func                (2): Loaded 'Universal Serial Bus' ('usb:000,004') from '/opt/homebrew/Cellar/libgphoto2/2.5.31/lib/libgphoto2_port/0.12.2/usb1'.
0.010022 foreach_func                (2): Loaded 'Universal Serial Bus' ('usb:000,003') from '/opt/homebrew/Cellar/libgphoto2/2.5.31/lib/libgphoto2_port/0.12.2/usb1'.
0.010025 gp_port_info_list_count     (2): Counting entries (10 available)...
0.010026 gp_port_info_list_count     (2): 5 regular entries available.
0.010028 gp_port_info_list_lookup_path(2): Looking for path 'ptpip:' (10 entries available)...
0.010030 gp_port_info_list_get_info  (2): Getting info of entry 0 (10 available)...
0.010032 gp_camera_set_port_info     (2): Setting port info for port 'PTP/IP Connection' at 'ptpip:'...
0.010232 gp_port_set_settings        (2): Setting settings...
0.010237 load_settings               (2): Creating gphoto config directory ('/Users/user/.gphoto')
0.010389 load_settings               (2): Loading settings from file '/Users/user/.gphoto/settings'.
0.010409 gp_setting_set              (2): Setting key 'port' to value 'ptpip:' (gphoto2)
0.010412 save_settings               (2): Saving 2 setting(s) to file "/Users/user/.gphoto/settings"
0.010640 gp_camera_init              (2): Initializing camera...
0.010643 gp_camera_init              (2): Neither port nor model set. Trying auto-detection...
0.010644 gp_port_init_localedir      (2): ignoring late call (localedir value NULL)
0.010647 gp_init_localedir           (2): localedir has been set to /opt/homebrew/Cellar/libgphoto2/2.5.31/share/locale (compile-time default)
0.010654 unlocked_gp_abilities_list_load_dir(2): Using ltdl to load camera libraries from '/opt/homebrew/Cellar/libgphoto2/2.5.31/lib/libgphoto2/2.5.31'...
0.010709 foreach_func                (2): Found '/opt/homebrew/Cellar/libgphoto2/2.5.31/lib/libgphoto2/2.5.31/ax203'.
0.010712 foreach_func                (2): Found '/opt/homebrew/Cellar/libgphoto2/2.5.31/lib/libgphoto2/2.5.31/canon'.
0.010714 foreach_func                (2): Found '/opt/homebrew/Cellar/libgphoto2/2.5.31/lib/libgphoto2/2.5.31/digigr8'.
0.010715 foreach_func                (2): Found '/opt/homebrew/Cellar/libgphoto2/2.5.31/lib/libgphoto2/2.5.31/dimagev'.
0.010716 foreach_func                (2): Found '/opt/homebrew/Cellar/libgphoto2/2.5.31/lib/libgphoto2/2.5.31/directory'.
0.010717 foreach_func                (2): Found '/opt/homebrew/Cellar/libgphoto2/2.5.31/lib/libgphoto2/2.5.31/docupen'.
0.010719 foreach_func                (2): Found '/opt/homebrew/Cellar/libgphoto2/2.5.31/lib/libgphoto2/2.5.31/jl2005a'.
0.010720 foreach_func                (2): Found '/opt/homebrew/Cellar/libgphoto2/2.5.31/lib/libgphoto2/2.5.31/jl2005c'.
0.010721 foreach_func                (2): Found '/opt/homebrew/Cellar/libgphoto2/2.5.31/lib/libgphoto2/2.5.31/kodak_dc240'.
0.010723 foreach_func                (2): Found '/opt/homebrew/Cellar/libgphoto2/2.5.31/lib/libgphoto2/2.5.31/lumix'.
0.010724 foreach_func                (2): Found '/opt/homebrew/Cellar/libgphoto2/2.5.31/lib/libgphoto2/2.5.31/mars'.
0.010725 foreach_func                (2): Found '/opt/homebrew/Cellar/libgphoto2/2.5.31/lib/libgphoto2/2.5.31/pentax'.
0.010726 foreach_func                (2): Found '/opt/homebrew/Cellar/libgphoto2/2.5.31/lib/libgphoto2/2.5.31/ptp2'.
0.010727 foreach_func                (2): Found '/opt/homebrew/Cellar/libgphoto2/2.5.31/lib/libgphoto2/2.5.31/ricoh_g3'.
0.010728 foreach_func                (2): Found '/opt/homebrew/Cellar/libgphoto2/2.5.31/lib/libgphoto2/2.5.31/sierra'.
0.010729 foreach_func                (2): Found '/opt/homebrew/Cellar/libgphoto2/2.5.31/lib/libgphoto2/2.5.31/sonix'.
0.010731 foreach_func                (2): Found '/opt/homebrew/Cellar/libgphoto2/2.5.31/lib/libgphoto2/2.5.31/sq905'.
0.010741 foreach_func                (2): Found '/opt/homebrew/Cellar/libgphoto2/2.5.31/lib/libgphoto2/2.5.31/st2205'.
0.010742 foreach_func                (2): Found '/opt/homebrew/Cellar/libgphoto2/2.5.31/lib/libgphoto2/2.5.31/topfield'.
0.010743 foreach_func                (2): Found '/opt/homebrew/Cellar/libgphoto2/2.5.31/lib/libgphoto2/2.5.31/tp6801'.
0.010745 unlocked_gp_abilities_list_load_dir(2): Found 20 camera drivers.
0.046306 gp_port_init_localedir      (2): ignoring late call (localedir value NULL)
0.046312 gp_port_info_list_load      (2): Using ltdl to load io-drivers from '/opt/homebrew/Cellar/libgphoto2/2.5.31/lib/libgphoto2_port/0.12.2'...
0.046373 foreach_func                (2): Called for filename '/opt/homebrew/Cellar/libgphoto2/2.5.31/lib/libgphoto2_port/0.12.2/disk'.
0.046661 foreach_func                (2): Loaded '' ('^disk:') from '/opt/homebrew/Cellar/libgphoto2/2.5.31/lib/libgphoto2_port/0.12.2/disk'.
0.046665 foreach_func                (2): Called for filename '/opt/homebrew/Cellar/libgphoto2/2.5.31/lib/libgphoto2_port/0.12.2/ptpip'.
0.046705 foreach_func                (2): Loaded 'PTP/IP Connection' ('ptpip:') from '/opt/homebrew/Cellar/libgphoto2/2.5.31/lib/libgphoto2_port/0.12.2/ptpip'.
0.046707 foreach_func                (2): Loaded '' ('^ptpip:') from '/opt/homebrew/Cellar/libgphoto2/2.5.31/lib/libgphoto2_port/0.12.2/ptpip'.
0.046709 foreach_func                (2): Loaded 'IP Connection' ('ip:') from '/opt/homebrew/Cellar/libgphoto2/2.5.31/lib/libgphoto2_port/0.12.2/ptpip'.
0.046711 foreach_func                (2): Loaded '' ('^ip:') from '/opt/homebrew/Cellar/libgphoto2/2.5.31/lib/libgphoto2_port/0.12.2/ptpip'.
0.046712 foreach_func                (2): Called for filename '/opt/homebrew/Cellar/libgphoto2/2.5.31/lib/libgphoto2_port/0.12.2/serial'.
0.049421 foreach_func                (2): Loaded 'Serial Port Device' ('serial:') from '/opt/homebrew/Cellar/libgphoto2/2.5.31/lib/libgphoto2_port/0.12.2/serial'.
0.049424 foreach_func                (2): Loaded '' ('^serial:') from '/opt/homebrew/Cellar/libgphoto2/2.5.31/lib/libgphoto2_port/0.12.2/serial'.
0.049425 foreach_func                (2): Called for filename '/opt/homebrew/Cellar/libgphoto2/2.5.31/lib/libgphoto2_port/0.12.2/usb1'.
0.051246 foreach_func                (2): Loaded '' ('^usb:') from '/opt/homebrew/Cellar/libgphoto2/2.5.31/lib/libgphoto2_port/0.12.2/usb1'.
0.051251 foreach_func                (2): Loaded 'Universal Serial Bus' ('usb:000,004') from '/opt/homebrew/Cellar/libgphoto2/2.5.31/lib/libgphoto2_port/0.12.2/usb1'.
0.051253 foreach_func                (2): Loaded 'Universal Serial Bus' ('usb:000,003') from '/opt/homebrew/Cellar/libgphoto2/2.5.31/lib/libgphoto2_port/0.12.2/usb1'.
0.051256 gp_port_info_list_count     (2): Counting entries (10 available)...
0.051257 gp_port_info_list_count     (2): 5 regular entries available.
0.051258 gp_port_new                 (2): Creating new device...
0.051261 gp_port_info_list_get_info  (2): Getting info of entry 0 (10 available)...
0.051292 gp_port_set_settings        (2): Setting settings...
0.051295 gp_port_info_list_get_info  (2): Getting info of entry 1 (10 available)...
0.051316 gp_port_set_settings        (2): Setting settings...
0.051318 gp_port_info_list_get_info  (2): Getting info of entry 2 (10 available)...
0.051615 gp_port_set_timeout         (2): Setting port timeout to 500 milliseconds.
0.051617 gp_port_set_settings        (2): Setting settings...
0.051619 gp_port_info_list_get_info  (2): Getting info of entry 3 (10 available)...
0.052603 gp_port_set_timeout         (2): Setting port timeout to 5000 milliseconds.
0.052606 gp_port_set_settings        (2): Setting settings...
0.052609 gp_libusb1_update           (2): (old int=0, conf=-1, alt=-1) port usb:000,004, (new int=0, conf=-1, alt=-1) port usb:000,004
0.052610 gp_libusb1_update           (2): lowlevel libusb1 port not yet opened, no need for libusb changes
0.052612 gp_abilities_list_detect_usb(2): Auto-detecting USB cameras...
0.052857 gp_libusb1_find_device_by_class_lib(2): Looking for USB device (class 0x29a, subclass, 0xffffffff, protocol 0xffffffff)...
0.052931 gp_libusb1_find_device_lib  (2): Looking for USB device (vendor 0x4da, product 0x2374)... found.
0.052937 gp_libusb1_find_device_lib  (2): Detected defaults: config 1, interface 0, altsetting 0, inep 82, outep 01, intep 83, class 06, subclass 01
0.052939 gp_abilities_list_detect_usb(2): Found 'Panasonic DMC-FS62' (0x4da,0x2374)
0.052943 gp_port_info_list_get_info  (2): Getting info of entry 4 (10 available)...
0.054190 gp_port_set_timeout         (2): Setting port timeout to 5000 milliseconds.
0.054193 gp_port_set_settings        (2): Setting settings...
0.054195 gp_libusb1_update           (2): (old int=0, conf=-1, alt=-1) port usb:000,003, (new int=0, conf=-1, alt=-1) port usb:000,003
0.054196 gp_libusb1_update           (2): lowlevel libusb1 port not yet opened, no need for libusb changes
0.054197 gp_abilities_list_detect_usb(2): Auto-detecting USB cameras...
0.054361 gp_libusb1_find_device_by_class_lib(2): Looking for USB device (class 0x29a, subclass, 0xffffffff, protocol 0xffffffff)...
0.054557 gp_libusb1_find_device_by_class_lib(2): Looking for USB device (class 0x6, subclass, 0x1, protocol 0x1)...
0.054574 gp_port_free                (2): Freeing port...
0.054576 gp_port_close               (2): Closing port...
0.055006 gp_camera_set_abilities     (2): Setting abilities ('Panasonic DMC-FS62')...
0.055010 gp_port_info_list_lookup_path(2): Looking for path 'usb:000,004' (10 entries available)...
0.055011 gp_port_info_list_get_info  (2): Getting info of entry 3 (10 available)...
0.055013 gp_camera_set_port_info     (2): Setting port info for port 'Universal Serial Bus' at 'usb:000,004'...
0.056003 gp_port_set_timeout         (2): Setting port timeout to 5000 milliseconds.
0.056006 gp_port_set_settings        (2): Setting settings...
0.056008 gp_libusb1_update           (2): (old int=0, conf=-1, alt=-1) port usb:000,004, (new int=0, conf=-1, alt=-1) port usb:000,004
0.056010 gp_libusb1_update           (2): lowlevel libusb1 port not yet opened, no need for libusb changes
0.056020 gp_libusb1_find_device_lib  (2): Looking for USB device (vendor 0x4da, product 0x2374)... found.
0.056026 gp_libusb1_find_device_lib  (2): Detected defaults: config 1, interface 0, altsetting 0, inep 82, outep 01, intep 83, class 06, subclass 01
0.056027 gp_camera_init              (2): Loading '/opt/homebrew/Cellar/libgphoto2/2.5.31/lib/libgphoto2/2.5.31/ptp2'...
0.056517 gp_port_open                (2): Opening USB port...
0.056521 gp_libusb1_open             (2): ()
0.056590 gp_libusb1_open             (2): Device has a kernel driver attached (1), detaching it now.
0.057194 gp_libusb1_open             (2): claiming interface 0
0.063535 camera_init                 (2): maxpacketsize 512
0.063539 gp_port_set_timeout         (2): Setting port timeout to 8000 milliseconds.
0.063542 ptp                         (2): PTP: Opening session
0.063549 ptp_usb_sendreq             (2): Sending PTP_OC 0x1002 (Open session) (0x1) request...
0.063550 gp_port_write               (3): Writing 16 = 0x10 bytes to port...
0.063707 gp_port_write               (3): Wrote   16 = 0x10 bytes to port: (hexdump of 16 bytes)
0000  10 00 00 00 01 00 02 10-00 00 00 00 01 00 00 00  ................

0.063710 ptp_usb_getresp             (2): Reading PTP_OC 0x1002 (Open session) response...
0.063712 gp_port_read                (3): Reading 1024 = 0x400 bytes from port...
0.063838 gp_port_read                (3): Read    12 = 0xc out of 1024 bytes from port: (hexdump of 12 bytes)
0000  0c 00 00 00 03 00 1e 20-00 00 00 00              ....... ....    

0.063843 ptp_usb_getresp [usb.c:516] (0): PTP_OC 0x1002 receiving resp failed: PTP Session Already Opened (0x201e)
0.063845 camera_init [library.c:9864](0): 'ptp_opensession (params, sessionid)' failed: PTP Session Already Opened (0x201e)
0.063846 gp_port_set_timeout         (2): Setting port timeout to 20000 milliseconds.
0.063848 ptp_usb_sendreq             (2): Sending PTP_OC 0x1001 (Get device info) request...
0.063850 gp_port_write               (3): Writing 12 = 0xc bytes to port...
0.063966 gp_port_write               (3): Wrote   12 = 0xc bytes to port: (hexdump of 12 bytes)
0000  0c 00 00 00 01 00 01 10-01 00 00 00              ............    

0.063969 ptp_usb_getdata             (2): Reading PTP_OC 0x1001 (Get device info) data...
0.063970 gp_port_read                (3): Reading 1024 = 0x400 bytes from port...
0.064084 gp_port_read                (3): Read    215 = 0xd7 out of 1024 bytes from port: (hexdump of 215 bytes)
0000  d7 00 00 00 02 00 01 10-01 00 00 00 64 00 06 00  ............d...
0010  00 00 64 00 00 00 00 10-00 00 00 01 10 02 10 03  ..d.............
0020  10 04 10 05 10 06 10 07-10 08 10 09 10 0a 10 0c  ................
0030  10 0d 10 14 10 15 10 16-10 1b 10 04 00 00 00 04  ................
0040  40 05 40 08 40 09 40 02-00 00 00 06 d4 07 d4 00  @.@.@.@.........
0050  00 00 00 05 00 00 00 01-30 02 30 06 30 01 38 0d  ........0.0.0.8.
0060  38 0a 50 00 61 00 6e 00-61 00 73 00 6f 00 6e 00  8.P.a.n.a.s.o.n.
0070  69 00 63 00 00 00 0b 44-00 43 00 2d 00 46 00 5a  i.c....D.C.-.F.Z
0080  00 31 00 30 00 30 00 30-00 32 00 00 00 04 31 00  .1.0.0.0.2....1.
0090  2e 00 30 00 00 00 20 30-00 30 00 30 00 30 00 30  ..0... 0.0.0.0.0
00a0  00 30 00 30 00 30 00 30-00 30 00 30 00 30 00 30  .0.0.0.0.0.0.0.0
00b0  00 30 00 30 00 30 00 30-00 30 00 58 00 43 00 4c  .0.0.0.0.0.X.C.L
00c0  00 32 00 33 00 30 00 34-00 30 00 33 00 30 00 30  .2.3.0.4.0.3.0.0
00d0  00 38 00 39 00 00 00   -                         .8.9...         

0.064108 ptp_usb_getresp             (2): Reading PTP_OC 0x1001 (Get device info) response...
0.064109 gp_port_read                (3): Reading 1024 = 0x400 bytes from port...
0.064224 gp_port_read                (3): Read    12 = 0xc out of 1024 bytes from port: (hexdump of 12 bytes)
0000  0c 00 00 00 03 00 01 20-01 00 00 00              ....... ....    

0.064230 print_debug_deviceinfo      (2): Device info:
0.064231 print_debug_deviceinfo      (2): Manufacturer: Panasonic
0.064232 print_debug_deviceinfo      (2):   Model: DC-FZ10002
0.064233 print_debug_deviceinfo      (2):   device version: 1.0
0.064235 print_debug_deviceinfo      (2):   serial number: '000000000000000000XCL2304030089'
0.064236 print_debug_deviceinfo      (2): Vendor extension ID: 0x00000006
0.064237 print_debug_deviceinfo      (2): Vendor extension version: 100
0.064238 print_debug_deviceinfo      (2): Vendor extension description: 
0.064239 print_debug_deviceinfo      (2): Functional Mode: 0x0000
0.064241 print_debug_deviceinfo      (2): PTP Standard Version: 100
0.064242 print_debug_deviceinfo      (2): Supported operations:
0.064243 print_debug_deviceinfo      (2):   0x1001 (Get device info)
0.064245 print_debug_deviceinfo      (2):   0x1002 (Open session)
0.064246 print_debug_deviceinfo      (2):   0x1003 (Close session)
0.064247 print_debug_deviceinfo      (2):   0x1004 (Get storage IDs)
0.064249 print_debug_deviceinfo      (2):   0x1005 (Get storage info)
0.064250 print_debug_deviceinfo      (2):   0x1006 (Get number of objects)
0.064251 print_debug_deviceinfo      (2):   0x1007 (Get object handles)
0.064253 print_debug_deviceinfo      (2):   0x1008 (Get object info)
0.064254 print_debug_deviceinfo      (2):   0x1009 (Get object)
0.064255 print_debug_deviceinfo      (2):   0x100a (Get thumbnail)
0.064257 print_debug_deviceinfo      (2):   0x100c (Send object info)
0.064258 print_debug_deviceinfo      (2):   0x100d (Send object)
0.064259 print_debug_deviceinfo      (2):   0x1014 (Get device property description)
0.064261 print_debug_deviceinfo      (2):   0x1015 (Get device property value)
0.064262 print_debug_deviceinfo      (2):   0x1016 (Set device property value)
0.064264 print_debug_deviceinfo      (2):   0x101b (Get partial object)
0.064265 print_debug_deviceinfo      (2): Events Supported:
0.064266 print_debug_deviceinfo      (2):   0x4004 (StoreAdded)
0.064267 print_debug_deviceinfo      (2):   0x4005 (StoreRemoved)
0.064269 print_debug_deviceinfo      (2):   0x4008 (DeviceInfoChanged)
0.064270 print_debug_deviceinfo      (2):   0x4009 (RequestObjectTransfer)
0.064271 print_debug_deviceinfo      (2): Device Properties Supported:
0.064272 print_debug_deviceinfo      (2):   0xd406 (Session Initiator Info)
0.064274 print_debug_deviceinfo      (2):   0xd407 (Perceived Device Type)
0.064276 ptp_usb_sendreq             (2): Sending PTP_OC 0x1016 (Set device property value) (0xd406) request...
0.064278 gp_port_write               (3): Writing 16 = 0x10 bytes to port...
0.064392 gp_port_write               (3): Wrote   16 = 0x10 bytes to port: (hexdump of 16 bytes)
0000  10 00 00 00 01 00 16 10-02 00 00 00 06 d4 00 00  ................

0.064396 ptp_usb_senddata            (2): Sending PTP_OC 0x1016 (Set device property value) data...
0.064397 gp_port_write               (3): Writing 107 = 0x6b bytes to port...
0.064513 gp_port_write               (3): Wrote   107 = 0x6b bytes to port: (hexdump of 107 bytes)
0000  6b 00 00 00 02 00 16 10-02 00 00 00 2f 57 00 69  k.........../W.i
0010  00 6e 00 64 00 6f 00 77-00 73 00 2f 00 36 00 2e  .n.d.o.w.s./.6..
0020  00 32 00 2e 00 39 00 32-00 30 00 30 00 20 00 4d  .2...9.2.0.0. .M
0030  00 54 00 50 00 43 00 6c-00 61 00 73 00 73 00 44  .T.P.C.l.a.s.s.D
0040  00 72 00 69 00 76 00 65-00 72 00 2f 00 36 00 2e  .r.i.v.e.r./.6..
0050  00 32 00 2e 00 39 00 32-00 30 00 30 00 2e 00 31  .2...9.2.0.0...1
0060  00 36 00 33 00 38 00 34-00 00 00                 .6.3.8.4...     

0.064517 ptp_usb_getresp             (2): Reading PTP_OC 0x1016 (Set device property value) response...
0.064518 gp_port_read                (3): Reading 1024 = 0x400 bytes from port...
0.064791 gp_port_read                (3): Read    12 = 0xc out of 1024 bytes from port: (hexdump of 12 bytes)
0000  0c 00 00 00 03 00 01 20-02 00 00 00              ....... ....    

0.064794 ptp_usb_sendreq             (2): Sending PTP_OC 0x1001 (Get device info) request...
0.064795 gp_port_write               (3): Writing 12 = 0xc bytes to port...
0.064914 gp_port_write               (3): Wrote   12 = 0xc bytes to port: (hexdump of 12 bytes)
0000  0c 00 00 00 01 00 01 10-03 00 00 00              ............    

0.064916 ptp_usb_getdata             (2): Reading PTP_OC 0x1001 (Get device info) data...
0.064917 gp_port_read                (3): Reading 1024 = 0x400 bytes from port...
0.065064 gp_port_read                (3): Read    229 = 0xe5 out of 1024 bytes from port: (hexdump of 229 bytes)
0000  e5 00 00 00 02 00 01 10-03 00 00 00 64 00 06 00  ............d...
0010  00 00 64 00 00 00 00 15-00 00 00 01 10 02 10 03  ..d.............
0020  10 04 10 05 10 06 10 07-10 08 10 09 10 0a 10 0b  ................
0030  10 0f 10 10 10 14 10 15-10 16 10 1b 10 01 98 02  ................
0040  98 03 98 05 98 06 00 00-00 04 40 05 40 06 40 08  ..........@.@.@.
0050  40 09 40 0c 40 03 00 00-00 06 d4 07 d4 01 50 00  @.@.@.........P.
0060  00 00 00 04 00 00 00 01-30 06 30 00 38 01 38 0a  ........0.0.8.8.
0070  50 00 61 00 6e 00 61 00-73 00 6f 00 6e 00 69 00  P.a.n.a.s.o.n.i.
0080  63 00 00 00 0b 44 00 43-00 2d 00 46 00 5a 00 31  c....D.C.-.F.Z.1
0090  00 30 00 30 00 30 00 32-00 00 00 04 31 00 2e 00  .0.0.0.2....1...
00a0  30 00 00 00 20 30 00 30-00 30 00 30 00 30 00 30  0... 0.0.0.0.0.0
00b0  00 30 00 30 00 30 00 30-00 30 00 30 00 30 00 30  .0.0.0.0.0.0.0.0
00c0  00 30 00 30 00 30 00 30-00 58 00 43 00 4c 00 32  .0.0.0.0.X.C.L.2
00d0  00 33 00 30 00 34 00 30-00 33 00 30 00 30 00 38  .3.0.4.0.3.0.0.8
00e0  00 39 00 00 00         -                         .9...           

0.065089 ptp_usb_getresp             (2): Reading PTP_OC 0x1001 (Get device info) response...
0.065091 gp_port_read                (3): Reading 1024 = 0x400 bytes from port...
0.065205 gp_port_read                (3): Read    12 = 0xc out of 1024 bytes from port: (hexdump of 12 bytes)
0000  0c 00 00 00 03 00 01 20-03 00 00 00              ....... ....    

0.065209 print_debug_deviceinfo      (2): Device info:
0.065210 print_debug_deviceinfo      (2): Manufacturer: Panasonic
0.065211 print_debug_deviceinfo      (2):   Model: DC-FZ10002
0.065212 print_debug_deviceinfo      (2):   device version: 1.0
0.065213 print_debug_deviceinfo      (2):   serial number: '000000000000000000XCL2304030089'
0.065215 print_debug_deviceinfo      (2): Vendor extension ID: 0x00000006
0.065216 print_debug_deviceinfo      (2): Vendor extension version: 100
0.065217 print_debug_deviceinfo      (2): Vendor extension description: 
0.065218 print_debug_deviceinfo      (2): Functional Mode: 0x0000
0.065219 print_debug_deviceinfo      (2): PTP Standard Version: 100
0.065220 print_debug_deviceinfo      (2): Supported operations:
0.065222 print_debug_deviceinfo      (2):   0x1001 (Get device info)
0.065224 print_debug_deviceinfo      (2):   0x1002 (Open session)
0.065225 print_debug_deviceinfo      (2):   0x1003 (Close session)
0.065227 print_debug_deviceinfo      (2):   0x1004 (Get storage IDs)
0.065228 print_debug_deviceinfo      (2):   0x1005 (Get storage info)
0.065230 print_debug_deviceinfo      (2):   0x1006 (Get number of objects)
0.065231 print_debug_deviceinfo      (2):   0x1007 (Get object handles)
0.065232 print_debug_deviceinfo      (2):   0x1008 (Get object info)
0.065234 print_debug_deviceinfo      (2):   0x1009 (Get object)
0.065235 print_debug_deviceinfo      (2):   0x100a (Get thumbnail)
0.065237 print_debug_deviceinfo      (2):   0x100b (Delete object)
0.065238 print_debug_deviceinfo      (2):   0x100f (Format storage)
0.065239 print_debug_deviceinfo      (2):   0x1010 (Reset device)
0.065241 print_debug_deviceinfo      (2):   0x1014 (Get device property description)
0.065242 print_debug_deviceinfo      (2):   0x1015 (Get device property value)
0.065243 print_debug_deviceinfo      (2):   0x1016 (Set device property value)
0.065245 print_debug_deviceinfo      (2):   0x101b (Get partial object)
0.065246 print_debug_deviceinfo      (2):   0x9801 (Get object properties supported)
0.065248 print_debug_deviceinfo      (2):   0x9802 (Get object property description)
0.065249 print_debug_deviceinfo      (2):   0x9803 (Get object property value)
0.065250 print_debug_deviceinfo      (2):   0x9805 (Get object property list)
0.065251 print_debug_deviceinfo      (2): Events Supported:
0.065253 print_debug_deviceinfo      (2):   0x4004 (StoreAdded)
0.065254 print_debug_deviceinfo      (2):   0x4005 (StoreRemoved)
0.065255 print_debug_deviceinfo      (2):   0x4006 (DevicePropChanged)
0.065256 print_debug_deviceinfo      (2):   0x4008 (DeviceInfoChanged)
0.065257 print_debug_deviceinfo      (2):   0x4009 (RequestObjectTransfer)
0.065258 print_debug_deviceinfo      (2):   0x400c (StorageInfoChanged)
0.065260 print_debug_deviceinfo      (2): Device Properties Supported:
0.065261 print_debug_deviceinfo      (2):   0xd406 (Session Initiator Info)
0.065262 print_debug_deviceinfo      (2):   0xd407 (Perceived Device Type)
0.065263 print_debug_deviceinfo      (2):   0x5001 (Battery Level)
0.065268 ptp_usb_sendreq             (2): Sending PTP_OC 0x1004 (Get storage IDs) request...
0.065270 gp_port_write               (3): Writing 12 = 0xc bytes to port...
0.065390 gp_port_write               (3): Wrote   12 = 0xc bytes to port: (hexdump of 12 bytes)
0000  0c 00 00 00 01 00 04 10-04 00 00 00              ............    

0.065392 ptp_usb_getdata             (2): Reading PTP_OC 0x1004 (Get storage IDs) data...
0.065393 gp_port_read                (3): Reading 1024 = 0x400 bytes from port...
0.065624 gp_port_read                (3): Read    20 = 0x14 out of 1024 bytes from port: (hexdump of 20 bytes)
0000  14 00 00 00 02 00 04 10-04 00 00 00 01 00 00 00  ................
0010  01 00 01 00            -                         ....            

0.065627 ptp_usb_getresp             (2): Reading PTP_OC 0x1004 (Get storage IDs) response...
0.065628 gp_port_read                (3): Reading 1024 = 0x400 bytes from port...
0.065738 gp_port_read                (3): Read    12 = 0xc out of 1024 bytes from port: (hexdump of 12 bytes)
0000  0c 00 00 00 03 00 01 20-04 00 00 00              ....... ....    

0.065742 ptp                         (2): (storage=0xffffffff, handle=0xffffffff)
0.065744 ptp                         (2): Listing ... 
0.065746 ptp_usb_sendreq             (2): Sending PTP_OC 0x1007 (Get object handles) (0xffffffff,0x0,0xffffffff) request...
0.065748 gp_port_write               (3): Writing 24 = 0x18 bytes to port...
0.065864 gp_port_write               (3): Wrote   24 = 0x18 bytes to port: (hexdump of 24 bytes)
0000  18 00 00 00 01 00 07 10-05 00 00 00 ff ff ff ff  ................
0010  00 00 00 00 ff ff ff ff-                         ........        

0.065867 ptp_usb_getdata             (2): Reading PTP_OC 0x1007 (Get object handles) data...
0.065868 gp_port_read                (3): Reading 1024 = 0x400 bytes from port...
0.079686 _cb_irq                     (2): 0x146f048e0 with status 0
0.079696 _cb_irq                     (3): interrupt (hexdump of 12 bytes)
0000  0c 00 00 00 04 00 08 40-ff ff ff ff              .......@....    

0.079698 _cb_irq                     (2): Requeuing completed transfer 0x146f048e0
0.091147 gp_libusb1_read [libusb1.c:594](0): 'libusb_bulk_transfer (port->pl->dh, port->settings.usb.inep, (unsigned char*)bytes, size, &curread, port->timeout)' failed: Pipe error (-9)
0.091171 gp_port_read [gphoto2-port.c:441](0): Reading 1024 = 0x400 bytes from port failed: Error reading from the port (-34)
0.091175 ptp_usb_getpacket           (2): Clearing halt on IN EP and retrying once.
0.091178 gp_port_usb_clear_halt      (2): Clear USB halt...
0.091574 gp_port_read                (3): Reading 1024 = 0x400 bytes from port...
20.388201 gp_libusb1_read [libusb1.c:594](0): 'libusb_bulk_transfer (port->pl->dh, port->settings.usb.inep, (unsigned char*)bytes, size, &curread, port->timeout)' failed: Operation timed out (-7)
20.388243 gp_port_read [gphoto2-port.c:441](0): Reading 1024 = 0x400 bytes from port failed: Timeout reading from or writing to the port (-10)
20.388256 ptp_usb_getdata [usb.c:481] (0): PTP_OC 0x1007 receiving data failed: PTP Timeout (0x02fa)
20.388262 ptp                         (2): (storage=0x00010001, handle=0xffffffff)
20.388266 ptp                         (2): Listing ... 
20.388278 ptp_usb_sendreq             (2): Sending PTP_OC 0x1007 (Get object handles) (0x10001,0x0,0xffffffff) request...
20.388283 gp_port_write               (3): Writing 24 = 0x18 bytes to port...
40.734640 gp_libusb1_write [libusb1.c:580](0): 'libusb_bulk_transfer (port->pl->dh, port->settings.usb.outep, (unsigned char*)bytes, size, &curwritten, port->timeout)' failed: Operation timed out (-7)
40.734724 gp_port_write [gphoto2-port.c:406](0): Writing 24 = 0x18 bytes to port failed: Timeout reading from or writing to the port (-10)
40.734736 ptp_usb_sendreq [usb.c:109] (0): PTP_OC 0x1007 sending req failed: Timeout reading from or writing to the port (-10)
40.734895 _get_config                 (2): Getting function prop 'PTP Opcode' / 0x1001
40.734918 gp_widget_set_value         (2): Setting value of widget 'PTP Opcode' to '0x1001,0xparam1,0xparam2'...
40.734942 _get_config                 (2): Getting function prop 'Serial Number' / 0x1001
40.734953 gp_widget_set_value         (2): Setting value of widget 'Serial Number' to '000000000000000000XCL2304030089'...
40.734967 _get_config                 (2): Getting function prop 'Camera Manufacturer' / 0x1001
40.734971 gp_widget_set_value         (2): Setting value of widget 'Camera Manufacturer' to 'Panasonic'...
40.734976 _get_config                 (2): Getting function prop 'Camera Model' / 0x1001
40.734985 gp_widget_set_value         (2): Setting value of widget 'Camera Model' to 'DC-FZ10002'...
40.734989 _get_config                 (2): Getting function prop 'Device Version' / 0x1001
40.734993 gp_widget_set_value         (2): Setting value of widget 'Device Version' to '1.0'...
40.734997 _get_config                 (2): Getting function prop 'Vendor Extension' / 0x1001
40.735001 gp_widget_set_value         (2): Setting value of widget 'Vendor Extension' to ''...
40.735006 _get_config                 (2): Getting property 'Battery Level' / 0x5001
40.735245 ptp_usb_sendreq             (2): Sending PTP_OC 0x1014 (Get device property description) (0x5001) request...
40.735252 gp_port_write               (3): Writing 16 = 0x10 bytes to port...
60.997969 gp_libusb1_write [libusb1.c:580](0): 'libusb_bulk_transfer (port->pl->dh, port->settings.usb.outep, (unsigned char*)bytes, size, &curwritten, port->timeout)' failed: Operation timed out (-7)
60.998063 gp_port_write [gphoto2-port.c:406](0): Writing 16 = 0x10 bytes to port failed: Timeout reading from or writing to the port (-10)
60.998079 ptp_usb_sendreq [usb.c:109] (0): PTP_OC 0x1014 sending req failed: Timeout reading from or writing to the port (-10)
60.998106 _get_config [config.c:11457](0): 'ptp_generic_getdevicepropdesc(params,cursub->propid,&dpd)' failed: PTP Timeout (0x02fa)
60.998282 ptp_usb_sendreq             (2): Sending PTP_OC 0x1014 (Get device property description) (0xd406) request...
60.998290 gp_port_write               (3): Writing 16 = 0x10 bytes to port...
81.161049 gp_libusb1_write [libusb1.c:580](0): 'libusb_bulk_transfer (port->pl->dh, port->settings.usb.outep, (unsigned char*)bytes, size, &curwritten, port->timeout)' failed: Operation timed out (-7)
81.161148 gp_port_write [gphoto2-port.c:406](0): Writing 16 = 0x10 bytes to port failed: Timeout reading from or writing to the port (-10)
81.161165 ptp_usb_sendreq [usb.c:109] (0): PTP_OC 0x1014 sending req failed: Timeout reading from or writing to the port (-10)
81.161211 ptp_usb_sendreq             (2): Sending PTP_OC 0x1014 (Get device property description) (0xd407) request...
81.161260 gp_port_write               (3): Writing 16 = 0x10 bytes to port...
101.506418 gp_libusb1_write [libusb1.c:580](0): 'libusb_bulk_transfer (port->pl->dh, port->settings.usb.outep, (unsigned char*)bytes, size, &curwritten, port->timeout)' failed: Operation timed out (-7)
101.506490 gp_port_write [gphoto2-port.c:406](0): Writing 16 = 0x10 bytes to port failed: Timeout reading from or writing to the port (-10)
101.506507 ptp_usb_sendreq [usb.c:109] (0): PTP_OC 0x1014 sending req failed: Timeout reading from or writing to the port (-10)
101.506537 ptp_usb_sendreq             (2): Sending PTP_OC 0x1014 (Get device property description) (0x5001) request...
101.506546 gp_port_write               (3): Writing 16 = 0x10 bytes to port...
121.823409 gp_libusb1_write [libusb1.c:580](0): 'libusb_bulk_transfer (port->pl->dh, port->settings.usb.outep, (unsigned char*)bytes, size, &curwritten, port->timeout)' failed: Operation timed out (-7)
121.823498 gp_port_write [gphoto2-port.c:406](0): Writing 16 = 0x10 bytes to port failed: Timeout reading from or writing to the port (-10)
121.823514 ptp_usb_sendreq [usb.c:109] (0): PTP_OC 0x1014 sending req failed: Timeout reading from or writing to the port (-10)
/main/actions/opcode
Label: PTP Opcode
Readonly: 0
Type: TEXT
Current: 0x1001,0xparam1,0xparam2
END
/main/status/serialnumber
Label: Serial Number
Readonly: 1
Type: TEXT
Current: 000000000000000000XCL2304030089
END
/main/status/manufacturer
Label: Camera Manufacturer
Readonly: 1
Type: TEXT
Current: Panasonic
END
/main/status/cameramodel
Label: Camera Model
Readonly: 1
Type: TEXT
Current: DC-FZ10002
END
/main/status/deviceversion
Label: Device Version
Readonly: 1
Type: TEXT
Current: 1.0
END
/main/status/vendorextension
Label: Vendor Extension
Readonly: 1
Type: TEXT
Current: 
END
121.823854 gp_camera_free              (2): Freeing camera...
121.823863 gp_camera_exit              (2): Exiting camera ('Panasonic DMC-FS62')...
121.823889 ptp_usb_sendreq             (2): Sending PTP_OC 0x1003 (Close session) request...
121.823896 gp_port_write               (3): Writing 12 = 0xc bytes to port...
142.168119 gp_libusb1_write [libusb1.c:580](0): 'libusb_bulk_transfer (port->pl->dh, port->settings.usb.outep, (unsigned char*)bytes, size, &curwritten, port->timeout)' failed: Operation timed out (-7)
142.168164 gp_port_write [gphoto2-port.c:406](0): Writing 12 = 0xc bytes to port failed: Timeout reading from or writing to the port (-10)
142.168173 ptp_usb_sendreq [usb.c:109] (0): PTP_OC 0x1003 sending req failed: Timeout reading from or writing to the port (-10)
142.168199 gp_port_close               (2): Closing port...
142.173181 _close_async_interrupts     (2): canceling transfer 0:0x146f048e0 (status 0)
142.176467 _close_async_interrupts     (2): canceling transfer 1:0x146f049f0 (status 0)
142.184608 _close_async_interrupts     (2): canceling transfer 2:0x146f04b00 (status 0)
142.188449 _close_async_interrupts     (2): canceling transfer 3:0x146f04d00 (status 0)
142.192810 _close_async_interrupts     (2): canceling transfer 4:0x146f04e10 (status 0)
142.196595 _close_async_interrupts     (2): canceling transfer 5:0x146f04f20 (status 0)
142.200295 _close_async_interrupts     (2): canceling transfer 6:0x146f05030 (status 0)
142.204754 _close_async_interrupts     (2): canceling transfer 7:0x146f05140 (status 0)
142.208626 _close_async_interrupts     (2): canceling transfer 8:0x146f05250 (status 0)
142.225572 _close_async_interrupts     (2): canceling transfer 9:0x146f05360 (status 0)
142.228467 _cb_irq                     (2): 0x146f049f0 with status 3
142.228474 _cb_irq                     (2): Transfer 0x146f049f0 should be in LIBUSB_TRANSFER_COMPLETED, but is 3!
142.228479 _cb_irq                     (2): 0x146f04b00 with status 3
142.228480 _cb_irq                     (2): Transfer 0x146f04b00 should be in LIBUSB_TRANSFER_COMPLETED, but is 3!
142.228482 _cb_irq                     (2): 0x146f04d00 with status 3
142.228483 _cb_irq                     (2): Transfer 0x146f04d00 should be in LIBUSB_TRANSFER_COMPLETED, but is 3!
142.228485 _cb_irq                     (2): 0x146f04e10 with status 3
142.228486 _cb_irq                     (2): Transfer 0x146f04e10 should be in LIBUSB_TRANSFER_COMPLETED, but is 3!
142.228487 _cb_irq                     (2): 0x146f04f20 with status 3
142.228489 _cb_irq                     (2): Transfer 0x146f04f20 should be in LIBUSB_TRANSFER_COMPLETED, but is 3!
142.228490 _cb_irq                     (2): 0x146f05030 with status 3
142.228491 _cb_irq                     (2): Transfer 0x146f05030 should be in LIBUSB_TRANSFER_COMPLETED, but is 3!
142.228493 _cb_irq                     (2): 0x146f05140 with status 3
142.228494 _cb_irq                     (2): Transfer 0x146f05140 should be in LIBUSB_TRANSFER_COMPLETED, but is 3!
142.228495 _cb_irq                     (2): 0x146f05250 with status 3
142.228497 _cb_irq                     (2): Transfer 0x146f05250 should be in LIBUSB_TRANSFER_COMPLETED, but is 3!
142.228498 _cb_irq                     (2): 0x146f05360 with status 3
142.228499 _cb_irq                     (2): Transfer 0x146f05360 should be in LIBUSB_TRANSFER_COMPLETED, but is 3!
142.228501 _cb_irq                     (2): 0x146f048e0 with status 3
142.228502 _cb_irq                     (2): Transfer 0x146f048e0 should be in LIBUSB_TRANSFER_COMPLETED, but is 3!
142.328266 gp_filesystem_reset         (2): resetting filesystem
142.328282 gp_filesystem_lru_clear     (2): Clearing fscache LRU list...
142.328284 gp_filesystem_lru_clear     (2): fscache LRU list already empty
142.328286 delete_all_folders          (2): Internally deleting all folders from '/'...
142.328289 lookup_folder               (2): Lookup folder '/'...
142.328291 lookup_folder               (2): Found! / is 0x600003df4d80
142.328293 recurse_delete_folder       (2): Recurse delete folder 0x600003df4d80//
142.328295 delete_all_files            (2): Delete all files in folder 0x600003df4d80//
142.328297 gp_port_free                (2): Freeing port...
142.328299 gp_port_close               (2): Closing port...
142.330279 gp_filesystem_reset         (2): resetting filesystem
142.330284 gp_filesystem_lru_clear     (2): Clearing fscache LRU list...
142.330285 gp_filesystem_lru_clear     (2): fscache LRU list already empty
142.330286 delete_all_folders          (2): Internally deleting all folders from '/'...
142.330288 lookup_folder               (2): Lookup folder '/'...
142.330289 lookup_folder               (2): Found! / is 0x600003df4d80
142.330291 recurse_delete_folder       (2): Recurse delete folder 0x600003df4d80//
142.330292 delete_all_files            (2): Delete all files in folder 0x600003df4d80//
msmeissn commented 1 year ago

it gets detected as Panasonic DMC-FS62, as a lot of Panasonic models share the same USB ids.

Sadly it allows only downloading of images over USB, as is clear from the debugtrace.