Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nikon DSC D3x(PTP mode) PTP Parameter Not Supported #635

Open
forooooool opened this issue May 31, 2024 · 11 comments
Open

Nikon DSC D3x(PTP mode) PTP Parameter Not Supported #635

forooooool opened this issue May 31, 2024 · 11 comments

Comments

@forooooool
Copy link

forooooool commented May 31, 2024

Describe the bug
(myenv) forol@forol-VirtualBox:~/Desktop$ gphoto2 --abilities
Abilities for camera : Nikon DSC D3x (PTP mode)
Serial port support : no
USB support : yes
Capture choices :
: Image
: Preview
: Trigger Capture
Configuration support : yes
Delete selected files on camera : yes
Delete all files on camera : no
File preview (thumbnail) support : yes
File upload support : no

(myenv) forol@forol-VirtualBox:~/Desktop$ gphoto2 --capture-image

*** Error ***
PTP Parameter Not Supported
ERROR: Could not capture image.
ERROR: Could not capture.

(myenv) forol@forol-VirtualBox:~/Desktop$ gphoto2 --capture-preview
File capture_preview.jpg exists. Overwrite? [y|n] y
Saving file as capture_preview.jpg

Name the camera
Model Port

Nikon DSC D3x (PTP mode) usb:002,009

libgphoto2 and gphoto2 version
This version of gphoto2 is using the following software versions and options:
gphoto2 2.5.28 gcc, popt(m), exif, cdk, aa, jpeg, readline
libgphoto2 2.5.31 standard camlibs, gcc, no ltdl, EXIF
libgphoto2_port 0.12.2 iolibs: disk ptpip serial usb1 usbdiskdirect usbscsi, gcc, no ltdl, EXIF, USB, serial without locking

To Reproduce
my-logfile.txt

@klaasdewaele
Copy link

I have the same problem with Nikon D3X.

--capture-movie works, as does --capture-preview, but --capture-image or --capture-image-and-download do not.

This seems to be related to:

0.347571 ptp_usb_getresp [usb.c:516] (0): PTP_OC 0x9207 receiving resp failed: PTP Parameter Not Supported (0x2006)
0.347575 camera_nikon_capture [library.c:4136](0): 'ret' failed: 'PTP Parameter Not Supported' (0x2006)
0.347583 gp_context_error            (0): PTP Parameter Not Supported
0.347602 gp_camera_capture [gphoto2-camera.c:1324](0): 'camera->functions->capture (camera, type, path, context)' failed: -2

Using the Entangle GUI yields the same error.

Any idea on how to troubleshoot this? Very much appreciated!

Versions:

gphoto2         2.5.28         gcc, popt(m), exif, cdk, aa, jpeg, readline
libgphoto2      2.5.30         standard camlibs, gcc, no ltdl, EXIF
libgphoto2_port 0.12.1         iolibs: disk ptpip serial usb1 usbdiskdirect usbscsi, gcc, no ltdl, EXIF, USB, serial without locking

Here the full log output: (gphoto2 --capture-image --stdout --debug --debug-logfile=ptp_par_not_supported_log.txt):

0.000109 main                        (2): ALWAYS INCLUDE THE FOLLOWING LINES WHEN SENDING DEBUG MESSAGES TO THE MAILING LIST:
0.000161 main                        (2): gphoto2 2.5.28
0.000177 main                        (2): gphoto2 has been compiled with the following options:
0.000181 main                        (2):  + gcc (C compiler used)
0.000184 main                        (2):  + popt (mandatory, for handling command-line parameters)
0.000187 main                        (2):  + exif (for displaying EXIF information)
0.000190 main                        (2):  + cdk (for accessing configuration options)
0.000193 main                        (2):  + aa (for displaying live previews)
0.000195 main                        (2):  + jpeg (for displaying live previews in JPEG format)
0.000198 main                        (2):  + readline (for easy navigation in the shell)
0.000201 main                        (2): libgphoto2 2.5.30
0.000205 main                        (2): libgphoto2 has been compiled with the following options:
0.000210 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.000213 main                        (2):  + gcc (C compiler used)
0.000216 main                        (2):  + no ltdl (for portable loading of camlibs)
0.000218 main                        (2):  + EXIF (for special handling of EXIF files)
0.000222 main                        (2): libgphoto2_port 0.12.1
0.000225 main                        (2): libgphoto2_port has been compiled with the following options:
0.000228 main                        (2):  + iolibs: disk ptpip serial usb1 usbdiskdirect usbscsi
0.000231 main                        (2):  + gcc (C compiler used)
0.000234 main                        (2):  + no ltdl (for portable loading of iolibs)
0.000236 main                        (2):  + EXIF (for vusb)
0.000239 main                        (2):  + USB (libusb1, for USB cameras)
0.000242 main                        (2):  + serial (for serial cameras)
0.000245 main                        (2):  + no resmgr (serial port access and locking)
0.000247 main                        (2):  + no ttylock (serial port locking)
0.000250 main                        (2):  + no lockdev (serial port locking)
0.000253 main                        (2): CAMLIBS env var not set, using compile-time default instead
0.000256 main                        (2): IOLIBS env var not set, using compile-time default instead
0.000259 main                        (2): invoked with following arguments:
0.000262 main                        (2):   --capture-image
0.000265 main                        (2):   --stdout
0.000268 main                        (2):   --debug
0.000270 main                        (2):   --debug-logfile=ptp_par_not_supported_log.txt
0.000292 load_settings               (2): Creating gphoto config directory ('/home/klaas/.gphoto')
0.000315 load_settings               (2): Loading settings from file '/home/klaas/.gphoto/settings'.
0.000343 main                        (2): The user has not specified both a model and a port. Try to figure them out.
0.000349 gp_port_init_localedir      (2): localedir has been set to /usr/share/locale (compile-time default)
0.000353 gp_port_info_list_load      (2): Using ltdl to load io-drivers from '/usr/lib/aarch64-linux-gnu/libgphoto2_port/0.12.1'...
0.000427 foreach_func                (2): Called for filename '/usr/lib/aarch64-linux-gnu/libgphoto2_port/0.12.1/disk'.
0.000620 gp_port_library_list        (2): found fstab fsname proc
0.000630 gp_port_library_list        (2): found fstab fsname PARTUUID=1b7c0f66-01
0.000646 gp_port_library_list        (2): found fstab fsname PARTUUID=1b7c0f66-02
0.000743 gp_port_library_list        (2): found mtab fsname sysfs
0.000750 gp_port_library_list        (2): found mtab fsname proc
0.000755 gp_port_library_list        (2): found mtab fsname udev
0.000769 gp_port_library_list        (2): found mtab fsname devpts
0.000774 gp_port_library_list        (2): found mtab fsname tmpfs
0.000790 gp_port_library_list        (2): found mtab fsname /dev/mmcblk0p2
0.000798 gp_port_library_list        (2): found mtab fsname securityfs
0.000803 gp_port_library_list        (2): found mtab fsname tmpfs
0.000815 gp_port_library_list        (2): found mtab fsname tmpfs
0.000827 gp_port_library_list        (2): found mtab fsname cgroup2
0.000832 gp_port_library_list        (2): found mtab fsname pstore
0.000848 gp_port_library_list        (2): found mtab fsname bpf
0.000859 gp_port_library_list        (2): found mtab fsname systemd-1
0.000864 gp_port_library_list        (2): found mtab fsname tracefs
0.000909 gp_port_library_list        (2): found mtab fsname mqueue
0.000914 gp_port_library_list        (2): found mtab fsname debugfs
0.000928 gp_port_library_list        (2): found mtab fsname configfs
0.000944 gp_port_library_list        (2): found mtab fsname fusectl
0.000949 gp_port_library_list        (2): found mtab fsname ramfs
0.000958 gp_port_library_list        (2): found mtab fsname ramfs
0.000966 gp_port_library_list        (2): found mtab fsname ramfs
0.000975 gp_port_library_list        (2): found mtab fsname /dev/mmcblk0p1
0.000984 gp_port_library_list        (2): found mtab fsname ramfs
0.000992 gp_port_library_list        (2): found mtab fsname binfmt_misc
0.001013 gp_port_library_list        (2): found mtab fsname sunrpc
0.001038 gp_port_library_list        (2): found mtab fsname tmpfs
0.001051 gp_port_library_list        (2): found mtab fsname gvfsd-fuse
0.001055 gp_port_library_list        (2): found mtab fsname portal
0.001060 gp_port_library_list        (2): found mtab fsname tracefs
0.001113 foreach_func                (2): Loaded '' ('^disk:') from '/usr/lib/aarch64-linux-gnu/libgphoto2_port/0.12.1/disk'.
0.001118 foreach_func                (2): Called for filename '/usr/lib/aarch64-linux-gnu/libgphoto2_port/0.12.1/ptpip'.
0.001261 foreach_func                (2): Loaded 'PTP/IP Connection' ('ptpip:') from '/usr/lib/aarch64-linux-gnu/libgphoto2_port/0.12.1/ptpip'.
0.001269 foreach_func                (2): Loaded '' ('^ptpip:') from '/usr/lib/aarch64-linux-gnu/libgphoto2_port/0.12.1/ptpip'.
0.001273 foreach_func                (2): Loaded 'IP Connection' ('ip:') from '/usr/lib/aarch64-linux-gnu/libgphoto2_port/0.12.1/ptpip'.
0.001276 foreach_func                (2): Loaded '' ('^ip:') from '/usr/lib/aarch64-linux-gnu/libgphoto2_port/0.12.1/ptpip'.
0.001279 foreach_func                (2): Called for filename '/usr/lib/aarch64-linux-gnu/libgphoto2_port/0.12.1/serial'.
0.001471 foreach_func                (2): Loaded 'Serial Port Device' ('serial:') from '/usr/lib/aarch64-linux-gnu/libgphoto2_port/0.12.1/serial'.
0.001477 foreach_func                (2): Loaded '' ('^serial:') from '/usr/lib/aarch64-linux-gnu/libgphoto2_port/0.12.1/serial'.
0.001480 foreach_func                (2): Called for filename '/usr/lib/aarch64-linux-gnu/libgphoto2_port/0.12.1/usb1'.
0.007578 foreach_func                (2): Loaded '' ('^usb:') from '/usr/lib/aarch64-linux-gnu/libgphoto2_port/0.12.1/usb1'.
0.007613 foreach_func                (2): Loaded 'Universal Serial Bus' ('usb:003,003') from '/usr/lib/aarch64-linux-gnu/libgphoto2_port/0.12.1/usb1'.
0.007619 foreach_func                (2): Called for filename '/usr/lib/aarch64-linux-gnu/libgphoto2_port/0.12.1/usbdiskdirect'.
0.007934 foreach_func                (2): Called for filename '/usr/lib/aarch64-linux-gnu/libgphoto2_port/0.12.1/usbscsi'.
0.008098 gp_port_info_list_count     (2): Counting entries (9 available)...
0.008106 gp_port_info_list_count     (2): 4 regular entries available.
0.008112 gp_port_init_localedir      (2): ignoring late call (localedir value NULL)
0.008118 gp_init_localedir           (2): localedir has been set to /usr/share/locale (compile-time default)
0.008127 gp_abilities_list_load_dir  (2): Using ltdl to load camera libraries from '/usr/lib/aarch64-linux-gnu/libgphoto2/2.5.30'...
0.008186 foreach_func                (2): Found '/usr/lib/aarch64-linux-gnu/libgphoto2/2.5.30/ax203'.
0.008192 foreach_func                (2): Found '/usr/lib/aarch64-linux-gnu/libgphoto2/2.5.30/canon'.
0.008201 foreach_func                (2): Found '/usr/lib/aarch64-linux-gnu/libgphoto2/2.5.30/digigr8'.
0.008204 foreach_func                (2): Found '/usr/lib/aarch64-linux-gnu/libgphoto2/2.5.30/dimagev'.
0.008207 foreach_func                (2): Found '/usr/lib/aarch64-linux-gnu/libgphoto2/2.5.30/directory'.
0.008210 foreach_func                (2): Found '/usr/lib/aarch64-linux-gnu/libgphoto2/2.5.30/docupen'.
0.008213 foreach_func                (2): Found '/usr/lib/aarch64-linux-gnu/libgphoto2/2.5.30/jl2005a'.
0.008216 foreach_func                (2): Found '/usr/lib/aarch64-linux-gnu/libgphoto2/2.5.30/jl2005c'.
0.008219 foreach_func                (2): Found '/usr/lib/aarch64-linux-gnu/libgphoto2/2.5.30/kodak_dc240'.
0.008222 foreach_func                (2): Found '/usr/lib/aarch64-linux-gnu/libgphoto2/2.5.30/lumix'.
0.008225 foreach_func                (2): Found '/usr/lib/aarch64-linux-gnu/libgphoto2/2.5.30/mars'.
0.008228 foreach_func                (2): Found '/usr/lib/aarch64-linux-gnu/libgphoto2/2.5.30/pentax'.
0.008231 foreach_func                (2): Found '/usr/lib/aarch64-linux-gnu/libgphoto2/2.5.30/ptp2'.
0.008234 foreach_func                (2): Found '/usr/lib/aarch64-linux-gnu/libgphoto2/2.5.30/ricoh_g3'.
0.008237 foreach_func                (2): Found '/usr/lib/aarch64-linux-gnu/libgphoto2/2.5.30/sierra'.
0.008240 foreach_func                (2): Found '/usr/lib/aarch64-linux-gnu/libgphoto2/2.5.30/sonix'.
0.008243 foreach_func                (2): Found '/usr/lib/aarch64-linux-gnu/libgphoto2/2.5.30/sq905'.
0.008245 foreach_func                (2): Found '/usr/lib/aarch64-linux-gnu/libgphoto2/2.5.30/st2205'.
0.008248 foreach_func                (2): Found '/usr/lib/aarch64-linux-gnu/libgphoto2/2.5.30/topfield'.
0.008251 foreach_func                (2): Found '/usr/lib/aarch64-linux-gnu/libgphoto2/2.5.30/tp6801'.
0.008257 gp_abilities_list_load_dir  (2): Found 20 camera drivers.
0.090199 gp_port_info_list_count     (2): Counting entries (9 available)...
0.090245 gp_port_info_list_count     (2): 4 regular entries available.
0.090249 gp_port_new                 (2): Creating new device...
0.090256 gp_port_info_list_get_info  (2): Getting info of entry 0 (9 available)...
0.090456 gp_port_set_settings        (2): Setting settings...
0.090468 gp_port_info_list_get_info  (2): Getting info of entry 1 (9 available)...
0.090590 gp_port_set_settings        (2): Setting settings...
0.090599 gp_port_info_list_get_info  (2): Getting info of entry 2 (9 available)...
0.090738 gp_port_set_timeout         (2): Setting port timeout to 500 milliseconds.
0.090745 gp_port_set_settings        (2): Setting settings...
0.090749 gp_port_info_list_get_info  (2): Getting info of entry 3 (9 available)...
0.096137 gp_port_set_timeout         (2): Setting port timeout to 5000 milliseconds.
0.096163 gp_port_set_settings        (2): Setting settings...
0.096170 gp_libusb1_update           (2): (old int=0, conf=-1, alt=-1) port usb:003,003, (new int=0, conf=-1, alt=-1) port usb:003,003
0.096174 gp_libusb1_update           (2): lowlevel libusb1 port not yet opened, no need for libusb changes
0.096179 gp_abilities_list_detect_usb(2): Auto-detecting USB cameras...
0.096931 gp_libusb1_find_device_by_class_lib(2): Looking for USB device (class 0x29a, subclass, 0xffffffff, protocol 0xffffffff)...
0.097012 gp_libusb1_find_device_lib  (2): Looking for USB device (vendor 0x4b0, product 0x420)... found.
0.097065 gp_libusb1_find_device_lib  (2): Detected defaults: config 1, interface 0, altsetting 0, inep 81, outep 02, intep 83, class 06, subclass 01
0.097071 gp_abilities_list_detect_usb(2): Found 'Nikon DSC D3x (PTP mode)' (0x4b0,0x420)
0.097124 gp_port_free                (2): Freeing port...
0.097128 gp_port_close               (2): Closing port...
0.097392 gp_camera_set_abilities     (2): Setting abilities ('Nikon DSC D3x (PTP mode)')...
0.097404 gp_setting_set              (2): Setting key 'model' to value 'Nikon DSC D3x (PTP mode)' (gphoto2)
0.097411 save_settings               (2): Saving 3 setting(s) to file "/home/klaas/.gphoto/settings"
0.097578 gp_port_info_list_lookup_path(2): Looking for path 'usb:003,003' (9 entries available)...
0.097585 gp_port_info_list_get_info  (2): Getting info of entry 3 (9 available)...
0.097590 gp_camera_set_port_info     (2): Setting port info for port 'Universal Serial Bus' at 'usb:003,003'...
0.101706 gp_port_set_timeout         (2): Setting port timeout to 5000 milliseconds.
0.101725 gp_port_set_settings        (2): Setting settings...
0.101730 gp_libusb1_update           (2): (old int=0, conf=-1, alt=-1) port usb:003,003, (new int=0, conf=-1, alt=-1) port usb:003,003
0.101732 gp_libusb1_update           (2): lowlevel libusb1 port not yet opened, no need for libusb changes
0.101737 gp_setting_set              (2): Setting key 'port' to value 'usb:003,003' (gphoto2)
0.101741 save_settings               (2): Saving 3 setting(s) to file "/home/klaas/.gphoto/settings"
0.101876 gp_camera_init              (2): Initializing camera...
0.101894 gp_libusb1_find_device_lib  (2): Looking for USB device (vendor 0x4b0, product 0x420)... found.
0.101928 gp_libusb1_find_device_lib  (2): Detected defaults: config 1, interface 0, altsetting 0, inep 81, outep 02, intep 83, class 06, subclass 01
0.101931 gp_camera_init              (2): Loading '/usr/lib/aarch64-linux-gnu/libgphoto2/2.5.30/ptp2'...
0.102869 gp_port_open                (2): Opening USB port...
0.102880 gp_libusb1_open             (2): ()
0.102908 gp_libusb1_open             (2): claiming interface 0
0.103003 camera_init                 (2): maxpacketsize 512
0.103017 gp_port_set_timeout         (2): Setting port timeout to 8000 milliseconds.
0.103023 ptp                         (2): PTP: Opening session
0.103052 ptp_usb_sendreq             (2): Sending PTP_OC 0x1002 (Open session) (0x1) request...
0.103055 gp_port_write               (3): Writing 16 = 0x10 bytes to port...
0.103117 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.103122 ptp_usb_getresp             (2): Reading PTP_OC 0x1002 (Open session) response...
0.103125 gp_port_read                (3): Reading 1024 = 0x400 bytes from port...
0.108375 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-00 00 00 00              ....... ....    

0.108381 gp_port_set_timeout         (2): Setting port timeout to 20000 milliseconds.
0.108385 ptp_usb_sendreq             (2): Sending PTP_OC 0x1001 (Get device info) request...
0.108387 gp_port_write               (3): Writing 12 = 0xc bytes to port...
0.108417 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.108421 ptp_usb_getdata             (2): Reading PTP_OC 0x1001 (Get device info) data...
0.108423 gp_port_read                (3): Reading 1024 = 0x400 bytes from port...
0.109007 gp_port_read                (3): Read    341 = 0x155 out of 1024 bytes from port: (hexdump of 341 bytes)
0000  55 01 00 00 02 00 01 10-01 00 00 00 64 00 06 00  U...........d...
0010  00 00 64 00 13 6d 00 69-00 63 00 72 00 6f 00 73  ..d..m.i.c.r.o.s
0020  00 6f 00 66 00 74 00 2e-00 63 00 6f 00 6d 00 3a  .o.f.t...c.o.m.:
0030  00 20 00 31 00 2e 00 30-00 00 00 00 00 2e 00 00  . .1...0........
0040  00 01 10 02 10 03 10 04-10 05 10 06 10 07 10 08  ................
0050  10 09 10 0a 10 0b 10 0c-10 0d 10 0e 10 0f 10 14  ................
0060  10 15 10 16 10 1b 10 c0-90 c1 90 c2 90 c3 90 c4  ................
0070  90 c7 90 c8 90 c9 90 ca-90 cb 90 cc 90 cd 90 ce  ................
0080  90 cf 90 00 92 01 92 02-92 03 92 04 92 05 92 06  ................
0090  92 07 92 08 92 01 98 02-98 03 98 05 98 0f 00 00  ................
00a0  00 01 40 02 40 03 40 04-40 05 40 06 40 07 40 08  ..@.@.@.@.@.@.@.
00b0  40 09 40 0a 40 0c 40 0d-40 01 c1 02 c1 04 c1 15  @.@.@.@.@.......
00c0  00 00 00 01 50 03 50 04-50 05 50 07 50 08 50 0a  ....P.P.P.P.P.P.
00d0  50 0b 50 0c 50 0d 50 0e-50 0f 50 10 50 11 50 13  P.P.P.P.P.P.P.P.
00e0  50 18 50 1c 50 1e 50 1f-50 06 d4 07 d4 03 00 00  P.P.P.P.P.......
00f0  00 01 38 00 30 0d 38 07-00 00 00 01 38 00 30 01  ..8.0.8.....8.0.
0100  30 08 30 0d 38 06 30 02-30 12 4e 00 69 00 6b 00  0.0.8.0.0.N.i.k.
0110  6f 00 6e 00 20 00 43 00-6f 00 72 00 70 00 6f 00  o.n. .C.o.r.p.o.
0120  72 00 61 00 74 00 69 00-6f 00 6e 00 00 00 04 44  r.a.t.i.o.n....D
0130  00 33 00 58 00 00 00 06-56 00 31 00 2e 00 30 00  .3.X....V.1...0.
0140  31 00 00 00 08 35 00 30-00 32 00 36 00 37 00 36  1....5.0.2.6.7.6
0150  00 32 00 00 00         -                         .2...           

0.109024 ptp_usb_getresp             (2): Reading PTP_OC 0x1001 (Get device info) response...
0.109026 gp_port_read                (3): Reading 1024 = 0x400 bytes from port...
0.109069 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.109076 print_debug_deviceinfo      (2): Device info:
0.109078 print_debug_deviceinfo      (2): Manufacturer: Nikon Corporation
0.109080 print_debug_deviceinfo      (2):   Model: D3X
0.109082 print_debug_deviceinfo      (2):   device version: V1.01
0.109084 print_debug_deviceinfo      (2):   serial number: '5026762'
0.109086 print_debug_deviceinfo      (2): Vendor extension ID: 0x00000006
0.109088 print_debug_deviceinfo      (2): Vendor extension version: 100
0.109090 print_debug_deviceinfo      (2): Vendor extension description: microsoft.com: 1.0
0.109092 print_debug_deviceinfo      (2): Functional Mode: 0x0000
0.109093 print_debug_deviceinfo      (2): PTP Standard Version: 100
0.109095 print_debug_deviceinfo      (2): Supported operations:
0.109098 print_debug_deviceinfo      (2):   0x1001 (Get device info)
0.109100 print_debug_deviceinfo      (2):   0x1002 (Open session)
0.109103 print_debug_deviceinfo      (2):   0x1003 (Close session)
0.109105 print_debug_deviceinfo      (2):   0x1004 (Get storage IDs)
0.109107 print_debug_deviceinfo      (2):   0x1005 (Get storage info)
0.109110 print_debug_deviceinfo      (2):   0x1006 (Get number of objects)
0.109113 print_debug_deviceinfo      (2):   0x1007 (Get object handles)
0.109115 print_debug_deviceinfo      (2):   0x1008 (Get object info)
0.109117 print_debug_deviceinfo      (2):   0x1009 (Get object)
0.109120 print_debug_deviceinfo      (2):   0x100a (Get thumbnail)
0.109122 print_debug_deviceinfo      (2):   0x100b (Delete object)
0.109124 print_debug_deviceinfo      (2):   0x100c (Send object info)
0.109127 print_debug_deviceinfo      (2):   0x100d (Send object)
0.109129 print_debug_deviceinfo      (2):   0x100e (Initiate capture)
0.109131 print_debug_deviceinfo      (2):   0x100f (Format storage)
0.109134 print_debug_deviceinfo      (2):   0x1014 (Get device property description)
0.109136 print_debug_deviceinfo      (2):   0x1015 (Get device property value)
0.109139 print_debug_deviceinfo      (2):   0x1016 (Set device property value)
0.109141 print_debug_deviceinfo      (2):   0x101b (Get partial object)
0.109144 print_debug_deviceinfo      (2):   0x90c0 (Unknown PTP_OC)
0.109146 print_debug_deviceinfo      (2):   0x90c1 (Unknown PTP_OC)
0.109148 print_debug_deviceinfo      (2):   0x90c2 (Unknown PTP_OC)
0.109151 print_debug_deviceinfo      (2):   0x90c3 (Unknown PTP_OC)
0.109153 print_debug_deviceinfo      (2):   0x90c4 (Unknown PTP_OC)
0.109155 print_debug_deviceinfo      (2):   0x90c7 (Unknown PTP_OC)
0.109158 print_debug_deviceinfo      (2):   0x90c8 (Unknown PTP_OC)
0.109160 print_debug_deviceinfo      (2):   0x90c9 (Unknown PTP_OC)
0.109162 print_debug_deviceinfo      (2):   0x90ca (Unknown PTP_OC)
0.109165 print_debug_deviceinfo      (2):   0x90cb (Unknown PTP_OC)
0.109167 print_debug_deviceinfo      (2):   0x90cc (Unknown PTP_OC)
0.109169 print_debug_deviceinfo      (2):   0x90cd (Unknown PTP_OC)
0.109171 print_debug_deviceinfo      (2):   0x90ce (Unknown PTP_OC)
0.109174 print_debug_deviceinfo      (2):   0x90cf (Unknown PTP_OC)
0.109176 print_debug_deviceinfo      (2):   0x9200 (Unknown PTP_OC)
0.109180 print_debug_deviceinfo      (2):   0x9201 (Report Added/Deleted Items)
0.109183 print_debug_deviceinfo      (2):   0x9202 (Report Acquired Items)
0.109185 print_debug_deviceinfo      (2):   0x9203 (Get transferable playlist types)
0.109187 print_debug_deviceinfo      (2):   0x9204 (Unknown PTP_OC)
0.109190 print_debug_deviceinfo      (2):   0x9205 (Unknown PTP_OC)
0.109192 print_debug_deviceinfo      (2):   0x9206 (Unknown PTP_OC)
0.109194 print_debug_deviceinfo      (2):   0x9207 (Unknown PTP_OC)
0.109197 print_debug_deviceinfo      (2):   0x9208 (Unknown PTP_OC)
0.109199 print_debug_deviceinfo      (2):   0x9801 (Get object properties supported)
0.109201 print_debug_deviceinfo      (2):   0x9802 (Get object property description)
0.109204 print_debug_deviceinfo      (2):   0x9803 (Get object property value)
0.109206 print_debug_deviceinfo      (2):   0x9805 (Get object property list)
0.109208 print_debug_deviceinfo      (2): Events Supported:
0.109210 print_debug_deviceinfo      (2):   0x4001 (CancelTransaction)
0.109212 print_debug_deviceinfo      (2):   0x4002 (ObjectAdded)
0.109214 print_debug_deviceinfo      (2):   0x4003 (ObjectRemoved)
0.109216 print_debug_deviceinfo      (2):   0x4004 (StoreAdded)
0.109218 print_debug_deviceinfo      (2):   0x4005 (StoreRemoved)
0.109220 print_debug_deviceinfo      (2):   0x4006 (DevicePropChanged)
0.109222 print_debug_deviceinfo      (2):   0x4007 (ObjectInfoChanged)
0.109224 print_debug_deviceinfo      (2):   0x4008 (DeviceInfoChanged)
0.109225 print_debug_deviceinfo      (2):   0x4009 (RequestObjectTransfer)
0.109227 print_debug_deviceinfo      (2):   0x400a (StoreFull)
0.109229 print_debug_deviceinfo      (2):   0x400c (StorageInfoChanged)
0.109232 print_debug_deviceinfo      (2):   0x400d (CaptureComplete)
0.109234 print_debug_deviceinfo      (2):   0xc101 (Unknown Event)
0.109236 print_debug_deviceinfo      (2):   0xc102 (Unknown Event)
0.109238 print_debug_deviceinfo      (2):   0xc104 (Unknown Event)
0.109239 print_debug_deviceinfo      (2): Device Properties Supported:
0.109244 print_debug_deviceinfo      (2):   0x5001 (Battery Level)
0.109247 print_debug_deviceinfo      (2):   0x5003 (Image Size)
0.109249 print_debug_deviceinfo      (2):   0x5004 (Compression Setting)
0.109252 print_debug_deviceinfo      (2):   0x5005 (White Balance)
0.109254 print_debug_deviceinfo      (2):   0x5007 (F-Number)
0.109257 print_debug_deviceinfo      (2):   0x5008 (Focal Length)
0.109259 print_debug_deviceinfo      (2):   0x500a (Focus Mode)
0.109262 print_debug_deviceinfo      (2):   0x500b (Exposure Metering Mode)
0.109264 print_debug_deviceinfo      (2):   0x500c (Flash Mode)
0.109267 print_debug_deviceinfo      (2):   0x500d (Exposure Time)
0.109269 print_debug_deviceinfo      (2):   0x500e (Exposure Program Mode)
0.109272 print_debug_deviceinfo      (2):   0x500f (Exposure Index (film speed ISO))
0.109274 print_debug_deviceinfo      (2):   0x5010 (Exposure Bias Compensation)
0.109277 print_debug_deviceinfo      (2):   0x5011 (Date & Time)
0.109279 print_debug_deviceinfo      (2):   0x5013 (Still Capture Mode)
0.109282 print_debug_deviceinfo      (2):   0x5018 (Burst Number)
0.109284 print_debug_deviceinfo      (2):   0x501c (Focus Metering Mode)
0.109287 print_debug_deviceinfo      (2):   0x501e (Artist)
0.109289 print_debug_deviceinfo      (2):   0x501f (Copyright Info)
0.109292 print_debug_deviceinfo      (2):   0xd406 (Session Initiator Info)
0.109294 print_debug_deviceinfo      (2):   0xd407 (Perceived Device Type)
0.109304 ptp_usb_sendreq             (2): Sending PTP_OC 0x90ca (GetVendorPropCodes) request...
0.109308 gp_port_write               (3): Writing 12 = 0xc bytes to port...
0.109339 gp_port_write               (3): Wrote   12 = 0xc bytes to port: (hexdump of 12 bytes)
0000  0c 00 00 00 01 00 ca 90-02 00 00 00              ............    

