Re: Connecting via Wifi to a Canon EOS77D works, but gphoto2 fails

Matthias Apitz <[email protected]> Sat, 26 Dec 2020 14:29:51 +0100
Newsgroups gmane.comp.multimedia.gphoto.user
Message-ID <[email protected]>
El día Saturday, December 26, 2020 a las 01:57:06PM +0100, Marcus Meissner escribió:

> libgphoto2 as client needs to authenticate to the camera, via a 16 byte GUID we need to send.
> 
> Reply type 5 usually means what we sent does not match with what the camera expects.
> 
> If it was paired with another device before, you might have chance of just resetting the
> camera connection settings.

Thanks! This worked and I could sent the following two commands:

$ gphoto2 --debug --debug-logfile=/tmp/l1 --port ptpip:192.168.1.2 --storage-info > o1
$ cat o1
[Storage 0]
description=SD
basedir=/store_00020001
access=0 Read-Write
type=4 Removable RAM
fstype=4 Camera layout (DCIM)
totalcapacity=15549952 KB
free=15489824 KB

$ gphoto2 --debug --debug-logfile=/tmp/l2 --port ptpip:192.168.1.2 -L > o2
$ cat o2
There is no file in folder '/'.
There is no file in folder '/store_00020001'.
There is no file in folder '/store_00020001/DCIM'.
There are 6 files in folder '/store_00020001/DCIM/100JLCAM'.
#1     IMG_0328.CR2               rd 24850 KB image/x-canon-cr2
#2     IMG_0532.JPG               rd  8287 KB image/jpeg
#3     IMG_0533.JPG               rd  7900 KB image/jpeg
#4     IMG_0534.JPG               rd  8179 KB image/jpeg
#5     IMG_0535.JPG               rd  5016 KB image/jpeg
#6     IMG_0536.JPG               rd  5547 KB image/jpeg
There is no file in folder '/store_00020001/MISC'.

The problem is, that after each command the cam disconnects from the
Wifi and the laptop must search again for the interface.

I'm attaching also the debug output files /tmp/l1 and /tmp/l2 from the above tests.

	matthias

-- 
Matthias Apitz, ✉ [email protected], http://www.unixarea.de/ +49-176-38902045
Public GnuPG key: http://www.unixarea.de/key.pub

_______________________________________________
Gphoto-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gphoto-user
l1 (text/plain, 47.4 KB)
0.000116 main                        (2): ALWAYS INCLUDE THE FOLLOWING LINES WHEN SENDING DEBUG MESSAGES TO THE MAILING LIST:
0.000159 main                        (2): gphoto2 2.5.23
0.000172 main                        (2): gphoto2 has been compiled with the following options:
0.000180 main                        (2):  + cc (C compiler used)
0.000186 main                        (2):  + popt (mandatory, for handling command-line parameters)
0.000191 main                        (2):  + exif (for displaying EXIF information)
0.000197 main                        (2):  + no cdk (for accessing configuration options)
0.000202 main                        (2):  + aa (for displaying live previews)
0.000208 main                        (2):  + jpeg (for displaying live previews in JPEG format)
0.000213 main                        (2):  + readline (for easy navigation in the shell)
0.000224 main                        (2): libgphoto2 2.5.23
0.000232 main                        (2): libgphoto2 has been compiled with the following options:
0.000239 main                        (2):  + all camlibs
0.000245 main                        (2):  + cc (C compiler used)
0.000251 main                        (2):  + no ltdl (for portable loading of camlibs)
0.000256 main                        (2):  + EXIF (for special handling of EXIF files)
0.000266 main                        (2): libgphoto2_port 0.12.0
0.000275 main                        (2): libgphoto2_port has been compiled with the following options:
0.000281 main                        (2):  + iolibs: disk ptpip usb1 usbdiskdirect usbscsi
0.000287 main                        (2):  + cc (C compiler used)
0.000292 main                        (2):  + no ltdl (for portable loading of iolibs)
0.000298 main                        (2):  + USB (libusb1, for USB cameras)
0.000303 main                        (2):  + no serial (for serial cameras)
0.000308 main                        (2):  + no resmgr (serial port access and locking)
0.000314 main                        (2):  + no ttylock (serial port locking)
0.000319 main                        (2):  + no lockdev (serial port locking)
0.000326 main                        (2): CAMLIBS env var not set, using compile-time default instead
0.000332 main                        (2): IOLIBS env var not set, using compile-time default instead
0.000337 main                        (2): invoked with following arguments:
0.000343 main                        (2):   --debug
0.000348 main                        (2):   --debug-logfile=/tmp/l1
0.000353 main                        (2):   --port
0.000358 main                        (2):   ptpip:192.168.1.2
0.000364 main                        (2):   --storage-info
0.000413 main                        (2): Processing 'port' option ('ptpip:192.168.1.2')...
0.000473 gp_port_info_list_load      (2): Using ltdl to load io-drivers from '/usr/local/lib/libgphoto2_port/0.12.0'...
0.000881 foreach_func                (2): Called for filename '/usr/local/lib/libgphoto2_port/0.12.0/disk'.
0.001197 foreach_func                (2): Loaded '' ('^disk:') from '/usr/local/lib/libgphoto2_port/0.12.0/disk'.
0.001210 foreach_func                (2): Called for filename '/usr/local/lib/libgphoto2_port/0.12.0/ptpip'.
0.001472 foreach_func                (2): Loaded 'PTP/IP Connection' ('ptpip:') from '/usr/local/lib/libgphoto2_port/0.12.0/ptpip'.
0.001484 foreach_func                (2): Loaded '' ('^ptpip:') from '/usr/local/lib/libgphoto2_port/0.12.0/ptpip'.
0.001491 foreach_func                (2): Called for filename '/usr/local/lib/libgphoto2_port/0.12.0/usb1'.
0.002733 foreach_func                (2): Loaded '' ('^usb:') from '/usr/local/lib/libgphoto2_port/0.12.0/usb1'.
0.002777 foreach_func                (2): Loaded 'Universal Serial Bus' ('usb:000,002') from '/usr/local/lib/libgphoto2_port/0.12.0/usb1'.
0.002786 foreach_func                (2): Loaded 'Universal Serial Bus' ('usb:000,003') from '/usr/local/lib/libgphoto2_port/0.12.0/usb1'.
0.002794 foreach_func                (2): Called for filename '/usr/local/lib/libgphoto2_port/0.12.0/usbdiskdirect'.
0.003041 foreach_func                (2): Called for filename '/usr/local/lib/libgphoto2_port/0.12.0/usbscsi'.
0.003277 gp_port_info_list_count     (2): Counting entries (6 available)...
0.003287 gp_port_info_list_count     (2): 3 regular entries available.
0.003297 gp_port_info_list_lookup_path(2): Looking for path 'ptpip:192.168.1.2' (6 entries available)...
0.003307 gp_port_info_list_lookup_path(2): Starting regex search for 'ptpip:192.168.1.2'...
0.003313 gp_port_info_list_lookup_path(2): Trying '^disk:'...
0.003490 gp_port_info_list_lookup_path(2): regexec failed
0.003498 gp_port_info_list_lookup_path(2): Trying '^ptpip:'...
0.003638 gp_port_info_list_get_info  (2): Getting info of entry 3 (7 available)...
0.003657 gp_camera_set_port_info     (2): Setting port info for port 'Generic Port' at 'ptpip:192.168.1.2'...
0.003846 gp_port_set_settings        (2): Setting settings...
0.003869 load_settings               (2): Creating gphoto config directory ('/home/guru/.gphoto')
0.004106 load_settings               (2): Loading settings from file '/home/guru/.gphoto/settings'.
0.004220 gp_setting_set              (2): Setting key 'port' to value 'ptpip:192.168.1.2' (gphoto2)
0.004234 save_settings               (2): Saving 19 setting(s) to file "/home/guru/.gphoto/settings"
0.005045 main                        (2): The user has not specified both a model and a port. Try to figure them out.
0.005085 gp_abilities_list_load_dir  (2): Using ltdl to load camera libraries from '/usr/local/lib/libgphoto2/2.5.23'...
0.005338 foreach_func                (2): Found '/usr/local/lib/libgphoto2/2.5.23/ax203'.
0.005375 foreach_func                (2): Found '/usr/local/lib/libgphoto2/2.5.23/canon'.
0.005383 foreach_func                (2): Found '/usr/local/lib/libgphoto2/2.5.23/digigr8'.
0.005389 foreach_func                (2): Found '/usr/local/lib/libgphoto2/2.5.23/dimagev'.
0.005395 foreach_func                (2): Found '/usr/local/lib/libgphoto2/2.5.23/directory'.
0.005401 foreach_func                (2): Found '/usr/local/lib/libgphoto2/2.5.23/jl2005a'.
0.005407 foreach_func                (2): Found '/usr/local/lib/libgphoto2/2.5.23/jl2005c'.
0.005413 foreach_func                (2): Found '/usr/local/lib/libgphoto2/2.5.23/kodak_dc240'.
0.005419 foreach_func                (2): Found '/usr/local/lib/libgphoto2/2.5.23/mars'.
0.005425 foreach_func                (2): Found '/usr/local/lib/libgphoto2/2.5.23/pentax'.
0.005431 foreach_func                (2): Found '/usr/local/lib/libgphoto2/2.5.23/ptp2'.
0.005443 foreach_func                (2): Found '/usr/local/lib/libgphoto2/2.5.23/sierra'.
0.005449 foreach_func                (2): Found '/usr/local/lib/libgphoto2/2.5.23/sonix'.
0.005455 foreach_func                (2): Found '/usr/local/lib/libgphoto2/2.5.23/sq905'.
0.005461 foreach_func                (2): Found '/usr/local/lib/libgphoto2/2.5.23/st2205'.
0.005467 foreach_func                (2): Found '/usr/local/lib/libgphoto2/2.5.23/topfield'.
0.005473 foreach_func                (2): Found '/usr/local/lib/libgphoto2/2.5.23/tp6801'.
0.005486 gp_abilities_list_load_dir  (2): Found 17 camera drivers.
0.094585 gp_port_info_list_count     (2): Counting entries (7 available)...
0.094612 gp_port_info_list_count     (2): 4 regular entries available.
0.094619 gp_port_new                 (2): Creating new device...
0.094632 gp_port_info_list_get_info  (2): Getting info of entry 0 (7 available)...
0.094691 gp_port_set_settings        (2): Setting settings...
0.094701 gp_port_info_list_get_info  (2): Getting info of entry 1 (7 available)...
0.095160 gp_port_set_timeout         (2): Setting port timeout to 5000 milliseconds.
0.095171 gp_port_set_settings        (2): Setting settings...
0.095186 gp_libusb1_update           (2): (old int=0, conf=-1, alt=-1) port usb:000,002, (new int=0, conf=-1, alt=-1) port usb:000,002
0.095193 gp_libusb1_update           (2): lowlevel libusb1 port not yet opened, no need for libusb changes
0.095200 gp_abilities_list_detect_usb(2): Auto-detecting USB cameras...
0.097025 gp_libusb1_find_device_by_class_lib(2): Looking for USB device (class 0x29a, subclass, 0xffffffff, protocol 0xffffffff)...
0.097045 gp_libusb1_find_device_by_class_lib(2): Looking for USB device (class 0x29a, subclass, 0xffffffff, protocol 0xffffffff)...
0.098144 gp_libusb1_find_device_by_class_lib(2): Looking for USB device (class 0x6, subclass, 0x1, protocol 0x1)...
0.098248 gp_libusb1_find_device_by_class_lib(2): Looking for USB device (class 0x6, subclass, 0x1, protocol 0x1)...
0.098380 gp_port_info_list_get_info  (2): Getting info of entry 2 (7 available)...
0.098906 gp_port_set_timeout         (2): Setting port timeout to 5000 milliseconds.
0.098918 gp_port_set_settings        (2): Setting settings...
0.098932 gp_libusb1_update           (2): (old int=0, conf=-1, alt=-1) port usb:000,003, (new int=0, conf=-1, alt=-1) port usb:000,003
0.098939 gp_libusb1_update           (2): lowlevel libusb1 port not yet opened, no need for libusb changes
0.098945 gp_abilities_list_detect_usb(2): Auto-detecting USB cameras...
0.100600 gp_libusb1_find_device_by_class_lib(2): Looking for USB device (class 0x29a, subclass, 0xffffffff, protocol 0xffffffff)...
0.101642 gp_libusb1_find_device_by_class_lib(2): Looking for USB device (class 0x6, subclass, 0x1, protocol 0x1)...
0.101799 gp_port_info_list_get_info  (2): Getting info of entry 3 (7 available)...
0.101968 gp_port_set_settings        (2): Setting settings...
0.101984 gp_port_free                (2): Freeing port...
0.101993 gp_port_close               (2): Closing port...
0.102222 gp_camera_set_abilities     (2): Setting abilities ('PTP/IP Camera')...
0.102234 gp_setting_set              (2): Setting key 'model' to value 'PTP/IP Camera' (gphoto2)
0.102245 save_settings               (2): Saving 19 setting(s) to file "/home/guru/.gphoto/settings"
0.102444 gp_port_info_list_lookup_path(2): Looking for path 'ptpip:192.168.1.2' (7 entries available)...
0.102454 gp_port_info_list_get_info  (2): Getting info of entry 3 (7 available)...
0.102462 gp_camera_set_port_info     (2): Setting port info for port 'Generic Port' at 'ptpip:192.168.1.2'...
0.102720 gp_port_set_settings        (2): Setting settings...
0.102734 gp_setting_set              (2): Setting key 'port' to value 'ptpip:192.168.1.2' (gphoto2)
0.102744 save_settings               (2): Saving 19 setting(s) to file "/home/guru/.gphoto/settings"
0.102991 gp_camera_init              (2): Initializing camera...
0.103003 gp_camera_init              (2): Loading '/usr/local/lib/libgphoto2/2.5.23/ptp2'...
0.105068 gp_port_open                (2): Opening  port...
0.107048 ptp_ptpip_connect           (2): connecting to ptpip:192.168.1.2.
0.109039 ptp_ptpip_init_command_request(3): ptpip/init_cmd data: (hexdump of 54 bytes)
0000  36 00 00 00 01 00 00 00-7f 4a 6d d9 e6 ca bb b4  6........Jm.....
0010  33 19 23 b6 54 26 bb 67-63 00 37 00 32 00 30 00  3.#.T&.gc.7.2.0.
0020  2d 00 72 00 33 00 36 00-38 00 31 00 36 00 36 00  -.r.3.6.8.1.6.6.
0030  00 00 00 00 01 00      -                         ......          

0.109103 ptp_ptpip_init_command_request [ptpip.c:472](0): return 54 / len 54
0.111628 ptp_ptpip_generic_read      (3): ptpip/generic_read header: (hexdump of 8 bytes)
0000  2e 00 00 00 02 00 00 00-                         ........        

0.111655 ptp_ptpip_generic_read      (3): ptpip/generic_read data: (hexdump of 38 bytes)
0000  01 00 00 00 00 00 00 00-00 00 00 00 00 01 74 bf  ..............t.
0010  c0 1c a1 f1 45 00 4f 00-53 00 37 00 37 00 44 00  ....E.O.S.7.7.D.
0020  00 00 00 00 01 00      -                         ......          

0.113441 ptp_ptpip_init_event_request(3): ptpip/init_event data: (hexdump of 12 bytes)
0000  0c 00 00 00 03 00 00 00-01 00 00 00              ............    

0.116020 ptp_ptpip_generic_read      (3): ptpip/generic_read header: (hexdump of 8 bytes)
0000  08 00 00 00 04 00 00 00-                         ........        

0.116035 ptp_ptpip_connect           (2): ptpip connected!
0.116055 gp_port_set_timeout         (2): Setting port timeout to 8000 milliseconds.
0.116067 ptp                         (2): PTP: Opening session
0.116106 ptp_ptpip_sendreq           (2): Sending PTP_OC 0x1002 (Open session) (0x1) request...
0.116158 ptp_ptpip_sendreq           (3): ptpip/oprequest data: (hexdump of 22 bytes)
0000  16 00 00 00 06 00 00 00-01 00 00 00 02 10 00 00  ................
0010  00 00 01 00 00 00      -                         ......          

0.116204 ptp_ptpip_getresp           (2): Reading PTP_OC 0x1002 (Open session) response...
0.123366 ptp_ptpip_generic_read      (3): ptpip/generic_read header: (hexdump of 8 bytes)
0000  0e 00 00 00 07 00 00 00-                         ........        

0.123398 ptp_ptpip_generic_read      (3): ptpip/generic_read data: (hexdump of 6 bytes)
0000  01 20 00 00 00 00      -                         . ....          

0.123407 ptp_ptpip_getresp           (2): PTPIP_CMD_RESPONSE
0.123417 gp_port_set_timeout         (2): Setting port timeout to 20000 milliseconds.
0.123443 ptp_ptpip_sendreq           (2): Sending PTP_OC 0x1001 (Get device info) request...
0.123477 ptp_ptpip_sendreq           (3): ptpip/oprequest data: (hexdump of 18 bytes)
0000  12 00 00 00 06 00 00 00-01 00 00 00 01 10 01 00  ................
0010  00 00                  -                         ..              

0.123533 ptp_ptpip_getdata           (2): Reading PTP_OC 0x1001 (Get device info) data...
0.126802 ptp_ptpip_generic_read      (3): ptpip/generic_read header: (hexdump of 8 bytes)
0000  14 00 00 00 09 00 00 00-                         ........        

0.126824 ptp_ptpip_generic_read      (3): ptpip/generic_read data: (hexdump of 12 bytes)
0000  01 00 00 00 41 02 00 00-00 00 00 00              ....A.......    

0.126859 ptp_ptpip_generic_read      (3): ptpip/generic_read header: (hexdump of 8 bytes)
0000  4d 02 00 00 0c 00 00 00-                         M.......        

0.126980 ptp_ptpip_generic_read      (3): ptpip/generic_read data: (hexdump of 581 bytes)
0000  01 00 00 00 64 00 06 00-00 00 64 00 00 00 00 aa  ....d.....d.....
0010  00 00 00 02 10 03 10 01-10 04 10 01 91 05 10 02  ................
0020  91 06 10 07 10 08 10 03-91 70 91 09 10 04 91 71  .........p.....q
0030  91 0a 10 0f 10 06 91 14-10 16 10 1b 10 0c 10 0d  ................
0040  10 07 91 72 91 2c 91 74-91 14 91 15 91 16 91 17  ...r.,.t........
0050  91 09 91 73 91 0a 91 32-91 33 90 68 90 69 90 6a  ...s...2.3.h.i.j
0060  90 6b 90 1a 91 1d 91 1e-91 1f 91 22 91 23 91 24  .k.........".#.$
0070  91 31 91 33 91 34 91 35-91 3c 91 3e 91 3f 91 40  .1.3.4.5.<.>.?.@
0080  91 54 91 55 91 57 91 58-91 59 91 5a 91 5b 91 60  .T.U.W.X.Y.Z.[.`
0090  91 fe 91 ff 91 6c 90 6d-90 6e 90 6f 90 08 91 10  .....l.m.n.o....
00a0  91 2b 91 30 91 3d 91 5c-91 5d 91 1b 91 1c 91 53  .+.0.=.\.].....S
00b0  91 28 91 29 91 2f 90 0c-91 0e 91 f0 91 27 91 f1  .(.)./.......'..
00c0  91 e1 91 e2 91 e3 91 e4-91 e6 91 e7 91 e8 91 e9  ................
00d0  91 ea 91 eb 91 ec 91 ed-91 ee 91 ef 91 f8 91 f9  ................
00e0  91 44 91 45 91 d3 91 d4-91 36 91 37 91 46 91 47  .D.E.....6.7.F.G
00f0  91 48 91 49 91 df 91 fb-91 fc 91 4a 91 0f 91 4b  .H.I.......J...K
0100  91 41 91 43 91 0b 10 05-91 2d 91 2e 91 2f 91 4c  .A.C.....-.../.L
0110  91 39 91 3a 91 3b 91 4e-91 d7 91 d8 91 d9 91 da  .9.:.;.N........
0120  91 db 91 dc 91 dd 91 de-91 d5 91 80 91 81 91 82  ................
0130  91 83 91 84 91 85 91 38-91 18 91 f5 91 f6 91 7f  .......8........
0140  91 4d 91 4f 91 50 91 f2-91 f3 91 f4 91 fd 91 50  .M.O.P.........P
0150  90 51 90 5c 90 5d 90 52-90 53 90 57 90 58 90 59  .Q.\.].R.S.W.X.Y
0160  90 5a 90 5b 90 5f 90 13-00 00 00 81 c1 03 40 83  .Z.[._........@.
0170  c1 84 c1 85 c1 86 c1 87-c1 88 c1 89 c1 8a c1 8b  ................
0180  c1 8d c1 8e c1 8f c1 90-c1 91 c1 a0 c1 a1 c1 09  ................
0190  40 05 00 00 00 02 d4 07-d4 06 d4 03 d3 01 50 01  @.............P.
01a0  00 00 00 01 38 0c 00 00-00 01 30 02 30 06 30 0a  ....8.....0.0.0.
01b0  30 08 30 01 38 01 b1 03-b1 02 bf 00 38 04 b1 05  0.0.8.......8...
01c0  b1 0a 43 00 61 00 6e 00-6f 00 6e 00 2e 00 49 00  ..C.a.n.o.n...I.
01d0  6e 00 63 00 00 00 0e 43-00 61 00 6e 00 6f 00 6e  n.c....C.a.n.o.n
01e0  00 20 00 45 00 4f 00 53-00 20 00 37 00 37 00 44  . .E.O.S. .7.7.D
01f0  00 00 00 08 33 00 2d 00-31 00 2e 00 30 00 2e 00  ....3.-.1...0...
0200  32 00 00 00 20 34 00 65-00 39 00 37 00 63 00 37  2... 4.e.9.7.c.7
0210  00 35 00 66 00 64 00 35-00 66 00 37 00 34 00 30  .5.f.d.5.f.7.4.0
0220  00 32 00 33 00 62 00 34-00 35 00 61 00 65 00 37  .2.3.b.4.5.a.e.7
0230  00 30 00 35 00 66 00 39-00 37 00 37 00 63 00 33  .0.5.f.9.7.7.c.3
0240  00 39 00 00 00         -                         .9...           

0.127027 ptp_ptpip_getresp           (2): Reading PTP_OC 0x1001 (Get device info) response...
0.127062 ptp_ptpip_generic_read      (3): ptpip/generic_read header: (hexdump of 8 bytes)
0000  0e 00 00 00 07 00 00 00-                         ........        

0.127078 ptp_ptpip_generic_read      (3): ptpip/generic_read data: (hexdump of 6 bytes)
0000  01 20 01 00 00 00      -                         . ....          

0.127085 ptp_ptpip_getresp           (2): PTPIP_CMD_RESPONSE
0.127135 print_debug_deviceinfo      (2): Device info:
0.127142 print_debug_deviceinfo      (2): Manufacturer: Canon.Inc
0.127148 print_debug_deviceinfo      (2):   Model: Canon EOS 77D
0.127154 print_debug_deviceinfo      (2):   device version: 3-1.0.2
0.127160 print_debug_deviceinfo      (2):   serial number: '4e97c75fd5f74023b45ae705f977c39'
0.127166 print_debug_deviceinfo      (2): Vendor extension ID: 0x0000000b
0.127175 print_debug_deviceinfo      (2): Vendor extension version: 100
0.127182 print_debug_deviceinfo      (2): Vendor extension description: (null)
0.127188 print_debug_deviceinfo      (2): Functional Mode: 0x0000
0.127193 print_debug_deviceinfo      (2): PTP Standard Version: 100
0.127199 print_debug_deviceinfo      (2): Supported operations:
0.127210 print_debug_deviceinfo      (2):   0x1002 (Open session)
0.127219 print_debug_deviceinfo      (2):   0x1003 (Close session)
0.127228 print_debug_deviceinfo      (2):   0x1001 (Get device info)
0.127237 print_debug_deviceinfo      (2):   0x1004 (Get storage IDs)
0.127247 print_debug_deviceinfo      (2):   0x9101 (PTP_OC_CANON_EOS_GetStorageIDs)
0.127256 print_debug_deviceinfo      (2):   0x1005 (Get storage info)
0.127266 print_debug_deviceinfo      (2):   0x9102 (PTP_OC_CANON_EOS_GetStorageInfo)
0.127275 print_debug_deviceinfo      (2):   0x1006 (Get number of objects)
0.127286 print_debug_deviceinfo      (2):   0x1007 (Get object handles)
0.127295 print_debug_deviceinfo      (2):   0x1008 (Get object info)
0.127305 print_debug_deviceinfo      (2):   0x9103 (PTP_OC_CANON_EOS_GetObjectInfo)
0.127315 print_debug_deviceinfo      (2):   0x9170 (PTP_OC_CANON_EOS_GetObjectInfo64)
0.127324 print_debug_deviceinfo      (2):   0x1009 (Get object)
0.127334 print_debug_deviceinfo      (2):   0x9104 (PTP_OC_CANON_EOS_GetObject)
0.127343 print_debug_deviceinfo      (2):   0x9171 (PTP_OC_CANON_EOS_GetObject64)
0.127352 print_debug_deviceinfo      (2):   0x100a (Get thumbnail)
0.127361 print_debug_deviceinfo      (2):   0x100f (Format storage)
0.127370 print_debug_deviceinfo      (2):   0x9106 (PTP_OC_CANON_EOS_FormatStore)
0.127379 print_debug_deviceinfo      (2):   0x1014 (Get device property description)
0.127388 print_debug_deviceinfo      (2):   0x1016 (Set device property value)
0.127397 print_debug_deviceinfo      (2):   0x101b (Get partial object)
0.127406 print_debug_deviceinfo      (2):   0x100c (Send object info)
0.127416 print_debug_deviceinfo      (2):   0x100d (Send object)
0.127425 print_debug_deviceinfo      (2):   0x9107 (PTP_OC_CANON_EOS_GetPartialObject)
0.127435 print_debug_deviceinfo      (2):   0x9172 (PTP_OC_CANON_EOS_GetPartialObject64)
0.127452 print_debug_deviceinfo      (2):   0x912c (PTP_OC_CANON_EOS_GetPartialObjectEx)
0.127461 print_debug_deviceinfo      (2):   0x9174 (PTP_OC_CANON_EOS_GetPartialObjectEX64)
0.127470 print_debug_deviceinfo      (2):   0x9114 (PTP_OC_CANON_EOS_SetRemoteMode)
0.127479 print_debug_deviceinfo      (2):   0x9115 (PTP_OC_CANON_EOS_SetEventMode)
0.127488 print_debug_deviceinfo      (2):   0x9116 (PTP_OC_CANON_EOS_GetEvent)
0.127497 print_debug_deviceinfo      (2):   0x9117 (PTP_OC_CANON_EOS_TransferComplete)
0.127511 print_debug_deviceinfo      (2):   0x9109 (PTP_OC_CANON_EOS_GetObjectInfoEx)
0.127520 print_debug_deviceinfo      (2):   0x9173 (PTP_OC_CANON_EOS_GetObjectInfoEx64)
0.127529 print_debug_deviceinfo      (2):   0x910a (PTP_OC_CANON_EOS_GetThumbEx)
0.127539 print_debug_deviceinfo      (2):   0x9132 (PTP_OC_CANON_EOS_EndGetPartialObjectEx)
0.127548 print_debug_deviceinfo      (2):   0x9033 (PTP_OC_CANON_GetMACAddress)
0.127557 print_debug_deviceinfo      (2):   0x9068 (PTP_OC_CANON_GetWebServiceSpec)
0.127566 print_debug_deviceinfo      (2):   0x9069 (PTP_OC_CANON_GetWebServiceData)
0.127575 print_debug_deviceinfo      (2):   0x906a (PTP_OC_CANON_SetWebServiceData)
0.127584 print_debug_deviceinfo      (2):   0x906b (Unknown PTP_OC)
0.127593 print_debug_deviceinfo      (2):   0x911a (PTP_OC_CANON_EOS_PCHDDCapacity)
0.127601 print_debug_deviceinfo      (2):   0x911d (PTP_OC_CANON_EOS_KeepDeviceOn)
0.127610 print_debug_deviceinfo      (2):   0x911e (PTP_OC_CANON_EOS_SetNullPacketMode)
0.127619 print_debug_deviceinfo      (2):   0x911f (PTP_OC_CANON_EOS_UpdateFirmware)
0.127628 print_debug_deviceinfo      (2):   0x9122 (PTP_OC_CANON_EOS_SetWftProfile)
0.127637 print_debug_deviceinfo      (2):   0x9123 (PTP_OC_CANON_EOS_GetWftProfile)
0.127645 print_debug_deviceinfo      (2):   0x9124 (PTP_OC_CANON_EOS_SetProfileToWft)
0.127654 print_debug_deviceinfo      (2):   0x9131 (PTP_OC_CANON_EOS_PopupBuiltinFlash)
0.127663 print_debug_deviceinfo      (2):   0x9133 (PTP_OC_CANON_EOS_MovieSelectSWOn)
0.127672 print_debug_deviceinfo      (2):   0x9134 (PTP_OC_CANON_EOS_MovieSelectSWOff)
0.127681 print_debug_deviceinfo      (2):   0x9135 (PTP_OC_CANON_EOS_GetCTGInfo)
0.127690 print_debug_deviceinfo      (2):   0x913c (PTP_OC_CANON_EOS_SetCTGInfo)
0.127699 print_debug_deviceinfo      (2):   0x913e (PTP_OC_CANON_EOS_SetRequestRollingPitchingLevel)
0.127708 print_debug_deviceinfo      (2):   0x913f (PTP_OC_CANON_EOS_GetCameraSupport)
0.127717 print_debug_deviceinfo      (2):   0x9140 (PTP_OC_CANON_EOS_SetRating)
0.127727 print_debug_deviceinfo      (2):   0x9154 (PTP_OC_CANON_EOS_DoAf)
0.127735 print_debug_deviceinfo      (2):   0x9155 (PTP_OC_CANON_EOS_DriveLens)
0.127744 print_debug_deviceinfo      (2):   0x9157 (PTP_OC_CANON_EOS_ClickWB)
0.127753 print_debug_deviceinfo      (2):   0x9158 (PTP_OC_CANON_EOS_Zoom)
0.127762 print_debug_deviceinfo      (2):   0x9159 (PTP_OC_CANON_EOS_ZoomPosition)
0.127771 print_debug_deviceinfo      (2):   0x915a (PTP_OC_CANON_EOS_SetLiveAfFrame)
0.127780 print_debug_deviceinfo      (2):   0x915b (PTP_OC_CANON_EOS_TouchAfPosition)
0.127789 print_debug_deviceinfo      (2):   0x9160 (PTP_OC_CANON_EOS_AfCancel)
0.127798 print_debug_deviceinfo      (2):   0x91fe (PTP_OC_CANON_EOS_FAPIMessageTX)
0.127807 print_debug_deviceinfo      (2):   0x91ff (PTP_OC_CANON_EOS_FAPIMessageRX)
0.127815 print_debug_deviceinfo      (2):   0x906c (PTP_OC_CANON_GetRootCertificateSpec)
0.127824 print_debug_deviceinfo      (2):   0x906d (PTP_OC_CANON_GetRootCertificateData)
0.127833 print_debug_deviceinfo      (2):   0x906e (Unknown PTP_OC)
0.127842 print_debug_deviceinfo      (2):   0x906f (PTP_OC_CANON_SetRootCertificateData)
0.127851 print_debug_deviceinfo      (2):   0x9108 (PTP_OC_CANON_EOS_GetDeviceInfoEx)
0.127860 print_debug_deviceinfo      (2):   0x9110 (PTP_OC_CANON_EOS_SetDevicePropValueEx)
0.127869 print_debug_deviceinfo      (2):   0x912b (PTP_OC_CANON_EOS_ChangePhotoStudioMode)
0.127878 print_debug_deviceinfo      (2):   0x9130 (PTP_OC_CANON_EOS_ResetMirrorLockupState)
0.127887 print_debug_deviceinfo      (2):   0x913d (PTP_OC_CANON_EOS_SetRequestOLCInfoGroup)
0.127896 print_debug_deviceinfo      (2):   0x915c (PTP_OC_CANON_EOS_SetLvPcFlavoreditMode)
0.127905 print_debug_deviceinfo      (2):   0x915d (PTP_OC_CANON_EOS_SetLvPcFlavoreditParam)
0.127914 print_debug_deviceinfo      (2):   0x911b (PTP_OC_CANON_EOS_SetUILock)
0.127922 print_debug_deviceinfo      (2):   0x911c (PTP_OC_CANON_EOS_ResetUILock)
0.127932 print_debug_deviceinfo      (2):   0x9153 (PTP_OC_CANON_EOS_GetViewFinderData)
0.127941 print_debug_deviceinfo      (2):   0x9128 (PTP_OC_CANON_EOS_RemoteReleaseOn)
0.127952 print_debug_deviceinfo      (2):   0x9129 (PTP_OC_CANON_EOS_RemoteReleaseOff)
0.127961 print_debug_deviceinfo      (2):   0x902f (Unknown PTP_OC)
0.127970 print_debug_deviceinfo      (2):   0x910c (PTP_OC_CANON_EOS_SetObjectAttributes)
0.127979 print_debug_deviceinfo      (2):   0x910e (PTP_OC_CANON_EOS_SetObjectTime)
0.127988 print_debug_deviceinfo      (2):   0x91f0 (PTP_OC_CANON_EOS_TransferCompleteFTP)
0.127997 print_debug_deviceinfo      (2):   0x9127 (PTP_OC_CANON_EOS_RequestDevicePropValue)
0.128006 print_debug_deviceinfo      (2):   0x91f1 (PTP_OC_CANON_EOS_CancelTransferFTP)
0.128015 print_debug_deviceinfo      (2):   0x91e1 (Unknown PTP_OC)
0.128023 print_debug_deviceinfo      (2):   0x91e2 (Unknown PTP_OC)
0.128032 print_debug_deviceinfo      (2):   0x91e3 (Unknown PTP_OC)
0.128041 print_debug_deviceinfo      (2):   0x91e4 (Unknown PTP_OC)
0.128049 print_debug_deviceinfo      (2):   0x91e6 (Unknown PTP_OC)
0.128058 print_debug_deviceinfo      (2):   0x91e7 (Unknown PTP_OC)
0.128067 print_debug_deviceinfo      (2):   0x91e8 (PTP_OC_CANON_EOS_NotifyNetworkError)
0.128076 print_debug_deviceinfo      (2):   0x91e9 (PTP_OC_CANON_EOS_AdapterTransferProgress)
0.128085 print_debug_deviceinfo      (2):   0x91ea (Unknown PTP_OC)
0.128094 print_debug_deviceinfo      (2):   0x91eb (Unknown PTP_OC)
0.128102 print_debug_deviceinfo      (2):   0x91ec (Unknown PTP_OC)
0.128111 print_debug_deviceinfo      (2):   0x91ed (Unknown PTP_OC)
0.128119 print_debug_deviceinfo      (2):   0x91ee (Unknown PTP_OC)
0.128128 print_debug_deviceinfo      (2):   0x91ef (Unknown PTP_OC)
0.128136 print_debug_deviceinfo      (2):   0x91f8 (Unknown PTP_OC)
0.128145 print_debug_deviceinfo      (2):   0x91f9 (Unknown PTP_OC)
0.128154 print_debug_deviceinfo      (2):   0x9144 (PTP_OC_CANON_EOS_GpsLoggingDataMode)
0.128163 print_debug_deviceinfo      (2):   0x9145 (PTP_OC_CANON_EOS_GetGpsLogCurrentHandle)
0.128171 print_debug_deviceinfo      (2):   0x91d3 (Unknown PTP_OC)
0.128180 print_debug_deviceinfo      (2):   0x91d4 (Unknown PTP_OC)
0.128189 print_debug_deviceinfo      (2):   0x9136 (PTP_OC_CANON_EOS_GetLensAdjust)
0.128198 print_debug_deviceinfo      (2):   0x9137 (PTP_OC_CANON_EOS_SetLensAdjust)
0.128207 print_debug_deviceinfo      (2):   0x9146 (PTP_OC_CANON_EOS_SetImageRecoveryData)
0.128216 print_debug_deviceinfo      (2):   0x9147 (PTP_OC_CANON_EOS_GetImageRecoveryList)
0.128225 print_debug_deviceinfo      (2):   0x9148 (PTP_OC_CANON_EOS_FormatImageRecoveryData)
0.128234 print_debug_deviceinfo      (2):   0x9149 (PTP_OC_CANON_EOS_GetPresetLensAdjustParam)
0.128243 print_debug_deviceinfo      (2):   0x91df (Unknown PTP_OC)
0.128252 print_debug_deviceinfo      (2):   0x91fb (Unknown PTP_OC)
0.128261 print_debug_deviceinfo      (2):   0x91fc (Unknown PTP_OC)
0.128270 print_debug_deviceinfo      (2):   0x914a (PTP_OC_CANON_EOS_GetRawDispImage)
0.128279 print_debug_deviceinfo      (2):   0x910f (PTP_OC_CANON_EOS_RemoteRelease)
0.128288 print_debug_deviceinfo      (2):   0x914b (PTP_OC_CANON_EOS_SaveImageRecoveryData)
0.128297 print_debug_deviceinfo      (2):   0x9141 (PTP_OC_CANON_EOS_RequestInnerDevelopStart)
0.128306 print_debug_deviceinfo      (2):   0x9143 (PTP_OC_CANON_EOS_RequestInnerDevelopEnd)
0.128315 print_debug_deviceinfo      (2):   0x100b (Delete object)
0.128324 print_debug_deviceinfo      (2):   0x9105 (PTP_OC_CANON_EOS_DeleteObject)
0.128333 print_debug_deviceinfo      (2):   0x912d (Unknown PTP_OC)
0.128341 print_debug_deviceinfo      (2):   0x912e (Unknown PTP_OC)
0.128350 print_debug_deviceinfo      (2):   0x912f (Unknown PTP_OC)
0.128359 print_debug_deviceinfo      (2):   0x914c (PTP_OC_CANON_EOS_RequestBLE)
0.128368 print_debug_deviceinfo      (2):   0x9139 (PTP_OC_CANON_EOS_CreateHandle)
0.128377 print_debug_deviceinfo      (2):   0x913a (PTP_OC_CANON_EOS_SendPartialObjectEx)
0.128385 print_debug_deviceinfo      (2):   0x913b (PTP_OC_CANON_EOS_EndSendPartialObjectEx)
0.128394 print_debug_deviceinfo      (2):   0x914e (Unknown PTP_OC)
0.128403 print_debug_deviceinfo      (2):   0x91d7 (Unknown PTP_OC)
0.128422 print_debug_deviceinfo      (2):   0x91d8 (Unknown PTP_OC)
0.128430 print_debug_deviceinfo      (2):   0x91d9 (Unknown PTP_OC)
0.128442 print_debug_deviceinfo      (2):   0x91da (Unknown PTP_OC)
0.128451 print_debug_deviceinfo      (2):   0x91db (Unknown PTP_OC)
0.128459 print_debug_deviceinfo      (2):   0x91dc (Unknown PTP_OC)
0.128468 print_debug_deviceinfo      (2):   0x91dd (Unknown PTP_OC)
0.128477 print_debug_deviceinfo      (2):   0x91de (Unknown PTP_OC)
0.128485 print_debug_deviceinfo      (2):   0x91d5 (Unknown PTP_OC)
0.128494 print_debug_deviceinfo      (2):   0x9180 (Unknown PTP_OC)
0.128502 print_debug_deviceinfo      (2):   0x9181 (Unknown PTP_OC)
0.128511 print_debug_deviceinfo      (2):   0x9182 (PTP_OC_CANON_EOS_NotifyEstimateNumberofImport)
0.128520 print_debug_deviceinfo      (2):   0x9183 (PTP_OC_CANON_EOS_NotifyNumberofImported)
0.128530 print_debug_deviceinfo      (2):   0x9184 (PTP_OC_CANON_EOS_NotifySizeOfPartialDataTransfer)
0.128539 print_debug_deviceinfo      (2):   0x9185 (PTP_OC_CANON_EOS_NotifyFinish)
0.128548 print_debug_deviceinfo      (2):   0x9138 (PTP_OC_CANON_EOS_ReadyToSendMusic)
0.128557 print_debug_deviceinfo      (2):   0x9118 (PTP_OC_CANON_EOS_CancelTransfer)
0.128566 print_debug_deviceinfo      (2):   0x91f5 (Unknown PTP_OC)
0.128574 print_debug_deviceinfo      (2):   0x91f6 (Unknown PTP_OC)
0.128583 print_debug_deviceinfo      (2):   0x917f (Unknown PTP_OC)
0.128592 print_debug_deviceinfo      (2):   0x914d (PTP_OC_CANON_EOS_DrivePowerZoom)
0.128601 print_debug_deviceinfo      (2):   0x914f (PTP_OC_CANON_EOS_GetIptcData)
0.128610 print_debug_deviceinfo      (2):   0x9150 (PTP_OC_CANON_EOS_SetIptcData)
0.128622 print_debug_deviceinfo      (2):   0x91f2 (Unknown PTP_OC)
0.128631 print_debug_deviceinfo      (2):   0x91f3 (Unknown PTP_OC)
0.128639 print_debug_deviceinfo      (2):   0x91f4 (Unknown PTP_OC)
0.128648 print_debug_deviceinfo      (2):   0x91fd (Unknown PTP_OC)
0.128657 print_debug_deviceinfo      (2):   0x9050 (Unknown PTP_OC)
0.128665 print_debug_deviceinfo      (2):   0x9051 (Unknown PTP_OC)
0.128674 print_debug_deviceinfo      (2):   0x905c (Unknown PTP_OC)
0.128682 print_debug_deviceinfo      (2):   0x905d (Unknown PTP_OC)
0.128691 print_debug_deviceinfo      (2):   0x9052 (Unknown PTP_OC)
0.128699 print_debug_deviceinfo      (2):   0x9053 (Unknown PTP_OC)
0.128708 print_debug_deviceinfo      (2):   0x9057 (Unknown PTP_OC)
0.128717 print_debug_deviceinfo      (2):   0x9058 (Unknown PTP_OC)
0.128725 print_debug_deviceinfo      (2):   0x9059 (Unknown PTP_OC)
0.128734 print_debug_deviceinfo      (2):   0x905a (Unknown PTP_OC)
0.128742 print_debug_deviceinfo      (2):   0x905b (Unknown PTP_OC)
0.128751 print_debug_deviceinfo      (2):   0x905f (Unknown PTP_OC)
0.128756 print_debug_deviceinfo      (2): Events Supported:
0.128765 print_debug_deviceinfo      (2):   0xc181 (Unknown Event)
0.128774 print_debug_deviceinfo      (2):   0x4003 (ObjectRemoved)
0.128782 print_debug_deviceinfo      (2):   0xc183 (Unknown Event)
0.128791 print_debug_deviceinfo      (2):   0xc184 (Unknown Event)
0.128804 print_debug_deviceinfo      (2):   0xc185 (Unknown Event)
0.128813 print_debug_deviceinfo      (2):   0xc186 (Unknown Event)
0.128821 print_debug_deviceinfo      (2):   0xc187 (Unknown Event)
0.128829 print_debug_deviceinfo      (2):   0xc188 (Unknown Event)
0.128837 print_debug_deviceinfo      (2):   0xc189 (Unknown Event)
0.128846 print_debug_deviceinfo      (2):   0xc18a (Unknown Event)
0.128854 print_debug_deviceinfo      (2):   0xc18b (Unknown Event)
0.128862 print_debug_deviceinfo      (2):   0xc18d (Unknown Event)
0.128870 print_debug_deviceinfo      (2):   0xc18e (Unknown Event)
0.128879 print_debug_deviceinfo      (2):   0xc18f (Unknown Event)
0.128887 print_debug_deviceinfo      (2):   0xc190 (Unknown Event)
0.128895 print_debug_deviceinfo      (2):   0xc191 (Unknown Event)
0.128903 print_debug_deviceinfo      (2):   0xc1a0 (Unknown Event)
0.128912 print_debug_deviceinfo      (2):   0xc1a1 (Unknown Event)
0.128923 print_debug_deviceinfo      (2):   0x4009 (RequestObjectTransfer)
0.128928 print_debug_deviceinfo      (2): Device Properties Supported:
0.128936 print_debug_deviceinfo      (2):   0xd402 (Unknown DPC code)
0.128942 print_debug_deviceinfo      (2):   0xd407 (Unknown DPC code)
0.128948 print_debug_deviceinfo      (2):   0xd406 (Unknown DPC code)
0.128954 print_debug_deviceinfo      (2):   0xd303 (Unknown DPC code)
0.128959 print_debug_deviceinfo      (2):   0x5001 (Battery Level)
0.128977 ptp_ptpip_sendreq           (2): Sending PTP_OC 0x9114 (PTP_OC_CANON_EOS_SetRemoteMode) (0x1) request...
0.129006 ptp_ptpip_sendreq           (3): ptpip/oprequest data: (hexdump of 22 bytes)
0000  16 00 00 00 06 00 00 00-01 00 00 00 14 91 02 00  ................
0010  00 00 01 00 00 00      -                         ......          

0.129053 ptp_ptpip_getresp           (2): Reading PTP_OC 0x9114 (PTP_OC_CANON_EOS_SetRemoteMode) response...
0.131315 ptp_ptpip_generic_read      (3): ptpip/generic_read header: (hexdump of 8 bytes)
0000  0e 00 00 00 07 00 00 00-                         ........        

0.131347 ptp_ptpip_generic_read      (3): ptpip/generic_read data: (hexdump of 6 bytes)
0000  01 20 02 00 00 00      -                         . ....          

0.131355 ptp_ptpip_getresp           (2): PTPIP_CMD_RESPONSE
0.131386 ptp_ptpip_sendreq           (2): Sending PTP_OC 0x1004 (Get storage IDs) request...
0.131419 ptp_ptpip_sendreq           (3): ptpip/oprequest data: (hexdump of 18 bytes)
0000  12 00 00 00 06 00 00 00-01 00 00 00 04 10 03 00  ................
0010  00 00                  -                         ..              

0.131483 ptp_ptpip_getdata           (2): Reading PTP_OC 0x1004 (Get storage IDs) data...
0.133707 ptp_ptpip_generic_read      (3): ptpip/generic_read header: (hexdump of 8 bytes)
0000  14 00 00 00 09 00 00 00-                         ........        

0.133731 ptp_ptpip_generic_read      (3): ptpip/generic_read data: (hexdump of 12 bytes)
0000  03 00 00 00 08 00 00 00-00 00 00 00              ............    

0.133767 ptp_ptpip_generic_read      (3): ptpip/generic_read header: (hexdump of 8 bytes)
0000  14 00 00 00 0c 00 00 00-                         ........        

0.133782 ptp_ptpip_generic_read      (3): ptpip/generic_read data: (hexdump of 4 bytes)
0000  03 00 00 00            -                         ....            

0.133880 ptp_ptpip_generic_read      (3): ptpip/generic_read data: (hexdump of 8 bytes)
0000  01 00 00 00 01 00 02 00-                         ........        

0.133900 ptp_ptpip_getresp           (2): Reading PTP_OC 0x1004 (Get storage IDs) response...
0.134624 ptp_ptpip_generic_read      (3): ptpip/generic_read header: (hexdump of 8 bytes)
0000  0e 00 00 00 07 00 00 00-                         ........        

0.134641 ptp_ptpip_generic_read      (3): ptpip/generic_read data: (hexdump of 6 bytes)
0000  01 20 03 00 00 00      -                         . ....          

0.134647 ptp_ptpip_getresp           (2): PTPIP_CMD_RESPONSE
0.134659 ptp                         (2): (storage=0xffffffff, handle=0xffffffff)
0.134675 ptp_ptpip_sendreq           (2): Sending PTP_OC 0x1004 (Get storage IDs) request...
0.134702 ptp_ptpip_sendreq           (3): ptpip/oprequest data: (hexdump of 18 bytes)
0000  12 00 00 00 06 00 00 00-01 00 00 00 04 10 04 00  ................
0010  00 00                  -                         ..              

0.134774 ptp_ptpip_getdata           (2): Reading PTP_OC 0x1004 (Get storage IDs) data...
0.137295 ptp_ptpip_generic_read      (3): ptpip/generic_read header: (hexdump of 8 bytes)
0000  14 00 00 00 09 00 00 00-                         ........        

0.137308 ptp_ptpip_generic_read      (3): ptpip/generic_read data: (hexdump of 12 bytes)
0000  04 00 00 00 08 00 00 00-00 00 00 00              ............    

0.137335 ptp_ptpip_generic_read      (3): ptpip/generic_read header: (hexdump of 8 bytes)
0000  14 00 00 00 0c 00 00 00-                         ........        

0.137349 ptp_ptpip_generic_read      (3): ptpip/generic_read data: (hexdump of 4 bytes)
0000  04 00 00 00            -                         ....            

0.137470 ptp_ptpip_generic_read      (3): ptpip/generic_read data: (hexdump of 8 bytes)
0000  01 00 00 00 01 00 02 00-                         ........        

0.137485 ptp_ptpip_getresp           (2): Reading PTP_OC 0x1004 (Get storage IDs) response...
0.138226 ptp_ptpip_generic_read      (3): ptpip/generic_read header: (hexdump of 8 bytes)
0000  0e 00 00 00 07 00 00 00-                         ........        

0.138241 ptp_ptpip_generic_read      (3): ptpip/generic_read data: (hexdump of 6 bytes)
0000  01 20 04 00 00 00      -                         . ....          

0.138247 ptp_ptpip_getresp           (2): PTPIP_CMD_RESPONSE
0.138257 ptp                         (2): reading handle 00020001 directory of 0xffffffff
0.138273 ptp_ptpip_sendreq           (2): Sending PTP_OC 0x9109 (PTP_OC_CANON_EOS_GetObjectInfoEx) (0x20001,0xffffffff,0x100000) request...
0.138298 ptp_ptpip_sendreq           (3): ptpip/oprequest data: (hexdump of 30 bytes)
0000  1e 00 00 00 06 00 00 00-01 00 00 00 09 91 05 00  ................
0010  00 00 01 00 02 00 ff ff-ff ff 00 00 10 00        ..............  

0.138334 ptp_ptpip_getdata           (2): Reading PTP_OC 0x9109 (PTP_OC_CANON_EOS_GetObjectInfoEx) data...
0.144009 ptp_ptpip_generic_read      (3): ptpip/generic_read header: (hexdump of 8 bytes)
0000  14 00 00 00 09 00 00 00-                         ........        

0.144022 ptp_ptpip_generic_read      (3): ptpip/generic_read data: (hexdump of 12 bytes)
0000  05 00 00 00 74 00 00 00-00 00 00 00              ....t.......    

0.144048 ptp_ptpip_generic_read      (3): ptpip/generic_read header: (hexdump of 8 bytes)
0000  80 00 00 00 0c 00 00 00-                         ........        

0.144062 ptp_ptpip_generic_read      (3): ptpip/generic_read data: (hexdump of 4 bytes)
0000  05 00 00 00            -                         ....            

0.144843 ptp_ptpip_generic_read      (3): ptpip/generic_read data: (hexdump of 116 bytes)
0000  02 00 00 00 38 00 00 00-00 00 00 90 01 00 02 00  ....8...........
0010  01 30 00 00 01 00 00 00-11 00 00 00 00 00 00 00  .0..............
0020  00 00 00 00 00 00 00 90-44 43 49 4d 00 00 00 00  ........DCIM....
0030  00 00 00 00 00 00 00 00-40 10 e9 5d 38 00 00 00  ........@..]8...
0040  00 00 08 a0 01 00 02 00-01 30 00 00 01 00 00 00  .........0......
0050  11 00 00 00 00 00 00 00-00 00 00 00 00 00 08 a0  ................
0060  4d 49 53 43 00 00 00 00-00 00 00 00 00 00 00 00  MISC............
0070  80 43 6d 38            -                         .Cm8            

0.144858 ptp_ptpip_getresp           (2): Reading PTP_OC 0x9109 (PTP_OC_CANON_EOS_GetObjectInfoEx) response...
0.145602 ptp_ptpip_generic_read      (3): ptpip/generic_read header: (hexdump of 8 bytes)
0000  12 00 00 00 07 00 00 00-                         ........        

0.145619 ptp_ptpip_generic_read      (3): ptpip/generic_read data: (hexdump of 10 bytes)
0000  01 20 05 00 00 00 00 00-00 00                    . ........      

0.145625 ptp_ptpip_getresp           (2): PTPIP_CMD_RESPONSE
0.145640 ptp                         (2): adding new objectid 0x90000000 (nrofobs=0,j=0)
0.145648 ptp                         (2):    flags 11
0.145655 ptp                         (2): adding new objectid 0xa0080000 (nrofobs=1,j=1)
0.145672 ptp                         (2):    flags 11
0.145689 ptp                         (2): (storage=0x00020001, handle=0xffffffff)
0.145702 ptp                         (2): reading handle 00020001 directory of 0x00000000
0.145750 ptp_ptpip_sendreq           (2): Sending PTP_OC 0x9109 (PTP_OC_CANON_EOS_GetObjectInfoEx) (0x20001,0xffffffff,0x100000) request...
0.145780 ptp_ptpip_sendreq           (3): ptpip/oprequest data: (hexdump of 30 bytes)
0000  1e 00 00 00 06 00 00 00-01 00 00 00 09 91 06 00  ................
0010  00 00 01 00 02 00 ff ff-ff ff 00 00 10 00        ..............  

0.145816 ptp_ptpip_getdata           (2): Reading PTP_OC 0x9109 (PTP_OC_CANON_EOS_GetObjectInfoEx) data...
0.150229 ptp_ptpip_generic_read      (3): ptpip/generic_read header: (hexdump of 8 bytes)
0000  14 00 00 00 09 00 00 00-                         ........        

0.150251 ptp_ptpip_generic_read      (3): ptpip/generic_read data: (hexdump of 12 bytes)
0000  06 00 00 00 74 00 00 00-00 00 00 00              ....t.......    

0.150284 ptp_ptpip_generic_read      (3): ptpip/generic_read header: (hexdump of 8 bytes)
0000  80 00 00 00 0c 00 00 00-                         ........        

0.150302 ptp_ptpip_generic_read      (3): ptpip/generic_read data: (hexdump of 120 bytes)
0000  06 00 00 00 02 00 00 00-38 00 00 00 00 00 00 90  ........8.......
0010  01 00 02 00 01 30 00 00-01 00 00 00 11 00 00 00  .....0..........
0020  00 00 00 00 00 00 00 00-00 00 00 90 44 43 49 4d  ............DCIM
0030  00 00 00 00 00 00 00 00-00 00 00 00 40 10 e9 5d  ............@..]
0040  38 00 00 00 00 00 08 a0-01 00 02 00 01 30 00 00  8............0..
0050  01 00 00 00 11 00 00 00-00 00 00 00 00 00 00 00  ................
0060  00 00 08 a0 4d 49 53 43-00 00 00 00 00 00 00 00  ....MISC........
0070  00 00 00 00 80 43 6d 38-                         .....Cm8        

0.150318 ptp_ptpip_getresp           (2): Reading PTP_OC 0x9109 (PTP_OC_CANON_EOS_GetObjectInfoEx) response...
0.150503 ptp_ptpip_generic_read      (3): ptpip/generic_read header: (hexdump of 8 bytes)
0000  12 00 00 00 07 00 00 00-                         ........        

0.150524 ptp_ptpip_generic_read      (3): ptpip/generic_read data: (hexdump of 10 bytes)
0000  01 20 06 00 00 00 00 00-00 00                    . ........      

0.150530 ptp_ptpip_getresp           (2): PTPIP_CMD_RESPONSE
0.150541 ptp                         (2): adding old objectid 0x90000000 (nrofobs=2,j=0)
0.150548 ptp                         (2): adding old objectid 0xa0080000 (nrofobs=2,j=1)
0.150555 ptp                         (2): ptp_object_want: querying handle 0?

0.150574 ptp_ptpip_sendreq           (2): Sending PTP_OC 0x1004 (Get storage IDs) request...
0.150602 ptp_ptpip_sendreq           (3): ptpip/oprequest data: (hexdump of 18 bytes)
0000  12 00 00 00 06 00 00 00-01 00 00 00 04 10 07 00  ................
0010  00 00                  -                         ..              

0.150636 ptp_ptpip_getdata           (2): Reading PTP_OC 0x1004 (Get storage IDs) data...
0.152896 ptp_ptpip_generic_read      (3): ptpip/generic_read header: (hexdump of 8 bytes)
0000  14 00 00 00 09 00 00 00-                         ........        

0.152911 ptp_ptpip_generic_read      (3): ptpip/generic_read data: (hexdump of 12 bytes)
0000  07 00 00 00 08 00 00 00-00 00 00 00              ............    

0.152939 ptp_ptpip_generic_read      (3): ptpip/generic_read header: (hexdump of 8 bytes)
0000  14 00 00 00 0c 00 00 00-                         ........        

0.152954 ptp_ptpip_generic_read      (3): ptpip/generic_read data: (hexdump of 4 bytes)
0000  07 00 00 00            -                         ....            

0.153065 ptp_ptpip_generic_read      (3): ptpip/generic_read data: (hexdump of 8 bytes)
0000  01 00 00 00 01 00 02 00-                         ........        

0.153080 ptp_ptpip_getresp           (2): Reading PTP_OC 0x1004 (Get storage IDs) response...
0.153825 ptp_ptpip_generic_read      (3): ptpip/generic_read header: (hexdump of 8 bytes)
0000  0e 00 00 00 07 00 00 00-                         ........        

0.153840 ptp_ptpip_generic_read      (3): ptpip/generic_read data: (hexdump of 6 bytes)
0000  01 20 07 00 00 00      -                         . ....          

0.153846 ptp_ptpip_getresp           (2): PTPIP_CMD_RESPONSE
0.153862 ptp_ptpip_sendreq           (2): Sending PTP_OC 0x1005 (Get storage info) (0x20001) request...
0.153887 ptp_ptpip_sendreq           (3): ptpip/oprequest data: (hexdump of 22 bytes)
0000  16 00 00 00 06 00 00 00-01 00 00 00 05 10 08 00  ................
0010  00 00 01 00 02 00      -                         ......          

0.153956 ptp_ptpip_getdata           (2): Reading PTP_OC 0x1005 (Get storage info) data...
0.156789 ptp_ptpip_generic_read      (3): ptpip/generic_read header: (hexdump of 8 bytes)
0000  14 00 00 00 09 00 00 00-                         ........        

0.156810 ptp_ptpip_generic_read      (3): ptpip/generic_read data: (hexdump of 12 bytes)
0000  08 00 00 00 24 00 00 00-00 00 00 00              ....$.......    

0.156838 ptp_ptpip_generic_read      (3): ptpip/generic_read header: (hexdump of 8 bytes)
0000  30 00 00 00 0c 00 00 00-                         0.......        

0.156853 ptp_ptpip_generic_read      (3): ptpip/generic_read data: (hexdump of 4 bytes)
0000  08 00 00 00            -                         ....            

0.157580 ptp_ptpip_generic_read      (3): ptpip/generic_read data: (hexdump of 36 bytes)
0000  04 00 03 00 00 00 00 00-18 b5 03 00 00 00 00 80  ................
0010  6c b1 03 00 00 00 ff ff-ff ff 03 53 00 44 00 00  l..........S.D..
0020  00 00 00 00            -                         ....            

0.157596 ptp_ptpip_getresp           (2): Reading PTP_OC 0x1005 (Get storage info) response...
0.158339 ptp_ptpip_generic_read      (3): ptpip/generic_read header: (hexdump of 8 bytes)
0000  0e 00 00 00 07 00 00 00-                         ........        

0.158354 ptp_ptpip_generic_read      (3): ptpip/generic_read data: (hexdump of 6 bytes)
0000  01 20 08 00 00 00      -                         . ....          

0.158360 ptp_ptpip_getresp           (2): PTPIP_CMD_RESPONSE
0.158611 gp_camera_free              (2): Freeing camera...
0.158623 gp_camera_exit              (2): Exiting camera ('PTP/IP Camera')...
0.158638 ptp_ptpip_sendreq           (2): Sending PTP_OC 0x1003 (Close session) request...
0.158668 ptp_ptpip_sendreq           (3): ptpip/oprequest data: (hexdump of 18 bytes)
0000  12 00 00 00 06 00 00 00-01 00 00 00 03 10 09 00  ................
0010  00 00                  -                         ..              

0.158715 ptp_ptpip_getresp           (2): Reading PTP_OC 0x1003 (Close session) response...
0.163783 ptp_ptpip_generic_read      (3): ptpip/generic_read header: (hexdump of 8 bytes)
0000  0e 00 00 00 07 00 00 00-                         ........        

0.163809 ptp_ptpip_generic_read      (3): ptpip/generic_read data: (hexdump of 6 bytes)
0000  01 20 09 00 00 00      -                         . ....          

0.163816 ptp_ptpip_getresp           (2): PTPIP_CMD_RESPONSE
0.163844 gp_port_close               (2): Closing port...
0.164431 gp_filesystem_reset         (2): resetting filesystem
0.164444 gp_filesystem_lru_clear     (2): Clearing fscache LRU list...
0.164451 gp_filesystem_lru_clear     (2): fscache LRU list already empty
0.164458 delete_all_folders          (2): Internally deleting all folders from '/'...
0.164465 lookup_folder               (2): Lookup folder '/'...
0.164473 lookup_folder               (2): Found! / is 0x800e18060
0.164480 recurse_delete_folder       (2): Recurse delete folder 0x800e18060//
0.164487 gp_port_free                (2): Freeing port...
0.164494 gp_port_close               (2): Closing port...
0.164573 gp_filesystem_reset         (2): resetting filesystem
0.164580 gp_filesystem_lru_clear     (2): Clearing fscache LRU list...
0.164585 gp_filesystem_lru_clear     (2): fscache LRU list already empty
0.164592 delete_all_folders          (2): Internally deleting all folders from '/'...
0.164599 lookup_folder               (2): Lookup folder '/'...
0.164605 lookup_folder               (2): Found! / is 0x800e18060
0.164612 recurse_delete_folder       (2): Recurse delete folder 0x800e18060//
l2 (text/plain, 82.5 KB)
0.000120 main                        (2): ALWAYS INCLUDE THE FOLLOWING LINES WHEN SENDING DEBUG MESSAGES TO THE MAILING LIST:
0.000160 main                        (2): gphoto2 2.5.23
0.000174 main                        (2): gphoto2 has been compiled with the following options:
0.000181 main                        (2):  + cc (C compiler used)
0.000187 main                        (2):  + popt (mandatory, for handling command-line parameters)
0.000193 main                        (2):  + exif (for displaying EXIF information)
0.000198 main                        (2):  + no cdk (for accessing configuration options)
0.000204 main                        (2):  + aa (for displaying live previews)
0.000209 main                        (2):  + jpeg (for displaying live previews in JPEG format)
0.000214 main                        (2):  + readline (for easy navigation in the shell)
0.000226 main                        (2): libgphoto2 2.5.23
0.000234 main                        (2): libgphoto2 has been compiled with the following options:
0.000241 main                        (2):  + all camlibs
0.000246 main                        (2):  + cc (C compiler used)
0.000253 main                        (2):  + no ltdl (for portable loading of camlibs)
0.000258 main                        (2):  + EXIF (for special handling of EXIF files)
0.000267 main                        (2): libgphoto2_port 0.12.0
0.000275 main                        (2): libgphoto2_port has been compiled with the following options:
0.000282 main                        (2):  + iolibs: disk ptpip usb1 usbdiskdirect usbscsi
0.000287 main                        (2):  + cc (C compiler used)
0.000293 main                        (2):  + no ltdl (for portable loading of iolibs)
0.000298 main                        (2):  + USB (libusb1, for USB cameras)
0.000303 main                        (2):  + no serial (for serial cameras)
0.000309 main                        (2):  + no resmgr (serial port access and locking)
0.000314 main                        (2):  + no ttylock (serial port locking)
0.000319 main                        (2):  + no lockdev (serial port locking)
0.000326 main                        (2): CAMLIBS env var not set, using compile-time default instead
0.000332 main                        (2): IOLIBS env var not set, using compile-time default instead
0.000337 main                        (2): invoked with following arguments:
0.000343 main                        (2):   --debug
0.000348 main                        (2):   --debug-logfile=/tmp/l2
0.000353 main                        (2):   --port
0.000358 main                        (2):   ptpip:192.168.1.2
0.000364 main                        (2):   -L
0.000417 main                        (2): Processing 'port' option ('ptpip:192.168.1.2')...
0.000468 gp_port_info_list_load      (2): Using ltdl to load io-drivers from '/usr/local/lib/libgphoto2_port/0.12.0'...
0.000867 foreach_func                (2): Called for filename '/usr/local/lib/libgphoto2_port/0.12.0/disk'.
0.001187 foreach_func                (2): Loaded '' ('^disk:') from '/usr/local/lib/libgphoto2_port/0.12.0/disk'.
0.001200 foreach_func                (2): Called for filename '/usr/local/lib/libgphoto2_port/0.12.0/ptpip'.
0.001437 foreach_func                (2): Loaded 'PTP/IP Connection' ('ptpip:') from '/usr/local/lib/libgphoto2_port/0.12.0/ptpip'.
0.001449 foreach_func                (2): Loaded '' ('^ptpip:') from '/usr/local/lib/libgphoto2_port/0.12.0/ptpip'.
0.001456 foreach_func                (2): Called for filename '/usr/local/lib/libgphoto2_port/0.12.0/usb1'.
0.002713 foreach_func                (2): Loaded '' ('^usb:') from '/usr/local/lib/libgphoto2_port/0.12.0/usb1'.
0.002758 foreach_func                (2): Loaded 'Universal Serial Bus' ('usb:000,002') from '/usr/local/lib/libgphoto2_port/0.12.0/usb1'.
0.002767 foreach_func                (2): Loaded 'Universal Serial Bus' ('usb:000,003') from '/usr/local/lib/libgphoto2_port/0.12.0/usb1'.
0.002774 foreach_func                (2): Called for filename '/usr/local/lib/libgphoto2_port/0.12.0/usbdiskdirect'.
0.003020 foreach_func                (2): Called for filename '/usr/local/lib/libgphoto2_port/0.12.0/usbscsi'.
0.003256 gp_port_info_list_count     (2): Counting entries (6 available)...
0.003267 gp_port_info_list_count     (2): 3 regular entries available.
0.003277 gp_port_info_list_lookup_path(2): Looking for path 'ptpip:192.168.1.2' (6 entries available)...
0.003287 gp_port_info_list_lookup_path(2): Starting regex search for 'ptpip:192.168.1.2'...
0.003293 gp_port_info_list_lookup_path(2): Trying '^disk:'...
0.003466 gp_port_info_list_lookup_path(2): regexec failed
0.003474 gp_port_info_list_lookup_path(2): Trying '^ptpip:'...
0.003630 gp_port_info_list_get_info  (2): Getting info of entry 3 (7 available)...
0.003650 gp_camera_set_port_info     (2): Setting port info for port 'Generic Port' at 'ptpip:192.168.1.2'...
0.003838 gp_port_set_settings        (2): Setting settings...
0.003862 load_settings               (2): Creating gphoto config directory ('/home/guru/.gphoto')
0.004103 load_settings               (2): Loading settings from file '/home/guru/.gphoto/settings'.
0.004217 gp_setting_set              (2): Setting key 'port' to value 'ptpip:192.168.1.2' (gphoto2)
0.004231 save_settings               (2): Saving 19 setting(s) to file "/home/guru/.gphoto/settings"
0.004839 main                        (2): The user has not specified both a model and a port. Try to figure them out.
0.004879 gp_abilities_list_load_dir  (2): Using ltdl to load camera libraries from '/usr/local/lib/libgphoto2/2.5.23'...
0.005136 foreach_func                (2): Found '/usr/local/lib/libgphoto2/2.5.23/ax203'.
0.005174 foreach_func                (2): Found '/usr/local/lib/libgphoto2/2.5.23/canon'.
0.005182 foreach_func                (2): Found '/usr/local/lib/libgphoto2/2.5.23/digigr8'.
0.005189 foreach_func                (2): Found '/usr/local/lib/libgphoto2/2.5.23/dimagev'.
0.005195 foreach_func                (2): Found '/usr/local/lib/libgphoto2/2.5.23/directory'.
0.005201 foreach_func                (2): Found '/usr/local/lib/libgphoto2/2.5.23/jl2005a'.
0.005207 foreach_func                (2): Found '/usr/local/lib/libgphoto2/2.5.23/jl2005c'.
0.005213 foreach_func                (2): Found '/usr/local/lib/libgphoto2/2.5.23/kodak_dc240'.
0.005219 foreach_func                (2): Found '/usr/local/lib/libgphoto2/2.5.23/mars'.
0.005225 foreach_func                (2): Found '/usr/local/lib/libgphoto2/2.5.23/pentax'.
0.005231 foreach_func                (2): Found '/usr/local/lib/libgphoto2/2.5.23/ptp2'.
0.005237 foreach_func                (2): Found '/usr/local/lib/libgphoto2/2.5.23/sierra'.
0.005243 foreach_func                (2): Found '/usr/local/lib/libgphoto2/2.5.23/sonix'.
0.005249 foreach_func                (2): Found '/usr/local/lib/libgphoto2/2.5.23/sq905'.
0.005255 foreach_func                (2): Found '/usr/local/lib/libgphoto2/2.5.23/st2205'.
0.005261 foreach_func                (2): Found '/usr/local/lib/libgphoto2/2.5.23/topfield'.
0.005267 foreach_func                (2): Found '/usr/local/lib/libgphoto2/2.5.23/tp6801'.
0.005280 gp_abilities_list_load_dir  (2): Found 17 camera drivers.
0.094097 gp_port_info_list_count     (2): Counting entries (7 available)...
0.094125 gp_port_info_list_count     (2): 4 regular entries available.
0.094132 gp_port_new                 (2): Creating new device...
0.094145 gp_port_info_list_get_info  (2): Getting info of entry 0 (7 available)...
0.094208 gp_port_set_settings        (2): Setting settings...
0.094218 gp_port_info_list_get_info  (2): Getting info of entry 1 (7 available)...
0.094678 gp_port_set_timeout         (2): Setting port timeout to 5000 milliseconds.
0.094689 gp_port_set_settings        (2): Setting settings...
0.094703 gp_libusb1_update           (2): (old int=0, conf=-1, alt=-1) port usb:000,002, (new int=0, conf=-1, alt=-1) port usb:000,002
0.094711 gp_libusb1_update           (2): lowlevel libusb1 port not yet opened, no need for libusb changes
0.094718 gp_abilities_list_detect_usb(2): Auto-detecting USB cameras...
0.096523 gp_libusb1_find_device_by_class_lib(2): Looking for USB device (class 0x29a, subclass, 0xffffffff, protocol 0xffffffff)...
0.096544 gp_libusb1_find_device_by_class_lib(2): Looking for USB device (class 0x29a, subclass, 0xffffffff, protocol 0xffffffff)...
0.097677 gp_libusb1_find_device_by_class_lib(2): Looking for USB device (class 0x6, subclass, 0x1, protocol 0x1)...
0.097779 gp_libusb1_find_device_by_class_lib(2): Looking for USB device (class 0x6, subclass, 0x1, protocol 0x1)...
0.097911 gp_port_info_list_get_info  (2): Getting info of entry 2 (7 available)...
0.098453 gp_port_set_timeout         (2): Setting port timeout to 5000 milliseconds.
0.098464 gp_port_set_settings        (2): Setting settings...
0.098479 gp_libusb1_update           (2): (old int=0, conf=-1, alt=-1) port usb:000,003, (new int=0, conf=-1, alt=-1) port usb:000,003
0.098486 gp_libusb1_update           (2): lowlevel libusb1 port not yet opened, no need for libusb changes
0.098492 gp_abilities_list_detect_usb(2): Auto-detecting USB cameras...
0.100215 gp_libusb1_find_device_by_class_lib(2): Looking for USB device (class 0x29a, subclass, 0xffffffff, protocol 0xffffffff)...
0.101351 gp_libusb1_find_device_by_class_lib(2): Looking for USB device (class 0x6, subclass, 0x1, protocol 0x1)...
0.101510 gp_port_info_list_get_info  (2): Getting info of entry 3 (7 available)...
0.101685 gp_port_set_settings        (2): Setting settings...
0.101701 gp_port_free                (2): Freeing port...
0.101710 gp_port_close               (2): Closing port...
0.101933 gp_camera_set_abilities     (2): Setting abilities ('PTP/IP Camera')...
0.101945 gp_setting_set              (2): Setting key 'model' to value 'PTP/IP Camera' (gphoto2)
0.101957 save_settings               (2): Saving 19 setting(s) to file "/home/guru/.gphoto/settings"
0.102156 gp_port_info_list_lookup_path(2): Looking for path 'ptpip:192.168.1.2' (7 entries available)...
0.102166 gp_port_info_list_get_info  (2): Getting info of entry 3 (7 available)...
0.102175 gp_camera_set_port_info     (2): Setting port info for port 'Generic Port' at 'ptpip:192.168.1.2'...
0.102435 gp_port_set_settings        (2): Setting settings...
0.102449 gp_setting_set              (2): Setting key 'port' to value 'ptpip:192.168.1.2' (gphoto2)
0.102459 save_settings               (2): Saving 19 setting(s) to file "/home/guru/.gphoto/settings"
0.102722 foreach                     (2): Executing action 'List Files' for folder '/'.
0.102736 gp_camera_folder_list_files (2): Listing files in '/'...
0.102745 gp_camera_init              (2): Initializing camera...
0.102755 gp_camera_init              (2): Loading '/usr/local/lib/libgphoto2/2.5.23/ptp2'...
0.104881 gp_port_open                (2): Opening  port...
0.106838 ptp_ptpip_connect           (2): connecting to ptpip:192.168.1.2.
0.109826 ptp_ptpip_init_command_request(3): ptpip/init_cmd data: (hexdump of 54 bytes)
0000  36 00 00 00 01 00 00 00-7f 4a 6d d9 e6 ca bb b4  6........Jm.....
0010  33 19 23 b6 54 26 bb 67-63 00 37 00 32 00 30 00  3.#.T&.gc.7.2.0.
0020  2d 00 72 00 33 00 36 00-38 00 31 00 36 00 36 00  -.r.3.6.8.1.6.6.
0030  00 00 00 00 01 00      -                         ......          

0.109903 ptp_ptpip_init_command_request [ptpip.c:472](0): return 54 / len 54
0.112089 ptp_ptpip_generic_read      (3): ptpip/generic_read header: (hexdump of 8 bytes)
0000  2e 00 00 00 02 00 00 00-                         ........        

0.112120 ptp_ptpip_generic_read      (3): ptpip/generic_read data: (hexdump of 38 bytes)
0000  01 00 00 00 00 00 00 00-00 00 00 00 00 01 74 bf  ..............t.
0010  c0 1c a1 f1 45 00 4f 00-53 00 37 00 37 00 44 00  ....E.O.S.7.7.D.
0020  00 00 00 00 01 00      -                         ......          

0.113458 ptp_ptpip_init_event_request(3): ptpip/init_event data: (hexdump of 12 bytes)
0000  0c 00 00 00 03 00 00 00-01 00 00 00              ............    

0.115224 ptp_ptpip_generic_read      (3): ptpip/generic_read header: (hexdump of 8 bytes)
0000  08 00 00 00 04 00 00 00-                         ........        

0.115237 ptp_ptpip_connect           (2): ptpip connected!
0.115262 gp_port_set_timeout         (2): Setting port timeout to 8000 milliseconds.
0.115275 ptp                         (2): PTP: Opening session
0.115304 ptp_ptpip_sendreq           (2): Sending PTP_OC 0x1002 (Open session) (0x1) request...
0.115354 ptp_ptpip_sendreq           (3): ptpip/oprequest data: (hexdump of 22 bytes)
0000  16 00 00 00 06 00 00 00-01 00 00 00 02 10 00 00  ................
0010  00 00 01 00 00 00      -                         ......          

0.115401 ptp_ptpip_getresp           (2): Reading PTP_OC 0x1002 (Open session) response...
0.119067 ptp_ptpip_generic_read      (3): ptpip/generic_read header: (hexdump of 8 bytes)
0000  0e 00 00 00 07 00 00 00-                         ........        

0.119086 ptp_ptpip_generic_read      (3): ptpip/generic_read data: (hexdump of 6 bytes)
0000  01 20 00 00 00 00      -                         . ....          

0.119094 ptp_ptpip_getresp           (2): PTPIP_CMD_RESPONSE
0.119102 gp_port_set_timeout         (2): Setting port timeout to 20000 milliseconds.
0.119117 ptp_ptpip_sendreq           (2): Sending PTP_OC 0x1001 (Get device info) request...
0.119144 ptp_ptpip_sendreq           (3): ptpip/oprequest data: (hexdump of 18 bytes)
0000  12 00 00 00 06 00 00 00-01 00 00 00 01 10 01 00  ................
0010  00 00                  -                         ..              

0.119185 ptp_ptpip_getdata           (2): Reading PTP_OC 0x1001 (Get device info) data...
0.124066 ptp_ptpip_generic_read      (3): ptpip/generic_read header: (hexdump of 8 bytes)
0000  14 00 00 00 09 00 00 00-                         ........        

0.124094 ptp_ptpip_generic_read      (3): ptpip/generic_read data: (hexdump of 12 bytes)
0000  01 00 00 00 41 02 00 00-00 00 00 00              ....A.......    

0.124129 ptp_ptpip_generic_read      (3): ptpip/generic_read header: (hexdump of 8 bytes)
0000  4d 02 00 00 0c 00 00 00-                         M.......        

0.124253 ptp_ptpip_generic_read      (3): ptpip/generic_read data: (hexdump of 581 bytes)
0000  01 00 00 00 64 00 06 00-00 00 64 00 00 00 00 aa  ....d.....d.....
0010  00 00 00 02 10 03 10 01-10 04 10 01 91 05 10 02  ................
0020  91 06 10 07 10 08 10 03-91 70 91 09 10 04 91 71  .........p.....q
0030  91 0a 10 0f 10 06 91 14-10 16 10 1b 10 0c 10 0d  ................
0040  10 07 91 72 91 2c 91 74-91 14 91 15 91 16 91 17  ...r.,.t........
0050  91 09 91 73 91 0a 91 32-91 33 90 68 90 69 90 6a  ...s...2.3.h.i.j
0060  90 6b 90 1a 91 1d 91 1e-91 1f 91 22 91 23 91 24  .k.........".#.$
0070  91 31 91 33 91 34 91 35-91 3c 91 3e 91 3f 91 40  .1.3.4.5.<.>.?.@
0080  91 54 91 55 91 57 91 58-91 59 91 5a 91 5b 91 60  .T.U.W.X.Y.Z.[.`
0090  91 fe 91 ff 91 6c 90 6d-90 6e 90 6f 90 08 91 10  .....l.m.n.o....
00a0  91 2b 91 30 91 3d 91 5c-91 5d 91 1b 91 1c 91 53  .+.0.=.\.].....S
00b0  91 28 91 29 91 2f 90 0c-91 0e 91 f0 91 27 91 f1  .(.)./.......'..
00c0  91 e1 91 e2 91 e3 91 e4-91 e6 91 e7 91 e8 91 e9  ................
00d0  91 ea 91 eb 91 ec 91 ed-91 ee 91 ef 91 f8 91 f9  ................
00e0  91 44 91 45 91 d3 91 d4-91 36 91 37 91 46 91 47  .D.E.....6.7.F.G
00f0  91 48 91 49 91 df 91 fb-91 fc 91 4a 91 0f 91 4b  .H.I.......J...K
0100  91 41 91 43 91 0b 10 05-91 2d 91 2e 91 2f 91 4c  .A.C.....-.../.L
0110  91 39 91 3a 91 3b 91 4e-91 d7 91 d8 91 d9 91 da  .9.:.;.N........
0120  91 db 91 dc 91 dd 91 de-91 d5 91 80 91 81 91 82  ................
0130  91 83 91 84 91 85 91 38-91 18 91 f5 91 f6 91 7f  .......8........
0140  91 4d 91 4f 91 50 91 f2-91 f3 91 f4 91 fd 91 50  .M.O.P.........P
0150  90 51 90 5c 90 5d 90 52-90 53 90 57 90 58 90 59  .Q.\.].R.S.W.X.Y
0160  90 5a 90 5b 90 5f 90 13-00 00 00 81 c1 03 40 83  .Z.[._........@.
0170  c1 84 c1 85 c1 86 c1 87-c1 88 c1 89 c1 8a c1 8b  ................
0180  c1 8d c1 8e c1 8f c1 90-c1 91 c1 a0 c1 a1 c1 09  ................
0190  40 05 00 00 00 02 d4 07-d4 06 d4 03 d3 01 50 01  @.............P.
01a0  00 00 00 01 38 0c 00 00-00 01 30 02 30 06 30 0a  ....8.....0.0.0.
01b0  30 08 30 01 38 01 b1 03-b1 02 bf 00 38 04 b1 05  0.0.8.......8...
01c0  b1 0a 43 00 61 00 6e 00-6f 00 6e 00 2e 00 49 00  ..C.a.n.o.n...I.
01d0  6e 00 63 00 00 00 0e 43-00 61 00 6e 00 6f 00 6e  n.c....C.a.n.o.n
01e0  00 20 00 45 00 4f 00 53-00 20 00 37 00 37 00 44  . .E.O.S. .7.7.D
01f0  00 00 00 08 33 00 2d 00-31 00 2e 00 30 00 2e 00  ....3.-.1...0...
0200  32 00 00 00 20 34 00 65-00 39 00 37 00 63 00 37  2... 4.e.9.7.c.7
0210  00 35 00 66 00 64 00 35-00 66 00 37 00 34 00 30  .5.f.d.5.f.7.4.0
0220  00 32 00 33 00 62 00 34-00 35 00 61 00 65 00 37  .2.3.b.4.5.a.e.7
0230  00 30 00 35 00 66 00 39-00 37 00 37 00 63 00 33  .0.5.f.9.7.7.c.3
0240  00 39 00 00 00         -                         .9...           

0.124304 ptp_ptpip_getresp           (2): Reading PTP_OC 0x1001 (Get device info) response...
0.124340 ptp_ptpip_generic_read      (3): ptpip/generic_read header: (hexdump of 8 bytes)
0000  0e 00 00 00 07 00 00 00-                         ........        

0.124359 ptp_ptpip_generic_read      (3): ptpip/generic_read data: (hexdump of 6 bytes)
0000  01 20 01 00 00 00      -                         . ....          

0.124366 ptp_ptpip_getresp           (2): PTPIP_CMD_RESPONSE
0.124418 print_debug_deviceinfo      (2): Device info:
0.124425 print_debug_deviceinfo      (2): Manufacturer: Canon.Inc
0.124431 print_debug_deviceinfo      (2):   Model: Canon EOS 77D
0.124437 print_debug_deviceinfo      (2):   device version: 3-1.0.2
0.124443 print_debug_deviceinfo      (2):   serial number: '4e97c75fd5f74023b45ae705f977c39'
0.124449 print_debug_deviceinfo      (2): Vendor extension ID: 0x0000000b
0.124455 print_debug_deviceinfo      (2): Vendor extension version: 100
0.124462 print_debug_deviceinfo      (2): Vendor extension description: (null)
0.124468 print_debug_deviceinfo      (2): Functional Mode: 0x0000
0.124473 print_debug_deviceinfo      (2): PTP Standard Version: 100
0.124480 print_debug_deviceinfo      (2): Supported operations:
0.124494 print_debug_deviceinfo      (2):   0x1002 (Open session)
0.124505 print_debug_deviceinfo      (2):   0x1003 (Close session)
0.124516 print_debug_deviceinfo      (2):   0x1001 (Get device info)
0.124527 print_debug_deviceinfo      (2):   0x1004 (Get storage IDs)
0.124539 print_debug_deviceinfo      (2):   0x9101 (PTP_OC_CANON_EOS_GetStorageIDs)
0.124549 print_debug_deviceinfo      (2):   0x1005 (Get storage info)
0.124565 print_debug_deviceinfo      (2):   0x9102 (PTP_OC_CANON_EOS_GetStorageInfo)
0.124575 print_debug_deviceinfo      (2):   0x1006 (Get number of objects)
0.124586 print_debug_deviceinfo      (2):   0x1007 (Get object handles)
0.124596 print_debug_deviceinfo      (2):   0x1008 (Get object info)
0.124607 print_debug_deviceinfo      (2):   0x9103 (PTP_OC_CANON_EOS_GetObjectInfo)
0.124619 print_debug_deviceinfo      (2):   0x9170 (PTP_OC_CANON_EOS_GetObjectInfo64)
0.124629 print_debug_deviceinfo      (2):   0x1009 (Get object)
0.124640 print_debug_deviceinfo      (2):   0x9104 (PTP_OC_CANON_EOS_GetObject)
0.124650 print_debug_deviceinfo      (2):   0x9171 (PTP_OC_CANON_EOS_GetObject64)
0.124661 print_debug_deviceinfo      (2):   0x100a (Get thumbnail)
0.124671 print_debug_deviceinfo      (2):   0x100f (Format storage)
0.124681 print_debug_deviceinfo      (2):   0x9106 (PTP_OC_CANON_EOS_FormatStore)
0.124692 print_debug_deviceinfo      (2):   0x1014 (Get device property description)
0.124702 print_debug_deviceinfo      (2):   0x1016 (Set device property value)
0.124712 print_debug_deviceinfo      (2):   0x101b (Get partial object)
0.124728 print_debug_deviceinfo      (2):   0x100c (Send object info)
0.124739 print_debug_deviceinfo      (2):   0x100d (Send object)
0.124749 print_debug_deviceinfo      (2):   0x9107 (PTP_OC_CANON_EOS_GetPartialObject)
0.124760 print_debug_deviceinfo      (2):   0x9172 (PTP_OC_CANON_EOS_GetPartialObject64)
0.124771 print_debug_deviceinfo      (2):   0x912c (PTP_OC_CANON_EOS_GetPartialObjectEx)
0.124781 print_debug_deviceinfo      (2):   0x9174 (PTP_OC_CANON_EOS_GetPartialObjectEX64)
0.124791 print_debug_deviceinfo      (2):   0x9114 (PTP_OC_CANON_EOS_SetRemoteMode)
0.124802 print_debug_deviceinfo      (2):   0x9115 (PTP_OC_CANON_EOS_SetEventMode)
0.124811 print_debug_deviceinfo      (2):   0x9116 (PTP_OC_CANON_EOS_GetEvent)
0.124826 print_debug_deviceinfo      (2):   0x9117 (PTP_OC_CANON_EOS_TransferComplete)
0.124837 print_debug_deviceinfo      (2):   0x9109 (PTP_OC_CANON_EOS_GetObjectInfoEx)
0.124847 print_debug_deviceinfo      (2):   0x9173 (PTP_OC_CANON_EOS_GetObjectInfoEx64)
0.124857 print_debug_deviceinfo      (2):   0x910a (PTP_OC_CANON_EOS_GetThumbEx)
0.124869 print_debug_deviceinfo      (2):   0x9132 (PTP_OC_CANON_EOS_EndGetPartialObjectEx)
0.124879 print_debug_deviceinfo      (2):   0x9033 (PTP_OC_CANON_GetMACAddress)
0.124889 print_debug_deviceinfo      (2):   0x9068 (PTP_OC_CANON_GetWebServiceSpec)
0.124899 print_debug_deviceinfo      (2):   0x9069 (PTP_OC_CANON_GetWebServiceData)
0.124909 print_debug_deviceinfo      (2):   0x906a (PTP_OC_CANON_SetWebServiceData)
0.124919 print_debug_deviceinfo      (2):   0x906b (Unknown PTP_OC)
0.124929 print_debug_deviceinfo      (2):   0x911a (PTP_OC_CANON_EOS_PCHDDCapacity)
0.124939 print_debug_deviceinfo      (2):   0x911d (PTP_OC_CANON_EOS_KeepDeviceOn)
0.124950 print_debug_deviceinfo      (2):   0x911e (PTP_OC_CANON_EOS_SetNullPacketMode)
0.124960 print_debug_deviceinfo      (2):   0x911f (PTP_OC_CANON_EOS_UpdateFirmware)
0.124969 print_debug_deviceinfo      (2):   0x9122 (PTP_OC_CANON_EOS_SetWftProfile)
0.124979 print_debug_deviceinfo      (2):   0x9123 (PTP_OC_CANON_EOS_GetWftProfile)
0.124988 print_debug_deviceinfo      (2):   0x9124 (PTP_OC_CANON_EOS_SetProfileToWft)
0.124997 print_debug_deviceinfo      (2):   0x9131 (PTP_OC_CANON_EOS_PopupBuiltinFlash)
0.125008 print_debug_deviceinfo      (2):   0x9133 (PTP_OC_CANON_EOS_MovieSelectSWOn)
0.125018 print_debug_deviceinfo      (2):   0x9134 (PTP_OC_CANON_EOS_MovieSelectSWOff)
0.125027 print_debug_deviceinfo      (2):   0x9135 (PTP_OC_CANON_EOS_GetCTGInfo)
0.125037 print_debug_deviceinfo      (2):   0x913c (PTP_OC_CANON_EOS_SetCTGInfo)
0.125048 print_debug_deviceinfo      (2):   0x913e (PTP_OC_CANON_EOS_SetRequestRollingPitchingLevel)
0.125058 print_debug_deviceinfo      (2):   0x913f (PTP_OC_CANON_EOS_GetCameraSupport)
0.125068 print_debug_deviceinfo      (2):   0x9140 (PTP_OC_CANON_EOS_SetRating)
0.125078 print_debug_deviceinfo      (2):   0x9154 (PTP_OC_CANON_EOS_DoAf)
0.125087 print_debug_deviceinfo      (2):   0x9155 (PTP_OC_CANON_EOS_DriveLens)
0.125097 print_debug_deviceinfo      (2):   0x9157 (PTP_OC_CANON_EOS_ClickWB)
0.125108 print_debug_deviceinfo      (2):   0x9158 (PTP_OC_CANON_EOS_Zoom)
0.125117 print_debug_deviceinfo      (2):   0x9159 (PTP_OC_CANON_EOS_ZoomPosition)
0.125127 print_debug_deviceinfo      (2):   0x915a (PTP_OC_CANON_EOS_SetLiveAfFrame)
0.125137 print_debug_deviceinfo      (2):   0x915b (PTP_OC_CANON_EOS_TouchAfPosition)
0.125147 print_debug_deviceinfo      (2):   0x9160 (PTP_OC_CANON_EOS_AfCancel)
0.125157 print_debug_deviceinfo      (2):   0x91fe (PTP_OC_CANON_EOS_FAPIMessageTX)
0.125167 print_debug_deviceinfo      (2):   0x91ff (PTP_OC_CANON_EOS_FAPIMessageRX)
0.125177 print_debug_deviceinfo      (2):   0x906c (PTP_OC_CANON_GetRootCertificateSpec)
0.125186 print_debug_deviceinfo      (2):   0x906d (PTP_OC_CANON_GetRootCertificateData)
0.125196 print_debug_deviceinfo      (2):   0x906e (Unknown PTP_OC)
0.125207 print_debug_deviceinfo      (2):   0x906f (PTP_OC_CANON_SetRootCertificateData)
0.125217 print_debug_deviceinfo      (2):   0x9108 (PTP_OC_CANON_EOS_GetDeviceInfoEx)
0.125226 print_debug_deviceinfo      (2):   0x9110 (PTP_OC_CANON_EOS_SetDevicePropValueEx)
0.125237 print_debug_deviceinfo      (2):   0x912b (PTP_OC_CANON_EOS_ChangePhotoStudioMode)
0.125247 print_debug_deviceinfo      (2):   0x9130 (PTP_OC_CANON_EOS_ResetMirrorLockupState)
0.125257 print_debug_deviceinfo      (2):   0x913d (PTP_OC_CANON_EOS_SetRequestOLCInfoGroup)
0.125267 print_debug_deviceinfo      (2):   0x915c (PTP_OC_CANON_EOS_SetLvPcFlavoreditMode)
0.125277 print_debug_deviceinfo      (2):   0x915d (PTP_OC_CANON_EOS_SetLvPcFlavoreditParam)
0.125287 print_debug_deviceinfo      (2):   0x911b (PTP_OC_CANON_EOS_SetUILock)
0.125296 print_debug_deviceinfo      (2):   0x911c (PTP_OC_CANON_EOS_ResetUILock)
0.125310 print_debug_deviceinfo      (2):   0x9153 (PTP_OC_CANON_EOS_GetViewFinderData)
0.125320 print_debug_deviceinfo      (2):   0x9128 (PTP_OC_CANON_EOS_RemoteReleaseOn)
0.125330 print_debug_deviceinfo      (2):   0x9129 (PTP_OC_CANON_EOS_RemoteReleaseOff)
0.125340 print_debug_deviceinfo      (2):   0x902f (Unknown PTP_OC)
0.125350 print_debug_deviceinfo      (2):   0x910c (PTP_OC_CANON_EOS_SetObjectAttributes)
0.125359 print_debug_deviceinfo      (2):   0x910e (PTP_OC_CANON_EOS_SetObjectTime)
0.125369 print_debug_deviceinfo      (2):   0x91f0 (PTP_OC_CANON_EOS_TransferCompleteFTP)
0.125379 print_debug_deviceinfo      (2):   0x9127 (PTP_OC_CANON_EOS_RequestDevicePropValue)
0.125389 print_debug_deviceinfo      (2):   0x91f1 (PTP_OC_CANON_EOS_CancelTransferFTP)
0.125399 print_debug_deviceinfo      (2):   0x91e1 (Unknown PTP_OC)
0.125409 print_debug_deviceinfo      (2):   0x91e2 (Unknown PTP_OC)
0.125419 print_debug_deviceinfo      (2):   0x91e3 (Unknown PTP_OC)
0.125429 print_debug_deviceinfo      (2):   0x91e4 (Unknown PTP_OC)
0.125439 print_debug_deviceinfo      (2):   0x91e6 (Unknown PTP_OC)
0.125448 print_debug_deviceinfo      (2):   0x91e7 (Unknown PTP_OC)
0.125459 print_debug_deviceinfo      (2):   0x91e8 (PTP_OC_CANON_EOS_NotifyNetworkError)
0.125469 print_debug_deviceinfo      (2):   0x91e9 (PTP_OC_CANON_EOS_AdapterTransferProgress)
0.125479 print_debug_deviceinfo      (2):   0x91ea (Unknown PTP_OC)
0.125488 print_debug_deviceinfo      (2):   0x91eb (Unknown PTP_OC)
0.125498 print_debug_deviceinfo      (2):   0x91ec (Unknown PTP_OC)
0.125507 print_debug_deviceinfo      (2):   0x91ed (Unknown PTP_OC)
0.125517 print_debug_deviceinfo      (2):   0x91ee (Unknown PTP_OC)
0.125527 print_debug_deviceinfo      (2):   0x91ef (Unknown PTP_OC)
0.125537 print_debug_deviceinfo      (2):   0x91f8 (Unknown PTP_OC)
0.125546 print_debug_deviceinfo      (2):   0x91f9 (Unknown PTP_OC)
0.125561 print_debug_deviceinfo      (2):   0x9144 (PTP_OC_CANON_EOS_GpsLoggingDataMode)
0.125571 print_debug_deviceinfo      (2):   0x9145 (PTP_OC_CANON_EOS_GetGpsLogCurrentHandle)
0.125581 print_debug_deviceinfo      (2):   0x91d3 (Unknown PTP_OC)
0.125591 print_debug_deviceinfo      (2):   0x91d4 (Unknown PTP_OC)
0.125601 print_debug_deviceinfo      (2):   0x9136 (PTP_OC_CANON_EOS_GetLensAdjust)
0.125611 print_debug_deviceinfo      (2):   0x9137 (PTP_OC_CANON_EOS_SetLensAdjust)
0.125621 print_debug_deviceinfo      (2):   0x9146 (PTP_OC_CANON_EOS_SetImageRecoveryData)
0.125631 print_debug_deviceinfo      (2):   0x9147 (PTP_OC_CANON_EOS_GetImageRecoveryList)
0.125642 print_debug_deviceinfo      (2):   0x9148 (PTP_OC_CANON_EOS_FormatImageRecoveryData)
0.125652 print_debug_deviceinfo      (2):   0x9149 (PTP_OC_CANON_EOS_GetPresetLensAdjustParam)
0.125662 print_debug_deviceinfo      (2):   0x91df (Unknown PTP_OC)
0.125672 print_debug_deviceinfo      (2):   0x91fb (Unknown PTP_OC)
0.125686 print_debug_deviceinfo      (2):   0x91fc (Unknown PTP_OC)
0.125697 print_debug_deviceinfo      (2):   0x914a (PTP_OC_CANON_EOS_GetRawDispImage)
0.125706 print_debug_deviceinfo      (2):   0x910f (PTP_OC_CANON_EOS_RemoteRelease)
0.125717 print_debug_deviceinfo      (2):   0x914b (PTP_OC_CANON_EOS_SaveImageRecoveryData)
0.125727 print_debug_deviceinfo      (2):   0x9141 (PTP_OC_CANON_EOS_RequestInnerDevelopStart)
0.125737 print_debug_deviceinfo      (2):   0x9143 (PTP_OC_CANON_EOS_RequestInnerDevelopEnd)
0.125747 print_debug_deviceinfo      (2):   0x100b (Delete object)
0.125757 print_debug_deviceinfo      (2):   0x9105 (PTP_OC_CANON_EOS_DeleteObject)
0.125767 print_debug_deviceinfo      (2):   0x912d (Unknown PTP_OC)
0.125777 print_debug_deviceinfo      (2):   0x912e (Unknown PTP_OC)
0.125787 print_debug_deviceinfo      (2):   0x912f (Unknown PTP_OC)
0.125797 print_debug_deviceinfo      (2):   0x914c (PTP_OC_CANON_EOS_RequestBLE)
0.125807 print_debug_deviceinfo      (2):   0x9139 (PTP_OC_CANON_EOS_CreateHandle)
0.125817 print_debug_deviceinfo      (2):   0x913a (PTP_OC_CANON_EOS_SendPartialObjectEx)
0.125827 print_debug_deviceinfo      (2):   0x913b (PTP_OC_CANON_EOS_EndSendPartialObjectEx)
0.125840 print_debug_deviceinfo      (2):   0x914e (Unknown PTP_OC)
0.125851 print_debug_deviceinfo      (2):   0x91d7 (Unknown PTP_OC)
0.125861 print_debug_deviceinfo      (2):   0x91d8 (Unknown PTP_OC)
0.125870 print_debug_deviceinfo      (2):   0x91d9 (Unknown PTP_OC)
0.125880 print_debug_deviceinfo      (2):   0x91da (Unknown PTP_OC)
0.125890 print_debug_deviceinfo      (2):   0x91db (Unknown PTP_OC)
0.125900 print_debug_deviceinfo      (2):   0x91dc (Unknown PTP_OC)
0.125909 print_debug_deviceinfo      (2):   0x91dd (Unknown PTP_OC)
0.125919 print_debug_deviceinfo      (2):   0x91de (Unknown PTP_OC)
0.125929 print_debug_deviceinfo      (2):   0x91d5 (Unknown PTP_OC)
0.125939 print_debug_deviceinfo      (2):   0x9180 (Unknown PTP_OC)
0.125949 print_debug_deviceinfo      (2):   0x9181 (Unknown PTP_OC)
0.125959 print_debug_deviceinfo      (2):   0x9182 (PTP_OC_CANON_EOS_NotifyEstimateNumberofImport)
0.125969 print_debug_deviceinfo      (2):   0x9183 (PTP_OC_CANON_EOS_NotifyNumberofImported)
0.125980 print_debug_deviceinfo      (2):   0x9184 (PTP_OC_CANON_EOS_NotifySizeOfPartialDataTransfer)
0.125990 print_debug_deviceinfo      (2):   0x9185 (PTP_OC_CANON_EOS_NotifyFinish)
0.126000 print_debug_deviceinfo      (2):   0x9138 (PTP_OC_CANON_EOS_ReadyToSendMusic)
0.126011 print_debug_deviceinfo      (2):   0x9118 (PTP_OC_CANON_EOS_CancelTransfer)
0.126021 print_debug_deviceinfo      (2):   0x91f5 (Unknown PTP_OC)
0.126030 print_debug_deviceinfo      (2):   0x91f6 (Unknown PTP_OC)
0.126040 print_debug_deviceinfo      (2):   0x917f (Unknown PTP_OC)
0.126050 print_debug_deviceinfo      (2):   0x914d (PTP_OC_CANON_EOS_DrivePowerZoom)
0.126060 print_debug_deviceinfo      (2):   0x914f (PTP_OC_CANON_EOS_GetIptcData)
0.126069 print_debug_deviceinfo      (2):   0x9150 (PTP_OC_CANON_EOS_SetIptcData)
0.126080 print_debug_deviceinfo      (2):   0x91f2 (Unknown PTP_OC)
0.126089 print_debug_deviceinfo      (2):   0x91f3 (Unknown PTP_OC)
0.126100 print_debug_deviceinfo      (2):   0x91f4 (Unknown PTP_OC)
0.126109 print_debug_deviceinfo      (2):   0x91fd (Unknown PTP_OC)
0.126119 print_debug_deviceinfo      (2):   0x9050 (Unknown PTP_OC)
0.126129 print_debug_deviceinfo      (2):   0x9051 (Unknown PTP_OC)
0.126139 print_debug_deviceinfo      (2):   0x905c (Unknown PTP_OC)
0.126149 print_debug_deviceinfo      (2):   0x905d (Unknown PTP_OC)
0.126159 print_debug_deviceinfo      (2):   0x9052 (Unknown PTP_OC)
0.126169 print_debug_deviceinfo      (2):   0x9053 (Unknown PTP_OC)
0.126178 print_debug_deviceinfo      (2):   0x9057 (Unknown PTP_OC)
0.126187 print_debug_deviceinfo      (2):   0x9058 (Unknown PTP_OC)
0.126195 print_debug_deviceinfo      (2):   0x9059 (Unknown PTP_OC)
0.126204 print_debug_deviceinfo      (2):   0x905a (Unknown PTP_OC)
0.126213 print_debug_deviceinfo      (2):   0x905b (Unknown PTP_OC)
0.126222 print_debug_deviceinfo      (2):   0x905f (Unknown PTP_OC)
0.126228 print_debug_deviceinfo      (2): Events Supported:
0.126238 print_debug_deviceinfo      (2):   0xc181 (Unknown Event)
0.126248 print_debug_deviceinfo      (2):   0x4003 (ObjectRemoved)
0.126257 print_debug_deviceinfo      (2):   0xc183 (Unknown Event)
0.126267 print_debug_deviceinfo      (2):   0xc184 (Unknown Event)
0.126276 print_debug_deviceinfo      (2):   0xc185 (Unknown Event)
0.126286 print_debug_deviceinfo      (2):   0xc186 (Unknown Event)
0.126295 print_debug_deviceinfo      (2):   0xc187 (Unknown Event)
0.126304 print_debug_deviceinfo      (2):   0xc188 (Unknown Event)
0.126313 print_debug_deviceinfo      (2):   0xc189 (Unknown Event)
0.126322 print_debug_deviceinfo      (2):   0xc18a (Unknown Event)
0.126332 print_debug_deviceinfo      (2):   0xc18b (Unknown Event)
0.126341 print_debug_deviceinfo      (2):   0xc18d (Unknown Event)
0.126351 print_debug_deviceinfo      (2):   0xc18e (Unknown Event)
0.126360 print_debug_deviceinfo      (2):   0xc18f (Unknown Event)
0.126369 print_debug_deviceinfo      (2):   0xc190 (Unknown Event)
0.126379 print_debug_deviceinfo      (2):   0xc191 (Unknown Event)
0.126391 print_debug_deviceinfo      (2):   0xc1a0 (Unknown Event)
0.126400 print_debug_deviceinfo      (2):   0xc1a1 (Unknown Event)
0.126410 print_debug_deviceinfo      (2):   0x4009 (RequestObjectTransfer)
0.126416 print_debug_deviceinfo      (2): Device Properties Supported:
0.126424 print_debug_deviceinfo      (2):   0xd402 (Unknown DPC code)
0.126431 print_debug_deviceinfo      (2):   0xd407 (Unknown DPC code)
0.126437 print_debug_deviceinfo      (2):   0xd406 (Unknown DPC code)
0.126442 print_debug_deviceinfo      (2):   0xd303 (Unknown DPC code)
0.126448 print_debug_deviceinfo      (2):   0x5001 (Battery Level)
0.126468 ptp_ptpip_sendreq           (2): Sending PTP_OC 0x9114 (PTP_OC_CANON_EOS_SetRemoteMode) (0x1) request...
0.126499 ptp_ptpip_sendreq           (3): ptpip/oprequest data: (hexdump of 22 bytes)
0000  16 00 00 00 06 00 00 00-01 00 00 00 14 91 02 00  ................
0010  00 00 01 00 00 00      -                         ......          

0.126548 ptp_ptpip_getresp           (2): Reading PTP_OC 0x9114 (PTP_OC_CANON_EOS_SetRemoteMode) response...
0.128387 ptp_ptpip_generic_read      (3): ptpip/generic_read header: (hexdump of 8 bytes)
0000  0e 00 00 00 07 00 00 00-                         ........        

0.128420 ptp_ptpip_generic_read      (3): ptpip/generic_read data: (hexdump of 6 bytes)
0000  01 20 02 00 00 00      -                         . ....          

0.128427 ptp_ptpip_getresp           (2): PTPIP_CMD_RESPONSE
0.128457 ptp_ptpip_sendreq           (2): Sending PTP_OC 0x1004 (Get storage IDs) request...
0.128493 ptp_ptpip_sendreq           (3): ptpip/oprequest data: (hexdump of 18 bytes)
0000  12 00 00 00 06 00 00 00-01 00 00 00 04 10 03 00  ................
0010  00 00                  -                         ..              

0.128562 ptp_ptpip_getdata           (2): Reading PTP_OC 0x1004 (Get storage IDs) data...
0.130341 ptp_ptpip_generic_read      (3): ptpip/generic_read header: (hexdump of 8 bytes)
0000  14 00 00 00 09 00 00 00-                         ........        

0.130357 ptp_ptpip_generic_read      (3): ptpip/generic_read data: (hexdump of 12 bytes)
0000  03 00 00 00 08 00 00 00-00 00 00 00              ............    

0.130385 ptp_ptpip_generic_read      (3): ptpip/generic_read header: (hexdump of 8 bytes)
0000  14 00 00 00 0c 00 00 00-                         ........        

0.130400 ptp_ptpip_generic_read      (3): ptpip/generic_read data: (hexdump of 4 bytes)
0000  03 00 00 00            -                         ....            

0.130676 ptp_ptpip_generic_read      (3): ptpip/generic_read data: (hexdump of 8 bytes)
0000  01 00 00 00 01 00 02 00-                         ........        

0.130692 ptp_ptpip_getresp           (2): Reading PTP_OC 0x1004 (Get storage IDs) response...
0.131005 ptp_ptpip_generic_read      (3): ptpip/generic_read header: (hexdump of 8 bytes)
0000  0e 00 00 00 07 00 00 00-                         ........        

0.131020 ptp_ptpip_generic_read      (3): ptpip/generic_read data: (hexdump of 6 bytes)
0000  01 20 03 00 00 00      -                         . ....          

0.131026 ptp_ptpip_getresp           (2): PTPIP_CMD_RESPONSE
0.131037 ptp                         (2): (storage=0xffffffff, handle=0xffffffff)
0.131050 ptp_ptpip_sendreq           (2): Sending PTP_OC 0x1004 (Get storage IDs) request...
0.131074 ptp_ptpip_sendreq           (3): ptpip/oprequest data: (hexdump of 18 bytes)
0000  12 00 00 00 06 00 00 00-01 00 00 00 04 10 04 00  ................
0010  00 00                  -                         ..              

0.131139 ptp_ptpip_getdata           (2): Reading PTP_OC 0x1004 (Get storage IDs) data...
0.133144 ptp_ptpip_generic_read      (3): ptpip/generic_read header: (hexdump of 8 bytes)
0000  14 00 00 00 09 00 00 00-                         ........        

0.133158 ptp_ptpip_generic_read      (3): ptpip/generic_read data: (hexdump of 12 bytes)
0000  04 00 00 00 08 00 00 00-00 00 00 00              ............    

0.133183 ptp_ptpip_generic_read      (3): ptpip/generic_read header: (hexdump of 8 bytes)
0000  14 00 00 00 0c 00 00 00-                         ........        

0.133205 ptp_ptpip_generic_read      (3): ptpip/generic_read data: (hexdump of 4 bytes)
0000  04 00 00 00            -                         ....            

0.133501 ptp_ptpip_generic_read      (3): ptpip/generic_read data: (hexdump of 8 bytes)
0000  01 00 00 00 01 00 02 00-                         ........        

0.133515 ptp_ptpip_getresp           (2): Reading PTP_OC 0x1004 (Get storage IDs) response...
0.133840 ptp_ptpip_generic_read      (3): ptpip/generic_read header: (hexdump of 8 bytes)
0000  0e 00 00 00 07 00 00 00-                         ........        

0.133856 ptp_ptpip_generic_read      (3): ptpip/generic_read data: (hexdump of 6 bytes)
0000  01 20 04 00 00 00      -                         . ....          

0.133862 ptp_ptpip_getresp           (2): PTPIP_CMD_RESPONSE
0.133873 ptp                         (2): reading handle 00020001 directory of 0xffffffff
0.133889 ptp_ptpip_sendreq           (2): Sending PTP_OC 0x9109 (PTP_OC_CANON_EOS_GetObjectInfoEx) (0x20001,0xffffffff,0x100000) request...
0.133935 ptp_ptpip_sendreq           (3): ptpip/oprequest data: (hexdump of 30 bytes)
0000  1e 00 00 00 06 00 00 00-01 00 00 00 09 91 05 00  ................
0010  00 00 01 00 02 00 ff ff-ff ff 00 00 10 00        ..............  

0.133980 ptp_ptpip_getdata           (2): Reading PTP_OC 0x9109 (PTP_OC_CANON_EOS_GetObjectInfoEx) data...
0.137410 ptp_ptpip_generic_read      (3): ptpip/generic_read header: (hexdump of 8 bytes)
0000  14 00 00 00 09 00 00 00-                         ........        

0.137422 ptp_ptpip_generic_read      (3): ptpip/generic_read data: (hexdump of 12 bytes)
0000  05 00 00 00 74 00 00 00-00 00 00 00              ....t.......    

0.137449 ptp_ptpip_generic_read      (3): ptpip/generic_read header: (hexdump of 8 bytes)
0000  80 00 00 00 0c 00 00 00-                         ........        

0.137463 ptp_ptpip_generic_read      (3): ptpip/generic_read data: (hexdump of 4 bytes)
0000  05 00 00 00            -                         ....            

0.137784 ptp_ptpip_generic_read      (3): ptpip/generic_read data: (hexdump of 116 bytes)
0000  02 00 00 00 38 00 00 00-00 00 00 90 01 00 02 00  ....8...........
0010  01 30 00 00 01 00 00 00-11 00 00 00 00 00 00 00  .0..............
0020  00 00 00 00 00 00 00 90-44 43 49 4d 00 00 00 00  ........DCIM....
0030  00 00 00 00 00 00 00 00-40 10 e9 5d 38 00 00 00  ........@..]8...
0040  00 00 08 a0 01 00 02 00-01 30 00 00 01 00 00 00  .........0......
0050  11 00 00 00 00 00 00 00-00 00 00 00 00 00 08 a0  ................
0060  4d 49 53 43 00 00 00 00-00 00 00 00 00 00 00 00  MISC............
0070  80 43 6d 38            -                         .Cm8            

0.137804 ptp_ptpip_getresp           (2): Reading PTP_OC 0x9109 (PTP_OC_CANON_EOS_GetObjectInfoEx) response...
0.138445 ptp_ptpip_generic_read      (3): ptpip/generic_read header: (hexdump of 8 bytes)
0000  12 00 00 00 07 00 00 00-                         ........        

0.138461 ptp_ptpip_generic_read      (3): ptpip/generic_read data: (hexdump of 10 bytes)
0000  01 20 05 00 00 00 00 00-00 00                    . ........      

0.138467 ptp_ptpip_getresp           (2): PTPIP_CMD_RESPONSE
0.138478 ptp                         (2): adding new objectid 0x90000000 (nrofobs=0,j=0)
0.138485 ptp                         (2):    flags 11
0.138492 ptp                         (2): adding new objectid 0xa0080000 (nrofobs=1,j=1)
0.138503 ptp                         (2):    flags 11
0.138519 ptp                         (2): (storage=0x00020001, handle=0xffffffff)
0.138527 ptp                         (2): reading handle 00020001 directory of 0x00000000
0.138541 ptp_ptpip_sendreq           (2): Sending PTP_OC 0x9109 (PTP_OC_CANON_EOS_GetObjectInfoEx) (0x20001,0xffffffff,0x100000) request...
0.138567 ptp_ptpip_sendreq           (3): ptpip/oprequest data: (hexdump of 30 bytes)
0000  1e 00 00 00 06 00 00 00-01 00 00 00 09 91 06 00  ................
0010  00 00 01 00 02 00 ff ff-ff ff 00 00 10 00        ..............  

0.138612 ptp_ptpip_getdata           (2): Reading PTP_OC 0x9109 (PTP_OC_CANON_EOS_GetObjectInfoEx) data...
0.141225 ptp_ptpip_generic_read      (3): ptpip/generic_read header: (hexdump of 8 bytes)
0000  14 00 00 00 09 00 00 00-                         ........        

0.141241 ptp_ptpip_generic_read      (3): ptpip/generic_read data: (hexdump of 12 bytes)
0000  06 00 00 00 74 00 00 00-00 00 00 00              ....t.......    

0.141269 ptp_ptpip_generic_read      (3): ptpip/generic_read header: (hexdump of 8 bytes)
0000  80 00 00 00 0c 00 00 00-                         ........        

0.141283 ptp_ptpip_generic_read      (3): ptpip/generic_read data: (hexdump of 4 bytes)
0000  06 00 00 00            -                         ....            

0.141578 ptp_ptpip_generic_read      (3): ptpip/generic_read data: (hexdump of 116 bytes)
0000  02 00 00 00 38 00 00 00-00 00 00 90 01 00 02 00  ....8...........
0010  01 30 00 00 01 00 00 00-11 00 00 00 00 00 00 00  .0..............
0020  00 00 00 00 00 00 00 90-44 43 49 4d 00 00 00 00  ........DCIM....
0030  00 00 00 00 00 00 00 00-40 10 e9 5d 38 00 00 00  ........@..]8...
0040  00 00 08 a0 01 00 02 00-01 30 00 00 01 00 00 00  .........0......
0050  11 00 00 00 00 00 00 00-00 00 00 00 00 00 08 a0  ................
0060  4d 49 53 43 00 00 00 00-00 00 00 00 00 00 00 00  MISC............
0070  80 43 6d 38            -                         .Cm8            

0.141599 ptp_ptpip_getresp           (2): Reading PTP_OC 0x9109 (PTP_OC_CANON_EOS_GetObjectInfoEx) response...
0.142251 ptp_ptpip_generic_read      (3): ptpip/generic_read header: (hexdump of 8 bytes)
0000  12 00 00 00 07 00 00 00-                         ........        

0.142267 ptp_ptpip_generic_read      (3): ptpip/generic_read data: (hexdump of 10 bytes)
0000  01 20 06 00 00 00 00 00-00 00                    . ........      

0.142273 ptp_ptpip_getresp           (2): PTPIP_CMD_RESPONSE
0.142282 ptp                         (2): adding old objectid 0x90000000 (nrofobs=2,j=0)
0.142289 ptp                         (2): adding old objectid 0xa0080000 (nrofobs=2,j=1)
0.142295 ptp                         (2): ptp_object_want: querying handle 0?

0.142310 gp_filesystem_list_files    (2): Listing files in /
0.142317 lookup_folder               (2): Lookup folder '/'...
0.142324 lookup_folder               (2): Found! / is 0x800e18060
0.142330 gp_filesystem_list_files    (2): Querying folder /...
0.142337 delete_all_files            (2): Delete all files in folder 0x800e18060//
0.142346 file_list_func              (2): file_list_func(/)
0.142444 gp_camera_folder_list_folders(2): Listing folders in '/'...
0.142454 gp_filesystem_list_folders  (2): Listing folders in /
0.142461 lookup_folder               (2): Lookup folder '/'...
0.142466 lookup_folder               (2): Found! / is 0x800e18060
0.142472 gp_filesystem_list_folders  (2): ... is dirty, getting from camera
0.142479 folder_list_func            (2): folder_list_func(/)
0.142497 delete_all_folders          (2): Internally deleting all folders from '/'...
0.142503 lookup_folder               (2): Lookup folder '/'...
0.142508 lookup_folder               (2): Found! / is 0x800e18060
0.142515 recurse_delete_folder       (2): Recurse delete folder 0x800e18060//
0.142522 append_folder_one           (2): Append one folder store_00020001
0.142531 gp_filesystem_list_folders  (2): Folder / contains 1 subfolders.
0.142555 foreach                     (2): Executing action 'List Files' for folder '/store_00020001'.
0.142562 gp_camera_folder_list_files (2): Listing files in '/store_00020001'...
0.142569 gp_filesystem_list_files    (2): Listing files in /store_00020001
0.142574 lookup_folder               (2): Lookup folder '/store_00020001'...
0.142581 gp_filesystem_list_files    (2): Querying folder /store_00020001...
0.142588 delete_all_files            (2): Delete all files in folder 0x800e184e0/store_00020001
0.142593 file_list_func              (2): file_list_func(/store_00020001)
0.142611 ptp                         (2): (storage=0x00020001, handle=0x00000000)
0.142617 file_list_func              (2): after list folder
0.142650 gp_camera_folder_list_folders(2): Listing folders in '/store_00020001'...
0.142656 gp_filesystem_list_folders  (2): Listing folders in /store_00020001
0.142661 lookup_folder               (2): Lookup folder '/store_00020001'...
0.142667 gp_filesystem_list_folders  (2): ... is dirty, getting from camera
0.142672 folder_list_func            (2): folder_list_func(/store_00020001)
0.142681 ptp                         (2): (storage=0x00020001, handle=0x00000000)
0.142688 folder_list_func            (2): after list folder (storage=0x00020001, handler=0x080)
0.142695 folder_list_func            (2): adding 0x90000000 / ob=0x800e5c000 to folder
0.142706 folder_list_func            (2): adding 0xa0080000 / ob=0x800e5c080 to folder
0.142713 delete_all_folders          (2): Internally deleting all folders from '/store_00020001'...
0.142719 lookup_folder               (2): Lookup folder '/store_00020001'...
0.142726 recurse_delete_folder       (2): Recurse delete folder 0x800e184e0/store_00020001
0.142732 append_folder_one           (2): Append one folder DCIM
0.142739 append_folder_one           (2): Append one folder MISC
0.142748 gp_filesystem_list_folders  (2): Folder /store_00020001 contains 2 subfolders.
0.142757 foreach                     (2): Executing action 'List Files' for folder '/store_00020001/DCIM'.
0.142763 gp_camera_folder_list_files (2): Listing files in '/store_00020001/DCIM'...
0.142769 gp_filesystem_list_files    (2): Listing files in /store_00020001/DCIM
0.142774 lookup_folder               (2): Lookup folder '/store_00020001/DCIM'...
0.142784 gp_filesystem_list_files    (2): Querying folder /store_00020001/DCIM...
0.142790 delete_all_files            (2): Delete all files in folder 0x800e184b0/DCIM
0.142796 file_list_func              (2): file_list_func(/store_00020001/DCIM)
0.142803 ptp                         (2): (storage=0x00020001, handle=0x00000000)
0.142810 ptp                         (2): (storage=0x00020001, handle=0x90000000)
0.142817 ptp                         (2): reading handle 00020001 directory of 0x90000000
0.142832 ptp_ptpip_sendreq           (2): Sending PTP_OC 0x9109 (PTP_OC_CANON_EOS_GetObjectInfoEx) (0x20001,0x90000000,0x100000) request...
0.142864 ptp_ptpip_sendreq           (3): ptpip/oprequest data: (hexdump of 30 bytes)
0000  1e 00 00 00 06 00 00 00-01 00 00 00 09 91 07 00  ................
0010  00 00 01 00 02 00 00 00-00 90 00 00 10 00        ..............  

0.142920 ptp_ptpip_getdata           (2): Reading PTP_OC 0x9109 (PTP_OC_CANON_EOS_GetObjectInfoEx) data...
0.150070 ptp_ptpip_generic_read      (3): ptpip/generic_read header: (hexdump of 8 bytes)
0000  14 00 00 00 09 00 00 00-                         ........        

0.150093 ptp_ptpip_generic_read      (3): ptpip/generic_read data: (hexdump of 12 bytes)
0000  07 00 00 00 3c 00 00 00-00 00 00 00              ....<.......    

0.150125 ptp_ptpip_generic_read      (3): ptpip/generic_read header: (hexdump of 8 bytes)
0000  48 00 00 00 0c 00 00 00-                         H.......        

0.150139 ptp_ptpip_generic_read      (3): ptpip/generic_read data: (hexdump of 64 bytes)
0000  07 00 00 00 01 00 00 00-38 00 00 00 00 00 90 91  ........8.......
0010  01 00 02 00 01 30 00 00-01 00 00 00 11 00 00 00  .....0..........
0020  00 00 00 00 00 00 00 90-00 00 90 91 31 30 30 4a  ............100J
0030  4c 43 41 4d 00 00 00 00-00 00 00 00 40 10 e9 5d  LCAM........@..]

0.150158 ptp_ptpip_getresp           (2): Reading PTP_OC 0x9109 (PTP_OC_CANON_EOS_GetObjectInfoEx) response...
0.150183 ptp_ptpip_generic_read      (3): ptpip/generic_read header: (hexdump of 8 bytes)
0000  12 00 00 00 07 00 00 00-                         ........        

0.150198 ptp_ptpip_generic_read      (3): ptpip/generic_read data: (hexdump of 10 bytes)
0000  01 20 07 00 00 00 00 00-00 00                    . ........      

0.150205 ptp_ptpip_getresp           (2): PTPIP_CMD_RESPONSE
0.150216 ptp                         (2): adding new objectid 0x91900000 (nrofobs=2,j=2)
0.150228 ptp                         (2):    flags 11
0.150237 file_list_func              (2): after list folder
0.150301 gp_camera_folder_list_folders(2): Listing folders in '/store_00020001/DCIM'...
0.150309 gp_filesystem_list_folders  (2): Listing folders in /store_00020001/DCIM
0.150316 lookup_folder               (2): Lookup folder '/store_00020001/DCIM'...
0.150322 gp_filesystem_list_folders  (2): ... is dirty, getting from camera
0.150328 folder_list_func            (2): folder_list_func(/store_00020001/DCIM)
0.150338 ptp                         (2): (storage=0x00020001, handle=0x00000000)
0.150345 ptp                         (2): (storage=0x00020001, handle=0x90000000)
0.150352 folder_list_func            (2): after list folder (storage=0x00020001, handler=0x0890000000)
0.150359 folder_list_func            (2): adding 0x91900000 / ob=0x800e6f200 to folder
0.150387 delete_all_folders          (2): Internally deleting all folders from '/store_00020001/DCIM'...
0.150394 lookup_folder               (2): Lookup folder '/store_00020001/DCIM'...
0.150400 recurse_delete_folder       (2): Recurse delete folder 0x800e184b0/DCIM
0.150406 append_folder_one           (2): Append one folder 100JLCAM
0.150415 gp_filesystem_list_folders  (2): Folder /store_00020001/DCIM contains 1 subfolders.
0.150424 foreach                     (2): Executing action 'List Files' for folder '/store_00020001/DCIM/100JLCAM'.
0.150431 gp_camera_folder_list_files (2): Listing files in '/store_00020001/DCIM/100JLCAM'...
0.150437 gp_filesystem_list_files    (2): Listing files in /store_00020001/DCIM/100JLCAM
0.150443 lookup_folder               (2): Lookup folder '/store_00020001/DCIM/100JLCAM'...
0.150449 gp_filesystem_list_files    (2): Querying folder /store_00020001/DCIM/100JLCAM...
0.150455 delete_all_files            (2): Delete all files in folder 0x800e18450/100JLCAM
0.150461 file_list_func              (2): file_list_func(/store_00020001/DCIM/100JLCAM)
0.150469 ptp                         (2): (storage=0x00020001, handle=0x00000000)
0.150475 ptp                         (2): (storage=0x00020001, handle=0x90000000)
0.150482 ptp                         (2): (storage=0x00020001, handle=0x91900000)
0.150489 ptp                         (2): reading handle 00020001 directory of 0x91900000
0.150504 ptp_ptpip_sendreq           (2): Sending PTP_OC 0x9109 (PTP_OC_CANON_EOS_GetObjectInfoEx) (0x20001,0x91900000,0x100000) request...
0.150534 ptp_ptpip_sendreq           (3): ptpip/oprequest data: (hexdump of 30 bytes)
0000  1e 00 00 00 06 00 00 00-01 00 00 00 09 91 08 00  ................
0010  00 00 01 00 02 00 00 00-90 91 00 00 10 00        ..............  

0.150589 ptp_ptpip_getdata           (2): Reading PTP_OC 0x9109 (PTP_OC_CANON_EOS_GetObjectInfoEx) data...
0.153953 ptp_ptpip_generic_read      (3): ptpip/generic_read header: (hexdump of 8 bytes)
0000  14 00 00 00 09 00 00 00-                         ........        

0.153970 ptp_ptpip_generic_read      (3): ptpip/generic_read data: (hexdump of 12 bytes)
0000  08 00 00 00 54 01 00 00-00 00 00 00              ....T.......    

0.154000 ptp_ptpip_generic_read      (3): ptpip/generic_read header: (hexdump of 8 bytes)
0000  60 01 00 00 0c 00 00 00-                         `.......        

0.154015 ptp_ptpip_generic_read      (3): ptpip/generic_read data: (hexdump of 4 bytes)
0000  08 00 00 00            -                         ....            

0.154382 ptp_ptpip_generic_read      (3): ptpip/generic_read data: (hexdump of 340 bytes)
0000  06 00 00 00 38 00 00 00-81 14 90 91 01 00 02 00  ....8...........
0010  03 b1 00 00 00 00 00 00-20 00 00 00 1f 46 84 01  ........ ....F..
0020  00 00 90 91 80 14 90 91-49 4d 47 5f 30 33 32 38  ........IMG_0328
0030  2e 43 52 32 00 00 00 00-e0 44 e6 5f 38 00 00 00  .CR2.....D._8...
0040  42 21 90 91 01 00 02 00-01 38 00 00 00 00 00 00  B!.......8......
0050  00 00 00 00 a4 7b 81 00-00 00 90 91 40 21 90 91  .....{......@!..
0060  49 4d 47 5f 30 35 33 32-2e 4a 50 47 00 00 00 00  IMG_0532.JPG....
0070  c8 33 e7 5f 38 00 00 00-52 21 90 91 01 00 02 00  .3._8...R!......
0080  01 38 00 00 00 00 00 00-20 00 00 00 76 6c 7b 00  .8...... ...vl{.
0090  00 00 90 91 50 21 90 91-49 4d 47 5f 30 35 33 33  ....P!..IMG_0533
00a0  2e 4a 50 47 00 00 00 00-92 36 e7 5f 38 00 00 00  .JPG.....6._8...
00b0  62 21 90 91 01 00 02 00-01 38 00 00 00 00 00 00  b!.......8......
00c0  20 00 00 00 1f cb 7f 00-00 00 90 91 60 21 90 91   ...........`!..
00d0  49 4d 47 5f 30 35 33 34-2e 4a 50 47 00 00 00 00  IMG_0534.JPG....
00e0  b2 36 e7 5f 38 00 00 00-72 21 90 91 01 00 02 00  .6._8...r!......
00f0  01 38 00 00 00 00 00 00-20 00 00 00 a9 5f 4e 00  .8...... ...._N.
0100  00 00 90 91 70 21 90 91-49 4d 47 5f 30 35 33 35  ....p!..IMG_0535
0110  2e 4a 50 47 00 00 00 00-0a 38 e7 5f 38 00 00 00  .JPG.....8._8...
0120  82 21 90 91 01 00 02 00-01 38 00 00 00 00 00 00  .!.......8......
0130  20 00 00 00 9b a9 56 00-00 00 90 91 80 21 90 91   .....V......!..
0140  49 4d 47 5f 30 35 33 36-2e 4a 50 47 00 00 00 00  IMG_0536.JPG....
0150  10 3a e7 5f            -                         .:._            

0.154423 ptp_ptpip_getresp           (2): Reading PTP_OC 0x9109 (PTP_OC_CANON_EOS_GetObjectInfoEx) response...
0.155198 ptp_ptpip_generic_read      (3): ptpip/generic_read header: (hexdump of 8 bytes)
0000  12 00 00 00 07 00 00 00-                         ........        

0.155215 ptp_ptpip_generic_read      (3): ptpip/generic_read data: (hexdump of 10 bytes)
0000  01 20 08 00 00 00 00 00-00 00                    . ........      

0.155221 ptp_ptpip_getresp           (2): PTPIP_CMD_RESPONSE
0.155232 ptp                         (2): adding new objectid 0x91901481 (nrofobs=3,j=3)
0.155244 ptp                         (2):    flags 20
0.155250 ptp                         (2): adding new objectid 0x91902142 (nrofobs=4,j=4)
0.155258 ptp                         (2):    flags 0
0.155264 ptp                         (2): adding new objectid 0x91902152 (nrofobs=5,j=5)
0.155271 ptp                         (2):    flags 20
0.155277 ptp                         (2): adding new objectid 0x91902162 (nrofobs=6,j=6)
0.155284 ptp                         (2):    flags 20
0.155290 ptp                         (2): adding new objectid 0x91902172 (nrofobs=7,j=7)
0.155370 ptp                         (2):    flags 20
0.155377 ptp                         (2): adding new objectid 0x91902182 (nrofobs=8,j=8)
0.155384 ptp                         (2):    flags 20
0.155395 file_list_func              (2): after list folder
0.155402 debug_objectinfo            (2): ObjectInfo for 'IMG_0328.CR2':
0.155408 debug_objectinfo            (2):   Object ID: 0x91901481
0.155414 debug_objectinfo            (2):   StorageID: 0x00020001
0.155420 debug_objectinfo            (2):   ObjectFormat: 0xb103
0.155425 debug_objectinfo            (2):   ProtectionStatus: 0x0000
0.155431 debug_objectinfo            (2):   ObjectCompressedSize: 25445919
0.155437 debug_objectinfo            (2):   ThumbFormat: 0x0000
0.155443 debug_objectinfo            (2):   ThumbCompressedSize: 0
0.155448 debug_objectinfo            (2):   ThumbPixWidth: 0
0.155454 debug_objectinfo            (2):   ThumbPixHeight: 0
0.155459 debug_objectinfo            (2):   ImagePixWidth: 0
0.155464 debug_objectinfo            (2):   ImagePixHeight: 0
0.155469 debug_objectinfo            (2):   ImageBitDepth: 0
0.155475 debug_objectinfo            (2):   ParentObject: 0x91900000
0.155480 debug_objectinfo            (2):   AssociationType: 0x0000
0.155485 debug_objectinfo            (2):   AssociationDesc: 0x00000000
0.155491 debug_objectinfo            (2):   SequenceNumber: 0x00000000
0.155496 debug_objectinfo            (2):   ModificationDate: 0x5fe644e0
0.155501 debug_objectinfo            (2):   CaptureDate: 0x5fe644e0
0.155510 debug_objectinfo            (2): ObjectInfo for 'IMG_0532.JPG':
0.155515 debug_objectinfo            (2):   Object ID: 0x91902142
0.155520 debug_objectinfo            (2):   StorageID: 0x00020001
0.155525 debug_objectinfo            (2):   ObjectFormat: 0x3801
0.155530 debug_objectinfo            (2):   ProtectionStatus: 0x0000
0.155536 debug_objectinfo            (2):   ObjectCompressedSize: 8485796
0.155541 debug_objectinfo            (2):   ThumbFormat: 0x0000
0.155555 debug_objectinfo            (2):   ThumbCompressedSize: 0
0.155561 debug_objectinfo            (2):   ThumbPixWidth: 0
0.155566 debug_objectinfo            (2):   ThumbPixHeight: 0
0.155571 debug_objectinfo            (2):   ImagePixWidth: 0
0.155576 debug_objectinfo            (2):   ImagePixHeight: 0
0.155580 debug_objectinfo            (2):   ImageBitDepth: 0
0.155586 debug_objectinfo            (2):   ParentObject: 0x91900000
0.155591 debug_objectinfo            (2):   AssociationType: 0x0000
0.155596 debug_objectinfo            (2):   AssociationDesc: 0x00000000
0.155601 debug_objectinfo            (2):   SequenceNumber: 0x00000000
0.155606 debug_objectinfo            (2):   ModificationDate: 0x5fe733c8
0.155611 debug_objectinfo            (2):   CaptureDate: 0x5fe733c8
0.155618 debug_objectinfo            (2): ObjectInfo for 'IMG_0533.JPG':
0.155623 debug_objectinfo            (2):   Object ID: 0x91902152
0.155628 debug_objectinfo            (2):   StorageID: 0x00020001
0.155633 debug_objectinfo            (2):   ObjectFormat: 0x3801
0.155638 debug_objectinfo            (2):   ProtectionStatus: 0x0000
0.155643 debug_objectinfo            (2):   ObjectCompressedSize: 8088694
0.155648 debug_objectinfo            (2):   ThumbFormat: 0x0000
0.155653 debug_objectinfo            (2):   ThumbCompressedSize: 0
0.155658 debug_objectinfo            (2):   ThumbPixWidth: 0
0.155663 debug_objectinfo            (2):   ThumbPixHeight: 0
0.155668 debug_objectinfo            (2):   ImagePixWidth: 0
0.155673 debug_objectinfo            (2):   ImagePixHeight: 0
0.155678 debug_objectinfo            (2):   ImageBitDepth: 0
0.155683 debug_objectinfo            (2):   ParentObject: 0x91900000
0.155688 debug_objectinfo            (2):   AssociationType: 0x0000
0.155693 debug_objectinfo            (2):   AssociationDesc: 0x00000000
0.155698 debug_objectinfo            (2):   SequenceNumber: 0x00000000
0.155703 debug_objectinfo            (2):   ModificationDate: 0x5fe73692
0.155708 debug_objectinfo            (2):   CaptureDate: 0x5fe73692
0.155715 debug_objectinfo            (2): ObjectInfo for 'IMG_0534.JPG':
0.155720 debug_objectinfo            (2):   Object ID: 0x91902162
0.155725 debug_objectinfo            (2):   StorageID: 0x00020001
0.155730 debug_objectinfo            (2):   ObjectFormat: 0x3801
0.155735 debug_objectinfo            (2):   ProtectionStatus: 0x0000
0.155740 debug_objectinfo            (2):   ObjectCompressedSize: 8375071
0.155745 debug_objectinfo            (2):   ThumbFormat: 0x0000
0.155750 debug_objectinfo            (2):   ThumbCompressedSize: 0
0.155755 debug_objectinfo            (2):   ThumbPixWidth: 0
0.155760 debug_objectinfo            (2):   ThumbPixHeight: 0
0.155765 debug_objectinfo            (2):   ImagePixWidth: 0
0.155770 debug_objectinfo            (2):   ImagePixHeight: 0
0.155775 debug_objectinfo            (2):   ImageBitDepth: 0
0.155780 debug_objectinfo            (2):   ParentObject: 0x91900000
0.155785 debug_objectinfo            (2):   AssociationType: 0x0000
0.155790 debug_objectinfo            (2):   AssociationDesc: 0x00000000
0.155795 debug_objectinfo            (2):   SequenceNumber: 0x00000000
0.155800 debug_objectinfo            (2):   ModificationDate: 0x5fe736b2
0.155805 debug_objectinfo            (2):   CaptureDate: 0x5fe736b2
0.155811 debug_objectinfo            (2): ObjectInfo for 'IMG_0535.JPG':
0.155816 debug_objectinfo            (2):   Object ID: 0x91902172
0.155821 debug_objectinfo            (2):   StorageID: 0x00020001
0.155826 debug_objectinfo            (2):   ObjectFormat: 0x3801
0.155831 debug_objectinfo            (2):   ProtectionStatus: 0x0000
0.155836 debug_objectinfo            (2):   ObjectCompressedSize: 5136297
0.155841 debug_objectinfo            (2):   ThumbFormat: 0x0000
0.155846 debug_objectinfo            (2):   ThumbCompressedSize: 0
0.155851 debug_objectinfo            (2):   ThumbPixWidth: 0
0.155856 debug_objectinfo            (2):   ThumbPixHeight: 0
0.155861 debug_objectinfo            (2):   ImagePixWidth: 0
0.155866 debug_objectinfo            (2):   ImagePixHeight: 0
0.155873 debug_objectinfo            (2):   ImageBitDepth: 0
0.155879 debug_objectinfo            (2):   ParentObject: 0x91900000
0.155884 debug_objectinfo            (2):   AssociationType: 0x0000
0.155889 debug_objectinfo            (2):   AssociationDesc: 0x00000000
0.155894 debug_objectinfo            (2):   SequenceNumber: 0x00000000
0.155899 debug_objectinfo            (2):   ModificationDate: 0x5fe7380a
0.155904 debug_objectinfo            (2):   CaptureDate: 0x5fe7380a
0.155910 debug_objectinfo            (2): ObjectInfo for 'IMG_0536.JPG':
0.155915 debug_objectinfo            (2):   Object ID: 0x91902182
0.155920 debug_objectinfo            (2):   StorageID: 0x00020001
0.155925 debug_objectinfo            (2):   ObjectFormat: 0x3801
0.155930 debug_objectinfo            (2):   ProtectionStatus: 0x0000
0.155936 debug_objectinfo            (2):   ObjectCompressedSize: 5679515
0.155941 debug_objectinfo            (2):   ThumbFormat: 0x0000
0.155945 debug_objectinfo            (2):   ThumbCompressedSize: 0
0.155951 debug_objectinfo            (2):   ThumbPixWidth: 0
0.155955 debug_objectinfo            (2):   ThumbPixHeight: 0
0.155960 debug_objectinfo            (2):   ImagePixWidth: 0
0.155965 debug_objectinfo            (2):   ImagePixHeight: 0
0.155970 debug_objectinfo            (2):   ImageBitDepth: 0
0.155975 debug_objectinfo            (2):   ParentObject: 0x91900000
0.155980 debug_objectinfo            (2):   AssociationType: 0x0000
0.155985 debug_objectinfo            (2):   AssociationDesc: 0x00000000
0.155990 debug_objectinfo            (2):   SequenceNumber: 0x00000000
0.155995 debug_objectinfo            (2):   ModificationDate: 0x5fe73a10
0.156000 debug_objectinfo            (2):   CaptureDate: 0x5fe73a10
0.156010 debug_objectinfo            (2): ObjectInfo for 'IMG_0328.CR2':
0.156015 debug_objectinfo            (2):   Object ID: 0x91901481
0.156020 debug_objectinfo            (2):   StorageID: 0x00020001
0.156025 debug_objectinfo            (2):   ObjectFormat: 0xb103
0.156030 debug_objectinfo            (2):   ProtectionStatus: 0x0000
0.156035 debug_objectinfo            (2):   ObjectCompressedSize: 25445919
0.156040 debug_objectinfo            (2):   ThumbFormat: 0x0000
0.156045 debug_objectinfo            (2):   ThumbCompressedSize: 0
0.156050 debug_objectinfo            (2):   ThumbPixWidth: 0
0.156055 debug_objectinfo            (2):   ThumbPixHeight: 0
0.156060 debug_objectinfo            (2):   ImagePixWidth: 0
0.156065 debug_objectinfo            (2):   ImagePixHeight: 0
0.156070 debug_objectinfo            (2):   ImageBitDepth: 0
0.156075 debug_objectinfo            (2):   ParentObject: 0x91900000
0.156080 debug_objectinfo            (2):   AssociationType: 0x0000
0.156085 debug_objectinfo            (2):   AssociationDesc: 0x00000000
0.156090 debug_objectinfo            (2):   SequenceNumber: 0x00000000
0.156095 debug_objectinfo            (2):   ModificationDate: 0x5fe644e0
0.156100 debug_objectinfo            (2):   CaptureDate: 0x5fe644e0
0.156106 debug_objectinfo            (2): ObjectInfo for 'IMG_0532.JPG':
0.156111 debug_objectinfo            (2):   Object ID: 0x91902142
0.156116 debug_objectinfo            (2):   StorageID: 0x00020001
0.156121 debug_objectinfo            (2):   ObjectFormat: 0x3801
0.156126 debug_objectinfo            (2):   ProtectionStatus: 0x0000
0.156131 debug_objectinfo            (2):   ObjectCompressedSize: 8485796
0.156136 debug_objectinfo            (2):   ThumbFormat: 0x0000
0.156141 debug_objectinfo            (2):   ThumbCompressedSize: 0
0.156146 debug_objectinfo            (2):   ThumbPixWidth: 0
0.156151 debug_objectinfo            (2):   ThumbPixHeight: 0
0.156155 debug_objectinfo            (2):   ImagePixWidth: 0
0.156160 debug_objectinfo            (2):   ImagePixHeight: 0
0.156165 debug_objectinfo            (2):   ImageBitDepth: 0
0.156170 debug_objectinfo            (2):   ParentObject: 0x91900000
0.156175 debug_objectinfo            (2):   AssociationType: 0x0000
0.156180 debug_objectinfo            (2):   AssociationDesc: 0x00000000
0.156189 debug_objectinfo            (2):   SequenceNumber: 0x00000000
0.156194 debug_objectinfo            (2):   ModificationDate: 0x5fe733c8
0.156199 debug_objectinfo            (2):   CaptureDate: 0x5fe733c8
0.156205 debug_objectinfo            (2): ObjectInfo for 'IMG_0533.JPG':
0.156210 debug_objectinfo            (2):   Object ID: 0x91902152
0.156215 debug_objectinfo            (2):   StorageID: 0x00020001
0.156220 debug_objectinfo            (2):   ObjectFormat: 0x3801
0.156225 debug_objectinfo            (2):   ProtectionStatus: 0x0000
0.156231 debug_objectinfo            (2):   ObjectCompressedSize: 8088694
0.156236 debug_objectinfo            (2):   ThumbFormat: 0x0000
0.156240 debug_objectinfo            (2):   ThumbCompressedSize: 0
0.156245 debug_objectinfo            (2):   ThumbPixWidth: 0
0.156250 debug_objectinfo            (2):   ThumbPixHeight: 0
0.156255 debug_objectinfo            (2):   ImagePixWidth: 0
0.156260 debug_objectinfo            (2):   ImagePixHeight: 0
0.156265 debug_objectinfo            (2):   ImageBitDepth: 0
0.156270 debug_objectinfo            (2):   ParentObject: 0x91900000
0.156276 debug_objectinfo            (2):   AssociationType: 0x0000
0.156281 debug_objectinfo            (2):   AssociationDesc: 0x00000000
0.156286 debug_objectinfo            (2):   SequenceNumber: 0x00000000
0.156291 debug_objectinfo            (2):   ModificationDate: 0x5fe73692
0.156296 debug_objectinfo            (2):   CaptureDate: 0x5fe73692
0.156302 debug_objectinfo            (2): ObjectInfo for 'IMG_0534.JPG':
0.156307 debug_objectinfo            (2):   Object ID: 0x91902162
0.156312 debug_objectinfo            (2):   StorageID: 0x00020001
0.156317 debug_objectinfo            (2):   ObjectFormat: 0x3801
0.156322 debug_objectinfo            (2):   ProtectionStatus: 0x0000
0.156327 debug_objectinfo            (2):   ObjectCompressedSize: 8375071
0.156332 debug_objectinfo            (2):   ThumbFormat: 0x0000
0.156337 debug_objectinfo            (2):   ThumbCompressedSize: 0
0.156342 debug_objectinfo            (2):   ThumbPixWidth: 0
0.156347 debug_objectinfo            (2):   ThumbPixHeight: 0
0.156352 debug_objectinfo            (2):   ImagePixWidth: 0
0.156357 debug_objectinfo            (2):   ImagePixHeight: 0
0.156362 debug_objectinfo            (2):   ImageBitDepth: 0
0.156367 debug_objectinfo            (2):   ParentObject: 0x91900000
0.156372 debug_objectinfo            (2):   AssociationType: 0x0000
0.156377 debug_objectinfo            (2):   AssociationDesc: 0x00000000
0.156382 debug_objectinfo            (2):   SequenceNumber: 0x00000000
0.156387 debug_objectinfo            (2):   ModificationDate: 0x5fe736b2
0.156392 debug_objectinfo            (2):   CaptureDate: 0x5fe736b2
0.156398 debug_objectinfo            (2): ObjectInfo for 'IMG_0535.JPG':
0.156402 debug_objectinfo            (2):   Object ID: 0x91902172
0.156407 debug_objectinfo            (2):   StorageID: 0x00020001
0.156412 debug_objectinfo            (2):   ObjectFormat: 0x3801
0.156417 debug_objectinfo            (2):   ProtectionStatus: 0x0000
0.156423 debug_objectinfo            (2):   ObjectCompressedSize: 5136297
0.156428 debug_objectinfo            (2):   ThumbFormat: 0x0000
0.156433 debug_objectinfo            (2):   ThumbCompressedSize: 0
0.156438 debug_objectinfo            (2):   ThumbPixWidth: 0
0.156443 debug_objectinfo            (2):   ThumbPixHeight: 0
0.156447 debug_objectinfo            (2):   ImagePixWidth: 0
0.156452 debug_objectinfo            (2):   ImagePixHeight: 0
0.156457 debug_objectinfo            (2):   ImageBitDepth: 0
0.156462 debug_objectinfo            (2):   ParentObject: 0x91900000
0.156467 debug_objectinfo            (2):   AssociationType: 0x0000
0.156473 debug_objectinfo            (2):   AssociationDesc: 0x00000000
0.156478 debug_objectinfo            (2):   SequenceNumber: 0x00000000
0.156482 debug_objectinfo            (2):   ModificationDate: 0x5fe7380a
0.156487 debug_objectinfo            (2):   CaptureDate: 0x5fe7380a
0.156494 debug_objectinfo            (2): ObjectInfo for 'IMG_0536.JPG':
0.156503 debug_objectinfo            (2):   Object ID: 0x91902182
0.156508 debug_objectinfo            (2):   StorageID: 0x00020001
0.156513 debug_objectinfo            (2):   ObjectFormat: 0x3801
0.156518 debug_objectinfo            (2):   ProtectionStatus: 0x0000
0.156523 debug_objectinfo            (2):   ObjectCompressedSize: 5679515
0.156528 debug_objectinfo            (2):   ThumbFormat: 0x0000
0.156533 debug_objectinfo            (2):   ThumbCompressedSize: 0
0.156538 debug_objectinfo            (2):   ThumbPixWidth: 0
0.156543 debug_objectinfo            (2):   ThumbPixHeight: 0
0.156552 debug_objectinfo            (2):   ImagePixWidth: 0
0.156557 debug_objectinfo            (2):   ImagePixHeight: 0
0.156562 debug_objectinfo            (2):   ImageBitDepth: 0
0.156567 debug_objectinfo            (2):   ParentObject: 0x91900000
0.156572 debug_objectinfo            (2):   AssociationType: 0x0000
0.156577 debug_objectinfo            (2):   AssociationDesc: 0x00000000
0.156582 debug_objectinfo            (2):   SequenceNumber: 0x00000000
0.156587 debug_objectinfo            (2):   ModificationDate: 0x5fe73a10
0.156592 debug_objectinfo            (2):   CaptureDate: 0x5fe73a10
0.156599 gp_filesystem_list_files    (2): Added 'IMG_0328.CR2'
0.156606 internal_append             (2): Internal append IMG_0328.CR2 to folder 100JLCAM
0.156613 gp_filesystem_list_files    (2): Added 'IMG_0532.JPG'
0.156618 internal_append             (2): Internal append IMG_0532.JPG to folder 100JLCAM
0.156625 gp_filesystem_list_files    (2): Added 'IMG_0533.JPG'
0.156630 internal_append             (2): Internal append IMG_0533.JPG to folder 100JLCAM
0.156636 gp_filesystem_list_files    (2): Added 'IMG_0534.JPG'
0.156641 internal_append             (2): Internal append IMG_0534.JPG to folder 100JLCAM
0.156647 gp_filesystem_list_files    (2): Added 'IMG_0535.JPG'
0.156652 internal_append             (2): Internal append IMG_0535.JPG to folder 100JLCAM
0.156658 gp_filesystem_list_files    (2): Added 'IMG_0536.JPG'
0.156664 internal_append             (2): Internal append IMG_0536.JPG to folder 100JLCAM
0.156672 gp_filesystem_list_files    (2): Listed 'IMG_0328.CR2'
0.156678 gp_filesystem_list_files    (2): Listed 'IMG_0532.JPG'
0.156683 gp_filesystem_list_files    (2): Listed 'IMG_0533.JPG'
0.156688 gp_filesystem_list_files    (2): Listed 'IMG_0534.JPG'
0.156693 gp_filesystem_list_files    (2): Listed 'IMG_0535.JPG'
0.156699 gp_filesystem_list_files    (2): Listed 'IMG_0536.JPG'
0.156747 gp_camera_file_get_info     (2): Getting file info for 'IMG_0328.CR2' in '/store_00020001/DCIM/100JLCAM'...
0.156762 gp_filesystem_get_info      (2): Getting information about 'IMG_0328.CR2' in '/store_00020001/DCIM/100JLCAM'...
0.156769 lookup_folder_file          (2): Lookup folder /store_00020001/DCIM/100JLCAM file IMG_0328.CR2
0.156775 lookup_folder               (2): Lookup folder '/store_00020001/DCIM/100JLCAM'...
0.156788 ptp                         (2): (storage=0x00020001, handle=0x00000000)
0.156795 ptp                         (2): (storage=0x00020001, handle=0x90000000)
0.156803 ptp                         (2): (storage=0x00020001, handle=0x91900000)
0.156849 gp_camera_file_get_info     (2): Getting file info for 'IMG_0532.JPG' in '/store_00020001/DCIM/100JLCAM'...
0.156855 gp_filesystem_get_info      (2): Getting information about 'IMG_0532.JPG' in '/store_00020001/DCIM/100JLCAM'...
0.156861 lookup_folder_file          (2): Lookup folder /store_00020001/DCIM/100JLCAM file IMG_0532.JPG
0.156866 lookup_folder               (2): Lookup folder '/store_00020001/DCIM/100JLCAM'...
0.156874 ptp                         (2): (storage=0x00020001, handle=0x00000000)
0.156881 ptp                         (2): (storage=0x00020001, handle=0x90000000)
0.156887 ptp                         (2): (storage=0x00020001, handle=0x91900000)
0.156895 strcpy_mime                 (2): Failed to find mime type for 0000
0.156930 gp_camera_file_get_info     (2): Getting file info for 'IMG_0533.JPG' in '/store_00020001/DCIM/100JLCAM'...
0.156941 gp_filesystem_get_info      (2): Getting information about 'IMG_0533.JPG' in '/store_00020001/DCIM/100JLCAM'...
0.156946 lookup_folder_file          (2): Lookup folder /store_00020001/DCIM/100JLCAM file IMG_0533.JPG
0.156951 lookup_folder               (2): Lookup folder '/store_00020001/DCIM/100JLCAM'...
0.156959 ptp                         (2): (storage=0x00020001, handle=0x00000000)
0.156966 ptp                         (2): (storage=0x00020001, handle=0x90000000)
0.156972 ptp                         (2): (storage=0x00020001, handle=0x91900000)
0.156979 strcpy_mime                 (2): Failed to find mime type for 0000
0.157013 gp_camera_file_get_info     (2): Getting file info for 'IMG_0534.JPG' in '/store_00020001/DCIM/100JLCAM'...
0.157018 gp_filesystem_get_info      (2): Getting information about 'IMG_0534.JPG' in '/store_00020001/DCIM/100JLCAM'...
0.157024 lookup_folder_file          (2): Lookup folder /store_00020001/DCIM/100JLCAM file IMG_0534.JPG
0.157029 lookup_folder               (2): Lookup folder '/store_00020001/DCIM/100JLCAM'...
0.157037 ptp                         (2): (storage=0x00020001, handle=0x00000000)
0.157043 ptp                         (2): (storage=0x00020001, handle=0x90000000)
0.157049 ptp                         (2): (storage=0x00020001, handle=0x91900000)
0.157056 strcpy_mime                 (2): Failed to find mime type for 0000
0.157088 gp_camera_file_get_info     (2): Getting file info for 'IMG_0535.JPG' in '/store_00020001/DCIM/100JLCAM'...
0.157094 gp_filesystem_get_info      (2): Getting information about 'IMG_0535.JPG' in '/store_00020001/DCIM/100JLCAM'...
0.157099 lookup_folder_file          (2): Lookup folder /store_00020001/DCIM/100JLCAM file IMG_0535.JPG
0.157104 lookup_folder               (2): Lookup folder '/store_00020001/DCIM/100JLCAM'...
0.157111 ptp                         (2): (storage=0x00020001, handle=0x00000000)
0.157117 ptp                         (2): (storage=0x00020001, handle=0x90000000)
0.157124 ptp                         (2): (storage=0x00020001, handle=0x91900000)
0.157131 strcpy_mime                 (2): Failed to find mime type for 0000
0.157163 gp_camera_file_get_info     (2): Getting file info for 'IMG_0536.JPG' in '/store_00020001/DCIM/100JLCAM'...
0.157168 gp_filesystem_get_info      (2): Getting information about 'IMG_0536.JPG' in '/store_00020001/DCIM/100JLCAM'...
0.157174 lookup_folder_file          (2): Lookup folder /store_00020001/DCIM/100JLCAM file IMG_0536.JPG
0.157183 lookup_folder               (2): Lookup folder '/store_00020001/DCIM/100JLCAM'...
0.157191 ptp                         (2): (storage=0x00020001, handle=0x00000000)
0.157197 ptp                         (2): (storage=0x00020001, handle=0x90000000)
0.157203 ptp                         (2): (storage=0x00020001, handle=0x91900000)
0.157211 strcpy_mime                 (2): Failed to find mime type for 0000
0.157249 gp_camera_folder_list_folders(2): Listing folders in '/store_00020001/DCIM/100JLCAM'...
0.157256 gp_filesystem_list_folders  (2): Listing folders in /store_00020001/DCIM/100JLCAM
0.157262 lookup_folder               (2): Lookup folder '/store_00020001/DCIM/100JLCAM'...
0.157267 gp_filesystem_list_folders  (2): ... is dirty, getting from camera
0.157273 folder_list_func            (2): folder_list_func(/store_00020001/DCIM/100JLCAM)
0.157280 ptp                         (2): (storage=0x00020001, handle=0x00000000)
0.157286 ptp                         (2): (storage=0x00020001, handle=0x90000000)
0.157293 ptp                         (2): (storage=0x00020001, handle=0x91900000)
0.157300 folder_list_func            (2): after list folder (storage=0x00020001, handler=0x0891900000)
0.157309 delete_all_folders          (2): Internally deleting all folders from '/store_00020001/DCIM/100JLCAM'...
0.157314 lookup_folder               (2): Lookup folder '/store_00020001/DCIM/100JLCAM'...
0.157321 recurse_delete_folder       (2): Recurse delete folder 0x800e18450/100JLCAM
0.157328 gp_filesystem_list_folders  (2): Folder /store_00020001/DCIM/100JLCAM contains 0 subfolders.
0.157344 foreach                     (2): Executing action 'List Files' for folder '/store_00020001/MISC'.
0.157354 gp_camera_folder_list_files (2): Listing files in '/store_00020001/MISC'...
0.157360 gp_filesystem_list_files    (2): Listing files in /store_00020001/MISC
0.157366 lookup_folder               (2): Lookup folder '/store_00020001/MISC'...
0.157372 gp_filesystem_list_files    (2): Querying folder /store_00020001/MISC...
0.157379 delete_all_files            (2): Delete all files in folder 0x800e18480/MISC
0.157384 file_list_func              (2): file_list_func(/store_00020001/MISC)
0.157392 ptp                         (2): (storage=0x00020001, handle=0x00000000)
0.157399 ptp                         (2): (storage=0x00020001, handle=0xa0080000)
0.157406 ptp                         (2): reading handle 00020001 directory of 0xa0080000
0.157422 ptp_ptpip_sendreq           (2): Sending PTP_OC 0x9109 (PTP_OC_CANON_EOS_GetObjectInfoEx) (0x20001,0xa0080000,0x100000) request...
0.157455 ptp_ptpip_sendreq           (3): ptpip/oprequest data: (hexdump of 30 bytes)
0000  1e 00 00 00 06 00 00 00-01 00 00 00 09 91 09 00  ................
0010  00 00 01 00 02 00 00 00-08 a0 00 00 10 00        ..............  

0.157510 ptp_ptpip_getdata           (2): Reading PTP_OC 0x9109 (PTP_OC_CANON_EOS_GetObjectInfoEx) data...
0.161061 ptp_ptpip_generic_read      (3): ptpip/generic_read header: (hexdump of 8 bytes)
0000  14 00 00 00 09 00 00 00-                         ........        

0.161077 ptp_ptpip_generic_read      (3): ptpip/generic_read data: (hexdump of 12 bytes)
0000  09 00 00 00 04 00 00 00-00 00 00 00              ............    

0.161106 ptp_ptpip_generic_read      (3): ptpip/generic_read header: (hexdump of 8 bytes)
0000  10 00 00 00 0c 00 00 00-                         ........        

0.161118 ptp_ptpip_generic_read      (3): ptpip/generic_read data: (hexdump of 8 bytes)
0000  09 00 00 00 00 00 00 00-                         ........        

0.161131 ptp_ptpip_getresp           (2): Reading PTP_OC 0x9109 (PTP_OC_CANON_EOS_GetObjectInfoEx) response...
0.161156 ptp_ptpip_generic_read      (3): ptpip/generic_read header: (hexdump of 8 bytes)
0000  12 00 00 00 07 00 00 00-                         ........        

0.161171 ptp_ptpip_generic_read      (3): ptpip/generic_read data: (hexdump of 10 bytes)
0000  01 20 09 00 00 00 00 00-00 00                    . ........      

0.161177 ptp_ptpip_getresp           (2): PTPIP_CMD_RESPONSE
0.161186 file_list_func              (2): after list folder
0.161216 gp_camera_folder_list_folders(2): Listing folders in '/store_00020001/MISC'...
0.161222 gp_filesystem_list_folders  (2): Listing folders in /store_00020001/MISC
0.161252 lookup_folder               (2): Lookup folder '/store_00020001/MISC'...
0.161259 gp_filesystem_list_folders  (2): ... is dirty, getting from camera
0.161265 folder_list_func            (2): folder_list_func(/store_00020001/MISC)
0.161273 ptp                         (2): (storage=0x00020001, handle=0x00000000)
0.161281 ptp                         (2): (storage=0x00020001, handle=0xa0080000)
0.161287 folder_list_func            (2): after list folder (storage=0x00020001, handler=0x08a0080000)
0.161295 delete_all_folders          (2): Internally deleting all folders from '/store_00020001/MISC'...
0.161301 lookup_folder               (2): Lookup folder '/store_00020001/MISC'...
0.161307 recurse_delete_folder       (2): Recurse delete folder 0x800e18480/MISC
0.161314 gp_filesystem_list_folders  (2): Folder /store_00020001/MISC contains 0 subfolders.
0.161362 gp_camera_free              (2): Freeing camera...
0.161372 gp_camera_exit              (2): Exiting camera ('PTP/IP Camera')...
0.161388 ptp_ptpip_sendreq           (2): Sending PTP_OC 0x1003 (Close session) request...
0.161416 ptp_ptpip_sendreq           (3): ptpip/oprequest data: (hexdump of 18 bytes)
0000  12 00 00 00 06 00 00 00-01 00 00 00 03 10 0a 00  ................
0010  00 00                  -                         ..              

0.161463 ptp_ptpip_getresp           (2): Reading PTP_OC 0x1003 (Close session) response...
0.163388 ptp_ptpip_generic_read      (3): ptpip/generic_read header: (hexdump of 8 bytes)
0000  0e 00 00 00 07 00 00 00-                         ........        

0.163407 ptp_ptpip_generic_read      (3): ptpip/generic_read data: (hexdump of 6 bytes)
0000  01 20 0a 00 00 00      -                         . ....          

0.163413 ptp_ptpip_getresp           (2): PTPIP_CMD_RESPONSE
0.163439 gp_port_close               (2): Closing port...
0.164063 gp_filesystem_reset         (2): resetting filesystem
0.164072 gp_filesystem_lru_clear     (2): Clearing fscache LRU list...
0.164078 gp_filesystem_lru_clear     (2): fscache LRU list already empty
0.164084 delete_all_folders          (2): Internally deleting all folders from '/'...
0.164090 lookup_folder               (2): Lookup folder '/'...
0.164097 lookup_folder               (2): Found! / is 0x800e18060
0.164103 recurse_delete_folder       (2): Recurse delete folder 0x800e18060//
0.164110 recurse_delete_folder       (2): Recurse delete folder 0x800e184e0/store_00020001
0.164116 recurse_delete_folder       (2): Recurse delete folder 0x800e18480/MISC
0.164122 delete_folder               (2): Delete one folder 0x800e18480/MISC
0.164128 delete_all_files            (2): Delete all files in folder 0x800e18480/MISC
0.164134 recurse_delete_folder       (2): Recurse delete folder 0x800e184b0/DCIM
0.164140 recurse_delete_folder       (2): Recurse delete folder 0x800e18450/100JLCAM
0.164146 delete_folder               (2): Delete one folder 0x800e18450/100JLCAM
0.164151 delete_all_files            (2): Delete all files in folder 0x800e18450/100JLCAM
0.164162 delete_folder               (2): Delete one folder 0x800e184b0/DCIM
0.164167 delete_all_files            (2): Delete all files in folder 0x800e184b0/DCIM
0.164173 delete_folder               (2): Delete one folder 0x800e184e0/store_00020001
0.164179 delete_all_files            (2): Delete all files in folder 0x800e184e0/store_00020001
0.164186 gp_port_free                (2): Freeing port...
0.164192 gp_port_close               (2): Closing port...
0.164262 gp_filesystem_reset         (2): resetting filesystem
0.164268 gp_filesystem_lru_clear     (2): Clearing fscache LRU list...
0.164274 gp_filesystem_lru_clear     (2): fscache LRU list already empty
0.164280 delete_all_folders          (2): Internally deleting all folders from '/'...
0.164285 lookup_folder               (2): Lookup folder '/'...
0.164291 lookup_folder               (2): Found! / is 0x800e18060
0.164297 recurse_delete_folder       (2): Recurse delete folder 0x800e18060//