Hi.
Here's a bug report. I could not find a matching one in any lists on
https://github.com/gphoto/libgphoto2.
I am trying the Nikon Z6 II together with gphoto2.
Running "--capture-tethered", with a time setting, "always" fail with a
"PTP Device Prop Not Supported", when the release-button or
trigger-cable is activated.
Looking at a debug-run of gphoto2, see attached debug output below, it
seems to be parameter "501c" that is missing from the Z6II support.
Looks to be the "Focus Metering Mode", from reading the files in
camlibs/ptp2/cameras/. Particularly, for Nikon Z5/Z6/Z7, where the
parameter is available.
I am not sure whether the "501c" parameter originates from libgphoto2 or
the camera, or if it can be stopped from being requested/sent.
Regards,
Goran Pettersson
---- partial debug output ---
0.000022 main (2): ALWAYS INCLUDE THE FOLLOWING
LINES WHEN SENDING DEBUG MESSAGES TO THE MAILING LIST:
0.000080 main (2): gphoto2 2.5.28
0.000094 main (2): gphoto2 has been compiled with
the following options:
0.000105 main (2): + gcc (C compiler used)
0.000114 main (2): + popt (mandatory, for
handling command-line parameters)
0.000124 main (2): + exif (for displaying EXIF
information)
0.000133 main (2): + no cdk (for accessing
configuration options)
0.000142 main (2): + no aa (for displaying live
previews)
0.000150 main (2): + jpeg (for displaying live
previews in JPEG format)
0.000159 main (2): + no readline (for easy
navigation in the shell)
0.000175 main (2): libgphoto2 2.5.30
0.000188 main (2): libgphoto2 has been compiled
with the following options:
0.000200 main (2): + standard camlib set
SKIPPING SOME (ax203 canon digigr8 dimagev directory docupen jl2005a
jl2005c kodak_dc240 mars pentax ptp2 ricoh_g3 sierra sonix sq905 st2205
topfield tp6801 SKIPPING lumix)
0.000212 main (2): + gcc (C compiler used)
0.000222 main (2): + no ltdl (for portable
loading of camlibs)
0.000231 main (2): + no EXIF (for special
handling of EXIF files)
0.000243 main (2): libgphoto2_port 0.12.1
0.000255 main (2): libgphoto2_port has been
compiled with the following options:
0.000266 main (2): + iolibs: disk ptpip serial
usb1 usbdiskdirect usbscsi
0.000275 main (2): + gcc (C compiler used)
0.000284 main (2): + no ltdl (for portable
loading of iolibs)
0.000292 main (2): + no EXIF (for vusb)
0.000301 main (2): + USB (libusb1, for USB cameras)
0.000310 main (2): + serial (for serial cameras)
0.000318 main (2): + no resmgr (serial port
access and locking)
0.000327 main (2): + no ttylock (serial port
locking)
0.000336 main (2): + no lockdev (serial port
locking)
0.000345 main (2): CAMLIBS env var not set, using
compile-time default instead
0.000354 main (2): IOLIBS env var not set, using
compile-time default instead
0.000362 main (2): invoked with following arguments:
0.000371 main (2): --debug
0.000381 main (2):
--debug-logfile=gphoto2_debug_1669907234-Z6II-capture-tethered-and-failed-trig.log
0.000389 main (2): --capture-tethered
0.000398 main (2): 60s
.........
0.134981 ptp_usb_getresp (2): Reading PTP_OC 0x1001 (Get
device info) response...
0.134995 gp_port_read (3): Reading 1024 = 0x400 bytes
from port...
0.135461 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.135575 print_debug_deviceinfo (2): Device info:
0.135614 print_debug_deviceinfo (2): Manufacturer: Nikon Corporation
0.135624 print_debug_deviceinfo (2): Model: Z 6_2
0.135633 print_debug_deviceinfo (2): device version: V1.50
0.135643 print_debug_deviceinfo (2): serial number:
'00000000000000000000000006066971'
0.135653 print_debug_deviceinfo (2): Vendor extension ID: 0xffffffff
0.135662 print_debug_deviceinfo (2): Vendor extension version: 110
0.135672 print_debug_deviceinfo (2): Vendor extension description:
Microsoft.com/DeviceServices: 1.0
0.135681 print_debug_deviceinfo (2): Functional Mode: 0x0000
0.135690 print_debug_deviceinfo (2): PTP Standard Version: 100
0.135699 print_debug_deviceinfo (2): Supported operations:
0.135710 print_debug_deviceinfo (2): 0x1001 (Get device info)
0.135722 print_debug_deviceinfo (2): 0x1002 (Open session)
0.135733 print_debug_deviceinfo (2): 0x1003 (Close session)
0.135744 print_debug_deviceinfo (2): 0x1004 (Get storage IDs)
0.135755 print_debug_deviceinfo (2): 0x1005 (Get storage info)
0.135767 print_debug_deviceinfo (2): 0x1006 (Get number of objects)
0.135778 print_debug_deviceinfo (2): 0x1007 (Get object handles)
0.135790 print_debug_deviceinfo (2): 0x1008 (Get object info)
0.135801 print_debug_deviceinfo (2): 0x1009 (Get object)
0.135813 print_debug_deviceinfo (2): 0x100a (Get thumbnail)
0.135824 print_debug_deviceinfo (2): 0x100b (Delete object)
0.135835 print_debug_deviceinfo (2): 0x100c (Send object info)
0.135846 print_debug_deviceinfo (2): 0x100d (Send object)
0.135858 print_debug_deviceinfo (2): 0x100e (Initiate capture)
0.135869 print_debug_deviceinfo (2): 0x100f (Format storage)
0.135881 print_debug_deviceinfo (2): 0x1014 (Get device property
description)
0.135892 print_debug_deviceinfo (2): 0x1015 (Get device property
value)
0.135904 print_debug_deviceinfo (2): 0x1016 (Set device property
value)
0.135915 print_debug_deviceinfo (2): 0x101b (Get partial object)
0.135927 print_debug_deviceinfo (2): 0x90c0 (Unknown PTP_OC)
0.135939 print_debug_deviceinfo (2): 0x90c1 (Unknown PTP_OC)
0.135950 print_debug_deviceinfo (2): 0x90c2 (Unknown PTP_OC)
0.135962 print_debug_deviceinfo (2): 0x90c3 (Unknown PTP_OC)
0.135973 print_debug_deviceinfo (2): 0x90c4 (Unknown PTP_OC)
0.135984 print_debug_deviceinfo (2): 0x90c7 (Unknown PTP_OC)
0.135996 print_debug_deviceinfo (2): 0x90c8 (Unknown PTP_OC)
0.136007 print_debug_deviceinfo (2): 0x90c9 (Unknown PTP_OC)
0.136019 print_debug_deviceinfo (2): 0x90ca (Unknown PTP_OC)
0.136030 print_debug_deviceinfo (2): 0x90cb (Unknown PTP_OC)
0.136042 print_debug_deviceinfo (2): 0x90cc (Unknown PTP_OC)
0.136053 print_debug_deviceinfo (2): 0x90cd (Unknown PTP_OC)
0.136065 print_debug_deviceinfo (2): 0x90ce (Unknown PTP_OC)
0.136077 print_debug_deviceinfo (2): 0x90cf (Unknown PTP_OC)
0.136088 print_debug_deviceinfo (2): 0x9201 (Report Added/Deleted
Items)
0.136100 print_debug_deviceinfo (2): 0x9202 (Report Acquired Items)
0.136122 print_debug_deviceinfo (2): 0x9203 (Get transferable
playlist types)
0.136135 print_debug_deviceinfo (2): 0x9204 (Unknown PTP_OC)
0.136147 print_debug_deviceinfo (2): 0x9205 (Unknown PTP_OC)
0.136158 print_debug_deviceinfo (2): 0x9206 (Unknown PTP_OC)
0.136170 print_debug_deviceinfo (2): 0x9207 (Unknown PTP_OC)
0.136181 print_debug_deviceinfo (2): 0x9209 (Unknown PTP_OC)
0.136193 print_debug_deviceinfo (2): 0x920a (Unknown PTP_OC)
0.136205 print_debug_deviceinfo (2): 0x920b (Unknown PTP_OC)
0.136216 print_debug_deviceinfo (2): 0x920c (Unknown PTP_OC)
0.136228 print_debug_deviceinfo (2): 0x920f (Unknown PTP_OC)
0.136239 print_debug_deviceinfo (2): 0x9400 (Unknown PTP_OC)
0.136251 print_debug_deviceinfo (2): 0x9402 (Unknown PTP_OC)
0.136262 print_debug_deviceinfo (2): 0x9403 (Unknown PTP_OC)
0.136274 print_debug_deviceinfo (2): 0x9404 (Unknown PTP_OC)
0.136285 print_debug_deviceinfo (2): 0x9405 (Unknown PTP_OC)
0.136297 print_debug_deviceinfo (2): 0x9406 (Unknown PTP_OC)
0.136308 print_debug_deviceinfo (2): 0x940c (Unknown PTP_OC)
0.136320 print_debug_deviceinfo (2): 0x9414 (Unknown PTP_OC)
0.136332 print_debug_deviceinfo (2): 0x9415 (Unknown PTP_OC)
0.136344 print_debug_deviceinfo (2): 0x9416 (Unknown PTP_OC)
0.136355 print_debug_deviceinfo (2): 0x9417 (Unknown PTP_OC)
0.136367 print_debug_deviceinfo (2): 0x9418 (Unknown PTP_OC)
0.136378 print_debug_deviceinfo (2): 0x9419 (Unknown PTP_OC)
0.136390 print_debug_deviceinfo (2): 0x941a (Unknown PTP_OC)
0.136401 print_debug_deviceinfo (2): 0x941b (Unknown PTP_OC)
0.136412 print_debug_deviceinfo (2): 0x941c (Unknown PTP_OC)
0.136424 print_debug_deviceinfo (2): 0x9420 (Unknown PTP_OC)
0.136435 print_debug_deviceinfo (2): 0x9421 (Unknown PTP_OC)
0.136447 print_debug_deviceinfo (2): 0x9422 (Unknown PTP_OC)
0.136458 print_debug_deviceinfo (2): 0x9423 (Unknown PTP_OC)
0.136470 print_debug_deviceinfo (2): 0x9424 (Unknown PTP_OC)
0.136481 print_debug_deviceinfo (2): 0x9425 (Unknown PTP_OC)
0.136493 print_debug_deviceinfo (2): 0x9426 (Unknown PTP_OC)
0.136504 print_debug_deviceinfo (2): 0x9428 (Unknown PTP_OC)
0.136516 print_debug_deviceinfo (2): 0x9431 (Unknown PTP_OC)
0.136527 print_debug_deviceinfo (2): 0x9432 (Unknown PTP_OC)
0.136538 print_debug_deviceinfo (2): 0x9433 (Unknown PTP_OC)
0.136550 print_debug_deviceinfo (2): 0x9434 (Unknown PTP_OC)
0.136561 print_debug_deviceinfo (2): 0x9435 (Unknown PTP_OC)
0.136573 print_debug_deviceinfo (2): 0x9436 (Unknown PTP_OC)
0.136584 print_debug_deviceinfo (2): 0x9455 (Unknown PTP_OC)
0.136596 print_debug_deviceinfo (2): 0x9456 (Unknown PTP_OC)
0.136607 print_debug_deviceinfo (2): 0x9457 (Unknown PTP_OC)
0.136618 print_debug_deviceinfo (2): 0x9458 (Unknown PTP_OC)
0.136630 print_debug_deviceinfo (2): 0x9459 (Unknown PTP_OC)
0.136642 print_debug_deviceinfo (2): 0x945a (Unknown PTP_OC)
0.136653 print_debug_deviceinfo (2): 0x9520 (Unknown PTP_OC)
0.136665 print_debug_deviceinfo (2): 0x9521 (Unknown PTP_OC)
0.136676 print_debug_deviceinfo (2): 0x9522 (Unknown PTP_OC)
0.136688 print_debug_deviceinfo (2): 0x9523 (Unknown PTP_OC)
0.136699 print_debug_deviceinfo (2): 0x9527 (Unknown PTP_OC)
0.136710 print_debug_deviceinfo (2): 0x9528 (Unknown PTP_OC)
0.136722 print_debug_deviceinfo (2): 0x9529 (Unknown PTP_OC)
0.136733 print_debug_deviceinfo (2): 0x952a (Unknown PTP_OC)
0.136745 print_debug_deviceinfo (2): 0x9530 (Unknown PTP_OC)
0.136756 print_debug_deviceinfo (2): 0x9531 (Unknown PTP_OC)
0.136767 print_debug_deviceinfo (2): 0x9532 (Unknown PTP_OC)
0.136779 print_debug_deviceinfo (2): 0x9533 (Unknown PTP_OC)
0.136790 print_debug_deviceinfo (2): 0x9535 (Unknown PTP_OC)
0.136799 print_debug_deviceinfo (2): Events Supported:
0.136824 print_debug_deviceinfo (2): 0x4001 (CancelTransaction)
0.136835 print_debug_deviceinfo (2): 0x4002 (ObjectAdded)
0.136845 print_debug_deviceinfo (2): 0x4003 (ObjectRemoved)
0.136855 print_debug_deviceinfo (2): 0x4004 (StoreAdded)
0.136864 print_debug_deviceinfo (2): 0x4005 (StoreRemoved)
0.136874 print_debug_deviceinfo (2): 0x4006 (DevicePropChanged)
0.136884 print_debug_deviceinfo (2): 0x4007 (ObjectInfoChanged)
0.136893 print_debug_deviceinfo (2): 0x4008 (DeviceInfoChanged)
0.136905 print_debug_deviceinfo (2): 0x4009 (RequestObjectTransfer)
0.136938 print_debug_deviceinfo (2): 0x400a (StoreFull)
0.136949 print_debug_deviceinfo (2): 0x400c (StorageInfoChanged)
0.136958 print_debug_deviceinfo (2): 0x400d (CaptureComplete)
0.136968 print_debug_deviceinfo (2): 0xc101 (Unknown Event)
0.136978 print_debug_deviceinfo (2): 0xc102 (Unknown Event)
0.136987 print_debug_deviceinfo (2): 0xc105 (Unknown Event)
0.136997 print_debug_deviceinfo (2): 0xc108 (Unknown Event)
0.137006 print_debug_deviceinfo (2): 0xc10a (Unknown Event)
0.137016 print_debug_deviceinfo (2): 0xc10b (Unknown Event)
0.137025 print_debug_deviceinfo (2): 0xc10c (Unknown Event)
0.137035 print_debug_deviceinfo (2): 0xc10d (Unknown Event)
0.137044 print_debug_deviceinfo (2): 0xc10e (Unknown Event)
0.137054 print_debug_deviceinfo (2): 0xc120 (Unknown Event)
0.137064 print_debug_deviceinfo (2): 0xc121 (Unknown Event)
0.137073 print_debug_deviceinfo (2): 0xc122 (Unknown Event)
0.137083 print_debug_deviceinfo (2): 0xc123 (Unknown Event)
0.137092 print_debug_deviceinfo (2): 0xc700 (Unknown Event)
0.137102 print_debug_deviceinfo (2): 0xc128 (Unknown Event)
0.137110 print_debug_deviceinfo (2): Device Properties Supported:
0.137126 print_debug_deviceinfo (2): 0x5001 (Battery Level)
0.137139 print_debug_deviceinfo (2): 0x5003 (Image Size)
0.137152 print_debug_deviceinfo (2): 0x5004 (Compression Setting)
0.137165 print_debug_deviceinfo (2): 0x5005 (White Balance)
0.137178 print_debug_deviceinfo (2): 0x5007 (F-Number)
0.137192 print_debug_deviceinfo (2): 0x5008 (Focal Length)
0.137205 print_debug_deviceinfo (2): 0x500a (Focus Mode)
0.137218 print_debug_deviceinfo (2): 0x500b (Exposure Metering Mode)
0.137230 print_debug_deviceinfo (2): 0x500c (Flash Mode)
0.137243 print_debug_deviceinfo (2): 0x500d (Exposure Time)
0.137257 print_debug_deviceinfo (2): 0x500e (Exposure Program Mode)
0.137270 print_debug_deviceinfo (2): 0x500f (Exposure Index (film
speed ISO))
0.137283 print_debug_deviceinfo (2): 0x5010 (Exposure Bias
Compensation)
0.137295 print_debug_deviceinfo (2): 0x5011 (Date & Time)
0.137308 print_debug_deviceinfo (2): 0x5013 (Still Capture Mode)
0.137321 print_debug_deviceinfo (2): 0x5018 (Burst Number)
0.137335 print_debug_deviceinfo (2): 0x501e (Artist)
0.137347 print_debug_deviceinfo (2): 0x501f (Copyright Info)
0.137361 print_debug_deviceinfo (2): 0xd303 (Unknown DPC code)
0.137374 print_debug_deviceinfo (2): 0xd406 (Session Initiator Info)
0.137387 print_debug_deviceinfo (2): 0xd407 (Perceived Device Type)
.........
7.247233 ptp_usb_sendreq (2): Sending PTP_OC 0x941c
(GetEventEx) request...
7.247329 gp_port_write (3): Writing 12 = 0xc bytes to port...
7.247449 gp_port_write (3): Wrote 12 = 0xc bytes to
port: (hexdump of 12 bytes)
0000 0c 00 00 00 01 00 1c 94-38 00 00 00 ........8...
7.247468 ptp_usb_getdata (2): Reading PTP_OC 0x941c
(GetEventEx) data...
7.247483 gp_port_read (3): Reading 1024 = 0x400 bytes
from port...
7.253049 gp_port_read (3): Read 24 = 0x18 out of 1024
bytes from port: (hexdump of 24 bytes)
0000 18 00 00 00 02 00 1c 94-38 00 00 00 01 00 00 00 ........8.......
0010 06 40 01 00 1c 50 00 00- .@...P..
7.253103 ptp_usb_getresp (2): Reading PTP_OC 0x941c
(GetEventEx) response...
7.253119 gp_port_read (3): Reading 1024 = 0x400 bytes
from port...
7.262501 _cb_irq (2): 0x217a128 with status 0
7.262595 _cb_irq (3): interrupt (hexdump of 16 bytes)
0000 10 00 00 00 04 00 06 40-ff ff ff ff 1c 50 00 00 .......@.....P..
7.262618 _cb_irq (2): Requeuing completed transfer
0x217a128
7.264399 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-38 00 00 00 ....... 8...
7.264466 ptp (2): nikon eventex 0: code 0x4006,
params 1
7.264524 camera_wait_for_event (2): event.Code is 4006 / param 501c
7.264544 ptp_usb_sendreq (2): Sending PTP_OC 0x1014 (Get
device property description) (0x501c) request...
7.264558 gp_port_write (3): Writing 16 = 0x10 bytes to port...
7.265065 gp_port_write (3): Wrote 16 = 0x10 bytes to
port: (hexdump of 16 bytes)
0000 10 00 00 00 01 00 14 10-39 00 00 00 1c 50 00 00 ........9....P..
7.265086 ptp_usb_getdata (2): Reading PTP_OC 0x1014 (Get
device property description) data...
7.265100 gp_port_read (3): Reading 1024 = 0x400 bytes
from port...
7.268691 gp_port_read (3): Read 12 = 0xc out of 1024
bytes from port: (hexdump of 12 bytes)
0000 0c 00 00 00 02 00 14 10-39 00 00 00 ........9...
7.268710 ptp_usb_getresp (2): Reading PTP_OC 0x1014 (Get
device property description) response...
7.268724 gp_port_read (3): Reading 1024 = 0x400 bytes
from port...
7.269942 gp_port_read (3): Read 12 = 0xc out of 1024
bytes from port: (hexdump of 12 bytes)
0000 0c 00 00 00 03 00 0a 20-39 00 00 00 ....... 9...
7.269964 ptp_usb_getresp [usb.c:516] (0): PTP_OC 0x1014 receiving resp
failed: PTP Device Prop Not Supported (0x200a)
7.269981 camera_wait_for_event [library.c:7228](0):
'ptp_generic_getdevicepropdesc (params, event.Param1&0xffff, &dpd)'
failed: 'PTP Device Prop Not Supported' (0x200a)
7.269999 gp_context_error (0): PTP Device Prop Not Supported
7.270071 gp_camera_wait_for_event [gphoto2-camera.c:1436](0):
'camera->functions->wait_for_event ( camera, timeout, eventtype,
eventdata, context)' failed: -1
7.270916 gp_camera_free (2): Freeing camera...
7.270946 gp_camera_exit (2): Exiting camera ('Nikon Z6_2')...
7.270967 ptp_usb_sendreq (2): Sending PTP_OC 0x9202
(EndLiveView) request...
7.270981 gp_port_write (3): Writing 12 = 0xc bytes to port...
7.271204 gp_port_write (3): Wrote 12 = 0xc bytes to
port: (hexdump of 12 bytes)
0000 0c 00 00 00 01 00 02 92-3a 00 00 00 ........:...
7.271247 ptp_usb_getresp (2): Reading PTP_OC 0x9202
(EndLiveView) response...
7.271262 gp_port_read (3): Reading 1024 = 0x400 bytes
from port...
7.274528 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-3a 00 00 00 ....... :...
7.274603 ptp_usb_sendreq (2): Sending PTP_OC 0x1003 (Close
session) request...
7.274652 gp_port_write (3): Writing 12 = 0xc bytes to port...
7.275260 gp_port_write (3): Wrote 12 = 0xc bytes to
port: (hexdump of 12 bytes)
0000 0c 00 00 00 01 00 03 10-3b 00 00 00 ........;...
7.275325 ptp_usb_getresp (2): Reading PTP_OC 0x1003 (Close
session) response...
7.275375 gp_port_read (3): Reading 1024 = 0x400 bytes
from port...
7.282319 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-3b 00 00 00 ....... ;...
7.282351 gp_port_close (2): Closing port...
7.283432 _close_async_interrupts (2): canceling transfer 0:0x217a128
(status 0)
7.285612 _close_async_interrupts (2): canceling transfer 1:0x2142c98
(status 0)
7.287831 _close_async_interrupts (2): canceling transfer 2:0x2141448
(status 0)
7.290093 _close_async_interrupts (2): canceling transfer 3:0x216df68
(status 0)
7.292361 _close_async_interrupts (2): canceling transfer 4:0x21628a8
(status 0)
7.294608 _close_async_interrupts (2): canceling transfer 5:0x2141978
(status 0)
7.296882 _close_async_interrupts (2): canceling transfer 6:0x2141bc8
(status 0)
7.299174 _close_async_interrupts (2): canceling transfer 7:0x216e9d8
(status 0)
7.300764 _close_async_interrupts (2): canceling transfer 8:0x21459b8
(status 0)
7.302996 _close_async_interrupts (2): canceling transfer 9:0x2145c08
(status 0)
7.305285 _cb_irq (2): 0x217a128 with status 3
7.305331 _cb_irq (2): Transfer 0x217a128 should be
in LIBUSB_TRANSFER_COMPLETED, but is 3!
7.305364 _cb_irq (2): 0x2142c98 with status 3
7.305385 _cb_irq (2): Transfer 0x2142c98 should be
in LIBUSB_TRANSFER_COMPLETED, but is 3!
7.305410 _cb_irq (2): 0x2141448 with status 3
7.305435 _cb_irq (2): Transfer 0x2141448 should be
in LIBUSB_TRANSFER_COMPLETED, but is 3!
7.305458 _cb_irq (2): 0x216df68 with status 3
7.305484 _cb_irq (2): Transfer 0x216df68 should be
in LIBUSB_TRANSFER_COMPLETED, but is 3!
7.305508 _cb_irq (2): 0x21628a8 with status 3
7.305528 _cb_irq (2): Transfer 0x21628a8 should be
in LIBUSB_TRANSFER_COMPLETED, but is 3!
7.305552 _cb_irq (2): 0x2141978 with status 3
7.305572 _cb_irq (2): Transfer 0x2141978 should be
in LIBUSB_TRANSFER_COMPLETED, but is 3!
7.305595 _cb_irq (2): 0x2141bc8 with status 3
7.305615 _cb_irq (2): Transfer 0x2141bc8 should be
in LIBUSB_TRANSFER_COMPLETED, but is 3!
7.305638 _cb_irq (2): 0x216e9d8 with status 3
7.305657 _cb_irq (2): Transfer 0x216e9d8 should be
in LIBUSB_TRANSFER_COMPLETED, but is 3!
7.305681 _cb_irq (2): 0x21459b8 with status 3
7.305700 _cb_irq (2): Transfer 0x21459b8 should be
in LIBUSB_TRANSFER_COMPLETED, but is 3!
7.305723 _cb_irq (2): 0x2145c08 with status 3
7.305743 _cb_irq (2): Transfer 0x2145c08 should be
in LIBUSB_TRANSFER_COMPLETED, but is 3!
7.306023 gp_filesystem_reset (2): resetting filesystem
7.306045 gp_filesystem_lru_clear (2): Clearing fscache LRU list...
7.306062 gp_filesystem_lru_clear (2): fscache LRU list already empty
7.306079 delete_all_folders (2): Internally deleting all
folders from '/'...
7.306096 lookup_folder (2): Lookup folder '/'...
7.306139 lookup_folder (2): Found! / is 0x213c440
7.306159 recurse_delete_folder (2): Recurse delete folder 0x213c440//
7.306177 delete_all_files (2): Delete all files in folder
0x213c440//
7.306193 gp_port_free (2): Freeing port...
7.306209 gp_port_close (2): Closing port...
7.306549 gp_filesystem_reset (2): resetting filesystem
7.306573 gp_filesystem_lru_clear (2): Clearing fscache LRU list...
7.306590 gp_filesystem_lru_clear (2): fscache LRU list already empty
7.306606 delete_all_folders (2): Internally deleting all
folders from '/'...
7.306623 lookup_folder (2): Lookup folder '/'...
7.306640 lookup_folder (2): Found! / is 0x213c440
7.306656 recurse_delete_folder (2): Recurse delete folder 0x213c440//
7.306672 delete_all_files (2): Delete all files in folder
0x213c440//
_______________________________________________
Gphoto-devel mailing list
Gphoto-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gphoto-devel