0.109343 ptp_usb_getdata             (2): Reading PTP_OC 0x90ca (GetVendorPropCodes) data...
0.109345 gp_port_read                (3): Reading 1024 = 0x400 bytes from port...
0.109714 gp_port_read                (3): Read    376 = 0x178 out of 1024 bytes from port: (hexdump of 376 bytes)
0000  78 01 00 00 02 00 ca 90-02 00 00 00 b2 00 00 00  x...............
0010  10 d0 11 d0 12 d0 13 d0-14 d0 15 d0 16 d0 17 d0  ................
0020  18 d0 19 d0 1a d0 1b d0-1c d0 1d d0 1e d0 1f d0  ................
0030  20 d0 21 d0 22 d0 23 d0-24 d0 25 d0 26 d0 27 d0   .!.".#.$.%.&.'.
0040  28 d0 29 d0 2e d0 2f d0-30 d0 31 d0 32 d0 33 d0  (.).../.0.1.2.3.
0050  40 d0 41 d0 42 d0 43 d0-44 d0 45 d0 48 d0 49 d0  @.A.B.C.D.E.H.I.
0060  4b d0 4c d0 4d d0 4e d0-4f d0 50 d0 51 d0 53 d0  K.L.M.N.O.P.Q.S.
0070  54 d0 55 d0 56 d0 57 d0-58 d0 59 d0 5a d0 5b d0  T.U.V.W.X.Y.Z.[.
0080  5c d0 5e d0 5f d0 62 d0-63 d0 64 d0 67 d0 68 d0  \.^._.b.c.d.g.h.
0090  69 d0 6a d0 6b d0 6c d0-6d d0 6e d0 6f d0 70 d0  i.j.k.l.m.n.o.p.
00a0  72 d0 73 d0 74 d0 75 d0-77 d0 78 d0 79 d0 7a d0  r.s.t.u.w.x.y.z.
00b0  80 d0 81 d0 82 d0 83 d0-84 d0 85 d0 86 d0 87 d0  ................
00c0  88 d0 89 d0 8a d0 8b d0-8c d0 8d d0 8e d0 90 d0  ................
00d0  91 d0 92 d0 93 d0 94 d0-95 d0 96 d0 97 d0 98 d0  ................
00e0  99 d0 9a d0 9b d0 b0 d0-b1 d0 c0 d0 c1 d0 c2 d0  ................
00f0  c3 d0 c4 d0 c5 d0 e0 d0-e1 d0 e2 d0 e3 d0 e4 d0  ................
0100  e5 d0 e6 d0 f7 d0 00 d1-01 d1 02 d1 03 d1 04 d1  ................
0110  05 d1 06 d1 08 d1 09 d1-0b d1 0c d1 0d d1 0e d1  ................
0120  10 d1 11 d1 15 d1 20 d1-21 d1 22 d1 24 d1 25 d1  ...... .!.".$.%.
0130  48 d1 49 d1 4e d1 4f d1-50 d1 51 d1 52 d1 53 d1  H.I.N.O.P.Q.R.S.
0140  54 d1 55 d1 60 d1 64 d1-83 d1 84 d1 86 d1 87 d1  T.U.`.d.........
0150  89 d1 8a d1 8b d1 8d d1-a0 d1 a1 d1 a2 d1 a3 d1  ................
0160  a4 d1 b0 d1 b1 d1 b2 d1-b3 d1 f0 d1 f1 d1 f2 d1  ................
0170  00 d2 01 d2 06 d4 07 d4-                         ........        

0.109718 ptp_usb_getresp             (2): Reading PTP_OC 0x90ca (GetVendorPropCodes) response...
0.109720 gp_port_read                (3): Reading 1024 = 0x400 bytes from port...
0.109749 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.109753 print_debug_deviceinfo      (2): Device info:
0.109755 print_debug_deviceinfo      (2): Manufacturer: Nikon Corporation
0.109757 print_debug_deviceinfo      (2):   Model: D3X
0.109759 print_debug_deviceinfo      (2):   device version: V1.01
0.109761 print_debug_deviceinfo      (2):   serial number: '5026762'
0.109763 print_debug_deviceinfo      (2): Vendor extension ID: 0x0000000a
0.109765 print_debug_deviceinfo      (2): Vendor extension version: 100
0.109766 print_debug_deviceinfo      (2): Vendor extension description: microsoft.com: 1.0
0.109768 print_debug_deviceinfo      (2): Functional Mode: 0x0000
0.109770 print_debug_deviceinfo      (2): PTP Standard Version: 100
0.109772 print_debug_deviceinfo      (2): Supported operations:
0.109774 print_debug_deviceinfo      (2):   0x1001 (Get device info)
0.109777 print_debug_deviceinfo      (2):   0x1002 (Open session)
0.109779 print_debug_deviceinfo      (2):   0x1003 (Close session)
0.109781 print_debug_deviceinfo      (2):   0x1004 (Get storage IDs)
0.109784 print_debug_deviceinfo      (2):   0x1005 (Get storage info)
0.109786 print_debug_deviceinfo      (2):   0x1006 (Get number of objects)
0.109788 print_debug_deviceinfo      (2):   0x1007 (Get object handles)
0.109791 print_debug_deviceinfo      (2):   0x1008 (Get object info)
0.109793 print_debug_deviceinfo      (2):   0x1009 (Get object)
0.109795 print_debug_deviceinfo      (2):   0x100a (Get thumbnail)
0.109798 print_debug_deviceinfo      (2):   0x100b (Delete object)
0.109800 print_debug_deviceinfo      (2):   0x100c (Send object info)
0.109802 print_debug_deviceinfo      (2):   0x100d (Send object)
0.109805 print_debug_deviceinfo      (2):   0x100e (Initiate capture)
0.109807 print_debug_deviceinfo      (2):   0x100f (Format storage)
0.109809 print_debug_deviceinfo      (2):   0x1014 (Get device property description)
0.109812 print_debug_deviceinfo      (2):   0x1015 (Get device property value)
0.109815 print_debug_deviceinfo      (2):   0x1016 (Set device property value)
0.109818 print_debug_deviceinfo      (2):   0x101b (Get partial object)
0.109820 print_debug_deviceinfo      (2):   0x90c0 (InitiateCaptureRecInSdram)
0.109823 print_debug_deviceinfo      (2):   0x90c1 (AfDrive)
0.109825 print_debug_deviceinfo      (2):   0x90c2 (ChangeCameraMode)
0.109827 print_debug_deviceinfo      (2):   0x90c3 (DelImageSDRAM)
0.109830 print_debug_deviceinfo      (2):   0x90c4 (GetLargeThumb)
0.109832 print_debug_deviceinfo      (2):   0x90c7 (GetEvent)
0.109834 print_debug_deviceinfo      (2):   0x90c8 (DeviceReady)
0.109837 print_debug_deviceinfo      (2):   0x90c9 (SetPreWBData)
0.109839 print_debug_deviceinfo      (2):   0x90ca (GetVendorPropCodes)
0.109841 print_debug_deviceinfo      (2):   0x90cb (AfCaptureSDRAM)
0.109844 print_debug_deviceinfo      (2):   0x90cc (GetPictCtrlData)
0.109846 print_debug_deviceinfo      (2):   0x90cd (SetPictCtrlData)
0.109848 print_debug_deviceinfo      (2):   0x90ce (DelCstPicCtrl)
0.109851 print_debug_deviceinfo      (2):   0x90cf (GetPicCtrlCapability)
0.109853 print_debug_deviceinfo      (2):   0x9200 (GetPreviewImg)
0.109855 print_debug_deviceinfo      (2):   0x9201 (StartLiveView)
0.109858 print_debug_deviceinfo      (2):   0x9202 (EndLiveView)
0.109860 print_debug_deviceinfo      (2):   0x9203 (GetLiveViewImg)
0.109862 print_debug_deviceinfo      (2):   0x9204 (MfDrive)
0.109865 print_debug_deviceinfo      (2):   0x9205 (ChangeAfArea)
0.109867 print_debug_deviceinfo      (2):   0x9206 (AfDriveCancel)
0.109869 print_debug_deviceinfo      (2):   0x9207 (InitiateCaptureRecInMedia)
0.109872 print_debug_deviceinfo      (2):   0x9208 (Unknown PTP_OC)
0.109874 print_debug_deviceinfo      (2):   0x9801 (Unknown PTP_OC)
0.109876 print_debug_deviceinfo      (2):   0x9802 (Unknown PTP_OC)
0.109879 print_debug_deviceinfo      (2):   0x9803 (Unknown PTP_OC)
0.109881 print_debug_deviceinfo      (2):   0x9805 (Unknown PTP_OC)
0.109883 print_debug_deviceinfo      (2): Events Supported:
0.109885 print_debug_deviceinfo      (2):   0x4001 (CancelTransaction)
0.109887 print_debug_deviceinfo      (2):   0x4002 (ObjectAdded)
0.109889 print_debug_deviceinfo      (2):   0x4003 (ObjectRemoved)
0.109891 print_debug_deviceinfo      (2):   0x4004 (StoreAdded)
0.109892 print_debug_deviceinfo      (2):   0x4005 (StoreRemoved)
0.109894 print_debug_deviceinfo      (2):   0x4006 (DevicePropChanged)
0.109896 print_debug_deviceinfo      (2):   0x4007 (ObjectInfoChanged)
0.109898 print_debug_deviceinfo      (2):   0x4008 (DeviceInfoChanged)
0.109900 print_debug_deviceinfo      (2):   0x4009 (RequestObjectTransfer)
0.109902 print_debug_deviceinfo      (2):   0x400a (StoreFull)
0.109904 print_debug_deviceinfo      (2):   0x400c (StorageInfoChanged)
0.109906 print_debug_deviceinfo      (2):   0x400d (CaptureComplete)
0.109908 print_debug_deviceinfo      (2):   0xc101 (Nikon_ObjectAddedInSDRAM)
0.109910 print_debug_deviceinfo      (2):   0xc102 (Nikon_CaptureCompleteRecInSdram)
0.109912 print_debug_deviceinfo      (2):   0xc104 (Nikon_PreviewImageAdded)
0.109913 print_debug_deviceinfo      (2): Device Properties Supported:
0.109916 print_debug_deviceinfo      (2):   0x5001 (Battery Level)
0.109918 print_debug_deviceinfo      (2):   0x5003 (Image Size)
0.109921 print_debug_deviceinfo      (2):   0x5004 (Compression Setting)
0.109923 print_debug_deviceinfo      (2):   0x5005 (White Balance)
0.109926 print_debug_deviceinfo      (2):   0x5007 (F-Number)
0.109929 print_debug_deviceinfo      (2):   0x5008 (Focal Length)
0.109931 print_debug_deviceinfo      (2):   0x500a (Focus Mode)
0.109933 print_debug_deviceinfo      (2):   0x500b (Exposure Metering Mode)
0.109936 print_debug_deviceinfo      (2):   0x500c (Flash Mode)
0.109938 print_debug_deviceinfo      (2):   0x500d (Exposure Time)
0.109941 print_debug_deviceinfo      (2):   0x500e (Exposure Program Mode)
0.109943 print_debug_deviceinfo      (2):   0x500f (Exposure Index (film speed ISO))
0.109946 print_debug_deviceinfo      (2):   0x5010 (Exposure Bias Compensation)
0.109952 print_debug_deviceinfo      (2):   0x5011 (Date & Time)
0.109954 print_debug_deviceinfo      (2):   0x5013 (Still Capture Mode)
0.109957 print_debug_deviceinfo      (2):   0x5018 (Burst Number)
0.109959 print_debug_deviceinfo      (2):   0x501c (Focus Metering Mode)
0.109962 print_debug_deviceinfo      (2):   0x501e (Artist)
0.109964 print_debug_deviceinfo      (2):   0x501f (Copyright Info)
0.109967 print_debug_deviceinfo      (2):   0xd406 (Unknown DPC code)
0.109970 print_debug_deviceinfo      (2):   0xd407 (Unknown DPC code)
0.109973 print_debug_deviceinfo      (2):   0xd010 (Shooting Bank)
0.109975 print_debug_deviceinfo      (2):   0xd011 (Shooting Bank Name A)
0.109978 print_debug_deviceinfo      (2):   0xd012 (Shooting Bank Name B)
0.109980 print_debug_deviceinfo      (2):   0xd013 (Shooting Bank Name C)
0.109983 print_debug_deviceinfo      (2):   0xd014 (Shooting Bank Name D)
0.109986 print_debug_deviceinfo      (2):   0xd015 (Reset Bank 0)
0.109988 print_debug_deviceinfo      (2):   0xd016 (Raw Compression)
0.109991 print_debug_deviceinfo      (2):   0xd017 (Auto White Balance Bias)
0.109993 print_debug_deviceinfo      (2):   0xd018 (Tungsten White Balance Bias)
0.109996 print_debug_deviceinfo      (2):   0xd019 (Fluorescent White Balance Bias)
0.109998 print_debug_deviceinfo      (2):   0xd01a (Daylight White Balance Bias)
0.110001 print_debug_deviceinfo      (2):   0xd01b (Flash White Balance Bias)
0.110003 print_debug_deviceinfo      (2):   0xd01c (Cloudy White Balance Bias)
0.110006 print_debug_deviceinfo      (2):   0xd01d (Shady White Balance Bias)
0.110008 print_debug_deviceinfo      (2):   0xd01e (White Balance Colour Temperature)
0.110011 print_debug_deviceinfo      (2):   0xd01f (White Balance Preset Number)
0.110013 print_debug_deviceinfo      (2):   0xd020 (White Balance Preset Name 0)
0.110016 print_debug_deviceinfo      (2):   0xd021 (White Balance Preset Name 1)
0.110018 print_debug_deviceinfo      (2):   0xd022 (White Balance Preset Name 2)
0.110021 print_debug_deviceinfo      (2):   0xd023 (White Balance Preset Name 3)
0.110023 print_debug_deviceinfo      (2):   0xd024 (White Balance Preset Name 4)
0.110026 print_debug_deviceinfo      (2):   0xd025 (White Balance Preset Value 0)
0.110028 print_debug_deviceinfo      (2):   0xd026 (White Balance Preset Value 1)
0.110031 print_debug_deviceinfo      (2):   0xd027 (White Balance Preset Value 2)
0.110033 print_debug_deviceinfo      (2):   0xd028 (White Balance Preset Value 3)
0.110036 print_debug_deviceinfo      (2):   0xd029 (White Balance Preset Value 4)
0.110038 print_debug_deviceinfo      (2):   0xd02e (Lens Focal Length (Non CPU))
0.110041 print_debug_deviceinfo      (2):   0xd02f (Lens Maximum Aperture (Non CPU))
0.110043 print_debug_deviceinfo      (2):   0xd030 (Shooting Mode)
0.110046 print_debug_deviceinfo      (2):   0xd031 (JPEG Compression Policy)
0.110048 print_debug_deviceinfo      (2):   0xd032 (Color Space)
0.110051 print_debug_deviceinfo      (2):   0xd033 (Auto DX Crop)
0.110054 print_debug_deviceinfo      (2):   0xd040 (PTP_DPC_NIKON_CSMMenuBankSelect)
0.110056 print_debug_deviceinfo      (2):   0xd041 (Menu Bank Name A)
0.110059 print_debug_deviceinfo      (2):   0xd042 (Menu Bank Name B)
0.110061 print_debug_deviceinfo      (2):   0xd043 (Menu Bank Name C)
0.110064 print_debug_deviceinfo      (2):   0xd044 (Menu Bank Name D)
0.110066 print_debug_deviceinfo      (2):   0xd045 (Reset Menu Bank)
0.110069 print_debug_deviceinfo      (2):   0xd048 (PTP_DPC_NIKON_A1AFCModePriority)
0.110071 print_debug_deviceinfo      (2):   0xd049 (PTP_DPC_NIKON_A2AFSModePriority)
0.110074 print_debug_deviceinfo      (2):   0xd04b (PTP_DPC_NIKON_A4AFActivation)
0.110077 print_debug_deviceinfo      (2):   0xd04c (PTP_DPC_NIKON_FocusAreaIllumManualFocus)
0.110079 print_debug_deviceinfo      (2):   0xd04d (PTP_DPC_NIKON_FocusAreaIllumContinuous)
0.110082 print_debug_deviceinfo      (2):   0xd04e (PTP_DPC_NIKON_FocusAreaIllumWhenSelected)
0.110084 print_debug_deviceinfo      (2):   0xd04f (Focus Area Wrap)
0.110088 print_debug_deviceinfo      (2):   0xd050 (Vertical AF On)
0.110091 print_debug_deviceinfo      (2):   0xd051 (AF Lock On)
0.110094 print_debug_deviceinfo      (2):   0xd053 (Enable Copyright)
0.110096 print_debug_deviceinfo      (2):   0xd054 (Auto ISO)
0.110099 print_debug_deviceinfo      (2):   0xd055 (Exposure ISO Step)
0.110101 print_debug_deviceinfo      (2):   0xd056 (Exposure Step)
0.110104 print_debug_deviceinfo      (2):   0xd057 (Exposure Compensation (EV))
0.110107 print_debug_deviceinfo      (2):   0xd058 (Exposure Compensation)
0.110109 print_debug_deviceinfo      (2):   0xd059 (Centre Weight Area)
0.110112 print_debug_deviceinfo      (2):   0xd05a (Exposure Base Matrix)
0.110114 print_debug_deviceinfo      (2):   0xd05b (Exposure Base Center)
0.110117 print_debug_deviceinfo      (2):   0xd05c (Exposure Base Spot)
0.110119 print_debug_deviceinfo      (2):   0xd05e (Exposure Lock)
0.110122 print_debug_deviceinfo      (2):   0xd05f (Focus Lock)
0.110125 print_debug_deviceinfo      (2):   0xd062 (Auto Meter Off Time)
0.110127 print_debug_deviceinfo      (2):   0xd063 (Self Timer Delay)
0.110130 print_debug_deviceinfo      (2):   0xd064 (LCD Off Time)
0.110132 print_debug_deviceinfo      (2):   0xd067 (Angle Level)
0.110135 print_debug_deviceinfo      (2):   0xd068 (Shooting Speed)
0.110138 print_debug_deviceinfo      (2):   0xd069 (Maximum Shots)
0.110140 print_debug_deviceinfo      (2):   0xd06a (Exposure delay mode)
0.110143 print_debug_deviceinfo      (2):   0xd06b (Long Exposure Noise Reduction)
0.110145 print_debug_deviceinfo      (2):   0xd06c (File Number Sequencing)
0.110148 print_debug_deviceinfo      (2):   0xd06d (PTP_DPC_NIKON_ControlPanelFinderRearControl)
0.110151 print_debug_deviceinfo      (2):   0xd06e (PTP_DPC_NIKON_ControlPanelFinderViewfinder)
0.110153 print_debug_deviceinfo      (2):   0xd06f (LCD Illumination)
0.110156 print_debug_deviceinfo      (2):   0xd070 (High ISO noise reduction)
0.110158 print_debug_deviceinfo      (2):   0xd072 (Artist Name)
0.110161 print_debug_deviceinfo      (2):   0xd073 (Copyright Information)
0.110163 print_debug_deviceinfo      (2):   0xd074 (Flash Sync. Speed)
0.110166 print_debug_deviceinfo      (2):   0xd075 (Flash Shutter Speed)
0.110169 print_debug_deviceinfo      (2):   0xd077 (Modeling Flash)
0.110171 print_debug_deviceinfo      (2):   0xd078 (Bracket Set)
0.110174 print_debug_deviceinfo      (2):   0xd079 (Manual Mode Bracketing)
0.110176 print_debug_deviceinfo      (2):   0xd07a (Bracket Order)
0.110179 print_debug_deviceinfo      (2):   0xd080 (Center Button Shooting Mode)
0.110181 print_debug_deviceinfo      (2):   0xd081 (Center Button Playback Mode)
0.110184 print_debug_deviceinfo      (2):   0xd082 (Multiselector)
0.110187 print_debug_deviceinfo      (2):   0xd083 (Photo Info. Playback)
0.110189 print_debug_deviceinfo      (2):   0xd084 (Assign Func. Button)
0.110192 print_debug_deviceinfo      (2):   0xd085 (Customise Command Dials)
0.110194 print_debug_deviceinfo      (2):   0xd086 (Reverse Command Dial)
0.110197 print_debug_deviceinfo      (2):   0xd087 (Aperture Setting)
0.110200 print_debug_deviceinfo      (2):   0xd088 (Menus and Playback)
0.110202 print_debug_deviceinfo      (2):   0xd089 (Buttons and Dials)
0.110205 print_debug_deviceinfo      (2):   0xd08a (No CF Card Release)
0.110207 print_debug_deviceinfo      (2):   0xd08b (Center Button Zoom Ratio)
0.110210 print_debug_deviceinfo      (2):   0xd08c (Function Button 2)
0.110212 print_debug_deviceinfo      (2):   0xd08d (AF Area Point)
0.110215 print_debug_deviceinfo      (2):   0xd08e (Normal AF On)
0.110218 print_debug_deviceinfo      (2):   0xd090 (Image Comment String)
0.110220 print_debug_deviceinfo      (2):   0xd091 (Image Comment Enable)
0.110223 print_debug_deviceinfo      (2):   0xd092 (Image Rotation)
0.110225 print_debug_deviceinfo      (2):   0xd093 (Manual Set Lens Number)
0.110228 print_debug_deviceinfo      (2):   0xd094 (Unknown DPC code)
0.110231 print_debug_deviceinfo      (2):   0xd095 (Unknown DPC code)
0.110234 print_debug_deviceinfo      (2):   0xd096 (Unknown DPC code)
0.110238 print_debug_deviceinfo      (2):   0xd097 (Unknown DPC code)
0.110241 print_debug_deviceinfo      (2):   0xd098 (Unknown DPC code)
0.110244 print_debug_deviceinfo      (2):   0xd099 (Unknown DPC code)
0.110247 print_debug_deviceinfo      (2):   0xd09a (Unknown DPC code)
0.110250 print_debug_deviceinfo      (2):   0xd09b (Unknown DPC code)
0.110252 print_debug_deviceinfo      (2):   0xd0b0 (Unknown DPC code)
0.110255 print_debug_deviceinfo      (2):   0xd0b1 (Unknown DPC code)
0.110258 print_debug_deviceinfo      (2):   0xd0c0 (Bracketing Enable)
0.110260 print_debug_deviceinfo      (2):   0xd0c1 (Exposure Bracketing Step)
0.110263 print_debug_deviceinfo      (2):   0xd0c2 (Exposure Bracketing Program)
0.110266 print_debug_deviceinfo      (2):   0xd0c3 (Auto Exposure Bracket Count)
0.110268 print_debug_deviceinfo      (2):   0xd0c4 (White Balance Bracket Step)
0.110271 print_debug_deviceinfo      (2):   0xd0c5 (White Balance Bracket Program)
0.110274 print_debug_deviceinfo      (2):   0xd0e0 (Lens ID)
0.110276 print_debug_deviceinfo      (2):   0xd0e1 (Lens Sort)
0.110279 print_debug_deviceinfo      (2):   0xd0e2 (Lens Type)
0.110282 print_debug_deviceinfo      (2):   0xd0e3 (Min. Focal Length)
0.110284 print_debug_deviceinfo      (2):   0xd0e4 (Max. Focal Length)
0.110287 print_debug_deviceinfo      (2):   0xd0e5 (Max. Aperture at Min. Focal Length)
0.110290 print_debug_deviceinfo      (2):   0xd0e6 (Max. Aperture at Max. Focal Length)
0.110292 print_debug_deviceinfo      (2):   0xd0f7 (Vignette Control)
0.110295 print_debug_deviceinfo      (2):   0xd100 (Nikon Exposure Time)
0.110298 print_debug_deviceinfo      (2):   0xd101 (AC Power)
0.110300 print_debug_deviceinfo      (2):   0xd102 (Warning Status)
0.110303 print_debug_deviceinfo      (2):   0xd103 (Maximum Shots)
0.110306 print_debug_deviceinfo      (2):   0xd104 (AF Locked)
0.110308 print_debug_deviceinfo      (2):   0xd105 (AE Locked)
0.110311 print_debug_deviceinfo      (2):   0xd106 (FV Locked)
0.110314 print_debug_deviceinfo      (2):   0xd108 (Active AF Sensor)
0.110317 print_debug_deviceinfo      (2):   0xd109 (Flexible Program)
0.110319 print_debug_deviceinfo      (2):   0xd10b (Recording Media)
0.110322 print_debug_deviceinfo      (2):   0xd10c (USB Speed)
0.110324 print_debug_deviceinfo      (2):   0xd10d (CCD Serial Number)
0.110327 print_debug_deviceinfo      (2):   0xd10e (Camera Orientation)
0.110330 print_debug_deviceinfo      (2):   0xd110 (FNumber Lock)
0.110332 print_debug_deviceinfo      (2):   0xd111 (Exposure Aperture Lock)
0.110335 print_debug_deviceinfo      (2):   0xd115 (Focus Point Bright)
0.110338 print_debug_deviceinfo      (2):   0xd120 (External Flash Attached)
0.110340 print_debug_deviceinfo      (2):   0xd121 (External Flash Status)
0.110343 print_debug_deviceinfo      (2):   0xd122 (External Flash Sort)
0.110346 print_debug_deviceinfo      (2):   0xd124 (External Flash Compensation)
0.110348 print_debug_deviceinfo      (2):   0xd125 (External Flash Mode)
0.110351 print_debug_deviceinfo      (2):   0xd148 (Slot 2 Save Mode)
0.110354 print_debug_deviceinfo      (2):   0xd149 (Raw Bit Mode)
0.110357 print_debug_deviceinfo      (2):   0xd14e (Active D-Lighting)
0.110359 print_debug_deviceinfo      (2):   0xd14f (Fluorescent Type)
0.110362 print_debug_deviceinfo      (2):   0xd150 (Tune Colour Temperature)
0.110364 print_debug_deviceinfo      (2):   0xd151 (Tune Preset 0)
0.110367 print_debug_deviceinfo      (2):   0xd152 (Tune Preset 1)
0.110370 print_debug_deviceinfo      (2):   0xd153 (Tune Preset 2)
0.110373 print_debug_deviceinfo      (2):   0xd154 (Tune Preset 3)
0.110375 print_debug_deviceinfo      (2):   0xd155 (Tune Preset 4)
0.110378 print_debug_deviceinfo      (2):   0xd160 (AF Beep Mode)
0.110381 print_debug_deviceinfo      (2):   0xd164 (Auto ISO P/A/DVP Setting)
0.110383 print_debug_deviceinfo      (2):   0xd183 (ISO Auto High Limit)
0.110386 print_debug_deviceinfo      (2):   0xd184 (Dynamic AF Area)
0.110389 print_debug_deviceinfo      (2):   0xd186 (Continuous Speed High)
0.110391 print_debug_deviceinfo      (2):   0xd187 (Info Disp Setting)
0.110395 print_debug_deviceinfo      (2):   0xd189 (Preview Button)
0.110398 print_debug_deviceinfo      (2):   0xd18a (Preview Button 2)
0.110401 print_debug_deviceinfo      (2):   0xd18b (AEAF Lock Button 2)
0.110403 print_debug_deviceinfo      (2):   0xd18d (Indicator Display)
0.110406 print_debug_deviceinfo      (2):   0xd1a0 (Live View Mode)
0.110409 print_debug_deviceinfo      (2):   0xd1a1 (Live View Drive Mode)
0.110412 print_debug_deviceinfo      (2):   0xd1a2 (Live View Status)
0.110414 print_debug_deviceinfo      (2):   0xd1a3 (Live View Image Zoom Ratio)
0.110417 print_debug_deviceinfo      (2):   0xd1a4 (Live View Prohibit Condition)
0.110420 print_debug_deviceinfo      (2):   0xd1b0 (Exposure Display Status)
0.110423 print_debug_deviceinfo      (2):   0xd1b1 (Exposure Indicate Status)
0.110425 print_debug_deviceinfo      (2):   0xd1b2 (Info Display Error Status)
0.110428 print_debug_deviceinfo      (2):   0xd1b3 (Exposure Indicate Lightup)
0.110431 print_debug_deviceinfo      (2):   0xd1f0 (ApplicationMode)
0.110434 print_debug_deviceinfo      (2):   0xd1f1 (ExposureRemaining)
0.110437 print_debug_deviceinfo      (2):   0xd1f2 (ActiveSlot)
0.110440 print_debug_deviceinfo      (2):   0xd200 (Active Pic Ctrl Item)
0.110442 print_debug_deviceinfo      (2):   0xd201 (Change Pic Ctrl Item)
0.110446 ptp_usb_sendreq             (2): Sending PTP_OC 0x1004 (Get storage IDs) request...
0.110448 gp_port_write               (3): Writing 12 = 0xc bytes to port...
0.110480 gp_port_write               (3): Wrote   12 = 0xc bytes to port: (hexdump of 12 bytes)
0000  0c 00 00 00 01 00 04 10-03 00 00 00              ............    

0.110484 ptp_usb_getdata             (2): Reading PTP_OC 0x1004 (Get storage IDs) data...
0.110486 gp_port_read                (3): Reading 1024 = 0x400 bytes from port...
0.110699 gp_port_read                (3): Read    24 = 0x18 out of 1024 bytes from port: (hexdump of 24 bytes)
0000  18 00 00 00 02 00 04 10-03 00 00 00 02 00 00 00  ................
0010  01 00 01 00 00 00 02 00-                         ........        

0.110702 ptp_usb_getresp             (2): Reading PTP_OC 0x1004 (Get storage IDs) response...
0.110705 gp_port_read                (3): Reading 1024 = 0x400 bytes from port...
0.110743 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.110747 ptp                         (2): (storage=0xffffffff, handle=0xffffffff)
0.110749 ptp                         (2): Listing ... 
0.110753 ptp_usb_sendreq             (2): Sending PTP_OC 0x1007 (Get object handles) (0xffffffff,0x0,0xffffffff) request...
0.110755 gp_port_write               (3): Writing 24 = 0x18 bytes to port...
0.110788 gp_port_write               (3): Wrote   24 = 0x18 bytes to port: (hexdump of 24 bytes)
0000  18 00 00 00 01 00 07 10-04 00 00 00 ff ff ff ff  ................
0010  00 00 00 00 ff ff ff ff-                         ........        

0.110791 ptp_usb_getdata             (2): Reading PTP_OC 0x1007 (Get object handles) data...
0.110793 gp_port_read                (3): Reading 1024 = 0x400 bytes from port...
0.191462 gp_port_read                (3): Read    20 = 0x14 out of 1024 bytes from port: (hexdump of 20 bytes)
0000  14 00 00 00 02 00 07 10-04 00 00 00 01 00 00 00  ................
0010  00 40 00 11            -                         .@..            

0.191479 ptp_usb_getresp             (2): Reading PTP_OC 0x1007 (Get object handles) response...
0.191481 gp_port_read                (3): Reading 1024 = 0x400 bytes from port...
0.191575 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.191579 ptp                         (2): adding new objectid 0x11004000 (nrofobs=0,j=0)
0.191583 ptp                         (2): (storage=0x00010001, handle=0xffffffff)
0.191585 ptp                         (2): Listing ... 
0.191596 ptp_usb_sendreq             (2): Sending PTP_OC 0x1007 (Get object handles) (0x10001,0x0,0xffffffff) request...
0.191599 gp_port_write               (3): Writing 24 = 0x18 bytes to port...
0.191632 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 01 00 01 00  ................
0010  00 00 00 00 ff ff ff ff-                         ........        

0.191635 ptp_usb_getdata             (2): Reading PTP_OC 0x1007 (Get object handles) data...
0.191637 gp_port_read                (3): Reading 1024 = 0x400 bytes from port...
0.291363 gp_port_read                (3): Read    20 = 0x14 out of 1024 bytes from port: (hexdump of 20 bytes)
0000  14 00 00 00 02 00 07 10-05 00 00 00 01 00 00 00  ................
0010  00 40 00 11            -                         .@..            

0.291370 ptp_usb_getresp             (2): Reading PTP_OC 0x1007 (Get object handles) response...
0.291373 gp_port_read                (3): Reading 1024 = 0x400 bytes from port...
0.291479 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-05 00 00 00              ....... ....    

0.291483 ptp                         (2): adding old objectid 0x11004000 (nrofobs=1,j=0)
0.291488 ptp_usb_sendreq             (2): Sending PTP_OC 0x90c2 (ChangeCameraMode) (0x1) request...
0.291491 gp_port_write               (3): Writing 16 = 0x10 bytes to port...
0.291524 gp_port_write               (3): Wrote   16 = 0x10 bytes to port: (hexdump of 16 bytes)
0000  10 00 00 00 01 00 c2 90-06 00 00 00 01 00 00 00  ................

0.291527 ptp_usb_getresp             (2): Reading PTP_OC 0x90c2 (ChangeCameraMode) response...
0.291529 gp_port_read                (3): Reading 1024 = 0x400 bytes from port...
0.346451 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-06 00 00 00              ....... ....    

0.346458 ptp_usb_sendreq             (2): Sending PTP_OC 0x1014 (Get device property description) (0x5013) request...
0.346460 gp_port_write               (3): Writing 16 = 0x10 bytes to port...
0.346493 gp_port_write               (3): Wrote   16 = 0x10 bytes to port: (hexdump of 16 bytes)
0000  10 00 00 00 01 00 14 10-07 00 00 00 13 50 00 00  .............P..

0.346497 ptp_usb_getdata             (2): Reading PTP_OC 0x1014 (Get device property description) data...
0.346499 gp_port_read                (3): Reading 1024 = 0x400 bytes from port...
0.346951 gp_port_read                (3): Read    36 = 0x24 out of 1024 bytes from port: (hexdump of 36 bytes)
0000  24 00 00 00 02 00 14 10-07 00 00 00 13 50 04 00  $............P..
0010  01 01 00 01 00 02 06 00-01 00 02 00 10 80 11 80  ................
0020  12 80 13 80            -                         ....            

0.346955 ptp_usb_getresp             (2): Reading PTP_OC 0x1014 (Get device property description) response...
0.346957 gp_port_read                (3): Reading 1024 = 0x400 bytes from port...
0.347001 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-07 00 00 00              ....... ....    

0.347006 ptp_usb_sendreq             (2): Sending PTP_OC 0x1015 (Get device property value) (0xd1a2) request...
0.347008 gp_port_write               (3): Writing 16 = 0x10 bytes to port...
0.347045 gp_port_write               (3): Wrote   16 = 0x10 bytes to port: (hexdump of 16 bytes)
0000  10 00 00 00 01 00 15 10-08 00 00 00 a2 d1 00 00  ................

0.347048 ptp_usb_getdata             (2): Reading PTP_OC 0x1015 (Get device property value) data...
0.347050 gp_port_read                (3): Reading 1024 = 0x400 bytes from port...
0.347232 gp_port_read                (3): Read    13 = 0xd out of 1024 bytes from port: (hexdump of 13 bytes)
0000  0d 00 00 00 02 00 15 10-08 00 00 00 00           .............   

0.347236 ptp_usb_getresp             (2): Reading PTP_OC 0x1015 (Get device property value) response...
0.347240 gp_port_read                (3): Reading 1024 = 0x400 bytes from port...
0.347322 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-08 00 00 00              ....... ....    

0.347326 ptp_usb_sendreq             (2): Sending PTP_OC 0x9207 (InitiateCaptureRecInMedia) (0xffffffff,0x1) request...
0.347328 gp_port_write               (3): Writing 20 = 0x14 bytes to port...
0.347367 gp_port_write               (3): Wrote   20 = 0x14 bytes to port: (hexdump of 20 bytes)
0000  14 00 00 00 01 00 07 92-09 00 00 00 ff ff ff ff  ................
0010  01 00 00 00            -                         ....            

0.347370 ptp_usb_getresp             (2): Reading PTP_OC 0x9207 (InitiateCaptureRecInMedia) response...
0.347372 gp_port_read                (3): Reading 1024 = 0x400 bytes from port...
0.347567 gp_port_read                (3): Read    12 = 0xc out of 1024 bytes from port: (hexdump of 12 bytes)
0000  0c 00 00 00 03 00 06 20-09 00 00 00              ....... ....    

0.347571 ptp_usb_getresp [usb.c:516] (0): PTP_OC 0x9207 receiving resp failed: PTP Parameter Not Supported (0x2006)
0.347575 camera_nikon_capture [library.c:4136](0): 'ret' failed: 'PTP Parameter Not Supported' (0x2006)
0.347583 gp_context_error            (0): PTP Parameter Not Supported
0.347602 gp_camera_capture [gphoto2-camera.c:1324](0): 'camera->functions->capture (camera, type, path, context)' failed: -2
0.347614 camera_wait_for_event       (2): waiting for events timeout 3000 ms
0.347618 ptp_usb_sendreq             (2): Sending PTP_OC 0x90c7 (GetEvent) request...
0.347620 gp_port_write               (3): Writing 12 = 0xc bytes to port...
0.347655 gp_port_write               (3): Wrote   12 = 0xc bytes to port: (hexdump of 12 bytes)
0000  0c 00 00 00 01 00 c7 90-0a 00 00 00              ............    

0.347659 ptp_usb_getdata             (2): Reading PTP_OC 0x90c7 (GetEvent) data...
0.347661 gp_port_read                (3): Reading 1024 = 0x400 bytes from port...
0.347844 gp_port_read                (3): Read    26 = 0x1a out of 1024 bytes from port: (hexdump of 26 bytes)
0000  1a 00 00 00 02 00 c7 90-0a 00 00 00 02 00 06 40  ...............@
0010  0b 50 00 00 06 40 1c 50-00 00                    .P...@.P..      

0.347847 ptp_usb_getresp             (2): Reading PTP_OC 0x90c7 (GetEvent) response...
0.347849 gp_port_read                (3): Reading 1024 = 0x400 bytes from port...
0.347900 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-0a 00 00 00              ....... ....    

0.347903 camera_wait_for_event       (2): event.Code is 4006 / param 500b
0.347907 ptp_usb_sendreq             (2): Sending PTP_OC 0x1014 (Get device property description) (0x500b) request...
0.347909 gp_port_write               (3): Writing 16 = 0x10 bytes to port...
0.347943 gp_port_write               (3): Wrote   16 = 0x10 bytes to port: (hexdump of 16 bytes)
0000  10 00 00 00 01 00 14 10-0b 00 00 00 0b 50 00 00  .............P..

0.347947 ptp_usb_getdata             (2): Reading PTP_OC 0x1014 (Get device property description) data...
0.347949 gp_port_read                (3): Reading 1024 = 0x400 bytes from port...
0.348226 gp_port_read                (3): Read    30 = 0x1e out of 1024 bytes from port: (hexdump of 30 bytes)
0000  1e 00 00 00 02 00 14 10-0b 00 00 00 0b 50 04 00  .............P..
0010  01 03 00 04 00 02 03 00-02 00 03 00 04 00        ..............  

0.348230 ptp_usb_getresp             (2): Reading PTP_OC 0x1014 (Get device property description) response...
0.348232 gp_port_read                (3): Reading 1024 = 0x400 bytes from port...
0.348322 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-0b 00 00 00              ....... ....    

0.348331 camera_lookup_by_property   (2): usb vendor/product specific path entered
0.348335 camera_lookup_by_property   (2): Getting table based PTP property 'Exposure Metering Mode' / 0x500b
0.348355 gp_widget_set_value         (2): Setting value of widget 'Exposure Metering Mode' to 'Center Spot'...
0.348361 camera_wait_for_event       (2): waiting for events timeout 3000 ms
0.348364 ptp_usb_sendreq             (2): Sending PTP_OC 0x90c7 (GetEvent) request...
0.348366 gp_port_write               (3): Writing 12 = 0xc bytes to port...
0.348402 gp_port_write               (3): Wrote   12 = 0xc bytes to port: (hexdump of 12 bytes)
0000  0c 00 00 00 01 00 c7 90-0c 00 00 00              ............    

0.348405 ptp_usb_getdata             (2): Reading PTP_OC 0x90c7 (GetEvent) data...
0.348407 gp_port_read                (3): Reading 1024 = 0x400 bytes from port...
0.348572 gp_port_read                (3): Read    14 = 0xe out of 1024 bytes from port: (hexdump of 14 bytes)
0000  0e 00 00 00 02 00 c7 90-0c 00 00 00 00 00        ..............  

0.348575 ptp_usb_getresp             (2): Reading PTP_OC 0x90c7 (GetEvent) response...
0.348577 gp_port_read                (3): Reading 1024 = 0x400 bytes from port...
0.348616 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-0c 00 00 00              ....... ....    

0.348619 camera_wait_for_event       (2): event.Code is 4006 / param 501c
0.348622 ptp_usb_sendreq             (2): Sending PTP_OC 0x1014 (Get device property description) (0x501c) request...
0.348624 gp_port_write               (3): Writing 16 = 0x10 bytes to port...
0.348660 gp_port_write               (3): Wrote   16 = 0x10 bytes to port: (hexdump of 16 bytes)
0000  10 00 00 00 01 00 14 10-0d 00 00 00 1c 50 00 00  .............P..

0.348664 ptp_usb_getdata             (2): Reading PTP_OC 0x1014 (Get device property description) data...
0.348666 gp_port_read                (3): Reading 1024 = 0x400 bytes from port...
0.348948 gp_port_read                (3): Read    30 = 0x1e out of 1024 bytes from port: (hexdump of 30 bytes)
0000  1e 00 00 00 02 00 14 10-0d 00 00 00 1c 50 04 00  .............P..
0010  01 10 80 10 80 02 03 00-02 00 10 80 11 80        ..............  

0.348951 ptp_usb_getresp             (2): Reading PTP_OC 0x1014 (Get device property description) response...
0.348953 gp_port_read                (3): Reading 1024 = 0x400 bytes from port...
0.348992 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-0d 00 00 00              ....... ....    

0.348996 camera_lookup_by_property   (2): usb vendor/product specific path entered
0.348998 camera_lookup_by_property   (2): Getting table based PTP property 'Focus Metering Mode' / 0x501c
0.349004 gp_widget_set_value         (2): Setting value of widget 'Focus Metering Mode' to 'Single Area'...
0.349007 camera_wait_for_event       (2): waiting for events timeout 2999 ms
0.349010 ptp_usb_sendreq             (2): Sending PTP_OC 0x90c7 (GetEvent) request...
0.349012 gp_port_write               (3): Writing 12 = 0xc bytes to port...
0.349039 gp_port_write               (3): Wrote   12 = 0xc bytes to port: (hexdump of 12 bytes)
0000  0c 00 00 00 01 00 c7 90-0e 00 00 00              ............    

0.349042 ptp_usb_getdata             (2): Reading PTP_OC 0x90c7 (GetEvent) data...
0.349044 gp_port_read                (3): Reading 1024 = 0x400 bytes from port...
0.349197 gp_port_read                (3): Read    14 = 0xe out of 1024 bytes from port: (hexdump of 14 bytes)
0000  0e 00 00 00 02 00 c7 90-0e 00 00 00 00 00        ..............  

0.349200 ptp_usb_getresp             (2): Reading PTP_OC 0x90c7 (GetEvent) response...
0.349202 gp_port_read                (3): Reading 1024 = 0x400 bytes from port...
0.349241 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-0e 00 00 00              ....... ....    

0.399308 ptp_usb_sendreq             (2): Sending PTP_OC 0x90c7 (GetEvent) request...
0.399326 gp_port_write               (3): Writing 12 = 0xc bytes to port...
0.399383 gp_port_write               (3): Wrote   12 = 0xc bytes to port: (hexdump of 12 bytes)
0000  0c 00 00 00 01 00 c7 90-0f 00 00 00              ............    

0.399387 ptp_usb_getdata             (2): Reading PTP_OC 0x90c7 (GetEvent) data...
0.399390 gp_port_read                (3): Reading 1024 = 0x400 bytes from port...
0.399589 gp_port_read                (3): Read    14 = 0xe out of 1024 bytes from port: (hexdump of 14 bytes)
0000  0e 00 00 00 02 00 c7 90-0f 00 00 00 00 00        ..............  

0.399593 ptp_usb_getresp             (2): Reading PTP_OC 0x90c7 (GetEvent) response...
0.399595 gp_port_read                (3): Reading 1024 = 0x400 bytes from port...
0.399697 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-0f 00 00 00              ....... ....    

0.499753 ptp_usb_sendreq             (2): Sending PTP_OC 0x90c7 (GetEvent) request...
0.499761 gp_port_write               (3): Writing 12 = 0xc bytes to port...
0.499804 gp_port_write               (3): Wrote   12 = 0xc bytes to port: (hexdump of 12 bytes)
0000  0c 00 00 00 01 00 c7 90-10 00 00 00              ............    

0.499807 ptp_usb_getdata             (2): Reading PTP_OC 0x90c7 (GetEvent) data...
0.499810 gp_port_read                (3): Reading 1024 = 0x400 bytes from port...
0.499988 gp_port_read                (3): Read    14 = 0xe out of 1024 bytes from port: (hexdump of 14 bytes)
0000  0e 00 00 00 02 00 c7 90-10 00 00 00 00 00        ..............  

0.499992 ptp_usb_getresp             (2): Reading PTP_OC 0x90c7 (GetEvent) response...
0.499995 gp_port_read                (3): Reading 1024 = 0x400 bytes from port...
0.500071 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-10 00 00 00              ....... ....    

0.650123 ptp_usb_sendreq             (2): Sending PTP_OC 0x90c7 (GetEvent) request...
0.650128 gp_port_write               (3): Writing 12 = 0xc bytes to port...
0.650163 gp_port_write               (3): Wrote   12 = 0xc bytes to port: (hexdump of 12 bytes)
0000  0c 00 00 00 01 00 c7 90-11 00 00 00              ............    

0.650168 ptp_usb_getdata             (2): Reading PTP_OC 0x90c7 (GetEvent) data...
0.650170 gp_port_read                (3): Reading 1024 = 0x400 bytes from port...
0.650356 gp_port_read                (3): Read    14 = 0xe out of 1024 bytes from port: (hexdump of 14 bytes)
0000  0e 00 00 00 02 00 c7 90-11 00 00 00 00 00        ..............  

0.650360 ptp_usb_getresp             (2): Reading PTP_OC 0x90c7 (GetEvent) response...
0.650362 gp_port_read                (3): Reading 1024 = 0x400 bytes from port...
0.650444 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-11 00 00 00              ....... ....    

0.850497 ptp_usb_sendreq             (2): Sending PTP_OC 0x90c7 (GetEvent) request...
0.850508 gp_port_write               (3): Writing 12 = 0xc bytes to port...
0.850552 gp_port_write               (3): Wrote   12 = 0xc bytes to port: (hexdump of 12 bytes)
0000  0c 00 00 00 01 00 c7 90-12 00 00 00              ............    

0.850558 ptp_usb_getdata             (2): Reading PTP_OC 0x90c7 (GetEvent) data...
0.850560 gp_port_read                (3): Reading 1024 = 0x400 bytes from port...
0.850820 gp_port_read                (3): Read    14 = 0xe out of 1024 bytes from port: (hexdump of 14 bytes)
0000  0e 00 00 00 02 00 c7 90-12 00 00 00 00 00        ..............  

0.850823 ptp_usb_getresp             (2): Reading PTP_OC 0x90c7 (GetEvent) response...
0.850825 gp_port_read                (3): Reading 1024 = 0x400 bytes from port...
0.850865 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-12 00 00 00              ....... ....    

1.050930 ptp_usb_sendreq             (2): Sending PTP_OC 0x90c7 (GetEvent) request...
1.050950 gp_port_write               (3): Writing 12 = 0xc bytes to port...
1.051013 gp_port_write               (3): Wrote   12 = 0xc bytes to port: (hexdump of 12 bytes)
0000  0c 00 00 00 01 00 c7 90-13 00 00 00              ............    

1.051020 ptp_usb_getdata             (2): Reading PTP_OC 0x90c7 (GetEvent) data...
1.051023 gp_port_read                (3): Reading 1024 = 0x400 bytes from port...
1.051206 gp_port_read                (3): Read    14 = 0xe out of 1024 bytes from port: (hexdump of 14 bytes)
0000  0e 00 00 00 02 00 c7 90-13 00 00 00 00 00        ..............  

1.051211 ptp_usb_getresp             (2): Reading PTP_OC 0x90c7 (GetEvent) response...
1.051213 gp_port_read                (3): Reading 1024 = 0x400 bytes from port...
1.051316 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-13 00 00 00              ....... ....    

1.251370 ptp_usb_sendreq             (2): Sending PTP_OC 0x90c7 (GetEvent) request...
1.251381 gp_port_write               (3): Writing 12 = 0xc bytes to port...
1.251424 gp_port_write               (3): Wrote   12 = 0xc bytes to port: (hexdump of 12 bytes)
0000  0c 00 00 00 01 00 c7 90-14 00 00 00              ............    

1.251430 ptp_usb_getdata             (2): Reading PTP_OC 0x90c7 (GetEvent) data...
1.251432 gp_port_read                (3): Reading 1024 = 0x400 bytes from port...
1.251699 gp_port_read                (3): Read    14 = 0xe out of 1024 bytes from port: (hexdump of 14 bytes)
0000  0e 00 00 00 02 00 c7 90-14 00 00 00 00 00        ..............  

1.251703 ptp_usb_getresp             (2): Reading PTP_OC 0x90c7 (GetEvent) response...
1.251705 gp_port_read                (3): Reading 1024 = 0x400 bytes from port...
1.251854 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-14 00 00 00              ....... ....    

1.451912 ptp_usb_sendreq             (2): Sending PTP_OC 0x90c7 (GetEvent) request...
1.451923 gp_port_write               (3): Writing 12 = 0xc bytes to port...
1.451966 gp_port_write               (3): Wrote   12 = 0xc bytes to port: (hexdump of 12 bytes)
0000  0c 00 00 00 01 00 c7 90-15 00 00 00              ............    

1.451970 ptp_usb_getdata             (2): Reading PTP_OC 0x90c7 (GetEvent) data...
1.451973 gp_port_read                (3): Reading 1024 = 0x400 bytes from port...
1.452189 gp_port_read                (3): Read    14 = 0xe out of 1024 bytes from port: (hexdump of 14 bytes)
0000  0e 00 00 00 02 00 c7 90-15 00 00 00 00 00        ..............  

1.452193 ptp_usb_getresp             (2): Reading PTP_OC 0x90c7 (GetEvent) response...
1.452195 gp_port_read                (3): Reading 1024 = 0x400 bytes from port...
1.452233 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-15 00 00 00              ....... ....    

1.652289 ptp_usb_sendreq             (2): Sending PTP_OC 0x90c7 (GetEvent) request...
1.652302 gp_port_write               (3): Writing 12 = 0xc bytes to port...
1.652349 gp_port_write               (3): Wrote   12 = 0xc bytes to port: (hexdump of 12 bytes)
0000  0c 00 00 00 01 00 c7 90-16 00 00 00              ............    

1.652354 ptp_usb_getdata             (2): Reading PTP_OC 0x90c7 (GetEvent) data...
1.652357 gp_port_read                (3): Reading 1024 = 0x400 bytes from port...
1.652563 gp_port_read                (3): Read    14 = 0xe out of 1024 bytes from port: (hexdump of 14 bytes)
0000  0e 00 00 00 02 00 c7 90-16 00 00 00 00 00        ..............  

1.652567 ptp_usb_getresp             (2): Reading PTP_OC 0x90c7 (GetEvent) response...
1.652569 gp_port_read                (3): Reading 1024 = 0x400 bytes from port...
1.652686 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-16 00 00 00              ....... ....    

1.852752 ptp_usb_sendreq             (2): Sending PTP_OC 0x90c7 (GetEvent) request...
1.852769 gp_port_write               (3): Writing 12 = 0xc bytes to port...
1.852824 gp_port_write               (3): Wrote   12 = 0xc bytes to port: (hexdump of 12 bytes)
0000  0c 00 00 00 01 00 c7 90-17 00 00 00              ............    

1.852830 ptp_usb_getdata             (2): Reading PTP_OC 0x90c7 (GetEvent) data...
1.852832 gp_port_read                (3): Reading 1024 = 0x400 bytes from port...
1.853060 gp_port_read                (3): Read    14 = 0xe out of 1024 bytes from port: (hexdump of 14 bytes)
0000  0e 00 00 00 02 00 c7 90-17 00 00 00 00 00        ..............  

1.853064 ptp_usb_getresp             (2): Reading PTP_OC 0x90c7 (GetEvent) response...
1.853066 gp_port_read                (3): Reading 1024 = 0x400 bytes from port...
1.853103 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-17 00 00 00              ....... ....    

2.053175 ptp_usb_sendreq             (2): Sending PTP_OC 0x90c7 (GetEvent) request...
2.053200 gp_port_write               (3): Writing 12 = 0xc bytes to port...
2.053258 gp_port_write               (3): Wrote   12 = 0xc bytes to port: (hexdump of 12 bytes)
0000  0c 00 00 00 01 00 c7 90-18 00 00 00              ............    

2.053265 ptp_usb_getdata             (2): Reading PTP_OC 0x90c7 (GetEvent) data...
2.053268 gp_port_read                (3): Reading 1024 = 0x400 bytes from port...
2.053468 gp_port_read                (3): Read    14 = 0xe out of 1024 bytes from port: (hexdump of 14 bytes)
0000  0e 00 00 00 02 00 c7 90-18 00 00 00 00 00        ..............  

2.053473 ptp_usb_getresp             (2): Reading PTP_OC 0x90c7 (GetEvent) response...
2.053475 gp_port_read                (3): Reading 1024 = 0x400 bytes from port...
2.053573 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-18 00 00 00              ....... ....    

2.253648 ptp_usb_sendreq             (2): Sending PTP_OC 0x90c7 (GetEvent) request...
2.253676 gp_port_write               (3): Writing 12 = 0xc bytes to port...
2.253735 gp_port_write               (3): Wrote   12 = 0xc bytes to port: (hexdump of 12 bytes)
0000  0c 00 00 00 01 00 c7 90-19 00 00 00              ............    

2.253741 ptp_usb_getdata             (2): Reading PTP_OC 0x90c7 (GetEvent) data...
2.253745 gp_port_read                (3): Reading 1024 = 0x400 bytes from port...
2.254059 gp_port_read                (3): Read    14 = 0xe out of 1024 bytes from port: (hexdump of 14 bytes)
0000  0e 00 00 00 02 00 c7 90-19 00 00 00 00 00        ..............  

2.254064 ptp_usb_getresp             (2): Reading PTP_OC 0x90c7 (GetEvent) response...
2.254066 gp_port_read                (3): Reading 1024 = 0x400 bytes from port...
2.254180 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-19 00 00 00              ....... ....    

2.454272 ptp_usb_sendreq             (2): Sending PTP_OC 0x90c7 (GetEvent) request...
2.454291 gp_port_write               (3): Writing 12 = 0xc bytes to port...
2.454341 gp_port_write               (3): Wrote   12 = 0xc bytes to port: (hexdump of 12 bytes)
0000  0c 00 00 00 01 00 c7 90-1a 00 00 00              ............    

2.454348 ptp_usb_getdata             (2): Reading PTP_OC 0x90c7 (GetEvent) data...
2.454351 gp_port_read                (3): Reading 1024 = 0x400 bytes from port...
2.454557 gp_port_read                (3): Read    14 = 0xe out of 1024 bytes from port: (hexdump of 14 bytes)
0000  0e 00 00 00 02 00 c7 90-1a 00 00 00 00 00        ..............  

2.454561 ptp_usb_getresp             (2): Reading PTP_OC 0x90c7 (GetEvent) response...
2.454563 gp_port_read                (3): Reading 1024 = 0x400 bytes from port...
2.454679 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-1a 00 00 00              ....... ....    

2.654746 ptp_usb_sendreq             (2): Sending PTP_OC 0x90c7 (GetEvent) request...
2.654771 gp_port_write               (3): Writing 12 = 0xc bytes to port...
2.654824 gp_port_write               (3): Wrote   12 = 0xc bytes to port: (hexdump of 12 bytes)
0000  0c 00 00 00 01 00 c7 90-1b 00 00 00              ............    

2.654830 ptp_usb_getdata             (2): Reading PTP_OC 0x90c7 (GetEvent) data...
2.654833 gp_port_read                (3): Reading 1024 = 0x400 bytes from port...
2.655054 gp_port_read                (3): Read    14 = 0xe out of 1024 bytes from port: (hexdump of 14 bytes)
0000  0e 00 00 00 02 00 c7 90-1b 00 00 00 00 00        ..............  

2.655059 ptp_usb_getresp             (2): Reading PTP_OC 0x90c7 (GetEvent) response...
2.655061 gp_port_read                (3): Reading 1024 = 0x400 bytes from port...
2.655097 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-1b 00 00 00              ....... ....    

2.855157 ptp_usb_sendreq             (2): Sending PTP_OC 0x90c7 (GetEvent) request...
2.855167 gp_port_write               (3): Writing 12 = 0xc bytes to port...
2.855204 gp_port_write               (3): Wrote   12 = 0xc bytes to port: (hexdump of 12 bytes)
0000  0c 00 00 00 01 00 c7 90-1c 00 00 00              ............    

2.855208 ptp_usb_getdata             (2): Reading PTP_OC 0x90c7 (GetEvent) data...
2.855210 gp_port_read                (3): Reading 1024 = 0x400 bytes from port...
2.855428 gp_port_read                (3): Read    14 = 0xe out of 1024 bytes from port: (hexdump of 14 bytes)
0000  0e 00 00 00 02 00 c7 90-1c 00 00 00 00 00        ..............  

2.855434 ptp_usb_getresp             (2): Reading PTP_OC 0x90c7 (GetEvent) response...
2.855436 gp_port_read                (3): Reading 1024 = 0x400 bytes from port...
2.855551 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-1c 00 00 00              ....... ....    

3.055625 ptp_usb_sendreq             (2): Sending PTP_OC 0x90c7 (GetEvent) request...
3.055652 gp_port_write               (3): Writing 12 = 0xc bytes to port...
3.055714 gp_port_write               (3): Wrote   12 = 0xc bytes to port: (hexdump of 12 bytes)
0000  0c 00 00 00 01 00 c7 90-1d 00 00 00              ............    

3.055721 ptp_usb_getdata             (2): Reading PTP_OC 0x90c7 (GetEvent) data...
3.055724 gp_port_read                (3): Reading 1024 = 0x400 bytes from port...
3.055927 gp_port_read                (3): Read    14 = 0xe out of 1024 bytes from port: (hexdump of 14 bytes)
0000  0e 00 00 00 02 00 c7 90-1d 00 00 00 00 00        ..............  

3.055932 ptp_usb_getresp             (2): Reading PTP_OC 0x90c7 (GetEvent) response...
3.055934 gp_port_read                (3): Reading 1024 = 0x400 bytes from port...
3.055978 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-1d 00 00 00              ....... ....    

3.256049 ptp_usb_sendreq             (2): Sending PTP_OC 0x90c7 (GetEvent) request...
3.256077 gp_port_write               (3): Writing 12 = 0xc bytes to port...
3.256140 gp_port_write               (3): Wrote   12 = 0xc bytes to port: (hexdump of 12 bytes)
0000  0c 00 00 00 01 00 c7 90-1e 00 00 00              ............    

3.256147 ptp_usb_getdata             (2): Reading PTP_OC 0x90c7 (GetEvent) data...
3.256150 gp_port_read                (3): Reading 1024 = 0x400 bytes from port...
3.256425 gp_port_read                (3): Read    14 = 0xe out of 1024 bytes from port: (hexdump of 14 bytes)
0000  0e 00 00 00 02 00 c7 90-1e 00 00 00 00 00        ..............  

3.256430 ptp_usb_getresp             (2): Reading PTP_OC 0x90c7 (GetEvent) response...
3.256432 gp_port_read                (3): Reading 1024 = 0x400 bytes from port...
3.256565 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-1e 00 00 00              ....... ....    

3.347625 ptp_usb_sendreq             (2): Sending PTP_OC 0x90c7 (GetEvent) request...
3.347638 gp_port_write               (3): Writing 12 = 0xc bytes to port...
3.347676 gp_port_write               (3): Wrote   12 = 0xc bytes to port: (hexdump of 12 bytes)
0000  0c 00 00 00 01 00 c7 90-1f 00 00 00              ............    

3.347680 ptp_usb_getdata             (2): Reading PTP_OC 0x90c7 (GetEvent) data...
3.347682 gp_port_read                (3): Reading 1024 = 0x400 bytes from port...
3.347921 gp_port_read                (3): Read    14 = 0xe out of 1024 bytes from port: (hexdump of 14 bytes)
0000  0e 00 00 00 02 00 c7 90-1f 00 00 00 00 00        ..............  

3.347925 ptp_usb_getresp             (2): Reading PTP_OC 0x90c7 (GetEvent) response...
3.347927 gp_port_read                (3): Reading 1024 = 0x400 bytes from port...
3.347965 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-1f 00 00 00              ....... ....    

3.348135 gp_camera_free              (2): Freeing camera...
3.348139 gp_camera_exit              (2): Exiting camera ('Nikon DSC D3x (PTP mode)')...
3.348143 ptp_usb_sendreq             (2): Sending PTP_OC 0x9202 (EndLiveView) request...
3.348146 gp_port_write               (3): Writing 12 = 0xc bytes to port...
3.348179 gp_port_write               (3): Wrote   12 = 0xc bytes to port: (hexdump of 12 bytes)
0000  0c 00 00 00 01 00 02 92-20 00 00 00              ........ ...    

3.348182 ptp_usb_getresp             (2): Reading PTP_OC 0x9202 (EndLiveView) response...
3.348184 gp_port_read                (3): Reading 1024 = 0x400 bytes from port...
3.348296 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-20 00 00 00              .......  ...    

3.348301 ptp_usb_sendreq             (2): Sending PTP_OC 0x90c2 (ChangeCameraMode) (0x0) request...
3.348303 gp_port_write               (3): Writing 16 = 0x10 bytes to port...
3.348340 gp_port_write               (3): Wrote   16 = 0x10 bytes to port: (hexdump of 16 bytes)
0000  10 00 00 00 01 00 c2 90-21 00 00 00 00 00 00 00  ........!.......

3.348343 ptp_usb_getresp             (2): Reading PTP_OC 0x90c2 (ChangeCameraMode) response...
3.348345 gp_port_read                (3): Reading 1024 = 0x400 bytes from port...
3.392303 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-21 00 00 00              ....... !...    

3.392318 ptp_usb_sendreq             (2): Sending PTP_OC 0x90c7 (GetEvent) request...
3.392321 gp_port_write               (3): Writing 12 = 0xc bytes to port...
3.392357 gp_port_write               (3): Wrote   12 = 0xc bytes to port: (hexdump of 12 bytes)
0000  0c 00 00 00 01 00 c7 90-22 00 00 00              ........"...    

3.392360 ptp_usb_getdata             (2): Reading PTP_OC 0x90c7 (GetEvent) data...
3.392363 gp_port_read                (3): Reading 1024 = 0x400 bytes from port...
3.392700 gp_port_read                (3): Read    26 = 0x1a out of 1024 bytes from port: (hexdump of 26 bytes)
0000  1a 00 00 00 02 00 c7 90-22 00 00 00 02 00 06 40  ........"......@
0010  0b 50 00 00 06 40 1c 50-00 00                    .P...@.P..      

3.392705 ptp_usb_getresp             (2): Reading PTP_OC 0x90c7 (GetEvent) response...
3.392708 gp_port_read                (3): Reading 1024 = 0x400 bytes from port...
3.392797 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-22 00 00 00              ....... "...    

3.392802 camera_exit                 (2): missed ptp event 0x4006 (param1=500b)
3.392804 camera_exit                 (2): missed ptp event 0x4006 (param1=501c)
3.392807 ptp_usb_sendreq             (2): Sending PTP_OC 0x1003 (Close session) request...
3.392809 gp_port_write               (3): Writing 12 = 0xc bytes to port...
3.392840 gp_port_write               (3): Wrote   12 = 0xc bytes to port: (hexdump of 12 bytes)
0000  0c 00 00 00 01 00 03 10-23 00 00 00              ........#...    

3.392856 ptp_usb_getresp             (2): Reading PTP_OC 0x1003 (Close session) response...
3.392858 gp_port_read                (3): Reading 1024 = 0x400 bytes from port...
3.393173 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-23 00 00 00              ....... #...    

3.393183 gp_port_close               (2): Closing port...
3.394241 _close_async_interrupts     (2): canceling transfer 0:0x555656a22238 (status 0)
3.394319 _close_async_interrupts     (2): canceling transfer 1:0x555656a274d8 (status 0)
3.394406 _close_async_interrupts     (2): canceling transfer 2:0x555656a0d928 (status 0)
3.394494 _close_async_interrupts     (2): canceling transfer 3:0x555656a10668 (status 0)
3.394583 _close_async_interrupts     (2): canceling transfer 4:0x555656a3e1c8 (status 0)
3.394672 _close_async_interrupts     (2): canceling transfer 5:0x555656a25968 (status 0)
3.394760 _close_async_interrupts     (2): canceling transfer 6:0x555656a0fc88 (status 0)
3.394848 _close_async_interrupts     (2): canceling transfer 7:0x555656a24218 (status 0)
3.394938 _close_async_interrupts     (2): canceling transfer 8:0x555656a14008 (status 0)
3.395028 _close_async_interrupts     (2): canceling transfer 9:0x555656a4c208 (status 0)
3.395118 _cb_irq                     (2): 0x555656a22238 with status 3
3.395121 _cb_irq                     (2): Transfer 0x555656a22238 should be in LIBUSB_TRANSFER_COMPLETED, but is 3!
3.395124 _cb_irq                     (2): 0x555656a274d8 with status 3
3.395126 _cb_irq                     (2): Transfer 0x555656a274d8 should be in LIBUSB_TRANSFER_COMPLETED, but is 3!
3.395129 _cb_irq                     (2): 0x555656a0d928 with status 3
3.395131 _cb_irq                     (2): Transfer 0x555656a0d928 should be in LIBUSB_TRANSFER_COMPLETED, but is 3!
3.395135 _cb_irq                     (2): 0x555656a10668 with status 3
3.395137 _cb_irq                     (2): Transfer 0x555656a10668 should be in LIBUSB_TRANSFER_COMPLETED, but is 3!
3.395140 _cb_irq                     (2): 0x555656a3e1c8 with status 3
3.395142 _cb_irq                     (2): Transfer 0x555656a3e1c8 should be in LIBUSB_TRANSFER_COMPLETED, but is 3!
3.395145 _cb_irq                     (2): 0x555656a25968 with status 3
3.395147 _cb_irq                     (2): Transfer 0x555656a25968 should be in LIBUSB_TRANSFER_COMPLETED, but is 3!
3.395150 _cb_irq                     (2): 0x555656a0fc88 with status 3
3.395152 _cb_irq                     (2): Transfer 0x555656a0fc88 should be in LIBUSB_TRANSFER_COMPLETED, but is 3!
3.395155 _cb_irq                     (2): 0x555656a24218 with status 3
3.395157 _cb_irq                     (2): Transfer 0x555656a24218 should be in LIBUSB_TRANSFER_COMPLETED, but is 3!
3.395161 _cb_irq                     (2): 0x555656a14008 with status 3
3.395163 _cb_irq                     (2): Transfer 0x555656a14008 should be in LIBUSB_TRANSFER_COMPLETED, but is 3!
3.395167 _cb_irq                     (2): 0x555656a4c208 with status 3
3.395169 _cb_irq                     (2): Transfer 0x555656a4c208 should be in LIBUSB_TRANSFER_COMPLETED, but is 3!
3.395352 gp_filesystem_reset         (2): resetting filesystem
3.395358 gp_filesystem_lru_clear     (2): Clearing fscache LRU list...
3.395359 gp_filesystem_lru_clear     (2): fscache LRU list already empty
3.395362 delete_all_folders          (2): Internally deleting all folders from '/'...
3.395365 lookup_folder               (2): Lookup folder '/'...
3.395367 lookup_folder               (2): Found! / is 0x5556569f2890
3.395369 recurse_delete_folder       (2): Recurse delete folder 0x5556569f2890//
3.395371 delete_all_files            (2): Delete all files in folder 0x5556569f2890//
3.395374 gp_port_free                (2): Freeing port...
3.395376 gp_port_close               (2): Closing port...
3.395519 gp_filesystem_reset         (2): resetting filesystem
3.395523 gp_filesystem_lru_clear     (2): Clearing fscache LRU list...
3.395525 gp_filesystem_lru_clear     (2): fscache LRU list already empty
3.395531 delete_all_folders          (2): Internally deleting all folders from '/'...
3.395533 lookup_folder               (2): Lookup folder '/'...
3.395535 lookup_folder               (2): Found! / is 0x5556569f2890
3.395537 recurse_delete_folder       (2): Recurse delete folder 0x5556569f2890//
3.395539 delete_all_files            (2): Delete all files in folder 0x5556569f2890//```



@klaasdewaele
Copy link

Hi,
I found that 0x9207 corresponds to InitiateCaptureRecInMedia in https://github.com/gphoto/libgphoto2/blob/master/camlibs/ptp2/ptp.h:

562 #define PTP_OC_NIKON_InitiateCaptureRecInMedia 0x9207 /* 1 params */

Does this mean that InitiateCaptureRecInMedia command is not supported by Nikon D3X?

Is it useful to suppress this command in the libgphoto2 library.c file? (similar to suggestion in gphoto/libgphoto2#140)?

If yes, what lines to comment out? I'm not sure where the D3X model is defined in the library file?

Does it fall within the D3000 series? (which might not be appropriate since D3X does not belong to Nikon's entry-level line D3000 series?)

if (params->deviceinfo.Model && (sscanf(params->deviceinfo.Model,"D%d", &nikond)))
		{
			if ((nikond >= 3000) && (nikond < 3199)) {
                                ...
			if ((nikond >= 3200) && (nikond < 3299)) {
				...
			if ((nikond >= 3300) && (nikond < 3999)) {
                                ...

@msmeissn
Copy link
Contributor

msmeissn commented Sep 4, 2024

The D3x InitiateCaptureRecInMedia command has a bit different parameter syntax than the others.

i added a hack to handle this

msmeissn added a commit to gphoto/libgphoto2 that referenced this issue Sep 4, 2024
@msmeissn
Copy link
Contributor

msmeissn commented Sep 4, 2024

can you test current libgphoto2 master branch?

@klaasdewaele
Copy link

Sure, next week when I have my camera at hand! Thanks already.

@msmeissn
Copy link
Contributor

did you havr the chance to try it?

@klaasdewaele
Copy link

Hi Marcus,
No success, the same error. Here the log file:
ptp_par_not_supported_log_after_update.txt

@msmeissn
Copy link
Contributor

I tried an incremental patch. can you update and test again?

@klaasdewaele
Copy link

Thanks. The 'PTP par not supported' error is gone, but now I get an "Invalid Status" error. The Camera is in S-mode with memory card inserted. --capture-preview works, but --capture-image doesn't. Attached the log.
Thanks for your continued help!
invalid_status.txt

@klaasdewaele
Copy link

Sorry - just to clarify, reviewing the log there's both a 'PTP Parameter Not Supported' error in addition to 'Invalid Status', not only the latter.

0.315317 ptp_usb_getresp             (2): Reading PTP_OC 0x9207 (InitiateCaptureRecInMedia) response...
0.315318 gp_port_read                (3): Reading 1024 = 0x400 bytes from port...
0.315482 gp_port_read                (3): Read    12 = 0xc out of 1024 bytes from port: (hexdump of 12 bytes)
0000  0c 00 00 00 03 00 06 20-09 00 00 00              ....... ....    

0.315490 ptp_usb_getresp [usb.c:512] (0): PTP_OC 0x9207 receiving resp failed: PTP Parameter Not Supported (0x2006)
0.315493 ptp_usb_sendreq             (2): Sending PTP_OC 0x9207 (InitiateCaptureRecInMedia) (0xffffffff) request...
0.315495 gp_port_write               (3): Writing 16 = 0x10 bytes to port...
0.315527 gp_port_write               (3): Wrote   16 = 0x10 bytes to port: (hexdump of 16 bytes)
0000  10 00 00 00 01 00 07 92-0a 00 00 00 ff ff ff ff  ................

0.315530 ptp_usb_getresp             (2): Reading PTP_OC 0x9207 (InitiateCaptureRecInMedia) response...
0.315532 gp_port_read                (3): Reading 1024 = 0x400 bytes from port...
0.315724 gp_port_read                (3): Read    12 = 0xc out of 1024 bytes from port: (hexdump of 12 bytes)
0000  0c 00 00 00 03 00 04 a0-0a 00 00 00              ............    

0.315727 ptp_usb_getresp [usb.c:512] (0): PTP_OC 0x9207 receiving resp failed: Invalid Status (0xa004)
0.315730 ptp_usb_sendreq             (2): Sending PTP_OC 0x9207 (InitiateCaptureRecInMedia) (0xffffffff) request...
0.315732 gp_port_write               (3): Writing 16 = 0x10 bytes to port...
0.315768 gp_port_write               (3): Wrote   16 = 0x10 bytes to port: (hexdump of 16 bytes)
0000  10 00 00 00 01 00 07 92-0b 00 00 00 ff ff ff ff  ................

@TobiasLeuschner
Copy link

TobiasLeuschner commented Oct 12, 2024

I got the same problems!

0.001176 main                        (2): ALWAYS INCLUDE THE FOLLOWING LINES WHEN SENDING DEBUG MESSAGES TO THE MAILING LIST:
0.001247 main                        (2): gphoto2 2.5.28
0.001281 main                        (2): gphoto2 has been compiled with the following options:
0.001289 main                        (2):  + gcc (C compiler used)
0.001295 main                        (2):  + popt (mandatory, for handling command-line parameters)
0.001301 main                        (2):  + exif (for displaying EXIF information)
0.001306 main                        (2):  + cdk (for accessing configuration options)
0.001311 main                        (2):  + aa (for displaying live previews)
0.001316 main                        (2):  + jpeg (for displaying live previews in JPEG format)
0.001321 main                        (2):  + readline (for easy navigation in the shell)
0.001327 main                        (2): libgphoto2 2.5.30
0.001334 main                        (2): libgphoto2 has been compiled with the following options:
0.001341 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.001347 main                        (2):  + gcc (C compiler used)
0.001352 main                        (2):  + no ltdl (for portable loading of camlibs)
0.001357 main                        (2):  + EXIF (for special handling of EXIF files)
0.001363 main                        (2): libgphoto2_port 0.12.1
0.001369 main                        (2): libgphoto2_port has been compiled with the following options:
0.001375 main                        (2):  + iolibs: disk ptpip serial usb1 usbdiskdirect usbscsi
0.001380 main                        (2):  + gcc (C compiler used)
0.001385 main                        (2):  + no ltdl (for portable loading of iolibs)
0.001390 main                        (2):  + EXIF (for vusb)
0.001396 main                        (2):  + USB (libusb1, for USB cameras)
0.001401 main                        (2):  + serial (for serial cameras)
0.001406 main                        (2):  + no resmgr (serial port access and locking)
0.001411 main                        (2):  + no ttylock (serial port locking)
0.001416 main                        (2):  + no lockdev (serial port locking)
0.001421 main                        (2): CAMLIBS env var not set, using compile-time default instead
0.001426 main                        (2): IOLIBS env var not set, using compile-time default instead
0.001431 main                        (2): invoked with following arguments:
0.001437 main                        (2):   --capture-image
0.001442 main                        (2):   --stdout
0.001447 main                        (2):   --debug
0.001452 main                        (2):   --debug-logfile=ptp_par_not_supported_log.txt
0.001491 load_settings               (2): Creating gphoto config directory ('/home/tl/.gphoto')
0.001625 verify_settings             (2): Can't open settings file '/home/tl/.gphoto/settings' for reading.
0.001635 load_settings               (2): Loading settings from file '/home/tl/.gphoto/settings'.
0.001646 load_settings               (2): Can't open settings file '/home/tl/.gphoto/settings' for reading.
0.001653 load_settings               (2): Creating gphoto config directory ('/home/tl/.gphoto')
0.001669 verify_settings             (2): Can't open settings file '/home/tl/.gphoto/settings' for reading.
0.001676 load_settings               (2): Loading settings from file '/home/tl/.gphoto/settings'.
0.001685 load_settings               (2): Can't open settings file '/home/tl/.gphoto/settings' for reading.
0.001714 main                        (2): The user has not specified both a model and a port. Try to figure them out.
0.001723 gp_port_init_localedir      (2): localedir has been set to /usr/share/locale (compile-time default)
0.001730 gp_port_info_list_load      (2): Using ltdl to load io-drivers from '/usr/lib/aarch64-linux-gnu/libgphoto2_port/0.12.1'...
0.001846 foreach_func                (2): Called for filename '/usr/lib/aarch64-linux-gnu/libgphoto2_port/0.12.1/disk'.
0.002191 gp_port_library_list        (2): found fstab fsname proc
0.002208 gp_port_library_list        (2): found fstab fsname PARTUUID=6648a7a8-01
0.002231 gp_port_library_list        (2): found fstab fsname PARTUUID=6648a7a8-02
0.002350 gp_port_library_list        (2): found mtab fsname sysfs
0.002362 gp_port_library_list        (2): found mtab fsname proc
0.002371 gp_port_library_list        (2): found mtab fsname udev
0.002394 gp_port_library_list        (2): found mtab fsname devpts
0.002456 gp_port_library_list        (2): found mtab fsname tmpfs
0.002478 gp_port_library_list        (2): found mtab fsname /dev/mmcblk0p2
0.002492 gp_port_library_list        (2): found mtab fsname securityfs
0.002502 gp_port_library_list        (2): found mtab fsname tmpfs
0.002522 gp_port_library_list        (2): found mtab fsname tmpfs
0.002543 gp_port_library_list        (2): found mtab fsname cgroup2
0.002552 gp_port_library_list        (2): found mtab fsname pstore
0.002576 gp_port_library_list        (2): found mtab fsname bpf
0.002595 gp_port_library_list        (2): found mtab fsname systemd-1
0.002605 gp_port_library_list        (2): found mtab fsname mqueue
0.002652 gp_port_library_list        (2): found mtab fsname debugfs
0.002679 gp_port_library_list        (2): found mtab fsname tracefs
0.002699 gp_port_library_list        (2): found mtab fsname fusectl
0.002708 gp_port_library_list        (2): found mtab fsname configfs
0.002732 gp_port_library_list        (2): found mtab fsname ramfs
0.002748 gp_port_library_list        (2): found mtab fsname ramfs
0.002763 gp_port_library_list        (2): found mtab fsname ramfs
0.002778 gp_port_library_list        (2): found mtab fsname /dev/mmcblk0p1
0.002795 gp_port_library_list        (2): found mtab fsname ramfs
0.002811 gp_port_library_list        (2): found mtab fsname binfmt_misc
0.002841 gp_port_library_list        (2): found mtab fsname sunrpc
0.002862 gp_port_library_list        (2): found mtab fsname tmpfs
0.002897 gp_port_library_list        (2): found mtab fsname gvfsd-fuse
0.002906 gp_port_library_list        (2): found mtab fsname portal
0.002972 foreach_func                (2): Loaded '' ('^disk:') from '/usr/lib/aarch64-linux-gnu/libgphoto2_port/0.12.1/disk'.
0.002982 foreach_func                (2): Called for filename '/usr/lib/aarch64-linux-gnu/libgphoto2_port/0.12.1/ptpip'.
0.003228 foreach_func                (2): Loaded 'PTP/IP Connection' ('ptpip:') from '/usr/lib/aarch64-linux-gnu/libgphoto2_port/0.12.1/ptpip'.
0.003241 foreach_func                (2): Loaded '' ('^ptpip:') from '/usr/lib/aarch64-linux-gnu/libgphoto2_port/0.12.1/ptpip'.
0.003248 foreach_func                (2): Loaded 'IP Connection' ('ip:') from '/usr/lib/aarch64-linux-gnu/libgphoto2_port/0.12.1/ptpip'.
0.003254 foreach_func                (2): Loaded '' ('^ip:') from '/usr/lib/aarch64-linux-gnu/libgphoto2_port/0.12.1/ptpip'.
0.003260 foreach_func                (2): Called for filename '/usr/lib/aarch64-linux-gnu/libgphoto2_port/0.12.1/serial'.
0.003565 foreach_func                (2): Loaded 'Serial Port Device' ('serial:') from '/usr/lib/aarch64-linux-gnu/libgphoto2_port/0.12.1/serial'.
0.003575 foreach_func                (2): Loaded '' ('^serial:') from '/usr/lib/aarch64-linux-gnu/libgphoto2_port/0.12.1/serial'.
0.003581 foreach_func                (2): Called for filename '/usr/lib/aarch64-linux-gnu/libgphoto2_port/0.12.1/usb1'.
0.009901 foreach_func                (2): Loaded '' ('^usb:') from '/usr/lib/aarch64-linux-gnu/libgphoto2_port/0.12.1/usb1'.
0.009952 foreach_func                (2): Loaded 'Universal Serial Bus' ('usb:001,024') from '/usr/lib/aarch64-linux-gnu/libgphoto2_port/0.12.1/usb1'.
0.009961 foreach_func                (2): Called for filename '/usr/lib/aarch64-linux-gnu/libgphoto2_port/0.12.1/usbdiskdirect'.
0.010315 foreach_func                (2): Called for filename '/usr/lib/aarch64-linux-gnu/libgphoto2_port/0.12.1/usbscsi'.
0.010616 gp_port_info_list_count     (2): Counting entries (9 available)...
0.010658 gp_port_info_list_count     (2): 4 regular entries available.
0.010668 gp_port_init_localedir      (2): ignoring late call (localedir value NULL)
0.010677 gp_init_localedir           (2): localedir has been set to /usr/share/locale (compile-time default)
0.010694 gp_abilities_list_load_dir  (2): Using ltdl to load camera libraries from '/usr/lib/aarch64-linux-gnu/libgphoto2/2.5.30'...
0.010799 foreach_func                (2): Found '/usr/lib/aarch64-linux-gnu/libgphoto2/2.5.30/ax203'.
0.010810 foreach_func                (2): Found '/usr/lib/aarch64-linux-gnu/libgphoto2/2.5.30/canon'.
0.010816 foreach_func                (2): Found '/usr/lib/aarch64-linux-gnu/libgphoto2/2.5.30/digigr8'.
0.010822 foreach_func                (2): Found '/usr/lib/aarch64-linux-gnu/libgphoto2/2.5.30/dimagev'.
0.010828 foreach_func                (2): Found '/usr/lib/aarch64-linux-gnu/libgphoto2/2.5.30/directory'.
0.010834 foreach_func                (2): Found '/usr/lib/aarch64-linux-gnu/libgphoto2/2.5.30/docupen'.
0.010839 foreach_func                (2): Found '/usr/lib/aarch64-linux-gnu/libgphoto2/2.5.30/jl2005a'.
0.010845 foreach_func                (2): Found '/usr/lib/aarch64-linux-gnu/libgphoto2/2.5.30/jl2005c'.
0.010850 foreach_func                (2): Found '/usr/lib/aarch64-linux-gnu/libgphoto2/2.5.30/kodak_dc240'.
0.010856 foreach_func                (2): Found '/usr/lib/aarch64-linux-gnu/libgphoto2/2.5.30/lumix'.
0.010861 foreach_func                (2): Found '/usr/lib/aarch64-linux-gnu/libgphoto2/2.5.30/mars'.
0.010867 foreach_func                (2): Found '/usr/lib/aarch64-linux-gnu/libgphoto2/2.5.30/pentax'.
0.010873 foreach_func                (2): Found '/usr/lib/aarch64-linux-gnu/libgphoto2/2.5.30/ptp2'.
0.010879 foreach_func                (2): Found '/usr/lib/aarch64-linux-gnu/libgphoto2/2.5.30/ricoh_g3'.
0.010885 foreach_func                (2): Found '/usr/lib/aarch64-linux-gnu/libgphoto2/2.5.30/sierra'.
0.010891 foreach_func                (2): Found '/usr/lib/aarch64-linux-gnu/libgphoto2/2.5.30/sonix'.
0.010897 foreach_func                (2): Found '/usr/lib/aarch64-linux-gnu/libgphoto2/2.5.30/sq905'.
0.010903 foreach_func                (2): Found '/usr/lib/aarch64-linux-gnu/libgphoto2/2.5.30/st2205'.
0.010909 foreach_func                (2): Found '/usr/lib/aarch64-linux-gnu/libgphoto2/2.5.30/topfield'.
0.010915 foreach_func                (2): Found '/usr/lib/aarch64-linux-gnu/libgphoto2/2.5.30/tp6801'.
0.010924 gp_abilities_list_load_dir  (2): Found 20 camera drivers.
0.125510 gp_port_info_list_count     (2): Counting entries (9 available)...
0.125610 gp_port_info_list_count     (2): 4 regular entries available.
0.125622 gp_port_new                 (2): Creating new device...
0.125639 gp_port_info_list_get_info  (2): Getting info of entry 0 (9 available)...
0.126085 gp_port_set_settings        (2): Setting settings...
0.126100 gp_port_info_list_get_info  (2): Getting info of entry 1 (9 available)...
0.126307 gp_port_set_settings        (2): Setting settings...
0.126317 gp_port_info_list_get_info  (2): Getting info of entry 2 (9 available)...
0.126970 gp_port_set_timeout         (2): Setting port timeout to 500 milliseconds.
0.127001 gp_port_set_settings        (2): Setting settings...
0.127009 gp_port_info_list_get_info  (2): Getting info of entry 3 (9 available)...
0.132957 gp_port_set_timeout         (2): Setting port timeout to 5000 milliseconds.
0.133008 gp_port_set_settings        (2): Setting settings...
0.133019 gp_libusb1_update           (2): (old int=0, conf=-1, alt=-1) port usb:001,024, (new int=0, conf=-1, alt=-1) port usb:001,024
0.133026 gp_libusb1_update           (2): lowlevel libusb1 port not yet opened, no need for libusb changes
0.133034 gp_abilities_list_detect_usb(2): Auto-detecting USB cameras...
0.134039 gp_libusb1_find_device_by_class_lib(2): Looking for USB device (class 0x29a, subclass, 0xffffffff, protocol 0xffffffff)...
0.134156 gp_libusb1_find_device_lib  (2): Looking for USB device (vendor 0x4b0, product 0x420)... found.
0.134262 gp_libusb1_find_device_lib  (2): Detected defaults: config 1, interface 0, altsetting 0, inep 81, outep 02, intep 83, class 06, subclass 01
0.134297 gp_abilities_list_detect_usb(2): Found 'Nikon DSC D3x (PTP mode)' (0x4b0,0x420)
0.134345 gp_port_free                (2): Freeing port...
0.134353 gp_port_close               (2): Closing port...
0.134950 gp_camera_set_abilities     (2): Setting abilities ('Nikon DSC D3x (PTP mode)')...
0.134998 load_settings               (2): Creating gphoto config directory ('/home/tl/.gphoto')
0.135034 verify_settings             (2): Can't open settings file '/home/tl/.gphoto/settings' for reading.
0.135042 load_settings               (2): Loading settings from file '/home/tl/.gphoto/settings'.
0.135052 load_settings               (2): Can't open settings file '/home/tl/.gphoto/settings' for reading.
0.135060 gp_setting_set              (2): Setting key 'model' to value 'Nikon DSC D3x (PTP mode)' (gphoto2)
0.135067 save_settings               (2): Saving 1 setting(s) to file "/home/tl/.gphoto/settings"
0.135197 gp_port_info_list_lookup_path(2): Looking for path 'usb:001,024' (9 entries available)...
0.135207 gp_port_info_list_get_info  (2): Getting info of entry 3 (9 available)...
0.135215 gp_camera_set_port_info     (2): Setting port info for port 'Universal Serial Bus' at 'usb:001,024'...
0.141064 gp_port_set_timeout         (2): Setting port timeout to 5000 milliseconds.
0.141114 gp_port_set_settings        (2): Setting settings...
0.141126 gp_libusb1_update           (2): (old int=0, conf=-1, alt=-1) port usb:001,024, (new int=0, conf=-1, alt=-1) port usb:001,024
0.141132 gp_libusb1_update           (2): lowlevel libusb1 port not yet opened, no need for libusb changes
0.141141 gp_setting_set              (2): Setting key 'port' to value 'usb:001,024' (gphoto2)
0.141149 save_settings               (2): Saving 2 setting(s) to file "/home/tl/.gphoto/settings"
0.141472 gp_camera_init              (2): Initializing camera...
0.141515 gp_libusb1_find_device_lib  (2): Looking for USB device (vendor 0x4b0, product 0x420)... found.
0.141602 gp_libusb1_find_device_lib  (2): Detected defaults: config 1, interface 0, altsetting 0, inep 81, outep 02, intep 83, class 06, subclass 01
0.141611 gp_camera_init              (2): Loading '/usr/lib/aarch64-linux-gnu/libgphoto2/2.5.30/ptp2'...
0.144022 gp_port_open                (2): Opening USB port...
0.144086 gp_libusb1_open             (2): ()
0.144165 gp_libusb1_open             (2): claiming interface 0
0.144389 camera_init                 (2): maxpacketsize 512
0.144410 gp_port_set_timeout         (2): Setting port timeout to 8000 milliseconds.
0.144432 ptp                         (2): PTP: Opening session
0.144527 ptp_usb_sendreq             (2): Sending PTP_OC 0x1002 (Open session) (0x1) request...
0.144537 gp_port_write               (3): Writing 16 = 0x10 bytes to port...
0.144706 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.144721 ptp_usb_getresp             (2): Reading PTP_OC 0x1002 (Open session) response...
0.144729 gp_port_read                (3): Reading 1024 = 0x400 bytes from port...
0.150258 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-00 00 00 00              ....... ....

0.150279 gp_port_set_timeout         (2): Setting port timeout to 20000 milliseconds.
0.150290 ptp_usb_sendreq             (2): Sending PTP_OC 0x1001 (Get device info) request...
0.150296 gp_port_write               (3): Writing 12 = 0xc bytes to port...
0.150357 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.150368 ptp_usb_getdata             (2): Reading PTP_OC 0x1001 (Get device info) data...
0.150375 gp_port_read                (3): Reading 1024 = 0x400 bytes from port...
0.150977 gp_port_read                (3): Read    341 = 0x155 out of 1024 bytes from port: (hexdump of 341 bytes)
0000  55 01 00 00 02 00 01 10-01 00 00 00 64 00 06 00  U...........d...
0010  00 00 64 00 13 6d 00 69-00 63 00 72 00 6f 00 73  ..d..m.i.c.r.o.s
0020  00 6f 00 66 00 74 00 2e-00 63 00 6f 00 6d 00 3a  .o.f.t...c.o.m.:
0030  00 20 00 31 00 2e 00 30-00 00 00 00 00 2e 00 00  . .1...0........
0040  00 01 10 02 10 03 10 04-10 05 10 06 10 07 10 08  ................
0050  10 09 10 0a 10 0b 10 0c-10 0d 10 0e 10 0f 10 14  ................
0060  10 15 10 16 10 1b 10 c0-90 c1 90 c2 90 c3 90 c4  ................
0070  90 c7 90 c8 90 c9 90 ca-90 cb 90 cc 90 cd 90 ce  ................
0080  90 cf 90 00 92 01 92 02-92 03 92 04 92 05 92 06  ................
0090  92 07 92 08 92 01 98 02-98 03 98 05 98 0f 00 00  ................
00a0  00 01 40 02 40 03 40 04-40 05 40 06 40 07 40 08  ..@.@.@.@.@.@.@.
00b0  40 09 40 0a 40 0c 40 0d-40 01 c1 02 c1 04 c1 15  @.@.@.@.@.......
00c0  00 00 00 01 50 03 50 04-50 05 50 07 50 08 50 0a  ....P.P.P.P.P.P.
00d0  50 0b 50 0c 50 0d 50 0e-50 0f 50 10 50 11 50 13  P.P.P.P.P.P.P.P.
00e0  50 18 50 1c 50 1e 50 1f-50 06 d4 07 d4 03 00 00  P.P.P.P.P.......
00f0  00 01 38 00 30 0d 38 07-00 00 00 01 38 00 30 01  ..8.0.8.....8.0.
0100  30 08 30 0d 38 06 30 02-30 12 4e 00 69 00 6b 00  0.0.8.0.0.N.i.k.
0110  6f 00 6e 00 20 00 43 00-6f 00 72 00 70 00 6f 00  o.n. .C.o.r.p.o.
0120  72 00 61 00 74 00 69 00-6f 00 6e 00 00 00 04 44  r.a.t.i.o.n....D
0130  00 33 00 58 00 00 00 06-56 00 31 00 2e 00 30 00  .3.X....V.1...0.
0140  32 00 00 00 08 35 00 30-00 30 00 32 00 34 00 30  2....5.0.0.2.4.0
0150  00 34 00 00 00         -                         .4...

0.151024 ptp_usb_getresp             (2): Reading PTP_OC 0x1001 (Get device info) response...
0.151032 gp_port_read                (3): Reading 1024 = 0x400 bytes from port...
0.151080 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.151097 print_debug_deviceinfo      (2): Device info:
0.151104 print_debug_deviceinfo      (2): Manufacturer: Nikon Corporation
0.151109 print_debug_deviceinfo      (2):   Model: D3X
0.151115 print_debug_deviceinfo      (2):   device version: V1.02
0.151120 print_debug_deviceinfo      (2):   serial number: '5002404'
0.151126 print_debug_deviceinfo      (2): Vendor extension ID: 0x00000006
0.151132 print_debug_deviceinfo      (2): Vendor extension version: 100
0.151137 print_debug_deviceinfo      (2): Vendor extension description: microsoft.com: 1.0
0.151142 print_debug_deviceinfo      (2): Functional Mode: 0x0000
0.151148 print_debug_deviceinfo      (2): PTP Standard Version: 100
0.151153 print_debug_deviceinfo      (2): Supported operations:
0.151161 print_debug_deviceinfo      (2):   0x1001 (Get device info)
0.151168 print_debug_deviceinfo      (2):   0x1002 (Open session)
0.151176 print_debug_deviceinfo      (2):   0x1003 (Close session)
0.151184 print_debug_deviceinfo      (2):   0x1004 (Get storage IDs)
0.151191 print_debug_deviceinfo      (2):   0x1005 (Get storage info)
0.151198 print_debug_deviceinfo      (2):   0x1006 (Get number of objects)
0.151206 print_debug_deviceinfo      (2):   0x1007 (Get object handles)
0.151213 print_debug_deviceinfo      (2):   0x1008 (Get object info)
0.151221 print_debug_deviceinfo      (2):   0x1009 (Get object)
0.151228 print_debug_deviceinfo      (2):   0x100a (Get thumbnail)
0.151235 print_debug_deviceinfo      (2):   0x100b (Delete object)
0.151243 print_debug_deviceinfo      (2):   0x100c (Send object info)
0.151250 print_debug_deviceinfo      (2):   0x100d (Send object)
0.151257 print_debug_deviceinfo      (2):   0x100e (Initiate capture)
0.151265 print_debug_deviceinfo      (2):   0x100f (Format storage)
0.151272 print_debug_deviceinfo      (2):   0x1014 (Get device property description)
0.151280 print_debug_deviceinfo      (2):   0x1015 (Get device property value)
0.151287 print_debug_deviceinfo      (2):   0x1016 (Set device property value)
0.151295 print_debug_deviceinfo      (2):   0x101b (Get partial object)
0.151304 print_debug_deviceinfo      (2):   0x90c0 (Unknown PTP_OC)
0.151319 print_debug_deviceinfo      (2):   0x90c1 (Unknown PTP_OC)
0.151327 print_debug_deviceinfo      (2):   0x90c2 (Unknown PTP_OC)
0.151334 print_debug_deviceinfo      (2):   0x90c3 (Unknown PTP_OC)
0.151342 print_debug_deviceinfo      (2):   0x90c4 (Unknown PTP_OC)
0.151349 print_debug_deviceinfo      (2):   0x90c7 (Unknown PTP_OC)
0.151356 print_debug_deviceinfo      (2):   0x90c8 (Unknown PTP_OC)
0.151364 print_debug_deviceinfo      (2):   0x90c9 (Unknown PTP_OC)
0.151371 print_debug_deviceinfo      (2):   0x90ca (Unknown PTP_OC)
0.151379 print_debug_deviceinfo      (2):   0x90cb (Unknown PTP_OC)
0.151386 print_debug_deviceinfo      (2):   0x90cc (Unknown PTP_OC)
0.151393 print_debug_deviceinfo      (2):   0x90cd (Unknown PTP_OC)
0.151401 print_debug_deviceinfo      (2):   0x90ce (Unknown PTP_OC)
0.151408 print_debug_deviceinfo      (2):   0x90cf (Unknown PTP_OC)
0.151415 print_debug_deviceinfo      (2):   0x9200 (Unknown PTP_OC)
0.151423 print_debug_deviceinfo      (2):   0x9201 (Report Added/Deleted Items)
0.151431 print_debug_deviceinfo      (2):   0x9202 (Report Acquired Items)
0.151438 print_debug_deviceinfo      (2):   0x9203 (Get transferable playlist types)
0.151446 print_debug_deviceinfo      (2):   0x9204 (Unknown PTP_OC)
0.151453 print_debug_deviceinfo      (2):   0x9205 (Unknown PTP_OC)
0.151460 print_debug_deviceinfo      (2):   0x9206 (Unknown PTP_OC)
0.151468 print_debug_deviceinfo      (2):   0x9207 (Unknown PTP_OC)
0.151475 print_debug_deviceinfo      (2):   0x9208 (Unknown PTP_OC)
0.151483 print_debug_deviceinfo      (2):   0x9801 (Get object properties supported)
0.151490 print_debug_deviceinfo      (2):   0x9802 (Get object property description)
0.151498 print_debug_deviceinfo      (2):   0x9803 (Get object property value)
0.151505 print_debug_deviceinfo      (2):   0x9805 (Get object property list)
0.151511 print_debug_deviceinfo      (2): Events Supported:
0.151517 print_debug_deviceinfo      (2):   0x4001 (CancelTransaction)
0.151523 print_debug_deviceinfo      (2):   0x4002 (ObjectAdded)
0.151528 print_debug_deviceinfo      (2):   0x4003 (ObjectRemoved)
0.151534 print_debug_deviceinfo      (2):   0x4004 (StoreAdded)
0.151539 print_debug_deviceinfo      (2):   0x4005 (StoreRemoved)
0.151545 print_debug_deviceinfo      (2):   0x4006 (DevicePropChanged)
0.151550 print_debug_deviceinfo      (2):   0x4007 (ObjectInfoChanged)
0.151556 print_debug_deviceinfo      (2):   0x4008 (DeviceInfoChanged)
0.151561 print_debug_deviceinfo      (2):   0x4009 (RequestObjectTransfer)
0.151567 print_debug_deviceinfo      (2):   0x400a (StoreFull)
0.151573 print_debug_deviceinfo      (2):   0x400c (StorageInfoChanged)
0.151578 print_debug_deviceinfo      (2):   0x400d (CaptureComplete)
0.151585 print_debug_deviceinfo      (2):   0xc101 (Unknown Event)
0.151590 print_debug_deviceinfo      (2):   0xc102 (Unknown Event)
0.151596 print_debug_deviceinfo      (2):   0xc104 (Unknown Event)
0.151601 print_debug_deviceinfo      (2): Device Properties Supported:
0.151617 print_debug_deviceinfo      (2):   0x5001 (Battery Level)
0.151625 print_debug_deviceinfo      (2):   0x5003 (Image Size)
0.151633 print_debug_deviceinfo      (2):   0x5004 (Compression Setting)
0.151642 print_debug_deviceinfo      (2):   0x5005 (White Balance)
0.151650 print_debug_deviceinfo      (2):   0x5007 (F-Number)
0.151658 print_debug_deviceinfo      (2):   0x5008 (Focal Length)
0.151667 print_debug_deviceinfo      (2):   0x500a (Focus Mode)
0.151675 print_debug_deviceinfo      (2):   0x500b (Exposure Metering Mode)
0.151683 print_debug_deviceinfo      (2):   0x500c (Flash Mode)
0.151692 print_debug_deviceinfo      (2):   0x500d (Exposure Time)
0.151700 print_debug_deviceinfo      (2):   0x500e (Exposure Program Mode)
0.151708 print_debug_deviceinfo      (2):   0x500f (Exposure Index (film speed ISO))
0.151716 print_debug_deviceinfo      (2):   0x5010 (Exposure Bias Compensation)
0.151725 print_debug_deviceinfo      (2):   0x5011 (Date & Time)
0.151733 print_debug_deviceinfo      (2):   0x5013 (Still Capture Mode)
0.151748 print_debug_deviceinfo      (2):   0x5018 (Burst Number)
0.151757 print_debug_deviceinfo      (2):   0x501c (Focus Metering Mode)
0.151765 print_debug_deviceinfo      (2):   0x501e (Artist)
0.151773 print_debug_deviceinfo      (2):   0x501f (Copyright Info)
0.151782 print_debug_deviceinfo      (2):   0xd406 (Session Initiator Info)
0.151790 print_debug_deviceinfo      (2):   0xd407 (Perceived Device Type)
0.151826 ptp_usb_sendreq             (2): Sending PTP_OC 0x90ca (GetVendorPropCodes) request...
0.151834 gp_port_write               (3): Writing 12 = 0xc bytes to port...
0.151882 gp_port_write               (3): Wrote   12 = 0xc bytes to port: (hexdump of 12 bytes)
0000  0c 00 00 00 01 00 ca 90-02 00 00 00              ............

0.151893 ptp_usb_getdata             (2): Reading PTP_OC 0x90ca (GetVendorPropCodes) data...
0.151900 gp_port_read                (3): Reading 1024 = 0x400 bytes from port...
0.152242 gp_port_read                (3): Read    376 = 0x178 out of 1024 bytes from port: (hexdump of 376 bytes)
0000  78 01 00 00 02 00 ca 90-02 00 00 00 b2 00 00 00  x...............
0010  10 d0 11 d0 12 d0 13 d0-14 d0 15 d0 16 d0 17 d0  ................
0020  18 d0 19 d0 1a d0 1b d0-1c d0 1d d0 1e d0 1f d0  ................
0030  20 d0 21 d0 22 d0 23 d0-24 d0 25 d0 26 d0 27 d0   .!.".#.$.%.&.'.
0040  28 d0 29 d0 2e d0 2f d0-30 d0 31 d0 32 d0 33 d0  (.).../.0.1.2.3.
0050  40 d0 41 d0 42 d0 43 d0-44 d0 45 d0 48 d0 49 d0  @.A.B.C.D.E.H.I.
0060  4b d0 4c d0 4d d0 4e d0-4f d0 50 d0 51 d0 53 d0  K.L.M.N.O.P.Q.S.
0070  54 d0 55 d0 56 d0 57 d0-58 d0 59 d0 5a d0 5b d0  T.U.V.W.X.Y.Z.[.
0080  5c d0 5e d0 5f d0 62 d0-63 d0 64 d0 67 d0 68 d0  \.^._.b.c.d.g.h.
0090  69 d0 6a d0 6b d0 6c d0-6d d0 6e d0 6f d0 70 d0  i.j.k.l.m.n.o.p.
00a0  72 d0 73 d0 74 d0 75 d0-77 d0 78 d0 79 d0 7a d0  r.s.t.u.w.x.y.z.
00b0  80 d0 81 d0 82 d0 83 d0-84 d0 85 d0 86 d0 87 d0  ................
00c0  88 d0 89 d0 8a d0 8b d0-8c d0 8d d0 8e d0 90 d0  ................
00d0  91 d0 92 d0 93 d0 94 d0-95 d0 96 d0 97 d0 98 d0  ................
00e0  99 d0 9a d0 9b d0 b0 d0-b1 d0 c0 d0 c1 d0 c2 d0  ................
00f0  c3 d0 c4 d0 c5 d0 e0 d0-e1 d0 e2 d0 e3 d0 e4 d0  ................
0100  e5 d0 e6 d0 f7 d0 00 d1-01 d1 02 d1 03 d1 04 d1  ................
0110  05 d1 06 d1 08 d1 09 d1-0b d1 0c d1 0d d1 0e d1  ................
0120  10 d1 11 d1 15 d1 20 d1-21 d1 22 d1 24 d1 25 d1  ...... .!.".$.%.
0130  48 d1 49 d1 4e d1 4f d1-50 d1 51 d1 52 d1 53 d1  H.I.N.O.P.Q.R.S.
0140  54 d1 55 d1 60 d1 64 d1-83 d1 84 d1 86 d1 87 d1  T.U.`.d.........
0150  89 d1 8a d1 8b d1 8d d1-a0 d1 a1 d1 a2 d1 a3 d1  ................
0160  a4 d1 b0 d1 b1 d1 b2 d1-b3 d1 f0 d1 f1 d1 f2 d1  ................
0170  00 d2 01 d2 06 d4 07 d4-                         ........

0.152255 ptp_usb_getresp             (2): Reading PTP_OC 0x90ca (GetVendorPropCodes) response...
0.152262 gp_port_read                (3): Reading 1024 = 0x400 bytes from port...
0.152305 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.152317 print_debug_deviceinfo      (2): Device info:
0.152323 print_debug_deviceinfo      (2): Manufacturer: Nikon Corporation
0.152328 print_debug_deviceinfo      (2):   Model: D3X
0.152334 print_debug_deviceinfo      (2):   device version: V1.02
0.152339 print_debug_deviceinfo      (2):   serial number: '5002404'
0.152344 print_debug_deviceinfo      (2): Vendor extension ID: 0x0000000a
0.152350 print_debug_deviceinfo      (2): Vendor extension version: 100
0.152355 print_debug_deviceinfo      (2): Vendor extension description: microsoft.com: 1.0
0.152361 print_debug_deviceinfo      (2): Functional Mode: 0x0000
0.152366 print_debug_deviceinfo      (2): PTP Standard Version: 100
0.152371 print_debug_deviceinfo      (2): Supported operations:
0.152379 print_debug_deviceinfo      (2):   0x1001 (Get device info)
0.152386 print_debug_deviceinfo      (2):   0x1002 (Open session)
0.152393 print_debug_deviceinfo      (2):   0x1003 (Close session)
0.152409 print_debug_deviceinfo      (2):   0x1004 (Get storage IDs)
0.152417 print_debug_deviceinfo      (2):   0x1005 (Get storage info)
0.152424 print_debug_deviceinfo      (2):   0x1006 (Get number of objects)
0.152431 print_debug_deviceinfo      (2):   0x1007 (Get object handles)
0.152439 print_debug_deviceinfo      (2):   0x1008 (Get object info)
0.152446 print_debug_deviceinfo      (2):   0x1009 (Get object)
0.152453 print_debug_deviceinfo      (2):   0x100a (Get thumbnail)
0.152461 print_debug_deviceinfo      (2):   0x100b (Delete object)
0.152468 print_debug_deviceinfo      (2):   0x100c (Send object info)
0.152475 print_debug_deviceinfo      (2):   0x100d (Send object)
0.152483 print_debug_deviceinfo      (2):   0x100e (Initiate capture)
0.152490 print_debug_deviceinfo      (2):   0x100f (Format storage)
0.152498 print_debug_deviceinfo      (2):   0x1014 (Get device property description)
0.152505 print_debug_deviceinfo      (2):   0x1015 (Get device property value)
0.152512 print_debug_deviceinfo      (2):   0x1016 (Set device property value)
0.152520 print_debug_deviceinfo      (2):   0x101b (Get partial object)
0.152528 print_debug_deviceinfo      (2):   0x90c0 (InitiateCaptureRecInSdram)
0.152535 print_debug_deviceinfo      (2):   0x90c1 (AfDrive)
0.152542 print_debug_deviceinfo      (2):   0x90c2 (ChangeCameraMode)
0.152550 print_debug_deviceinfo      (2):   0x90c3 (DelImageSDRAM)
0.152557 print_debug_deviceinfo      (2):   0x90c4 (GetLargeThumb)
0.152564 print_debug_deviceinfo      (2):   0x90c7 (GetEvent)
0.152572 print_debug_deviceinfo      (2):   0x90c8 (DeviceReady)
0.152579 print_debug_deviceinfo      (2):   0x90c9 (SetPreWBData)
0.152587 print_debug_deviceinfo      (2):   0x90ca (GetVendorPropCodes)
0.152594 print_debug_deviceinfo      (2):   0x90cb (AfCaptureSDRAM)
0.152602 print_debug_deviceinfo      (2):   0x90cc (GetPictCtrlData)
0.152609 print_debug_deviceinfo      (2):   0x90cd (SetPictCtrlData)
0.152616 print_debug_deviceinfo      (2):   0x90ce (DelCstPicCtrl)
0.152624 print_debug_deviceinfo      (2):   0x90cf (GetPicCtrlCapability)
0.152631 print_debug_deviceinfo      (2):   0x9200 (GetPreviewImg)
0.152638 print_debug_deviceinfo      (2):   0x9201 (StartLiveView)
0.152646 print_debug_deviceinfo      (2):   0x9202 (EndLiveView)
0.152653 print_debug_deviceinfo      (2):   0x9203 (GetLiveViewImg)
0.152661 print_debug_deviceinfo      (2):   0x9204 (MfDrive)
0.152668 print_debug_deviceinfo      (2):   0x9205 (ChangeAfArea)
0.152676 print_debug_deviceinfo      (2):   0x9206 (AfDriveCancel)
0.152683 print_debug_deviceinfo      (2):   0x9207 (InitiateCaptureRecInMedia)
0.152691 print_debug_deviceinfo      (2):   0x9208 (Unknown PTP_OC)
0.152698 print_debug_deviceinfo      (2):   0x9801 (Unknown PTP_OC)
0.152706 print_debug_deviceinfo      (2):   0x9802 (Unknown PTP_OC)
0.152713 print_debug_deviceinfo      (2):   0x9803 (Unknown PTP_OC)
0.152720 print_debug_deviceinfo      (2):   0x9805 (Unknown PTP_OC)
0.152726 print_debug_deviceinfo      (2): Events Supported:
0.152732 print_debug_deviceinfo      (2):   0x4001 (CancelTransaction)
0.152737 print_debug_deviceinfo      (2):   0x4002 (ObjectAdded)
0.152743 print_debug_deviceinfo      (2):   0x4003 (ObjectRemoved)
0.152748 print_debug_deviceinfo      (2):   0x4004 (StoreAdded)
0.152754 print_debug_deviceinfo      (2):   0x4005 (StoreRemoved)
0.152759 print_debug_deviceinfo      (2):   0x4006 (DevicePropChanged)
0.152765 print_debug_deviceinfo      (2):   0x4007 (ObjectInfoChanged)
0.152770 print_debug_deviceinfo      (2):   0x4008 (DeviceInfoChanged)
0.152776 print_debug_deviceinfo      (2):   0x4009 (RequestObjectTransfer)
0.152781 print_debug_deviceinfo      (2):   0x400a (StoreFull)
0.152787 print_debug_deviceinfo      (2):   0x400c (StorageInfoChanged)
0.152792 print_debug_deviceinfo      (2):   0x400d (CaptureComplete)
0.152798 print_debug_deviceinfo      (2):   0xc101 (Nikon_ObjectAddedInSDRAM)
0.152803 print_debug_deviceinfo      (2):   0xc102 (Nikon_CaptureCompleteRecInSdram)
0.152809 print_debug_deviceinfo      (2):   0xc104 (Nikon_PreviewImageAdded)
0.152833 print_debug_deviceinfo      (2): Device Properties Supported:
0.152843 print_debug_deviceinfo      (2):   0x5001 (Battery Level)
0.152850 print_debug_deviceinfo      (2):   0x5003 (Image Size)
0.152858 print_debug_deviceinfo      (2):   0x5004 (Compression Setting)
0.152866 print_debug_deviceinfo      (2):   0x5005 (White Balance)
0.152873 print_debug_deviceinfo      (2):   0x5007 (F-Number)
0.152881 print_debug_deviceinfo      (2):   0x5008 (Focal Length)
0.152889 print_debug_deviceinfo      (2):   0x500a (Focus Mode)
0.152896 print_debug_deviceinfo      (2):   0x500b (Exposure Metering Mode)
0.152904 print_debug_deviceinfo      (2):   0x500c (Flash Mode)
0.152912 print_debug_deviceinfo      (2):   0x500d (Exposure Time)
0.152919 print_debug_deviceinfo      (2):   0x500e (Exposure Program Mode)
0.152927 print_debug_deviceinfo      (2):   0x500f (Exposure Index (film speed ISO))
0.152935 print_debug_deviceinfo      (2):   0x5010 (Exposure Bias Compensation)
0.152942 print_debug_deviceinfo      (2):   0x5011 (Date & Time)
0.152950 print_debug_deviceinfo      (2):   0x5013 (Still Capture Mode)
0.152958 print_debug_deviceinfo      (2):   0x5018 (Burst Number)
0.152965 print_debug_deviceinfo      (2):   0x501c (Focus Metering Mode)
0.152973 print_debug_deviceinfo      (2):   0x501e (Artist)
0.152981 print_debug_deviceinfo      (2):   0x501f (Copyright Info)
0.152990 print_debug_deviceinfo      (2):   0xd406 (Unknown DPC code)
0.152998 print_debug_deviceinfo      (2):   0xd407 (Unknown DPC code)
0.153006 print_debug_deviceinfo      (2):   0xd010 (Shooting Bank)
0.153014 print_debug_deviceinfo      (2):   0xd011 (Shooting Bank Name A)
0.153022 print_debug_deviceinfo      (2):   0xd012 (Shooting Bank Name B)
0.153029 print_debug_deviceinfo      (2):   0xd013 (Shooting Bank Name C)
0.153037 print_debug_deviceinfo      (2):   0xd014 (Shooting Bank Name D)
0.153045 print_debug_deviceinfo      (2):   0xd015 (Reset Bank 0)
0.153053 print_debug_deviceinfo      (2):   0xd016 (Raw Compression)
0.153061 print_debug_deviceinfo      (2):   0xd017 (Auto White Balance Bias)
0.153068 print_debug_deviceinfo      (2):   0xd018 (Tungsten White Balance Bias)
0.153076 print_debug_deviceinfo      (2):   0xd019 (Fluorescent White Balance Bias)
0.153084 print_debug_deviceinfo      (2):   0xd01a (Daylight White Balance Bias)
0.153092 print_debug_deviceinfo      (2):   0xd01b (Flash White Balance Bias)
0.153099 print_debug_deviceinfo      (2):   0xd01c (Cloudy White Balance Bias)
0.153107 print_debug_deviceinfo      (2):   0xd01d (Shady White Balance Bias)
0.153115 print_debug_deviceinfo      (2):   0xd01e (White Balance Colour Temperature)
0.153123 print_debug_deviceinfo      (2):   0xd01f (White Balance Preset Number)
0.153131 print_debug_deviceinfo      (2):   0xd020 (White Balance Preset Name 0)
0.153139 print_debug_deviceinfo      (2):   0xd021 (White Balance Preset Name 1)
0.153146 print_debug_deviceinfo      (2):   0xd022 (White Balance Preset Name 2)
0.153154 print_debug_deviceinfo      (2):   0xd023 (White Balance Preset Name 3)
0.153162 print_debug_deviceinfo      (2):   0xd024 (White Balance Preset Name 4)
0.153170 print_debug_deviceinfo      (2):   0xd025 (White Balance Preset Value 0)
0.153177 print_debug_deviceinfo      (2):   0xd026 (White Balance Preset Value 1)
0.153185 print_debug_deviceinfo      (2):   0xd027 (White Balance Preset Value 2)
0.153193 print_debug_deviceinfo      (2):   0xd028 (White Balance Preset Value 3)
0.153201 print_debug_deviceinfo      (2):   0xd029 (White Balance Preset Value 4)
0.153208 print_debug_deviceinfo      (2):   0xd02e (Lens Focal Length (Non CPU))
0.153216 print_debug_deviceinfo      (2):   0xd02f (Lens Maximum Aperture (Non CPU))
0.153224 print_debug_deviceinfo      (2):   0xd030 (Shooting Mode)
0.153232 print_debug_deviceinfo      (2):   0xd031 (JPEG Compression Policy)
0.153240 print_debug_deviceinfo      (2):   0xd032 (Color Space)
0.153248 print_debug_deviceinfo      (2):   0xd033 (Auto DX Crop)
0.153256 print_debug_deviceinfo      (2):   0xd040 (PTP_DPC_NIKON_CSMMenuBankSelect)
0.153270 print_debug_deviceinfo      (2):   0xd041 (Menu Bank Name A)
0.153278 print_debug_deviceinfo      (2):   0xd042 (Menu Bank Name B)
0.153286 print_debug_deviceinfo      (2):   0xd043 (Menu Bank Name C)
0.153294 print_debug_deviceinfo      (2):   0xd044 (Menu Bank Name D)
0.153302 print_debug_deviceinfo      (2):   0xd045 (Reset Menu Bank)
0.153310 print_debug_deviceinfo      (2):   0xd048 (PTP_DPC_NIKON_A1AFCModePriority)
0.153317 print_debug_deviceinfo      (2):   0xd049 (PTP_DPC_NIKON_A2AFSModePriority)
0.153325 print_debug_deviceinfo      (2):   0xd04b (PTP_DPC_NIKON_A4AFActivation)
0.153333 print_debug_deviceinfo      (2):   0xd04c (PTP_DPC_NIKON_FocusAreaIllumManualFocus)
0.153341 print_debug_deviceinfo      (2):   0xd04d (PTP_DPC_NIKON_FocusAreaIllumContinuous)
0.153349 print_debug_deviceinfo      (2):   0xd04e (PTP_DPC_NIKON_FocusAreaIllumWhenSelected)
0.153357 print_debug_deviceinfo      (2):   0xd04f (Focus Area Wrap)
0.153365 print_debug_deviceinfo      (2):   0xd050 (Vertical AF On)
0.153373 print_debug_deviceinfo      (2):   0xd051 (AF Lock On)
0.153381 print_debug_deviceinfo      (2):   0xd053 (Enable Copyright)
0.153389 print_debug_deviceinfo      (2):   0xd054 (Auto ISO)
0.153397 print_debug_deviceinfo      (2):   0xd055 (Exposure ISO Step)
0.153404 print_debug_deviceinfo      (2):   0xd056 (Exposure Step)
0.153412 print_debug_deviceinfo      (2):   0xd057 (Exposure Compensation (EV))
0.153420 print_debug_deviceinfo      (2):   0xd058 (Exposure Compensation)
0.153428 print_debug_deviceinfo      (2):   0xd059 (Centre Weight Area)
0.153436 print_debug_deviceinfo      (2):   0xd05a (Exposure Base Matrix)
0.153444 print_debug_deviceinfo      (2):   0xd05b (Exposure Base Center)
0.153452 print_debug_deviceinfo      (2):   0xd05c (Exposure Base Spot)
0.153460 print_debug_deviceinfo      (2):   0xd05e (Exposure Lock)
0.153468 print_debug_deviceinfo      (2):   0xd05f (Focus Lock)
0.153476 print_debug_deviceinfo      (2):   0xd062 (Auto Meter Off Time)
0.153484 print_debug_deviceinfo      (2):   0xd063 (Self Timer Delay)
0.153492 print_debug_deviceinfo      (2):   0xd064 (LCD Off Time)
0.153499 print_debug_deviceinfo      (2):   0xd067 (Angle Level)
0.153507 print_debug_deviceinfo      (2):   0xd068 (Shooting Speed)
0.153515 print_debug_deviceinfo      (2):   0xd069 (Maximum Shots)
0.153523 print_debug_deviceinfo      (2):   0xd06a (Exposure delay mode)
0.153531 print_debug_deviceinfo      (2):   0xd06b (Long Exposure Noise Reduction)
0.153539 print_debug_deviceinfo      (2):   0xd06c (File Number Sequencing)
0.153547 print_debug_deviceinfo      (2):   0xd06d (PTP_DPC_NIKON_ControlPanelFinderRearControl)
0.153555 print_debug_deviceinfo      (2):   0xd06e (PTP_DPC_NIKON_ControlPanelFinderViewfinder)
0.153563 print_debug_deviceinfo      (2):   0xd06f (LCD Illumination)
0.153571 print_debug_deviceinfo      (2):   0xd070 (High ISO noise reduction)
0.153579 print_debug_deviceinfo      (2):   0xd072 (Artist Name)
0.153587 print_debug_deviceinfo      (2):   0xd073 (Copyright Information)
0.153595 print_debug_deviceinfo      (2):   0xd074 (Flash Sync. Speed)
0.153603 print_debug_deviceinfo      (2):   0xd075 (Flash Shutter Speed)
0.153611 print_debug_deviceinfo      (2):   0xd077 (Modeling Flash)
0.153619 print_debug_deviceinfo      (2):   0xd078 (Bracket Set)
0.153627 print_debug_deviceinfo      (2):   0xd079 (Manual Mode Bracketing)
0.153635 print_debug_deviceinfo      (2):   0xd07a (Bracket Order)
0.153643 print_debug_deviceinfo      (2):   0xd080 (Center Button Shooting Mode)
0.153651 print_debug_deviceinfo      (2):   0xd081 (Center Button Playback Mode)
0.153659 print_debug_deviceinfo      (2):   0xd082 (Multiselector)
0.153666 print_debug_deviceinfo      (2):   0xd083 (Photo Info. Playback)
0.153674 print_debug_deviceinfo      (2):   0xd084 (Assign Func. Button)
0.153682 print_debug_deviceinfo      (2):   0xd085 (Customise Command Dials)
0.153690 print_debug_deviceinfo      (2):   0xd086 (Reverse Command Dial)
0.153698 print_debug_deviceinfo      (2):   0xd087 (Aperture Setting)
0.153706 print_debug_deviceinfo      (2):   0xd088 (Menus and Playback)
0.153720 print_debug_deviceinfo      (2):   0xd089 (Buttons and Dials)
0.153729 print_debug_deviceinfo      (2):   0xd08a (No CF Card Release)
0.153737 print_debug_deviceinfo      (2):   0xd08b (Center Button Zoom Ratio)
0.153745 print_debug_deviceinfo      (2):   0xd08c (Function Button 2)
0.153753 print_debug_deviceinfo      (2):   0xd08d (AF Area Point)
0.153761 print_debug_deviceinfo      (2):   0xd08e (Normal AF On)
0.153769 print_debug_deviceinfo      (2):   0xd090 (Image Comment String)
0.153777 print_debug_deviceinfo      (2):   0xd091 (Image Comment Enable)
0.153785 print_debug_deviceinfo      (2):   0xd092 (Image Rotation)
0.153793 print_debug_deviceinfo      (2):   0xd093 (Manual Set Lens Number)
0.153802 print_debug_deviceinfo      (2):   0xd094 (Unknown DPC code)
0.153810 print_debug_deviceinfo      (2):   0xd095 (Unknown DPC code)
0.153818 print_debug_deviceinfo      (2):   0xd096 (Unknown DPC code)
0.153827 print_debug_deviceinfo      (2):   0xd097 (Unknown DPC code)
0.153835 print_debug_deviceinfo      (2):   0xd098 (Unknown DPC code)
0.153844 print_debug_deviceinfo      (2):   0xd099 (Unknown DPC code)
0.153852 print_debug_deviceinfo      (2):   0xd09a (Unknown DPC code)
0.153861 print_debug_deviceinfo      (2):   0xd09b (Unknown DPC code)
0.153869 print_debug_deviceinfo      (2):   0xd0b0 (Unknown DPC code)
0.153878 print_debug_deviceinfo      (2):   0xd0b1 (Unknown DPC code)
0.153886 print_debug_deviceinfo      (2):   0xd0c0 (Bracketing Enable)
0.153894 print_debug_deviceinfo      (2):   0xd0c1 (Exposure Bracketing Step)
0.153902 print_debug_deviceinfo      (2):   0xd0c2 (Exposure Bracketing Program)
0.153910 print_debug_deviceinfo      (2):   0xd0c3 (Auto Exposure Bracket Count)
0.153918 print_debug_deviceinfo      (2):   0xd0c4 (White Balance Bracket Step)
0.153926 print_debug_deviceinfo      (2):   0xd0c5 (White Balance Bracket Program)
0.153935 print_debug_deviceinfo      (2):   0xd0e0 (Lens ID)
0.153943 print_debug_deviceinfo      (2):   0xd0e1 (Lens Sort)
0.153951 print_debug_deviceinfo      (2):   0xd0e2 (Lens Type)
0.153959 print_debug_deviceinfo      (2):   0xd0e3 (Min. Focal Length)
0.153967 print_debug_deviceinfo      (2):   0xd0e4 (Max. Focal Length)
0.153975 print_debug_deviceinfo      (2):   0xd0e5 (Max. Aperture at Min. Focal Length)
0.153983 print_debug_deviceinfo      (2):   0xd0e6 (Max. Aperture at Max. Focal Length)
0.153991 print_debug_deviceinfo      (2):   0xd0f7 (Vignette Control)
0.153999 print_debug_deviceinfo      (2):   0xd100 (Nikon Exposure Time)
0.154007 print_debug_deviceinfo      (2):   0xd101 (AC Power)
0.154016 print_debug_deviceinfo      (2):   0xd102 (Warning Status)
0.154024 print_debug_deviceinfo      (2):   0xd103 (Maximum Shots)
0.154032 print_debug_deviceinfo      (2):   0xd104 (AF Locked)
0.154040 print_debug_deviceinfo      (2):   0xd105 (AE Locked)
0.154048 print_debug_deviceinfo      (2):   0xd106 (FV Locked)
0.154056 print_debug_deviceinfo      (2):   0xd108 (Active AF Sensor)
0.154064 print_debug_deviceinfo      (2):   0xd109 (Flexible Program)
0.154072 print_debug_deviceinfo      (2):   0xd10b (Recording Media)
0.154080 print_debug_deviceinfo      (2):   0xd10c (USB Speed)
0.154089 print_debug_deviceinfo      (2):   0xd10d (CCD Serial Number)
0.154097 print_debug_deviceinfo      (2):   0xd10e (Camera Orientation)
0.154105 print_debug_deviceinfo      (2):   0xd110 (FNumber Lock)
0.154113 print_debug_deviceinfo      (2):   0xd111 (Exposure Aperture Lock)
0.154121 print_debug_deviceinfo      (2):   0xd115 (Focus Point Bright)
0.154129 print_debug_deviceinfo      (2):   0xd120 (External Flash Attached)
0.154137 print_debug_deviceinfo      (2):   0xd121 (External Flash Status)
0.154145 print_debug_deviceinfo      (2):   0xd122 (External Flash Sort)
0.154154 print_debug_deviceinfo      (2):   0xd124 (External Flash Compensation)
0.154162 print_debug_deviceinfo      (2):   0xd125 (External Flash Mode)
0.154170 print_debug_deviceinfo      (2):   0xd148 (Slot 2 Save Mode)
0.154178 print_debug_deviceinfo      (2):   0xd149 (Raw Bit Mode)
0.154192 print_debug_deviceinfo      (2):   0xd14e (Active D-Lighting)
0.154201 print_debug_deviceinfo      (2):   0xd14f (Fluorescent Type)
0.154209 print_debug_deviceinfo      (2):   0xd150 (Tune Colour Temperature)
0.154217 print_debug_deviceinfo      (2):   0xd151 (Tune Preset 0)
0.154225 print_debug_deviceinfo      (2):   0xd152 (Tune Preset 1)
0.154233 print_debug_deviceinfo      (2):   0xd153 (Tune Preset 2)
0.154241 print_debug_deviceinfo      (2):   0xd154 (Tune Preset 3)
0.154249 print_debug_deviceinfo      (2):   0xd155 (Tune Preset 4)
0.154257 print_debug_deviceinfo      (2):   0xd160 (AF Beep Mode)
0.154266 print_debug_deviceinfo      (2):   0xd164 (Auto ISO P/A/DVP Setting)
0.154274 print_debug_deviceinfo      (2):   0xd183 (ISO Auto High Limit)
0.154282 print_debug_deviceinfo      (2):   0xd184 (Dynamic AF Area)
0.154290 print_debug_deviceinfo      (2):   0xd186 (Continuous Speed High)
0.154298 print_debug_deviceinfo      (2):   0xd187 (Info Disp Setting)
0.154306 print_debug_deviceinfo      (2):   0xd189 (Preview Button)
0.154314 print_debug_deviceinfo      (2):   0xd18a (Preview Button 2)
0.154323 print_debug_deviceinfo      (2):   0xd18b (AEAF Lock Button 2)
0.154331 print_debug_deviceinfo      (2):   0xd18d (Indicator Display)
0.154339 print_debug_deviceinfo      (2):   0xd1a0 (Live View Mode)
0.154347 print_debug_deviceinfo      (2):   0xd1a1 (Live View Drive Mode)
0.154355 print_debug_deviceinfo      (2):   0xd1a2 (Live View Status)
0.154363 print_debug_deviceinfo      (2):   0xd1a3 (Live View Image Zoom Ratio)
0.154372 print_debug_deviceinfo      (2):   0xd1a4 (Live View Prohibit Condition)
0.154380 print_debug_deviceinfo      (2):   0xd1b0 (Exposure Display Status)
0.154388 print_debug_deviceinfo      (2):   0xd1b1 (Exposure Indicate Status)
0.154396 print_debug_deviceinfo      (2):   0xd1b2 (Info Display Error Status)
0.154431 print_debug_deviceinfo      (2):   0xd1b3 (Exposure Indicate Lightup)
0.154440 print_debug_deviceinfo      (2):   0xd1f0 (ApplicationMode)
0.154448 print_debug_deviceinfo      (2):   0xd1f1 (ExposureRemaining)
0.154457 print_debug_deviceinfo      (2):   0xd1f2 (ActiveSlot)
0.154465 print_debug_deviceinfo      (2):   0xd200 (Active Pic Ctrl Item)
0.154473 print_debug_deviceinfo      (2):   0xd201 (Change Pic Ctrl Item)
0.154483 ptp_usb_sendreq             (2): Sending PTP_OC 0x1004 (Get storage IDs) request...
0.154490 gp_port_write               (3): Writing 12 = 0xc bytes to port...
0.154538 gp_port_write               (3): Wrote   12 = 0xc bytes to port: (hexdump of 12 bytes)
0000  0c 00 00 00 01 00 04 10-03 00 00 00              ............

0.154549 ptp_usb_getdata             (2): Reading PTP_OC 0x1004 (Get storage IDs) data...
0.154555 gp_port_read                (3): Reading 1024 = 0x400 bytes from port...
0.154690 gp_port_read                (3): Read    24 = 0x18 out of 1024 bytes from port: (hexdump of 24 bytes)
0000  18 00 00 00 02 00 04 10-03 00 00 00 02 00 00 00  ................
0010  01 00 01 00 00 00 02 00-                         ........

0.154700 ptp_usb_getresp             (2): Reading PTP_OC 0x1004 (Get storage IDs) response...
0.154707 gp_port_read                (3): Reading 1024 = 0x400 bytes from port...
0.154751 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.154762 ptp                         (2): (storage=0xffffffff, handle=0xffffffff)
0.154768 ptp                         (2): Listing ...
0.154778 ptp_usb_sendreq             (2): Sending PTP_OC 0x1007 (Get object handles) (0xffffffff,0x0,0xffffffff) request...
0.154785 gp_port_write               (3): Writing 24 = 0x18 bytes to port...
0.154830 gp_port_write               (3): Wrote   24 = 0x18 bytes to port: (hexdump of 24 bytes)
0000  18 00 00 00 01 00 07 10-04 00 00 00 ff ff ff ff  ................
0010  00 00 00 00 ff ff ff ff-                         ........

0.154840 ptp_usb_getdata             (2): Reading PTP_OC 0x1007 (Get object handles) data...
0.154854 gp_port_read                (3): Reading 1024 = 0x400 bytes from port...
0.240578 gp_port_read                (3): Read    20 = 0x14 out of 1024 bytes from port: (hexdump of 20 bytes)
0000  14 00 00 00 02 00 07 10-04 00 00 00 01 00 00 00  ................
0010  00 40 00 11            -                         .@..

0.240613 ptp_usb_getresp             (2): Reading PTP_OC 0x1007 (Get object handles) response...
0.240621 gp_port_read                (3): Reading 1024 = 0x400 bytes from port...
0.240719 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.240730 ptp                         (2): adding new objectid 0x11004000 (nrofobs=0,j=0)
0.240739 ptp                         (2): (storage=0x00010001, handle=0xffffffff)
0.240745 ptp                         (2): Listing ...
0.240755 ptp_usb_sendreq             (2): Sending PTP_OC 0x1007 (Get object handles) (0x10001,0x0,0xffffffff) request...
0.240762 gp_port_write               (3): Writing 24 = 0x18 bytes to port...
0.240809 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 01 00 01 00  ................
0010  00 00 00 00 ff ff ff ff-                         ........

0.240820 ptp_usb_getdata             (2): Reading PTP_OC 0x1007 (Get object handles) data...
0.240827 gp_port_read                (3): Reading 1024 = 0x400 bytes from port...
0.340065 gp_port_read                (3): Read    20 = 0x14 out of 1024 bytes from port: (hexdump of 20 bytes)
0000  14 00 00 00 02 00 07 10-05 00 00 00 01 00 00 00  ................
0010  00 40 00 11            -                         .@..

0.340081 ptp_usb_getresp             (2): Reading PTP_OC 0x1007 (Get object handles) response...
0.340088 gp_port_read                (3): Reading 1024 = 0x400 bytes from port...
0.340202 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-05 00 00 00              ....... ....

0.340211 ptp                         (2): adding old objectid 0x11004000 (nrofobs=1,j=0)
0.340225 ptp_usb_sendreq             (2): Sending PTP_OC 0x90c2 (ChangeCameraMode) (0x1) request...
0.340232 gp_port_write               (3): Writing 16 = 0x10 bytes to port...
0.340278 gp_port_write               (3): Wrote   16 = 0x10 bytes to port: (hexdump of 16 bytes)
0000  10 00 00 00 01 00 c2 90-06 00 00 00 01 00 00 00  ................

0.340288 ptp_usb_getresp             (2): Reading PTP_OC 0x90c2 (ChangeCameraMode) response...
0.340295 gp_port_read                (3): Reading 1024 = 0x400 bytes from port...
0.394891 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-06 00 00 00              ....... ....

0.394917 ptp_usb_sendreq             (2): Sending PTP_OC 0x1014 (Get device property description) (0x5013) request...
0.394924 gp_port_write               (3): Writing 16 = 0x10 bytes to port...
0.394974 gp_port_write               (3): Wrote   16 = 0x10 bytes to port: (hexdump of 16 bytes)
0000  10 00 00 00 01 00 14 10-07 00 00 00 13 50 00 00  .............P..

0.394985 ptp_usb_getdata             (2): Reading PTP_OC 0x1014 (Get device property description) data...
0.394992 gp_port_read                (3): Reading 1024 = 0x400 bytes from port...
0.395406 gp_port_read                (3): Read    36 = 0x24 out of 1024 bytes from port: (hexdump of 36 bytes)
0000  24 00 00 00 02 00 14 10-07 00 00 00 13 50 04 00  $............P..
0010  01 01 00 01 00 02 06 00-01 00 02 00 10 80 11 80  ................
0020  12 80 13 80            -                         ....

0.395418 ptp_usb_getresp             (2): Reading PTP_OC 0x1014 (Get device property description) response...
0.395425 gp_port_read                (3): Reading 1024 = 0x400 bytes from port...
0.395498 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-07 00 00 00              ....... ....

0.395530 ptp_usb_sendreq             (2): Sending PTP_OC 0x1015 (Get device property value) (0xd1a2) request...
0.395537 gp_port_write               (3): Writing 16 = 0x10 bytes to port...
0.395586 gp_port_write               (3): Wrote   16 = 0x10 bytes to port: (hexdump of 16 bytes)
0000  10 00 00 00 01 00 15 10-08 00 00 00 a2 d1 00 00  ................

0.395596 ptp_usb_getdata             (2): Reading PTP_OC 0x1015 (Get device property value) data...
0.395603 gp_port_read                (3): Reading 1024 = 0x400 bytes from port...
0.395788 gp_port_read                (3): Read    13 = 0xd out of 1024 bytes from port: (hexdump of 13 bytes)
0000  0d 00 00 00 02 00 15 10-08 00 00 00 00           .............

0.395799 ptp_usb_getresp             (2): Reading PTP_OC 0x1015 (Get device property value) response...
0.395805 gp_port_read                (3): Reading 1024 = 0x400 bytes from port...
0.395848 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-08 00 00 00              ....... ....

0.395861 ptp_usb_sendreq             (2): Sending PTP_OC 0x9207 (InitiateCaptureRecInMedia) (0xffffffff,0x1) request...
0.395868 gp_port_write               (3): Writing 20 = 0x14 bytes to port...
0.395911 gp_port_write               (3): Wrote   20 = 0x14 bytes to port: (hexdump of 20 bytes)
0000  14 00 00 00 01 00 07 92-09 00 00 00 ff ff ff ff  ................
0010  01 00 00 00            -                         ....

0.395922 ptp_usb_getresp             (2): Reading PTP_OC 0x9207 (InitiateCaptureRecInMedia) response...
0.395928 gp_port_read                (3): Reading 1024 = 0x400 bytes from port...
0.396071 gp_port_read                (3): Read    12 = 0xc out of 1024 bytes from port: (hexdump of 12 bytes)
0000  0c 00 00 00 03 00 06 20-09 00 00 00              ....... ....

0.396082 ptp_usb_getresp [usb.c:516] (0): PTP_OC 0x9207 receiving resp failed: PTP Parameter Not Supported (0x2006)
0.396090 camera_nikon_capture [library.c:4136](0): 'ret' failed: 'PTP Parameter Not Supported' (0x2006)
0.396120 gp_context_error            (0): PTP Parameter Not Supported
0.396163 gp_camera_capture [gphoto2-camera.c:1324](0): 'camera->functions->capture (camera, type, path, context)' failed: -2
0.396195 camera_wait_for_event       (2): waiting for events timeout 3000 ms
0.396206 ptp_usb_sendreq             (2): Sending PTP_OC 0x90c7 (GetEvent) request...
0.396213 gp_port_write               (3): Writing 12 = 0xc bytes to port...
0.396261 gp_port_write               (3): Wrote   12 = 0xc bytes to port: (hexdump of 12 bytes)
0000  0c 00 00 00 01 00 c7 90-0a 00 00 00              ............

0.396272 ptp_usb_getdata             (2): Reading PTP_OC 0x90c7 (GetEvent) data...
0.396279 gp_port_read                (3): Reading 1024 = 0x400 bytes from port...
0.396471 gp_port_read                (3): Read    26 = 0x1a out of 1024 bytes from port: (hexdump of 26 bytes)
0000  1a 00 00 00 02 00 c7 90-0a 00 00 00 02 00 06 40  ...............@
0010  0b 50 00 00 06 40 1c 50-00 00                    .P...@.P..

0.396484 ptp_usb_getresp             (2): Reading PTP_OC 0x90c7 (GetEvent) response...
0.396491 gp_port_read                (3): Reading 1024 = 0x400 bytes from port...
0.396535 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-0a 00 00 00              ....... ....

0.396546 camera_wait_for_event       (2): event.Code is 4006 / param 500b
0.396558 ptp_usb_sendreq             (2): Sending PTP_OC 0x1014 (Get device property description) (0x500b) request...
0.396564 gp_port_write               (3): Writing 16 = 0x10 bytes to port...
0.396608 gp_port_write               (3): Wrote   16 = 0x10 bytes to port: (hexdump of 16 bytes)
0000  10 00 00 00 01 00 14 10-0b 00 00 00 0b 50 00 00  .............P..

0.396619 ptp_usb_getdata             (2): Reading PTP_OC 0x1014 (Get device property description) data...
0.396637 gp_port_read                (3): Reading 1024 = 0x400 bytes from port...
0.396890 gp_port_read                (3): Read    30 = 0x1e out of 1024 bytes from port: (hexdump of 30 bytes)
0000  1e 00 00 00 02 00 14 10-0b 00 00 00 0b 50 04 00  .............P..
0010  01 03 00 03 00 02 03 00-02 00 03 00 04 00        ..............

0.396901 ptp_usb_getresp             (2): Reading PTP_OC 0x1014 (Get device property description) response...
0.396908 gp_port_read                (3): Reading 1024 = 0x400 bytes from port...
0.396973 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-0b 00 00 00              ....... ....

0.397008 camera_lookup_by_property   (2): usb vendor/product specific path entered
0.397019 camera_lookup_by_property   (2): Getting table based PTP property 'Exposure Metering Mode' / 0x500b
0.397061 gp_widget_set_value         (2): Setting value of widget 'Exposure Metering Mode' to 'Multi Spot'...
0.397077 camera_wait_for_event       (2): waiting for events timeout 3000 ms
0.397087 ptp_usb_sendreq             (2): Sending PTP_OC 0x90c7 (GetEvent) request...
0.397094 gp_port_write               (3): Writing 12 = 0xc bytes to port...
0.397138 gp_port_write               (3): Wrote   12 = 0xc bytes to port: (hexdump of 12 bytes)
0000  0c 00 00 00 01 00 c7 90-0c 00 00 00              ............

0.397148 ptp_usb_getdata             (2): Reading PTP_OC 0x90c7 (GetEvent) data...
0.397155 gp_port_read                (3): Reading 1024 = 0x400 bytes from port...
0.397251 gp_port_read                (3): Read    14 = 0xe out of 1024 bytes from port: (hexdump of 14 bytes)
0000  0e 00 00 00 02 00 c7 90-0c 00 00 00 00 00        ..............

0.397262 ptp_usb_getresp             (2): Reading PTP_OC 0x90c7 (GetEvent) response...
0.397269 gp_port_read                (3): Reading 1024 = 0x400 bytes from port...
0.397313 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-0c 00 00 00              ....... ....

0.397323 camera_wait_for_event       (2): event.Code is 4006 / param 501c
0.397333 ptp_usb_sendreq             (2): Sending PTP_OC 0x1014 (Get device property description) (0x501c) request...
0.397340 gp_port_write               (3): Writing 16 = 0x10 bytes to port...
0.397384 gp_port_write               (3): Wrote   16 = 0x10 bytes to port: (hexdump of 16 bytes)
0000  10 00 00 00 01 00 14 10-0d 00 00 00 1c 50 00 00  .............P..

0.397395 ptp_usb_getdata             (2): Reading PTP_OC 0x1014 (Get device property description) data...
0.397401 gp_port_read                (3): Reading 1024 = 0x400 bytes from port...
0.397649 gp_port_read                (3): Read    30 = 0x1e out of 1024 bytes from port: (hexdump of 30 bytes)
0000  1e 00 00 00 02 00 14 10-0d 00 00 00 1c 50 04 00  .............P..
0010  01 10 80 10 80 02 03 00-02 00 10 80 11 80        ..............

0.397660 ptp_usb_getresp             (2): Reading PTP_OC 0x1014 (Get device property description) response...
0.397666 gp_port_read                (3): Reading 1024 = 0x400 bytes from port...
0.397726 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-0d 00 00 00              ....... ....

0.397737 camera_lookup_by_property   (2): usb vendor/product specific path entered
0.397745 camera_lookup_by_property   (2): Getting table based PTP property 'Focus Metering Mode' / 0x501c
0.397759 gp_widget_set_value         (2): Setting value of widget 'Focus Metering Mode' to 'Single Area'...
0.397770 camera_wait_for_event       (2): waiting for events timeout 2999 ms
0.397779 ptp_usb_sendreq             (2): Sending PTP_OC 0x90c7 (GetEvent) request...
0.397786 gp_port_write               (3): Writing 12 = 0xc bytes to port...
0.397830 gp_port_write               (3): Wrote   12 = 0xc bytes to port: (hexdump of 12 bytes)
0000  0c 00 00 00 01 00 c7 90-0e 00 00 00              ............

0.397848 ptp_usb_getdata             (2): Reading PTP_OC 0x90c7 (GetEvent) data...
0.397855 gp_port_read                (3): Reading 1024 = 0x400 bytes from port...
0.397943 gp_port_read                (3): Read    14 = 0xe out of 1024 bytes from port: (hexdump of 14 bytes)
0000  0e 00 00 00 02 00 c7 90-0e 00 00 00 00 00        ..............

0.397954 ptp_usb_getresp             (2): Reading PTP_OC 0x90c7 (GetEvent) response...
0.397960 gp_port_read                (3): Reading 1024 = 0x400 bytes from port...
0.398003 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-0e 00 00 00              ....... ....

0.448081 ptp_usb_sendreq             (2): Sending PTP_OC 0x90c7 (GetEvent) request...
0.448105 gp_port_write               (3): Writing 12 = 0xc bytes to port...
0.448159 gp_port_write               (3): Wrote   12 = 0xc bytes to port: (hexdump of 12 bytes)
0000  0c 00 00 00 01 00 c7 90-0f 00 00 00              ............

0.448170 ptp_usb_getdata             (2): Reading PTP_OC 0x90c7 (GetEvent) data...
0.448176 gp_port_read                (3): Reading 1024 = 0x400 bytes from port...
0.448363 gp_port_read                (3): Read    14 = 0xe out of 1024 bytes from port: (hexdump of 14 bytes)
0000  0e 00 00 00 02 00 c7 90-0f 00 00 00 00 00        ..............

0.448374 ptp_usb_getresp             (2): Reading PTP_OC 0x90c7 (GetEvent) response...
0.448380 gp_port_read                (3): Reading 1024 = 0x400 bytes from port...
0.448451 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-0f 00 00 00              ....... ....

0.548521 ptp_usb_sendreq             (2): Sending PTP_OC 0x90c7 (GetEvent) request...
0.548536 gp_port_write               (3): Writing 12 = 0xc bytes to port...
0.548584 gp_port_write               (3): Wrote   12 = 0xc bytes to port: (hexdump of 12 bytes)
0000  0c 00 00 00 01 00 c7 90-10 00 00 00              ............

0.548595 ptp_usb_getdata             (2): Reading PTP_OC 0x90c7 (GetEvent) data...
0.548601 gp_port_read                (3): Reading 1024 = 0x400 bytes from port...
0.548813 gp_port_read                (3): Read    14 = 0xe out of 1024 bytes from port: (hexdump of 14 bytes)
0000  0e 00 00 00 02 00 c7 90-10 00 00 00 00 00        ..............

0.548824 ptp_usb_getresp             (2): Reading PTP_OC 0x90c7 (GetEvent) response...
0.548830 gp_port_read                (3): Reading 1024 = 0x400 bytes from port...
0.548924 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-10 00 00 00              ....... ....

0.699020 ptp_usb_sendreq             (2): Sending PTP_OC 0x90c7 (GetEvent) request...
0.699077 gp_port_write               (3): Writing 12 = 0xc bytes to port...
0.699176 gp_port_write               (3): Wrote   12 = 0xc bytes to port: (hexdump of 12 bytes)
0000  0c 00 00 00 01 00 c7 90-11 00 00 00              ............

0.699189 ptp_usb_getdata             (2): Reading PTP_OC 0x90c7 (GetEvent) data...
0.699197 gp_port_read                (3): Reading 1024 = 0x400 bytes from port...
0.699363 gp_port_read                (3): Read    14 = 0xe out of 1024 bytes from port: (hexdump of 14 bytes)
0000  0e 00 00 00 02 00 c7 90-11 00 00 00 00 00        ..............

0.699376 ptp_usb_getresp             (2): Reading PTP_OC 0x90c7 (GetEvent) response...
0.699383 gp_port_read                (3): Reading 1024 = 0x400 bytes from port...
0.699449 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-11 00 00 00              ....... ....

0.899529 ptp_usb_sendreq             (2): Sending PTP_OC 0x90c7 (GetEvent) request...
0.899553 gp_port_write               (3): Writing 12 = 0xc bytes to port...
0.899618 gp_port_write               (3): Wrote   12 = 0xc bytes to port: (hexdump of 12 bytes)
0000  0c 00 00 00 01 00 c7 90-12 00 00 00              ............

0.899655 ptp_usb_getdata             (2): Reading PTP_OC 0x90c7 (GetEvent) data...
0.899663 gp_port_read                (3): Reading 1024 = 0x400 bytes from port...
0.899816 gp_port_read                (3): Read    14 = 0xe out of 1024 bytes from port: (hexdump of 14 bytes)
0000  0e 00 00 00 02 00 c7 90-12 00 00 00 00 00        ..............

0.899829 ptp_usb_getresp             (2): Reading PTP_OC 0x90c7 (GetEvent) response...
0.899835 gp_port_read                (3): Reading 1024 = 0x400 bytes from port...
0.899902 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-12 00 00 00              ....... ....

1.099973 ptp_usb_sendreq             (2): Sending PTP_OC 0x90c7 (GetEvent) request...
1.099989 gp_port_write               (3): Writing 12 = 0xc bytes to port...
1.100037 gp_port_write               (3): Wrote   12 = 0xc bytes to port: (hexdump of 12 bytes)
0000  0c 00 00 00 01 00 c7 90-13 00 00 00              ............

1.100049 ptp_usb_getdata             (2): Reading PTP_OC 0x90c7 (GetEvent) data...
1.100056 gp_port_read                (3): Reading 1024 = 0x400 bytes from port...
1.100283 gp_port_read                (3): Read    14 = 0xe out of 1024 bytes from port: (hexdump of 14 bytes)
0000  0e 00 00 00 02 00 c7 90-13 00 00 00 00 00        ..............

1.100294 ptp_usb_getresp             (2): Reading PTP_OC 0x90c7 (GetEvent) response...
1.100300 gp_port_read                (3): Reading 1024 = 0x400 bytes from port...
1.100375 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-13 00 00 00              ....... ....

1.300445 ptp_usb_sendreq             (2): Sending PTP_OC 0x90c7 (GetEvent) request...
1.300460 gp_port_write               (3): Writing 12 = 0xc bytes to port...
1.300509 gp_port_write               (3): Wrote   12 = 0xc bytes to port: (hexdump of 12 bytes)
0000  0c 00 00 00 01 00 c7 90-14 00 00 00              ............

1.300521 ptp_usb_getdata             (2): Reading PTP_OC 0x90c7 (GetEvent) data...
1.300528 gp_port_read                (3): Reading 1024 = 0x400 bytes from port...
1.300823 gp_port_read                (3): Read    26 = 0x1a out of 1024 bytes from port: (hexdump of 26 bytes)
0000  1a 00 00 00 02 00 c7 90-14 00 00 00 02 00 06 40  ...............@
0010  0d 50 00 00 06 40 00 d1-00 00                    .P...@....

1.300835 ptp_usb_getresp             (2): Reading PTP_OC 0x90c7 (GetEvent) response...
1.300842 gp_port_read                (3): Reading 1024 = 0x400 bytes from port...
1.300979 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-14 00 00 00              ....... ....

1.300990 camera_wait_for_event       (2): event.Code is 4006 / param 500d
1.301004 ptp_usb_sendreq             (2): Sending PTP_OC 0x1014 (Get device property description) (0x500d) request...
1.301011 gp_port_write               (3): Writing 16 = 0x10 bytes to port...
1.301062 gp_port_write               (3): Wrote   16 = 0x10 bytes to port: (hexdump of 16 bytes)
0000  10 00 00 00 01 00 14 10-15 00 00 00 0d 50 00 00  .............P..

1.301072 ptp_usb_getdata             (2): Reading PTP_OC 0x1014 (Get device property description) data...
1.301079 gp_port_read                (3): Reading 1024 = 0x400 bytes from port...
1.301577 gp_port_read                (3): Read    240 = 0xf0 out of 1024 bytes from port: (hexdump of 240 bytes)
0000  f0 00 00 00 02 00 14 10-15 00 00 00 0d 50 06 00  .............P..
0010  00 01 00 00 00 a6 00 00-00 02 35 00 01 00 00 00  ..........5.....
0020  02 00 00 00 03 00 00 00-04 00 00 00 05 00 00 00  ................
0030  06 00 00 00 08 00 00 00-0a 00 00 00 0c 00 00 00  ................
0040  0f 00 00 00 14 00 00 00-19 00 00 00 1f 00 00 00  ................
0050  28 00 00 00 32 00 00 00-3e 00 00 00 50 00 00 00  (...2...>...P...
0060  64 00 00 00 7d 00 00 00-a6 00 00 00 c8 00 00 00  d...}...........
0070  fa 00 00 00 4d 01 00 00-90 01 00 00 f4 01 00 00  ....M...........
0080  9a 02 00 00 01 03 00 00-e8 03 00 00 e2 04 00 00  ................
0090  82 06 00 00 d0 07 00 00-c4 09 00 00 05 0d 00 00  ................
00a0  a0 0f 00 00 88 13 00 00-6a 18 00 00 0c 1e 00 00  ........j.......
00b0  10 27 00 00 c8 32 00 00-80 3e 00 00 20 4e 00 00  .'...2...>.. N..
00c0  a8 61 00 00 30 75 00 00-40 9c 00 00 50 c3 00 00  .a..0u..@...P...
00d0  60 ea 00 00 80 38 01 00-a0 86 01 00 d0 fb 01 00  `....8..........
00e0  f0 49 02 00 40 0d 03 00-90 d0 03 00 e0 93 04 00  .I..@...........

1.301607 ptp_usb_getresp             (2): Reading PTP_OC 0x1014 (Get device property description) response...
1.301615 gp_port_read                (3): Reading 1024 = 0x400 bytes from port...
1.301660 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-15 00 00 00              ....... ....

1.301684 camera_lookup_by_property   (2): usb vendor/product specific path entered
1.301695 camera_lookup_by_property   (2): Getting table based PTP property 'Shutter Speed' / 0x500d
1.301764 gp_widget_set_value         (2): Setting value of widget 'Shutter Speed' to '0.0166s'...
1.301856 camera_wait_for_event       (2): waiting for events timeout 2094 ms
1.301866 ptp_usb_sendreq             (2): Sending PTP_OC 0x90c7 (GetEvent) request...
1.301873 gp_port_write               (3): Writing 12 = 0xc bytes to port...
1.301936 gp_port_write               (3): Wrote   12 = 0xc bytes to port: (hexdump of 12 bytes)
0000  0c 00 00 00 01 00 c7 90-16 00 00 00              ............

1.301946 ptp_usb_getdata             (2): Reading PTP_OC 0x90c7 (GetEvent) data...
1.301953 gp_port_read                (3): Reading 1024 = 0x400 bytes from port...
1.302060 gp_port_read                (3): Read    14 = 0xe out of 1024 bytes from port: (hexdump of 14 bytes)
0000  0e 00 00 00 02 00 c7 90-16 00 00 00 00 00        ..............

1.302071 ptp_usb_getresp             (2): Reading PTP_OC 0x90c7 (GetEvent) response...
1.302078 gp_port_read                (3): Reading 1024 = 0x400 bytes from port...
1.302122 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-16 00 00 00              ....... ....

1.302131 camera_wait_for_event       (2): event.Code is 4006 / param d100
1.302142 ptp_usb_sendreq             (2): Sending PTP_OC 0x1014 (Get device property description) (0xd100) request...
1.302149 gp_port_write               (3): Writing 16 = 0x10 bytes to port...
1.302192 gp_port_write               (3): Wrote   16 = 0x10 bytes to port: (hexdump of 16 bytes)
0000  10 00 00 00 01 00 14 10-17 00 00 00 00 d1 00 00  ................

1.302202 ptp_usb_getdata             (2): Reading PTP_OC 0x1014 (Get device property description) data...
1.302209 gp_port_read                (3): Reading 1024 = 0x400 bytes from port...
1.302596 gp_port_read                (3): Read    248 = 0xf8 out of 1024 bytes from port: (hexdump of 248 bytes)
0000  f8 00 00 00 02 00 14 10-17 00 00 00 00 d1 06 00  ................
0010  00 40 1f 01 00 3c 00 01-00 02 37 00 40 1f 01 00  .@...<....7.@...
0020  00 19 01 00 88 13 01 00-a0 0f 01 00 80 0c 01 00  ................
0030  c4 09 01 00 d0 07 01 00-40 06 01 00 e2 04 01 00  ........@.......
0040  e8 03 01 00 20 03 01 00-80 02 01 00 f4 01 01 00  .... ...........
0050  90 01 01 00 40 01 01 00-fa 00 01 00 c8 00 01 00  ....@...........
0060  a0 00 01 00 7d 00 01 00-64 00 01 00 50 00 01 00  ....}...d...P...
0070  3c 00 01 00 32 00 01 00-28 00 01 00 1e 00 01 00  <...2...(.......
0080  19 00 01 00 14 00 01 00-0f 00 01 00 0d 00 01 00  ................
0090  0a 00 01 00 08 00 01 00-06 00 01 00 05 00 01 00  ................
00a0  04 00 01 00 03 00 01 00-19 00 0a 00 02 00 01 00  ................
00b0  10 00 0a 00 0d 00 0a 00-01 00 01 00 0a 00 0d 00  ................
00c0  0a 00 10 00 01 00 02 00-0a 00 19 00 01 00 03 00  ................
00d0  01 00 04 00 01 00 05 00-01 00 06 00 01 00 08 00  ................
00e0  01 00 0a 00 01 00 0d 00-01 00 0f 00 01 00 14 00  ................
00f0  01 00 19 00 01 00 1e 00-                         ........

1.302624 ptp_usb_getresp             (2): Reading PTP_OC 0x1014 (Get device property description) response...
1.302631 gp_port_read                (3): Reading 1024 = 0x400 bytes from port...
1.302685 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-17 00 00 00              ....... ....

1.302700 camera_lookup_by_property   (2): usb vendor/product specific path entered
1.302708 camera_lookup_by_property   (2): Getting table based PTP property 'Shutter Speed 2' / 0xd100
1.302731 gp_widget_set_value         (2): Setting value of widget 'Shutter Speed 2' to '1/60'...
1.302766 camera_wait_for_event       (2): waiting for events timeout 2093 ms
1.302776 ptp_usb_sendreq             (2): Sending PTP_OC 0x90c7 (GetEvent) request...
1.302782 gp_port_write               (3): Writing 12 = 0xc bytes to port...
1.302827 gp_port_write               (3): Wrote   12 = 0xc bytes to port: (hexdump of 12 bytes)
0000  0c 00 00 00 01 00 c7 90-18 00 00 00              ............

1.302838 ptp_usb_getdata             (2): Reading PTP_OC 0x90c7 (GetEvent) data...
1.302845 gp_port_read                (3): Reading 1024 = 0x400 bytes from port...
1.302941 gp_port_read                (3): Read    14 = 0xe out of 1024 bytes from port: (hexdump of 14 bytes)
0000  0e 00 00 00 02 00 c7 90-18 00 00 00 00 00        ..............

1.302952 ptp_usb_getresp             (2): Reading PTP_OC 0x90c7 (GetEvent) response...
1.302958 gp_port_read                (3): Reading 1024 = 0x400 bytes from port...
1.303002 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-18 00 00 00              ....... ....

1.353075 ptp_usb_sendreq             (2): Sending PTP_OC 0x90c7 (GetEvent) request...
1.353088 gp_port_write               (3): Writing 12 = 0xc bytes to port...
1.353133 gp_port_write               (3): Wrote   12 = 0xc bytes to port: (hexdump of 12 bytes)
0000  0c 00 00 00 01 00 c7 90-19 00 00 00              ............

1.353144 ptp_usb_getdata             (2): Reading PTP_OC 0x90c7 (GetEvent) data...
1.353150 gp_port_read                (3): Reading 1024 = 0x400 bytes from port...
1.353341 gp_port_read                (3): Read    14 = 0xe out of 1024 bytes from port: (hexdump of 14 bytes)
0000  0e 00 00 00 02 00 c7 90-19 00 00 00 00 00        ..............

1.353351 ptp_usb_getresp             (2): Reading PTP_OC 0x90c7 (GetEvent) response...
1.353358 gp_port_read                (3): Reading 1024 = 0x400 bytes from port...
1.353442 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-19 00 00 00              ....... ....

1.453520 ptp_usb_sendreq             (2): Sending PTP_OC 0x90c7 (GetEvent) request...
1.453546 gp_port_write               (3): Writing 12 = 0xc bytes to port...
1.453609 gp_port_write               (3): Wrote   12 = 0xc bytes to port: (hexdump of 12 bytes)
0000  0c 00 00 00 01 00 c7 90-1a 00 00 00              ............

1.453620 ptp_usb_getdata             (2): Reading PTP_OC 0x90c7 (GetEvent) data...
1.453627 gp_port_read                (3): Reading 1024 = 0x400 bytes from port...
1.453831 gp_port_read                (3): Read    14 = 0xe out of 1024 bytes from port: (hexdump of 14 bytes)
0000  0e 00 00 00 02 00 c7 90-1a 00 00 00 00 00        ..............

1.453842 ptp_usb_getresp             (2): Reading PTP_OC 0x90c7 (GetEvent) response...
1.453849 gp_port_read                (3): Reading 1024 = 0x400 bytes from port...
1.453934 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-1a 00 00 00              ....... ....

1.604009 ptp_usb_sendreq             (2): Sending PTP_OC 0x90c7 (GetEvent) request...
1.604053 gp_port_write               (3): Writing 12 = 0xc bytes to port...
1.604117 gp_port_write               (3): Wrote   12 = 0xc bytes to port: (hexdump of 12 bytes)
0000  0c 00 00 00 01 00 c7 90-1b 00 00 00              ............

1.604130 ptp_usb_getdata             (2): Reading PTP_OC 0x90c7 (GetEvent) data...
1.604137 gp_port_read                (3): Reading 1024 = 0x400 bytes from port...
1.604316 gp_port_read                (3): Read    14 = 0xe out of 1024 bytes from port: (hexdump of 14 bytes)
0000  0e 00 00 00 02 00 c7 90-1b 00 00 00 00 00        ..............

1.604327 ptp_usb_getresp             (2): Reading PTP_OC 0x90c7 (GetEvent) response...
1.604334 gp_port_read                (3): Reading 1024 = 0x400 bytes from port...
1.604403 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-1b 00 00 00              ....... ....

1.804475 ptp_usb_sendreq             (2): Sending PTP_OC 0x90c7 (GetEvent) request...
1.804494 gp_port_write               (3): Writing 12 = 0xc bytes to port...
1.804548 gp_port_write               (3): Wrote   12 = 0xc bytes to port: (hexdump of 12 bytes)
0000  0c 00 00 00 01 00 c7 90-1c 00 00 00              ............

1.804560 ptp_usb_getdata             (2): Reading PTP_OC 0x90c7 (GetEvent) data...
1.804567 gp_port_read                (3): Reading 1024 = 0x400 bytes from port...
1.804755 gp_port_read                (3): Read    14 = 0xe out of 1024 bytes from port: (hexdump of 14 bytes)
0000  0e 00 00 00 02 00 c7 90-1c 00 00 00 00 00        ..............

1.804766 ptp_usb_getresp             (2): Reading PTP_OC 0x90c7 (GetEvent) response...
1.804773 gp_port_read                (3): Reading 1024 = 0x400 bytes from port...
1.804836 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-1c 00 00 00              ....... ....

2.004915 ptp_usb_sendreq             (2): Sending PTP_OC 0x90c7 (GetEvent) request...
2.004938 gp_port_write               (3): Writing 12 = 0xc bytes to port...
2.004998 gp_port_write               (3): Wrote   12 = 0xc bytes to port: (hexdump of 12 bytes)
0000  0c 00 00 00 01 00 c7 90-1d 00 00 00              ............

2.005010 ptp_usb_getdata             (2): Reading PTP_OC 0x90c7 (GetEvent) data...
2.005017 gp_port_read                (3): Reading 1024 = 0x400 bytes from port...
2.005282 gp_port_read                (3): Read    14 = 0xe out of 1024 bytes from port: (hexdump of 14 bytes)
0000  0e 00 00 00 02 00 c7 90-1d 00 00 00 00 00        ..............

2.005294 ptp_usb_getresp             (2): Reading PTP_OC 0x90c7 (GetEvent) response...
2.005300 gp_port_read                (3): Reading 1024 = 0x400 bytes from port...
2.005404 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-1d 00 00 00              ....... ....

2.205477 ptp_usb_sendreq             (2): Sending PTP_OC 0x90c7 (GetEvent) request...
2.205493 gp_port_write               (3): Writing 12 = 0xc bytes to port...
2.205559 gp_port_write               (3): Wrote   12 = 0xc bytes to port: (hexdump of 12 bytes)
0000  0c 00 00 00 01 00 c7 90-1e 00 00 00              ............

2.205571 ptp_usb_getdata             (2): Reading PTP_OC 0x90c7 (GetEvent) data...
2.205578 gp_port_read                (3): Reading 1024 = 0x400 bytes from port...
2.205851 gp_port_read                (3): Read    14 = 0xe out of 1024 bytes from port: (hexdump of 14 bytes)
0000  0e 00 00 00 02 00 c7 90-1e 00 00 00 00 00        ..............

2.205862 ptp_usb_getresp             (2): Reading PTP_OC 0x90c7 (GetEvent) response...
2.205869 gp_port_read                (3): Reading 1024 = 0x400 bytes from port...
2.206006 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-1e 00 00 00              ....... ....

2.406098 ptp_usb_sendreq             (2): Sending PTP_OC 0x90c7 (GetEvent) request...
2.406120 gp_port_write               (3): Writing 12 = 0xc bytes to port...
2.406179 gp_port_write               (3): Wrote   12 = 0xc bytes to port: (hexdump of 12 bytes)
0000  0c 00 00 00 01 00 c7 90-1f 00 00 00              ............

2.406191 ptp_usb_getdata             (2): Reading PTP_OC 0x90c7 (GetEvent) data...
2.406198 gp_port_read                (3): Reading 1024 = 0x400 bytes from port...
2.406417 gp_port_read                (3): Read    14 = 0xe out of 1024 bytes from port: (hexdump of 14 bytes)
0000  0e 00 00 00 02 00 c7 90-1f 00 00 00 00 00        ..............

2.406429 ptp_usb_getresp             (2): Reading PTP_OC 0x90c7 (GetEvent) response...
2.406436 gp_port_read                (3): Reading 1024 = 0x400 bytes from port...
2.406509 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-1f 00 00 00              ....... ....

2.606581 ptp_usb_sendreq             (2): Sending PTP_OC 0x90c7 (GetEvent) request...
2.606600 gp_port_write               (3): Writing 12 = 0xc bytes to port...
2.606650 gp_port_write               (3): Wrote   12 = 0xc bytes to port: (hexdump of 12 bytes)
0000  0c 00 00 00 01 00 c7 90-20 00 00 00              ........ ...

2.606662 ptp_usb_getdata             (2): Reading PTP_OC 0x90c7 (GetEvent) data...
2.606669 gp_port_read                (3): Reading 1024 = 0x400 bytes from port...
2.606861 gp_port_read                (3): Read    14 = 0xe out of 1024 bytes from port: (hexdump of 14 bytes)
0000  0e 00 00 00 02 00 c7 90-20 00 00 00 00 00        ........ .....

2.606872 ptp_usb_getresp             (2): Reading PTP_OC 0x90c7 (GetEvent) response...
2.606879 gp_port_read                (3): Reading 1024 = 0x400 bytes from port...
2.606942 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-20 00 00 00              .......  ...

2.807011 ptp_usb_sendreq             (2): Sending PTP_OC 0x90c7 (GetEvent) request...
2.807027 gp_port_write               (3): Writing 12 = 0xc bytes to port...
2.807080 gp_port_write               (3): Wrote   12 = 0xc bytes to port: (hexdump of 12 bytes)
0000  0c 00 00 00 01 00 c7 90-21 00 00 00              ........!...

2.807092 ptp_usb_getdata             (2): Reading PTP_OC 0x90c7 (GetEvent) data...
2.807099 gp_port_read                (3): Reading 1024 = 0x400 bytes from port...
2.807303 gp_port_read                (3): Read    14 = 0xe out of 1024 bytes from port: (hexdump of 14 bytes)
0000  0e 00 00 00 02 00 c7 90-21 00 00 00 00 00        ........!.....

2.807314 ptp_usb_getresp             (2): Reading PTP_OC 0x90c7 (GetEvent) response...
2.807321 gp_port_read                (3): Reading 1024 = 0x400 bytes from port...
2.807410 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-21 00 00 00              ....... !...

3.007485 ptp_usb_sendreq             (2): Sending PTP_OC 0x90c7 (GetEvent) request...
3.007505 gp_port_write               (3): Writing 12 = 0xc bytes to port...
3.007563 gp_port_write               (3): Wrote   12 = 0xc bytes to port: (hexdump of 12 bytes)
0000  0c 00 00 00 01 00 c7 90-22 00 00 00              ........"...

3.007575 ptp_usb_getdata             (2): Reading PTP_OC 0x90c7 (GetEvent) data...
3.007582 gp_port_read                (3): Reading 1024 = 0x400 bytes from port...
3.007792 gp_port_read                (3): Read    14 = 0xe out of 1024 bytes from port: (hexdump of 14 bytes)
0000  0e 00 00 00 02 00 c7 90-22 00 00 00 00 00        ........".....

3.007803 ptp_usb_getresp             (2): Reading PTP_OC 0x90c7 (GetEvent) response...
3.007810 gp_port_read                (3): Reading 1024 = 0x400 bytes from port...
3.007854 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-22 00 00 00              ....... "...

3.207942 ptp_usb_sendreq             (2): Sending PTP_OC 0x90c7 (GetEvent) request...
3.207957 gp_port_write               (3): Writing 12 = 0xc bytes to port...
3.208005 gp_port_write               (3): Wrote   12 = 0xc bytes to port: (hexdump of 12 bytes)
0000  0c 00 00 00 01 00 c7 90-23 00 00 00              ........#...

3.208017 ptp_usb_getdata             (2): Reading PTP_OC 0x90c7 (GetEvent) data...
3.208024 gp_port_read                (3): Reading 1024 = 0x400 bytes from port...
3.208335 gp_port_read                (3): Read    14 = 0xe out of 1024 bytes from port: (hexdump of 14 bytes)
0000  0e 00 00 00 02 00 c7 90-23 00 00 00 00 00        ........#.....

3.208346 ptp_usb_getresp             (2): Reading PTP_OC 0x90c7 (GetEvent) response...
3.208352 gp_port_read                (3): Reading 1024 = 0x400 bytes from port...
3.208692 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-23 00 00 00              ....... #...

3.395766 ptp_usb_sendreq             (2): Sending PTP_OC 0x90c7 (GetEvent) request...
3.395783 gp_port_write               (3): Writing 12 = 0xc bytes to port...
3.395846 gp_port_write               (3): Wrote   12 = 0xc bytes to port: (hexdump of 12 bytes)
0000  0c 00 00 00 01 00 c7 90-24 00 00 00              ........$...

3.395857 ptp_usb_getdata             (2): Reading PTP_OC 0x90c7 (GetEvent) data...
3.395863 gp_port_read                (3): Reading 1024 = 0x400 bytes from port...
3.396073 gp_port_read                (3): Read    14 = 0xe out of 1024 bytes from port: (hexdump of 14 bytes)
0000  0e 00 00 00 02 00 c7 90-24 00 00 00 00 00        ........$.....

3.396085 ptp_usb_getresp             (2): Reading PTP_OC 0x90c7 (GetEvent) response...
3.396092 gp_port_read                (3): Reading 1024 = 0x400 bytes from port...
3.396180 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-24 00 00 00              ....... $...

3.396839 gp_camera_free              (2): Freeing camera...
3.396861 gp_camera_exit              (2): Exiting camera ('Nikon DSC D3x (PTP mode)')...
3.396875 ptp_usb_sendreq             (2): Sending PTP_OC 0x9202 (EndLiveView) request...
3.396883 gp_port_write               (3): Writing 12 = 0xc bytes to port...
3.396950 gp_port_write               (3): Wrote   12 = 0xc bytes to port: (hexdump of 12 bytes)
0000  0c 00 00 00 01 00 02 92-25 00 00 00              ........%...

3.396962 ptp_usb_getresp             (2): Reading PTP_OC 0x9202 (EndLiveView) response...
3.396969 gp_port_read                (3): Reading 1024 = 0x400 bytes from port...
3.397050 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-25 00 00 00              ....... %...

3.397062 ptp_usb_sendreq             (2): Sending PTP_OC 0x90c2 (ChangeCameraMode) (0x0) request...
3.397069 gp_port_write               (3): Writing 16 = 0x10 bytes to port...
3.397112 gp_port_write               (3): Wrote   16 = 0x10 bytes to port: (hexdump of 16 bytes)
0000  10 00 00 00 01 00 c2 90-26 00 00 00 00 00 00 00  ........&.......

3.397122 ptp_usb_getresp             (2): Reading PTP_OC 0x90c2 (ChangeCameraMode) response...
3.397129 gp_port_read                (3): Reading 1024 = 0x400 bytes from port...
3.437381 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-26 00 00 00              ....... &...

3.437412 ptp_usb_sendreq             (2): Sending PTP_OC 0x90c7 (GetEvent) request...
3.437420 gp_port_write               (3): Writing 12 = 0xc bytes to port...
3.437474 gp_port_write               (3): Wrote   12 = 0xc bytes to port: (hexdump of 12 bytes)
0000  0c 00 00 00 01 00 c7 90-27 00 00 00              ........'...

3.437485 ptp_usb_getdata             (2): Reading PTP_OC 0x90c7 (GetEvent) data...
3.437491 gp_port_read                (3): Reading 1024 = 0x400 bytes from port...
3.437791 gp_port_read                (3): Read    26 = 0x1a out of 1024 bytes from port: (hexdump of 26 bytes)
0000  1a 00 00 00 02 00 c7 90-27 00 00 00 02 00 06 40  ........'......@
0010  0b 50 00 00 06 40 1c 50-00 00                    .P...@.P..

3.437804 ptp_usb_getresp             (2): Reading PTP_OC 0x90c7 (GetEvent) response...
3.437810 gp_port_read                (3): Reading 1024 = 0x400 bytes from port...
3.437859 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-27 00 00 00              ....... '...

3.437869 camera_exit                 (2): missed ptp event 0x4006 (param1=500b)
3.437876 camera_exit                 (2): missed ptp event 0x4006 (param1=501c)
3.437885 ptp_usb_sendreq             (2): Sending PTP_OC 0x1003 (Close session) request...
3.437891 gp_port_write               (3): Writing 12 = 0xc bytes to port...
3.437936 gp_port_write               (3): Wrote   12 = 0xc bytes to port: (hexdump of 12 bytes)
0000  0c 00 00 00 01 00 03 10-28 00 00 00              ........(...

3.437946 ptp_usb_getresp             (2): Reading PTP_OC 0x1003 (Close session) response...
3.437953 gp_port_read                (3): Reading 1024 = 0x400 bytes from port...
3.438196 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-28 00 00 00              ....... (...

3.438225 gp_port_close               (2): Closing port...
3.439295 _close_async_interrupts     (2): canceling transfer 0:0x55abb1fda8 (status 0)
3.439544 _close_async_interrupts     (2): canceling transfer 1:0x55abb20858 (status 0)
3.439802 _close_async_interrupts     (2): canceling transfer 2:0x55abb449e8 (status 0)
3.440061 _close_async_interrupts     (2): canceling transfer 3:0x55abb58188 (status 0)
3.440321 _close_async_interrupts     (2): canceling transfer 4:0x55abb2bc08 (status 0)
3.440587 _close_async_interrupts     (2): canceling transfer 5:0x55abb2ad08 (status 0)
3.440843 _close_async_interrupts     (2): canceling transfer 6:0x55abb25a08 (status 0)
3.441105 _close_async_interrupts     (2): canceling transfer 7:0x55abb57008 (status 0)
3.441365 _close_async_interrupts     (2): canceling transfer 8:0x55abb14a98 (status 0)
3.441629 _close_async_interrupts     (2): canceling transfer 9:0x55abb0c868 (status 0)
3.441989 _cb_irq                     (2): 0x55abb1fda8 with status 3
3.441998 _cb_irq                     (2): Transfer 0x55abb1fda8 should be in LIBUSB_TRANSFER_COMPLETED, but is 3!
3.442007 _cb_irq                     (2): 0x55abb20858 with status 3
3.442014 _cb_irq                     (2): Transfer 0x55abb20858 should be in LIBUSB_TRANSFER_COMPLETED, but is 3!
3.442022 _cb_irq                     (2): 0x55abb449e8 with status 3
3.442029 _cb_irq                     (2): Transfer 0x55abb449e8 should be in LIBUSB_TRANSFER_COMPLETED, but is 3!
3.442038 _cb_irq                     (2): 0x55abb58188 with status 3
3.442044 _cb_irq                     (2): Transfer 0x55abb58188 should be in LIBUSB_TRANSFER_COMPLETED, but is 3!
3.442053 _cb_irq                     (2): 0x55abb2bc08 with status 3
3.442059 _cb_irq                     (2): Transfer 0x55abb2bc08 should be in LIBUSB_TRANSFER_COMPLETED, but is 3!
3.442068 _cb_irq                     (2): 0x55abb2ad08 with status 3
3.442075 _cb_irq                     (2): Transfer 0x55abb2ad08 should be in LIBUSB_TRANSFER_COMPLETED, but is 3!
3.442083 _cb_irq                     (2): 0x55abb25a08 with status 3
3.442090 _cb_irq                     (2): Transfer 0x55abb25a08 should be in LIBUSB_TRANSFER_COMPLETED, but is 3!
3.442099 _cb_irq                     (2): 0x55abb57008 with status 3
3.442105 _cb_irq                     (2): Transfer 0x55abb57008 should be in LIBUSB_TRANSFER_COMPLETED, but is 3!
3.442114 _cb_irq                     (2): 0x55abb14a98 with status 3
3.442120 _cb_irq                     (2): Transfer 0x55abb14a98 should be in LIBUSB_TRANSFER_COMPLETED, but is 3!
3.442128 _cb_irq                     (2): 0x55abb0c868 with status 3
3.442144 _cb_irq                     (2): Transfer 0x55abb0c868 should be in LIBUSB_TRANSFER_COMPLETED, but is 3!
3.442602 gp_filesystem_reset         (2): resetting filesystem
3.442626 gp_filesystem_lru_clear     (2): Clearing fscache LRU list...
3.442632 gp_filesystem_lru_clear     (2): fscache LRU list already empty
3.442638 delete_all_folders          (2): Internally deleting all folders from '/'...
3.442644 lookup_folder               (2): Lookup folder '/'...
3.442650 lookup_folder               (2): Found! / is 0x55abb02890
3.442656 recurse_delete_folder       (2): Recurse delete folder 0x55abb02890//
3.442663 delete_all_files            (2): Delete all files in folder 0x55abb02890//
3.442669 gp_port_free                (2): Freeing port...
3.442674 gp_port_close               (2): Closing port...
3.442950 gp_filesystem_reset         (2): resetting filesystem
3.442962 gp_filesystem_lru_clear     (2): Clearing fscache LRU list...
3.442967 gp_filesystem_lru_clear     (2): fscache LRU list already empty
3.442973 delete_all_folders          (2): Internally deleting all folders from '/'...
3.442979 lookup_folder               (2): Lookup folder '/'...
3.442984 lookup_folder               (2): Found! / is 0x55abb02890
3.442990 recurse_delete_folder       (2): Recurse delete folder 0x55abb02890//
3.442996 delete_all_files            (2): Delete all files in folder 0x55abb02890//

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants