gphoto2 icon indicating copy to clipboard operation
gphoto2 copied to clipboard

Extremely long delay after capture-image-and-download

Open wbrickner opened this issue 5 years ago • 13 comments

Describe the bug

I issue this command:

gphoto2 --port=(...) --capture-image-and-download --force-overwrite --filename=(...)

The process is very slow, taking around 5 seconds to capture the image, and then 35+ seconds after I hear the capture occur, the command exits. I believe the downloaded image becomes available as the command exits, or soon before. I'll do some more investigation and post more details back here shortly.

It's kind of interesting that this delay does not change with the number of cameras connected to gphoto2. I capture 1 image from each of 15 cameras simultaneously (using 15 gphoto2 processes). The same delay exists under these conditions.

Name the camera

Nikon S6800. Haven't tested with many other cameras.

libgphoto2 and gphoto2 version

gphoto2 2.5.20

Copyright (c) 2000-2018 Lutz Mueller and others

gphoto2 comes with NO WARRANTY, to the extent permitted by law. You may
redistribute copies of gphoto2 under the terms of the GNU General Public
License. For more information about these matters, see the files named COPYING.

This version of gphoto2 is using the following software versions and options:
gphoto2         2.5.20         clang, popt(m), no exif, no cdk, no aa, jpeg, readline
libgphoto2      2.5.22         all camlibs, clang, ltdl, no EXIF
libgphoto2_port 0.12.0         iolibs: disk ptpip serial usb1 usbdiskdirect usbscsi, clang, ltdl, USB, serial without locking

To Reproduce Steps to reproduce the behavior:

gphoto2 --capture-image-and-download

Or more directly (on unix-like systems with time):

time gphoto2 --capture-image-and-download

Debug Log

Result of gphoto2 --port=(...) --capture-image-and-download --debug --debug-logfile=capture.log

capture.log

wbrickner avatar Feb 20 '19 19:02 wbrickner

timeline from logfile: 0.26 seconds: the capture is initiated 4.13 seconds: initiatecapture reports success 15.29 seconds: we get a objectadded event for the new picture 27.59 seconds: we get the capturecomplete event

msmeissn avatar Mar 09 '19 12:03 msmeissn

You could try adding in library: {"Nikon:Coolpix S6800", 0x04b0, 0x0350, PTP_CAP},

    {"Nikon:Coolpix S6800",           0x04b0, 0x0350, PTP_CAP|PTP_NIKON_BROKEN_CAP},

this will not use event reading, but poll the filelist on camera instead and might be faster.

msmeissn avatar Mar 09 '19 12:03 msmeissn

Can you explain what you mean by adding in the library? What would I do with what you provided?

Thank you

wbrickner avatar Mar 09 '19 13:03 wbrickner

Ah, I see what you meant.

For future readers: Of course, gphoto2 is the CLI, libgphoto2 is the core library. In the libgphoto2 repository, in the library.c file, there exists a line which contains:

{"Nikon:Coolpix S6800", 0x04b0, 0x0350, PTP_CAP},

Which @msmeissn suggests might need to be changed to:

{"Nikon:Coolpix S6800", 0x04b0, 0x0350, PTP_CAP | PTP_NIKON_BROKEN_CAP},

I'll see if this fixes my issue and follow up soon.

wbrickner avatar Mar 11 '19 13:03 wbrickner

Hello.

I've modified and recompiled libgphoto2, and gphoto2 in turn (to use my custom libgphoto2) with the changes you suggested.

These changes decrease the time to capture an image.

However, I'm experiencing more PTP issues than before, but not on OS X, those issues seem to occur most frequently on Ubuntu. However on Ubuntu, everything works more quickly, taking about half the time that it does on OS X.

I used to use --capture-image-and-download, but this sometimes fails, or takes much longer than other commands.

I now use --capture-image (slow-capture-image-osx.log), parse the output, then I use --get-file and --remove-file, which works.

time gphoto2 --port=usb:020,005 --capture-image --debug --debug-loglevel=all --debug-logfile=slow-capture-image-osx.log
New file is in location /store_00010001/DCIM/100NIKON/DSCN0146.JPG on the camera

real	0m12.334s
user	0m0.049s
sys	0m0.072s

I've found where I think the issue is in the log file linked above. My guess is some internal process is taking longer than the timeout and failing, maybe due to communication issues. Unfortunately I have no idea how to remedy this issue.

6.014302 internal_append             (2): Internal append DSCN0146.JPG to folder 100NIKON
6.014321 camera_wait_for_event       (2): waiting for events timeout 3000 ms
6.014335 gp_port_get_timeout         (2): Current port timeout is 100000 milliseconds.
6.014339 gp_port_set_timeout         (2): Setting port timeout to 3000 milliseconds.
6.014346 gp_port_check_int           (3): Reading 24 = 0x18 bytes from interrupt endpoint...
9.014501 gp_port_check_int           (3): Reading 24 = 0x18 bytes from interrupt endpoint...
12.014709 ptp_usb_event [usb.c:587]   (0): Reading PTP event failed: Timeout reading from or writing to the port (-10)
12.014727 gp_port_set_timeout         (2): Setting port timeout to 100000 milliseconds.
12.014753 gp_camera_free              (2): Freeing camera...
12.014758 gp_camera_exit              (2): Exiting camera ('Nikon Coolpix S6800')...
12.014777 gp_port_get_timeout         (2): Current port timeout is 100000 milliseconds.
12.014781 gp_port_set_timeout         (2): Setting port timeout to 150 milliseconds.
12.014785 gp_port_check_int           (3): Reading 24 = 0x18 bytes from interrupt endpoint...
12.166391 gp_port_check_int           (3): Reading 24 = 0x18 bytes from interrupt endpoint...

Hopefully you have some suggestions, because the latency is really hurting my application of gphoto2. I know you have personal and professional matters to attend to, and that there isn't a lot of money in OSS for maintainers.

I'd be willing to pay for a robust fix, if that would attract your attention to my problem.

Thank you

wbrickner avatar Mar 13 '19 05:03 wbrickner

Is there any update on this issue?

eoyilmaz avatar Sep 08 '20 10:09 eoyilmaz

Same problem here, gphoto2 2.5.27.1, libgphoto2 2.5.22, libgphoto2_port 0.12.0 Nikon D3100

aliasandrei avatar Jun 23 '21 18:06 aliasandrei

Hi,

i installed the last development version to my raspberry pi 4. But ist tooks very long to get the picture downloaded of my D3000.

here is the outpot of the logfile:

`0.000786 main (2): BITTE IMMER FOLGENDE ZEILE EINFÜGEN WENN DEBUG MESSAGES AN DIE MAILINGLISTE GESCHICKT WERDEN: 0.000979 main (2): gphoto2 2.5.27.1 0.001042 main (2): gphoto2 wurde mit den folgenden Optionen übersetzt: 0.001083 main (2): + gcc (C compiler used) 0.001120 main (2): + popt (mandatory, for handling command-line parameters) 0.001156 main (2): + exif (for displaying EXIF information) 0.001190 main (2): + no cdk (for accessing configuration options) 0.001225 main (2): + no aa (for displaying live previews) 0.001260 main (2): + no jpeg (for displaying live previews in JPEG format) 0.001295 main (2): + no readline (for easy navigation in the shell) 0.001360 main (2): libgphoto2 2.5.27.1 0.001407 main (2): libgphoto2 wurde mit den folgenden Optionen übersetzt: 0.001449 main (2): + standard camlib set SKIPPING SOME (ax203 canon digigr8 dimagev directory jl2005a jl2005c kodak_dc240 mars pentax ptp2 ricoh_g3 sierra sonix sq905 st2205 topfield tp6801 SKIPPING docupen lumix) 0.001485 main (2): + gcc (C compiler used) 0.001519 main (2): + ltdl (for portable loading of camlibs) 0.001553 main (2): + EXIF (for special handling of EXIF files) 0.001594 main (2): libgphoto2_port 0.12.0 0.001634 main (2): libgphoto2_port wurde mit den folgenden Optionen übersetzt: 0.001670 main (2): + iolibs: disk ptpip serial usb1 usbdiskdirect usbscsi 0.001705 main (2): + gcc (C compiler used) 0.001739 main (2): + ltdl (for portable loading of iolibs) 0.001773 main (2): + EXIF (for vusb) 0.001810 main (2): + USB (libusb1, for USB cameras) 0.001846 main (2): + serial (for serial cameras) 0.001882 main (2): + no resmgr (serial port access and locking) 0.001917 main (2): + no ttylock (serial port locking) 0.001952 main (2): + no lockdev (serial port locking) 0.001990 main (2): CAMLIBS env var not set, using compile-time default instead 0.002027 main (2): IOLIBS env var not set, using compile-time default instead 0.002063 main (2): invoked with following arguments: 0.002101 main (2): --port=usb:020,005 0.002138 main (2): --capture-image 0.002173 main (2): --debug 0.002209 main (2): --debug-loglevel=all 0.002244 main (2): --debug-logfile=slow-capture-image-osx.log 0.002359 main (2): Processing 'port' option ('usb:020,005')... 0.002482 gp_port_info_list_load (2): Using ltdl to load io-drivers from '/usr/local/lib/libgphoto2_port/0.12.0'... 0.002974 foreach_func (2): Called for filename '/usr/local/lib/libgphoto2_port/0.12.0/disk'. 0.004373 gp_port_library_list (2): found fstab fsname proc 0.004469 gp_port_library_list (2): found fstab fsname PARTUUID=20a33727-01 0.004565 gp_port_library_list (2): found fstab fsname PARTUUID=20a33727-02 0.004923 gp_port_library_list (2): found mtab fsname /dev/root 0.005017 gp_port_library_list (2): found mtab fsname devtmpfs 0.005129 gp_port_library_list (2): found mtab fsname sysfs 0.005199 gp_port_library_list (2): found mtab fsname proc 0.005253 gp_port_library_list (2): found mtab fsname securityfs 0.005308 gp_port_library_list (2): found mtab fsname tmpfs 0.005429 gp_port_library_list (2): found mtab fsname devpts 0.005488 gp_port_library_list (2): found mtab fsname tmpfs 0.005658 gp_port_library_list (2): found mtab fsname tmpfs 0.005765 gp_port_library_list (2): found mtab fsname tmpfs 0.005883 gp_port_library_list (2): found mtab fsname cgroup2 0.005936 gp_port_library_list (2): found mtab fsname cgroup 0.005982 gp_port_library_list (2): found mtab fsname none 0.006065 gp_port_library_list (2): found mtab fsname cgroup 0.006113 gp_port_library_list (2): found mtab fsname cgroup 0.006321 gp_port_library_list (2): found mtab fsname cgroup 0.006379 gp_port_library_list (2): found mtab fsname cgroup 0.006427 gp_port_library_list (2): found mtab fsname cgroup 0.006474 gp_port_library_list (2): found mtab fsname cgroup 0.006519 gp_port_library_list (2): found mtab fsname cgroup 0.006566 gp_port_library_list (2): found mtab fsname cgroup 0.006611 gp_port_library_list (2): found mtab fsname mqueue 0.006657 gp_port_library_list (2): found mtab fsname debugfs 0.006750 gp_port_library_list (2): found mtab fsname systemd-1 0.006801 gp_port_library_list (2): found mtab fsname sunrpc 0.006903 gp_port_library_list (2): found mtab fsname configfs 0.007022 gp_port_library_list (2): found mtab fsname /dev/mmcblk0p1 0.007109 gp_port_library_list (2): found mtab fsname tmpfs 0.007240 gp_port_library_list (2): found mtab fsname gvfsd-fuse 0.007296 gp_port_library_list (2): found mtab fsname fusectl 0.007571 foreach_func (2): Loaded '' ('^disk:') from '/usr/local/lib/libgphoto2_port/0.12.0/disk'. 0.007632 foreach_func (2): Called for filename '/usr/local/lib/libgphoto2_port/0.12.0/ptpip'. 0.009009 foreach_func (2): Loaded 'PTP/IP Connection' ('ptpip:') from '/usr/local/lib/libgphoto2_port/0.12.0/ptpip'. 0.009105 foreach_func (2): Loaded '' ('^ptpip:') from '/usr/local/lib/libgphoto2_port/0.12.0/ptpip'. 0.009147 foreach_func (2): Loaded 'IP Connection' ('ip:') from '/usr/local/lib/libgphoto2_port/0.12.0/ptpip'. 0.009187 foreach_func (2): Loaded '' ('^ip:') from '/usr/local/lib/libgphoto2_port/0.12.0/ptpip'. 0.009230 foreach_func (2): Called for filename '/usr/local/lib/libgphoto2_port/0.12.0/serial'. 0.011472 foreach_func (2): Loaded 'Serieller Port Device' ('serial:') from '/usr/local/lib/libgphoto2_port/0.12.0/serial'. 0.011569 foreach_func (2): Loaded '' ('^serial:') from '/usr/local/lib/libgphoto2_port/0.12.0/serial'. 0.011609 foreach_func (2): Called for filename '/usr/local/lib/libgphoto2_port/0.12.0/usb1'. 0.035672 foreach_func (2): Loaded '' ('^usb:') from '/usr/local/lib/libgphoto2_port/0.12.0/usb1'. 0.035750 foreach_func (2): Loaded 'Universal Serial Bus' ('usb:001,004') from '/usr/local/lib/libgphoto2_port/0.12.0/usb1'. 0.035778 foreach_func (2): Called for filename '/usr/local/lib/libgphoto2_port/0.12.0/usbdiskdirect'. 0.036535 foreach_func (2): Called for filename '/usr/local/lib/libgphoto2_port/0.12.0/usbscsi'. 0.037126 gp_port_info_list_count (2): Counting entries (9 available)... 0.037163 gp_port_info_list_count (2): 4 regular entries available. 0.037193 gp_port_info_list_lookup_path(2): Looking for path 'usb:020,005' (9 entries available)... 0.037222 gp_port_info_list_lookup_path(2): Starting regex search for 'usb:020,005'... 0.037246 gp_port_info_list_lookup_path(2): Trying '^disk:'... 0.037381 gp_port_info_list_lookup_path(2): re_match failed (-1) 0.037411 gp_port_info_list_lookup_path(2): Trying '^ptpip:'... 0.037474 gp_port_info_list_lookup_path(2): re_match failed (-1) 0.037502 gp_port_info_list_lookup_path(2): Trying '^ip:'... 0.037562 gp_port_info_list_lookup_path(2): re_match failed (-1) 0.037590 gp_port_info_list_lookup_path(2): Trying '^serial:'... 0.037688 gp_port_info_list_lookup_path(2): re_match failed (-1) 0.037715 gp_port_info_list_lookup_path(2): Trying '^usb:'... 0.037833 gp_port_info_list_get_info (2): Getting info of entry 4 (10 available)... 0.037926 gp_camera_set_port_info (2): Setting port info for port 'Generischer Port' at 'usb:020,005'... 0.056135 gp_port_set_timeout (2): Setting port timeout to 5000 milliseconds. 0.056252 gp_port_set_settings (2): Setting settings... 0.056301 gp_libusb1_update (2): (old int=0, conf=-1, alt=-1) port usb:020,005, (new int=0, conf=-1, alt=-1) port usb:020,005 0.056330 gp_libusb1_update (2): lowlevel libusb1 port not yet opened, no need for libusb changes 0.056380 load_settings (2): Creating gphoto config directory ('/home/pi/.gphoto') 0.056547 load_settings (2): Loading settings from file '/home/pi/.gphoto/settings'. 0.056650 gp_setting_set (2): Setting key 'port' to value 'usb:020,005' (gphoto2) 0.056692 save_settings (2): Saving 2 setting(s) to file "/home/pi/.gphoto/settings" 0.057384 main (2): The user has not specified both a model and a port. Try to figure them out. 0.057487 gp_abilities_list_load_dir (2): Using ltdl to load camera libraries from '/usr/local/lib/libgphoto2/2.5.27.1'... 0.057827 foreach_func (2): Found '/usr/local/lib/libgphoto2/2.5.27.1/ax203'. 0.057940 foreach_func (2): Found '/usr/local/lib/libgphoto2/2.5.27.1/canon'. 0.057971 foreach_func (2): Found '/usr/local/lib/libgphoto2/2.5.27.1/digigr8'. 0.058005 foreach_func (2): Found '/usr/local/lib/libgphoto2/2.5.27.1/dimagev'. 0.058035 foreach_func (2): Found '/usr/local/lib/libgphoto2/2.5.27.1/directory'. 0.058060 foreach_func (2): Found '/usr/local/lib/libgphoto2/2.5.27.1/jl2005a'. 0.058085 foreach_func (2): Found '/usr/local/lib/libgphoto2/2.5.27.1/jl2005c'. 0.058110 foreach_func (2): Found '/usr/local/lib/libgphoto2/2.5.27.1/kodak_dc240'. 0.058134 foreach_func (2): Found '/usr/local/lib/libgphoto2/2.5.27.1/mars'. 0.058208 foreach_func (2): Found '/usr/local/lib/libgphoto2/2.5.27.1/pentax'. 0.058241 foreach_func (2): Found '/usr/local/lib/libgphoto2/2.5.27.1/ptp2'. 0.058265 foreach_func (2): Found '/usr/local/lib/libgphoto2/2.5.27.1/ricoh_g3'. 0.058291 foreach_func (2): Found '/usr/local/lib/libgphoto2/2.5.27.1/sierra'. 0.058316 foreach_func (2): Found '/usr/local/lib/libgphoto2/2.5.27.1/sonix'. 0.058344 foreach_func (2): Found '/usr/local/lib/libgphoto2/2.5.27.1/sq905'. 0.058370 foreach_func (2): Found '/usr/local/lib/libgphoto2/2.5.27.1/st2205'. 0.058399 foreach_func (2): Found '/usr/local/lib/libgphoto2/2.5.27.1/topfield'. 0.058427 foreach_func (2): Found '/usr/local/lib/libgphoto2/2.5.27.1/tp6801'. 0.058476 gp_abilities_list_load_dir (2): Found 18 camera drivers. 0.148428 gp_port_info_list_count (2): Counting entries (10 available)... 0.148542 gp_port_info_list_count (2): 5 regular entries available. 0.148561 gp_port_new (2): Creating new device... 0.148589 gp_port_info_list_get_info (2): Getting info of entry 0 (10 available)... 0.149018 gp_port_set_settings (2): Setting settings... 0.149046 gp_port_info_list_get_info (2): Getting info of entry 1 (10 available)... 0.149352 gp_port_set_settings (2): Setting settings... 0.149373 gp_port_info_list_get_info (2): Getting info of entry 2 (10 available)... 0.149686 gp_port_set_timeout (2): Setting port timeout to 500 milliseconds. 0.149705 gp_port_set_settings (2): Setting settings... 0.149724 gp_port_info_list_get_info (2): Getting info of entry 3 (10 available)... 0.159051 gp_port_set_timeout (2): Setting port timeout to 5000 milliseconds. 0.159095 gp_port_set_settings (2): Setting settings... 0.159115 gp_libusb1_update (2): (old int=0, conf=-1, alt=-1) port usb:001,004, (new int=0, conf=-1, alt=-1) port usb:001,004 0.159131 gp_libusb1_update (2): lowlevel libusb1 port not yet opened, no need for libusb changes 0.159174 gp_abilities_list_detect_usb(2): Auto-detecting USB cameras... 0.161676 gp_libusb1_find_device_by_class_lib(2): Looking for USB device (class 0x29a, subclass, 0xffffffff, protocol 0xffffffff)... 0.161975 gp_libusb1_find_device_lib (2): Looking for USB device (vendor 0x4b0, product 0x424)... found. 0.162187 gp_libusb1_find_device_lib (2): Detected defaults: config 1, interface 0, altsetting 0, inep 81, outep 02, intep 83, class 06, subclass 01 0.162212 gp_abilities_list_detect_usb(2): Found 'Nikon DSC D3000 (PTP mode)' (0x4b0,0x424) 0.162278 gp_port_info_list_get_info (2): Getting info of entry 4 (10 available)... 0.171287 gp_port_set_timeout (2): Setting port timeout to 5000 milliseconds. 0.171330 gp_port_set_settings (2): Setting settings... 0.171351 gp_libusb1_update (2): (old int=0, conf=-1, alt=-1) port usb:020,005, (new int=0, conf=-1, alt=-1) port usb:020,005 0.171366 gp_libusb1_update (2): lowlevel libusb1 port not yet opened, no need for libusb changes 0.171381 gp_abilities_list_detect_usb(2): Auto-detecting USB cameras... 0.175707 gp_port_free (2): Freeing port... 0.175757 gp_port_close (2): Closing port... 0.176006 gp_camera_set_abilities (2): Setting abilities ('Nikon DSC D3000 (PTP mode)')... 0.176030 gp_setting_set (2): Setting key 'model' to value 'Nikon DSC D3000 (PTP mode)' (gphoto2) 0.176049 save_settings (2): Saving 2 setting(s) to file "/home/pi/.gphoto/settings" 0.176417 gp_port_info_list_lookup_path(2): Looking for path 'usb:001,004' (10 entries available)... 0.176441 gp_port_info_list_get_info (2): Getting info of entry 3 (10 available)... 0.176458 gp_camera_set_port_info (2): Setting port info for port 'Universal Serial Bus' at 'usb:001,004'... 0.186675 gp_port_set_timeout (2): Setting port timeout to 5000 milliseconds. 0.186718 gp_port_set_settings (2): Setting settings... 0.186742 gp_libusb1_update (2): (old int=0, conf=-1, alt=-1) port usb:001,004, (new int=0, conf=-1, alt=-1) port usb:001,004 0.186757 gp_libusb1_update (2): lowlevel libusb1 port not yet opened, no need for libusb changes 0.186775 gp_setting_set (2): Setting key 'port' to value 'usb:001,004' (gphoto2) 0.186795 save_settings (2): Saving 2 setting(s) to file "/home/pi/.gphoto/settings" 0.187183 gp_camera_init (2): Initializing camera... 0.187253 gp_libusb1_find_device_lib (2): Looking for USB device (vendor 0x4b0, product 0x424)... found. 0.187390 gp_libusb1_find_device_lib (2): Detected defaults: config 1, interface 0, altsetting 0, inep 81, outep 02, intep 83, class 06, subclass 01 0.187409 gp_camera_init (2): Loading '/usr/local/lib/libgphoto2/2.5.27.1/ptp2'... 0.188210 gp_port_open (2): Opening USB port... 0.188243 gp_libusb1_open (2): () 0.188320 gp_libusb1_open (2): claiming interface 0 0.188578 camera_init (2): maxpacketsize 512 0.188623 gp_port_set_timeout (2): Setting port timeout to 8000 milliseconds. 0.188660 ptp (2): PTP: Opening session 0.188791 ptp_usb_sendreq (2): Sending PTP_OC 0x1002 (Open session) (0x1) request... 0.188812 gp_port_write (3): Writing 16 = 0x10 bytes to port... 0.188978 gp_port_write (3): Wrote 16 = 0x10 bytes to port: (hexdump of 16 bytes) 0000 10 00 00 00 01 00 02 10-00 00 00 00 01 00 00 00 ................

0.189017 ptp_usb_getresp (2): Reading PTP_OC 0x1002 (Open session) response... 0.189038 gp_port_read (3): Reading 1024 = 0x400 bytes from port... 0.190628 gp_port_read (3): Read 12 = 0xc out of 1024 bytes from port: (hexdump of 12 bytes) 0000 0c 00 00 00 03 00 01 20-00 00 00 00 ....... ....

0.190646 gp_port_set_timeout (2): Setting port timeout to 20000 milliseconds. 0.190669 ptp_usb_sendreq (2): Sending PTP_OC 0x1001 (Get device info) request... 0.190685 gp_port_write (3): Writing 12 = 0xc bytes to port... 0.190790 gp_port_write (3): Wrote 12 = 0xc bytes to port: (hexdump of 12 bytes) 0000 0c 00 00 00 01 00 01 10-01 00 00 00 ............

0.190812 ptp_usb_getdata (2): Reading PTP_OC 0x1001 (Get device info) data... 0.190829 gp_port_read (3): Reading 1024 = 0x400 bytes from port... 0.191192 gp_port_read (3): Read 281 = 0x119 out of 1024 bytes from port: (hexdump of 281 bytes) 0000 19 01 00 00 02 00 01 10-01 00 00 00 64 00 06 00 ............d... 0010 00 00 64 00 13 6d 00 69-00 63 00 72 00 6f 00 73 ..d..m.i.c.r.o.s 0020 00 6f 00 66 00 74 00 2e-00 63 00 6f 00 6d 00 3a .o.f.t...c.o.m.: 0030 00 20 00 31 00 2e 00 30-00 00 00 00 00 17 00 00 . .1...0........ 0040 00 01 10 02 10 03 10 04-10 05 10 06 10 07 10 08 ................ 0050 10 09 10 0a 10 0b 10 0c-10 0d 10 0e 10 0f 10 14 ................ 0060 10 15 10 16 10 1b 10 01-98 02 98 03 98 05 98 0a ................ 0070 00 00 00 01 40 02 40 04-40 05 40 06 40 09 40 0a ....@.@.@.@.@.@. 0080 40 0c 40 0d 40 08 40 13-00 00 00 01 50 03 50 04 @.@.@[email protected]. 0090 50 05 50 07 50 08 50 0a-50 0b 50 0c 50 0d 50 0e P.P.P.P.P.P.P.P. 00a0 50 0f 50 10 50 11 50 13-50 18 50 1c 50 06 d4 07 P.P.P.P.P.P.P... 00b0 d4 02 00 00 00 01 38 00-30 06 00 00 00 01 38 00 ......8.0.....8. 00c0 30 01 30 0a 30 06 30 02-30 12 4e 00 69 00 6b 00 0.0.0.0.0.N.i.k. 00d0 6f 00 6e 00 20 00 43 00-6f 00 72 00 70 00 6f 00 o.n. .C.o.r.p.o. 00e0 72 00 61 00 74 00 69 00-6f 00 6e 00 00 00 06 44 r.a.t.i.o.n....D 00f0 00 33 00 30 00 30 00 30-00 00 00 06 56 00 31 00 .3.0.0.0....V.1. 0100 2e 00 30 00 30 00 00 00-08 36 00 30 00 30 00 33 ..0.0....6.0.0.3 0110 00 33 00 33 00 36 00 00-00 .3.3.6...

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

0.191383 print_debug_deviceinfo (2): Device info: 0.191398 print_debug_deviceinfo (2): Manufacturer: Nikon Corporation 0.191412 print_debug_deviceinfo (2): Model: D3000 0.191426 print_debug_deviceinfo (2): device version: V1.00 0.191440 print_debug_deviceinfo (2): serial number: '6003336' 0.191454 print_debug_deviceinfo (2): Vendor extension ID: 0x00000006 0.191469 print_debug_deviceinfo (2): Vendor extension version: 100 0.191482 print_debug_deviceinfo (2): Vendor extension description: microsoft.com: 1.0 0.191497 print_debug_deviceinfo (2): Functional Mode: 0x0000 0.191511 print_debug_deviceinfo (2): PTP Standard Version: 100 0.191525 print_debug_deviceinfo (2): Supported operations: 0.191543 print_debug_deviceinfo (2): 0x1001 (Get device info) 0.191561 print_debug_deviceinfo (2): 0x1002 (Open session) 0.191578 print_debug_deviceinfo (2): 0x1003 (Close session) 0.191595 print_debug_deviceinfo (2): 0x1004 (Get storage IDs) 0.191613 print_debug_deviceinfo (2): 0x1005 (Get storage info) 0.191630 print_debug_deviceinfo (2): 0x1006 (Get number of objects) 0.191647 print_debug_deviceinfo (2): 0x1007 (Get object handles) 0.191664 print_debug_deviceinfo (2): 0x1008 (Get object info) 0.191681 print_debug_deviceinfo (2): 0x1009 (Get object) 0.191698 print_debug_deviceinfo (2): 0x100a (Get thumbnail) 0.191716 print_debug_deviceinfo (2): 0x100b (Delete object) 0.191733 print_debug_deviceinfo (2): 0x100c (Send object info) 0.191750 print_debug_deviceinfo (2): 0x100d (Send object) 0.191767 print_debug_deviceinfo (2): 0x100e (Initiate capture) 0.191784 print_debug_deviceinfo (2): 0x100f (Format storage) 0.191801 print_debug_deviceinfo (2): 0x1014 (Get device property description) 0.191818 print_debug_deviceinfo (2): 0x1015 (Get device property value) 0.191854 print_debug_deviceinfo (2): 0x1016 (Set device property value) 0.191871 print_debug_deviceinfo (2): 0x101b (Get partial object) 0.191889 print_debug_deviceinfo (2): 0x9801 (Get object properties supported) 0.191906 print_debug_deviceinfo (2): 0x9802 (Get object property description) 0.191923 print_debug_deviceinfo (2): 0x9803 (Get object property value) 0.191940 print_debug_deviceinfo (2): 0x9805 (Get object property list) 0.191954 print_debug_deviceinfo (2): Events Supported: 0.191969 print_debug_deviceinfo (2): 0x4001 (CancelTransaction) 0.191983 print_debug_deviceinfo (2): 0x4002 (ObjectAdded) 0.191998 print_debug_deviceinfo (2): 0x4004 (StoreAdded) 0.192012 print_debug_deviceinfo (2): 0x4005 (StoreRemoved) 0.192026 print_debug_deviceinfo (2): 0x4006 (DevicePropChanged) 0.192041 print_debug_deviceinfo (2): 0x4009 (RequestObjectTransfer) 0.192055 print_debug_deviceinfo (2): 0x400a (StoreFull) 0.192069 print_debug_deviceinfo (2): 0x400c (StorageInfoChanged) 0.192084 print_debug_deviceinfo (2): 0x400d (CaptureComplete) 0.192098 print_debug_deviceinfo (2): 0x4008 (DeviceInfoChanged) 0.192112 print_debug_deviceinfo (2): Device Properties Supported: 0.192131 print_debug_deviceinfo (2): 0x5001 (Battery Level) 0.192148 print_debug_deviceinfo (2): 0x5003 (Image Size) 0.192165 print_debug_deviceinfo (2): 0x5004 (Compression Setting) 0.192181 print_debug_deviceinfo (2): 0x5005 (White Balance) 0.192198 print_debug_deviceinfo (2): 0x5007 (F-Number) 0.192214 print_debug_deviceinfo (2): 0x5008 (Focal Length) 0.192231 print_debug_deviceinfo (2): 0x500a (Focus Mode) 0.192248 print_debug_deviceinfo (2): 0x500b (Exposure Metering Mode) 0.192264 print_debug_deviceinfo (2): 0x500c (Flash Mode) 0.192281 print_debug_deviceinfo (2): 0x500d (Exposure Time) 0.192297 print_debug_deviceinfo (2): 0x500e (Exposure Program Mode) 0.192314 print_debug_deviceinfo (2): 0x500f (Exposure Index (film speed ISO)) 0.192330 print_debug_deviceinfo (2): 0x5010 (Exposure Bias Compensation) 0.192347 print_debug_deviceinfo (2): 0x5011 (Date & Time) 0.192363 print_debug_deviceinfo (2): 0x5013 (Still Capture Mode) 0.192380 print_debug_deviceinfo (2): 0x5018 (Burst Number) 0.192396 print_debug_deviceinfo (2): 0x501c (Focus Metering Mode) 0.192413 print_debug_deviceinfo (2): 0xd406 (Session Initiator Info) 0.192430 print_debug_deviceinfo (2): 0xd407 (Perceived Device Type) 0.192461 fixup_cached_deviceinfo (2): The D3xxx series hides commands from us ... 0.192477 print_debug_deviceinfo (2): Device info: 0.192492 print_debug_deviceinfo (2): Manufacturer: Nikon Corporation 0.192505 print_debug_deviceinfo (2): Model: D3000 0.192519 print_debug_deviceinfo (2): device version: V1.00 0.192533 print_debug_deviceinfo (2): serial number: '6003336' 0.192548 print_debug_deviceinfo (2): Vendor extension ID: 0x0000000a 0.192562 print_debug_deviceinfo (2): Vendor extension version: 100 0.192576 print_debug_deviceinfo (2): Vendor extension description: microsoft.com: 1.0 0.192590 print_debug_deviceinfo (2): Functional Mode: 0x0000 0.192604 print_debug_deviceinfo (2): PTP Standard Version: 100 0.192618 print_debug_deviceinfo (2): Supported operations: 0.192635 print_debug_deviceinfo (2): 0x1001 (Get device info) 0.192653 print_debug_deviceinfo (2): 0x1002 (Open session) 0.192670 print_debug_deviceinfo (2): 0x1003 (Close session) 0.192686 print_debug_deviceinfo (2): 0x1004 (Get storage IDs) 0.192703 print_debug_deviceinfo (2): 0x1005 (Get storage info) 0.192720 print_debug_deviceinfo (2): 0x1006 (Get number of objects) 0.192738 print_debug_deviceinfo (2): 0x1007 (Get object handles) 0.192755 print_debug_deviceinfo (2): 0x1008 (Get object info) 0.192772 print_debug_deviceinfo (2): 0x1009 (Get object) 0.192807 print_debug_deviceinfo (2): 0x100a (Get thumbnail) 0.192824 print_debug_deviceinfo (2): 0x100b (Delete object) 0.192841 print_debug_deviceinfo (2): 0x100c (Send object info) 0.192858 print_debug_deviceinfo (2): 0x100d (Send object) 0.192874 print_debug_deviceinfo (2): 0x100e (Initiate capture) 0.192891 print_debug_deviceinfo (2): 0x100f (Format storage) 0.192908 print_debug_deviceinfo (2): 0x1014 (Get device property description) 0.192926 print_debug_deviceinfo (2): 0x1015 (Get device property value) 0.192943 print_debug_deviceinfo (2): 0x1016 (Set device property value) 0.192960 print_debug_deviceinfo (2): 0x101b (Get partial object) 0.192978 print_debug_deviceinfo (2): 0x9801 (Unknown PTP_OC) 0.192995 print_debug_deviceinfo (2): 0x9802 (Unknown PTP_OC) 0.193012 print_debug_deviceinfo (2): 0x9803 (Unknown PTP_OC) 0.193029 print_debug_deviceinfo (2): 0x9805 (Unknown PTP_OC) 0.193046 print_debug_deviceinfo (2): 0x90c1 (AfDrive) 0.193064 print_debug_deviceinfo (2): 0x90c8 (DeviceReady) 0.193081 print_debug_deviceinfo (2): 0x9200 (GetPreviewImg) 0.193098 print_debug_deviceinfo (2): 0x9204 (MfDrive) 0.193115 print_debug_deviceinfo (2): 0x9205 (ChangeAfArea) 0.193132 print_debug_deviceinfo (2): 0x9206 (AfDriveCancel) 0.193146 print_debug_deviceinfo (2): Events Supported: 0.193160 print_debug_deviceinfo (2): 0x4001 (CancelTransaction) 0.193175 print_debug_deviceinfo (2): 0x4002 (ObjectAdded) 0.193189 print_debug_deviceinfo (2): 0x4004 (StoreAdded) 0.193203 print_debug_deviceinfo (2): 0x4005 (StoreRemoved) 0.193218 print_debug_deviceinfo (2): 0x4006 (DevicePropChanged) 0.193232 print_debug_deviceinfo (2): 0x4009 (RequestObjectTransfer) 0.193246 print_debug_deviceinfo (2): 0x400a (StoreFull) 0.193261 print_debug_deviceinfo (2): 0x400c (StorageInfoChanged) 0.193275 print_debug_deviceinfo (2): 0x400d (CaptureComplete) 0.193289 print_debug_deviceinfo (2): 0x4008 (DeviceInfoChanged) 0.193303 print_debug_deviceinfo (2): Device Properties Supported: 0.193320 print_debug_deviceinfo (2): 0x5001 (Battery Level) 0.193336 print_debug_deviceinfo (2): 0x5003 (Image Size) 0.193352 print_debug_deviceinfo (2): 0x5004 (Compression Setting) 0.193369 print_debug_deviceinfo (2): 0x5005 (White Balance) 0.193386 print_debug_deviceinfo (2): 0x5007 (F-Number) 0.193402 print_debug_deviceinfo (2): 0x5008 (Focal Length) 0.193418 print_debug_deviceinfo (2): 0x500a (Focus Mode) 0.193435 print_debug_deviceinfo (2): 0x500b (Exposure Metering Mode) 0.193451 print_debug_deviceinfo (2): 0x500c (Flash Mode) 0.193467 print_debug_deviceinfo (2): 0x500d (Exposure Time) 0.193483 print_debug_deviceinfo (2): 0x500e (Exposure Program Mode) 0.193500 print_debug_deviceinfo (2): 0x500f (Exposure Index (film speed ISO)) 0.193516 print_debug_deviceinfo (2): 0x5010 (Exposure Bias Compensation) 0.193532 print_debug_deviceinfo (2): 0x5011 (Date & Time) 0.193549 print_debug_deviceinfo (2): 0x5013 (Still Capture Mode) 0.193565 print_debug_deviceinfo (2): 0x5018 (Burst Number) 0.193581 print_debug_deviceinfo (2): 0x501c (Focus Metering Mode) 0.193599 print_debug_deviceinfo (2): 0xd406 (Unknown DPC code) 0.193616 print_debug_deviceinfo (2): 0xd407 (Unknown DPC code) 0.193638 ptp_usb_sendreq (2): Sending PTP_OC 0x1004 (Get storage IDs) request... 0.193653 gp_port_write (3): Writing 12 = 0xc bytes to port... 0.193733 gp_port_write (3): Wrote 12 = 0xc bytes to port: (hexdump of 12 bytes) 0000 0c 00 00 00 01 00 04 10-02 00 00 00 ............

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

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

0.194103 ptp (2): (storage=0xffffffff, handle=0xffffffff) 0.194117 ptp (2): Listing ... 0.194139 ptp_usb_sendreq (2): Sending PTP_OC 0x1007 (Get object handles) (0xffffffff,0x0,0xffffffff) request... 0.194154 gp_port_write (3): Writing 24 = 0x18 bytes to port... 0.194238 gp_port_write (3): Wrote 24 = 0x18 bytes to port: (hexdump of 24 bytes) 0000 18 00 00 00 01 00 07 10-03 00 00 00 ff ff ff ff ................ 0010 00 00 00 00 ff ff ff ff- ........

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

0.251981 ptp_usb_getresp (2): Reading PTP_OC 0x1007 (Get object handles) response... 0.251999 gp_port_read (3): Reading 1024 = 0x400 bytes from port... 0.252085 gp_port_read (3): Read 12 = 0xc out of 1024 bytes from port: (hexdump of 12 bytes) 0000 0c 00 00 00 03 00 01 20-03 00 00 00 ....... ....

0.252106 ptp (2): adding new objectid 0x11004000 (nrofobs=0,j=0) 0.252133 ptp (2): (storage=0x00010001, handle=0xffffffff) 0.252147 ptp (2): Listing ... 0.252168 ptp_usb_sendreq (2): Sending PTP_OC 0x1007 (Get object handles) (0x10001,0x0,0xffffffff) request... 0.252183 gp_port_write (3): Writing 24 = 0x18 bytes to port... 0.252262 gp_port_write (3): Wrote 24 = 0x18 bytes to port: (hexdump of 24 bytes) 0000 18 00 00 00 01 00 07 10-04 00 00 00 01 00 01 00 ................ 0010 00 00 00 00 ff ff ff ff- ........

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

0.350868 ptp_usb_getresp (2): Reading PTP_OC 0x1007 (Get object handles) response... 0.350885 gp_port_read (3): Reading 1024 = 0x400 bytes from port... 0.350979 gp_port_read (3): Read 12 = 0xc out of 1024 bytes from port: (hexdump of 12 bytes) 0000 0c 00 00 00 03 00 01 20-04 00 00 00 ....... ....

0.351027 ptp (2): adding old objectid 0x11004000 (nrofobs=1,j=0) 0.351068 gp_port_set_timeout (2): Setting port timeout to 100000 milliseconds. 0.351092 ptp_usb_sendreq (2): Sending PTP_OC 0x100e (Initiate capture) (0x0,0x0) request... 0.351107 gp_port_write (3): Writing 20 = 0x14 bytes to port... 0.351188 gp_port_write (3): Wrote 20 = 0x14 bytes to port: (hexdump of 20 bytes) 0000 14 00 00 00 01 00 0e 10-05 00 00 00 00 00 00 00 ................ 0010 00 00 00 00 - ....

0.351209 ptp_usb_getresp (2): Reading PTP_OC 0x100e (Initiate capture) response... 0.351261 gp_port_read (3): Reading 1024 = 0x400 bytes from port... 1.062570 gp_port_read (3): Read 12 = 0xc out of 1024 bytes from port: (hexdump of 12 bytes) 0000 0c 00 00 00 03 00 01 20-05 00 00 00 ....... ....

1.062804 gp_port_set_timeout (2): Setting port timeout to 20000 milliseconds. 1.062893 gp_port_check_int (3): Reading 24 = 0x18 bytes from interrupt endpoint... 2.301671 _cb_irq (2): 0x5ac300 with status 0 2.301969 _cb_irq (3): interrupt (hexdump of 16 bytes) 0000 10 00 00 00 04 00 02 40-ff ff ff ff 1c 00 19 29 .......@.......)

2.306317 _cb_irq (2): Requeuing completed transfer 0x5ac300 2.306455 gp_port_check_int (3): Read 16 = 0x10 out of 24 bytes from interrupt endpoint: (hexdump of 16 bytes) 0000 10 00 00 00 04 00 02 40-ff ff ff ff 1c 00 19 29 .......@.......)

2.306508 ptp (2): event: nparams=0x1, code=0x4002, trans_id=0xFFFFFFFF, p1=0x2919001C, p2=0x0, p3=0x0 2.306556 camera_capture (2): event.Code is 4002 / param 2919001c 2.306625 ptp_usb_sendreq (2): Sending PTP_OC 0x1008 (Get object info) (0x2919001c) request... 2.306665 gp_port_write (3): Writing 16 = 0x10 bytes to port... 2.306896 gp_port_write (3): Wrote 16 = 0x10 bytes to port: (hexdump of 16 bytes) 0000 10 00 00 00 01 00 08 10-06 00 00 00 1c 00 19 29 ...............)

2.306950 ptp_usb_getdata (2): Reading PTP_OC 0x1008 (Get object info) data... 2.306993 gp_port_read (3): Reading 1024 = 0x400 bytes from port... 2.308978 gp_port_read (3): Read 158 = 0x9e out of 1024 bytes from port: (hexdump of 158 bytes) 0000 9e 00 00 00 02 00 08 10-06 00 00 00 01 00 01 00 ................ 0010 01 38 00 00 97 5b 0b 00-08 38 99 23 00 00 a0 00 .8...[...8.#.... 0020 00 00 78 00 00 00 90 07-00 00 10 05 00 00 00 00 ..x............. 0030 00 00 00 00 19 11 00 00-00 00 00 00 00 00 00 00 ................ 0040 0d 44 00 53 00 43 00 5f-00 30 00 30 00 32 00 38 .D.S.C._.0.0.2.8 0050 00 2e 00 4a 00 50 00 47-00 00 00 10 32 00 30 00 ...J.P.G....2.0. 0060 32 00 31 00 30 00 38 00-32 00 37 00 54 00 30 00 2.1.0.8.2.7.T.0. 0070 38 00 31 00 34 00 32 00-36 00 00 00 10 32 00 30 8.1.4.2.6....2.0 0080 00 32 00 31 00 30 00 38-00 32 00 37 00 54 00 30 .2.1.0.8.2.7.T.0 0090 00 38 00 31 00 34 00 32-00 36 00 00 00 00 .8.1.4.2.6....

2.309042 ptp_usb_getresp (2): Reading PTP_OC 0x1008 (Get object info) response... 2.309081 gp_port_read (3): Reading 1024 = 0x400 bytes from port... 2.309271 gp_port_read (3): Read 12 = 0xc out of 1024 bytes from port: (hexdump of 12 bytes) 0000 0c 00 00 00 03 00 01 20-06 00 00 00 ....... ....

2.309575 gp_port_check_int (3): Reading 24 = 0x18 bytes from interrupt endpoint... 2.397569 _cb_irq (2): 0x5b27d8 with status 0 2.397640 _cb_irq (3): interrupt (hexdump of 16 bytes) 0000 10 00 00 00 04 00 0d 40-ff ff ff ff 06 00 00 00 .......@........

2.397678 _cb_irq (2): Requeuing completed transfer 0x5b27d8 2.397766 gp_port_check_int (3): Read 16 = 0x10 out of 24 bytes from interrupt endpoint: (hexdump of 16 bytes) 0000 10 00 00 00 04 00 0d 40-ff ff ff ff 06 00 00 00 .......@........

2.397817 ptp (2): event: nparams=0x1, code=0x400D, trans_id=0xFFFFFFFF, p1=0x6, p2=0x0, p3=0x0 2.397858 camera_capture (2): event.Code is 400d / param 00000006 2.397920 get_folder_from_handle (2): (10001,11190000,/store_00010001/) 2.397981 ptp_usb_sendreq (2): Sending PTP_OC 0x1008 (Get object info) (0x11190000) request... 2.398020 gp_port_write (3): Writing 16 = 0x10 bytes to port... 2.398204 gp_port_write (3): Wrote 16 = 0x10 bytes to port: (hexdump of 16 bytes) 0000 10 00 00 00 01 00 08 10-07 00 00 00 00 00 19 11 ................

2.398256 ptp_usb_getdata (2): Reading PTP_OC 0x1008 (Get object info) data... 2.398358 gp_port_read (3): Reading 1024 = 0x400 bytes from port... 2.400144 gp_port_read (3): Read 150 = 0x96 out of 1024 bytes from port: (hexdump of 150 bytes) 0000 96 00 00 00 02 00 08 10-07 00 00 00 01 00 01 00 ................ 0010 01 30 00 00 00 00 00 00-00 00 00 00 00 00 00 00 .0.............. 0020 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 ................ 0030 00 00 00 40 00 11 01 00-00 00 00 00 00 00 00 00 ...@............ 0040 09 31 00 30 00 30 00 44-00 33 00 30 00 30 00 30 .1.0.0.D.3.0.0.0 0050 00 00 00 10 32 00 30 00-32 00 31 00 30 00 37 00 ....2.0.2.1.0.7. 0060 32 00 34 00 54 00 31 00-31 00 30 00 35 00 35 00 2.4.T.1.1.0.5.5. 0070 38 00 00 00 10 32 00 30-00 32 00 31 00 30 00 37 8....2.0.2.1.0.7 0080 00 32 00 34 00 54 00 31-00 31 00 30 00 35 00 35 .2.4.T.1.1.0.5.5 0090 00 38 00 00 00 00 - .8....

2.400204 ptp_usb_getresp (2): Reading PTP_OC 0x1008 (Get object info) response... 2.400243 gp_port_read (3): Reading 1024 = 0x400 bytes from port... 2.400439 gp_port_read (3): Read 12 = 0xc out of 1024 bytes from port: (hexdump of 12 bytes) 0000 0c 00 00 00 03 00 01 20-07 00 00 00 ....... ....

2.400563 get_folder_from_handle (2): (10001,11004000,/store_00010001/) 2.400617 ptp_usb_sendreq (2): Sending PTP_OC 0x1008 (Get object info) (0x11004000) request... 2.400655 gp_port_write (3): Writing 16 = 0x10 bytes to port... 2.400840 gp_port_write (3): Wrote 16 = 0x10 bytes to port: (hexdump of 16 bytes) 0000 10 00 00 00 01 00 08 10-08 00 00 00 00 40 00 11 .............@..

2.400892 ptp_usb_getdata (2): Reading PTP_OC 0x1008 (Get object info) data... 2.400933 gp_port_read (3): Reading 1024 = 0x400 bytes from port... 2.402252 gp_port_read (3): Read 142 = 0x8e out of 1024 bytes from port: (hexdump of 142 bytes) 0000 8e 00 00 00 02 00 08 10-08 00 00 00 01 00 01 00 ................ 0010 01 30 00 00 00 00 00 00-00 00 00 00 00 00 00 00 .0.............. 0020 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 ................ 0030 00 00 00 00 00 00 01 00-00 00 00 00 00 00 00 00 ................ 0040 05 44 00 43 00 49 00 4d-00 00 00 10 32 00 30 00 .D.C.I.M....2.0. 0050 32 00 31 00 30 00 37 00-32 00 32 00 54 00 32 00 2.1.0.7.2.2.T.2. 0060 31 00 35 00 37 00 35 00-34 00 00 00 10 32 00 30 1.5.7.5.4....2.0 0070 00 32 00 31 00 30 00 37-00 32 00 32 00 54 00 32 .2.1.0.7.2.2.T.2 0080 00 31 00 35 00 37 00 35-00 34 00 00 00 00 .1.5.7.5.4....

2.402355 ptp_usb_getresp (2): Reading PTP_OC 0x1008 (Get object info) response... 2.402396 gp_port_read (3): Reading 1024 = 0x400 bytes from port... 2.402574 gp_port_read (3): Read 12 = 0xc out of 1024 bytes from port: (hexdump of 12 bytes) 0000 0c 00 00 00 03 00 01 20-08 00 00 00 ....... ....

2.402687 get_folder_from_handle (2): (10001,0,/store_00010001/) 2.402748 gp_filesystem_append (2): Append /store_00010001/DCIM/100D3000/DSC_0028.JPG to filesystem 2.402788 lookup_folder (2): Lookup folder '/store_00010001/DCIM/100D3000'... 2.402826 lookup_folder (2): Folder / is dirty. Listing folders in there to make folder clean... 2.402866 gp_filesystem_list_folders (2): Listing folders in / 2.402904 lookup_folder (2): Lookup folder '/'... 2.402939 lookup_folder (2): Found! / is 0x58ad60 2.402972 gp_filesystem_list_folders (2): ... is dirty, getting from camera 2.403009 folder_list_func (2): folder_list_func(/) 2.403061 delete_all_folders (2): Internally deleting all folders from '/'... 2.403097 lookup_folder (2): Lookup folder '/'... 2.403132 lookup_folder (2): Found! / is 0x58ad60 2.403167 recurse_delete_folder (2): Recurse delete folder 0x58ad60// 2.403203 append_folder_one (2): Append one folder store_00010001 2.403289 gp_filesystem_list_folders (2): Folder / contains 1 subfolders. 2.403326 lookup_folder (2): Done making folder / clean... 2.403372 lookup_folder (2): Folder /store_00010001/ is dirty. Listing folders in there to make folder clean... 2.403409 gp_filesystem_list_folders (2): Listing folders in /store_00010001/ 2.403444 lookup_folder (2): Lookup folder '/store_00010001/'... 2.403481 lookup_folder (2): Found! /store_00010001/ is 0x5ad418 2.403515 gp_filesystem_list_folders (2): ... is dirty, getting from camera 2.403549 folder_list_func (2): folder_list_func(/store_00010001/) 2.403610 ptp (2): (storage=0x00010001, handle=0x00000000) 2.403650 folder_list_func (2): after list folder (storage=0x00010001, handler=0x080) 2.403688 folder_list_func (2): adding 0x11004000 / ob=0x5ae970 to folder 2.403730 delete_all_folders (2): Internally deleting all folders from '/store_00010001/'... 2.403766 lookup_folder (2): Lookup folder '/store_00010001/'... 2.403803 lookup_folder (2): Found! /store_00010001/ is 0x5ad418 2.403840 recurse_delete_folder (2): Recurse delete folder 0x5ad418/store_00010001 2.403874 append_folder_one (2): Append one folder DCIM 2.403914 gp_filesystem_list_folders (2): Folder /store_00010001/ contains 1 subfolders. 2.403950 lookup_folder (2): Done making folder /store_00010001/ clean... 2.403988 lookup_folder (2): Folder /store_00010001/DCIM/ is dirty. Listing folders in there to make folder clean... 2.404024 gp_filesystem_list_folders (2): Listing folders in /store_00010001/DCIM/ 2.404059 lookup_folder (2): Lookup folder '/store_00010001/DCIM/'... 2.404096 lookup_folder (2): Found! /store_00010001/DCIM/ is 0x5afeb8 2.404130 gp_filesystem_list_folders (2): ... is dirty, getting from camera 2.404166 folder_list_func (2): folder_list_func(/store_00010001/DCIM/) 2.404207 ptp (2): (storage=0x00010001, handle=0x00000000) 2.404245 ptp (2): (storage=0x00010001, handle=0x11004000) 2.404281 ptp (2): Listing ... 2.404334 ptp_usb_sendreq (2): Sending PTP_OC 0x1007 (Get object handles) (0x10001,0x0,0x11004000) request... 2.404372 gp_port_write (3): Writing 24 = 0x18 bytes to port... 2.404576 gp_port_write (3): Wrote 24 = 0x18 bytes to port: (hexdump of 24 bytes) 0000 18 00 00 00 01 00 07 10-09 00 00 00 01 00 01 00 ................ 0010 00 00 00 00 00 40 00 11- .....@..

2.404629 ptp_usb_getdata (2): Reading PTP_OC 0x1007 (Get object handles) data... 2.404669 gp_port_read (3): Reading 1024 = 0x400 bytes from port... 2.471280 gp_port_read (3): Read 20 = 0x14 out of 1024 bytes from port: (hexdump of 20 bytes) 0000 14 00 00 00 02 00 07 10-09 00 00 00 01 00 00 00 ................ 0010 00 00 19 11 - ....

2.471350 ptp_usb_getresp (2): Reading PTP_OC 0x1007 (Get object handles) response... 2.471388 gp_port_read (3): Reading 1024 = 0x400 bytes from port... 2.471591 gp_port_read (3): Read 12 = 0xc out of 1024 bytes from port: (hexdump of 12 bytes) 0000 0c 00 00 00 03 00 01 20-09 00 00 00 ....... ....

2.471640 ptp (2): adding old objectid 0x11190000 (nrofobs=3,j=1) 2.471679 folder_list_func (2): after list folder (storage=0x00010001, handler=0x0811004000) 2.471717 folder_list_func (2): adding 0x11190000 / ob=0x5ae9d8 to folder 2.471758 delete_all_folders (2): Internally deleting all folders from '/store_00010001/DCIM/'... 2.471796 lookup_folder (2): Lookup folder '/store_00010001/DCIM/'... 2.471836 lookup_folder (2): Found! /store_00010001/DCIM/ is 0x5afeb8 2.471872 recurse_delete_folder (2): Recurse delete folder 0x5afeb8/DCIM 2.471952 append_folder_one (2): Append one folder 100D3000 2.471992 gp_filesystem_list_folders (2): Folder /store_00010001/DCIM/ contains 1 subfolders. 2.472029 lookup_folder (2): Done making folder /store_00010001/DCIM/ clean... 2.472070 gp_filesystem_list_files (2): Listing files in /store_00010001/DCIM/100D3000 2.472106 lookup_folder (2): Lookup folder '/store_00010001/DCIM/100D3000'... 2.472142 gp_filesystem_list_files (2): Querying folder /store_00010001/DCIM/100D3000... 2.472180 delete_all_files (2): Delete all files in folder 0x5ad9d0/100D3000 2.472215 file_list_func (2): file_list_func(/store_00010001/DCIM/100D3000) 2.472258 ptp (2): (storage=0x00010001, handle=0x00000000) 2.472296 ptp (2): (storage=0x00010001, handle=0x11004000) 2.472333 ptp (2): (storage=0x00010001, handle=0x11190000) 2.472366 ptp (2): Listing ... 2.472416 ptp_usb_sendreq (2): Sending PTP_OC 0x1007 (Get object handles) (0x10001,0x0,0x11190000) request... 2.472453 gp_port_write (3): Writing 24 = 0x18 bytes to port... 2.472628 gp_port_write (3): Wrote 24 = 0x18 bytes to port: (hexdump of 24 bytes) 0000 18 00 00 00 01 00 07 10-0a 00 00 00 01 00 01 00 ................ 0010 00 00 00 00 00 00 19 11- ........

2.472678 ptp_usb_getdata (2): Reading PTP_OC 0x1007 (Get object handles) data... 2.472719 gp_port_read (3): Reading 1024 = 0x400 bytes from port... 2.571384 gp_port_read (3): Read 124 = 0x7c out of 1024 bytes from port: (hexdump of 124 bytes) 0000 7c 00 00 00 02 00 07 10-0a 00 00 00 1b 00 00 00 |............... 0010 01 00 19 29 02 00 19 29-03 00 19 29 04 00 19 29 ...)...)...)...) 0020 05 00 19 29 06 00 19 29-07 00 19 29 08 00 19 29 ...)...)...)...) 0030 09 00 19 29 0a 00 19 29-0b 00 19 29 0c 00 19 29 ...)...)...)...) 0040 0d 00 19 29 0e 00 19 29-0f 00 19 29 10 00 19 29 ...)...)...)...) 0050 11 00 19 29 12 00 19 29-13 00 19 29 15 00 19 29 ...)...)...)...) 0060 16 00 19 29 17 00 19 29-18 00 19 29 19 00 19 29 ...)...)...)...) 0070 1a 00 19 29 1b 00 19 29-1c 00 19 29 ...)...)...)

2.571502 ptp_usb_getresp (2): Reading PTP_OC 0x1007 (Get object handles) response... 2.571544 gp_port_read (3): Reading 1024 = 0x400 bytes from port... 2.571730 gp_port_read (3): Read 12 = 0xc out of 1024 bytes from port: (hexdump of 12 bytes) 0000 0c 00 00 00 03 00 01 20-0a 00 00 00 ....... ....

2.571781 ptp (2): adding new objectid 0x29190001 (nrofobs=3,j=3) 2.571827 ptp (2): parenthandle 0x11190000 2.571865 ptp (2): storage 0x00010001 2.571903 ptp (2): adding new objectid 0x29190002 (nrofobs=4,j=4) 2.571938 ptp (2): parenthandle 0x11190000 2.571974 ptp (2): storage 0x00010001 2.572010 ptp (2): adding new objectid 0x29190003 (nrofobs=5,j=5) 2.572049 ptp (2): parenthandle 0x11190000 2.572085 ptp (2): storage 0x00010001 2.572122 ptp (2): adding new objectid 0x29190004 (nrofobs=6,j=6) 2.572158 ptp (2): parenthandle 0x11190000 2.572195 ptp (2): storage 0x00010001 2.572232 ptp (2): adding new objectid 0x29190005 (nrofobs=7,j=7) 2.572270 ptp (2): parenthandle 0x11190000 2.572306 ptp (2): storage 0x00010001 2.572343 ptp (2): adding new objectid 0x29190006 (nrofobs=8,j=8) 2.572381 ptp (2): parenthandle 0x11190000 2.572416 ptp (2): storage 0x00010001 2.572452 ptp (2): adding new objectid 0x29190007 (nrofobs=9,j=9) 2.572538 ptp (2): parenthandle 0x11190000 2.572575 ptp (2): storage 0x00010001 2.572612 ptp (2): adding new objectid 0x29190008 (nrofobs=10,j=10) 2.572650 ptp (2): parenthandle 0x11190000 2.572686 ptp (2): storage 0x00010001 2.572723 ptp (2): adding new objectid 0x29190009 (nrofobs=11,j=11) 2.572759 ptp (2): parenthandle 0x11190000 2.572794 ptp (2): storage 0x00010001 2.572831 ptp (2): adding new objectid 0x2919000a (nrofobs=12,j=12) 2.572866 ptp (2): parenthandle 0x11190000 2.572901 ptp (2): storage 0x00010001 2.572938 ptp (2): adding new objectid 0x2919000b (nrofobs=13,j=13) 2.572973 ptp (2): parenthandle 0x11190000 2.573008 ptp (2): storage 0x00010001 2.573045 ptp (2): adding new objectid 0x2919000c (nrofobs=14,j=14) 2.573081 ptp (2): parenthandle 0x11190000 2.573116 ptp (2): storage 0x00010001 2.573153 ptp (2): adding new objectid 0x2919000d (nrofobs=15,j=15) 2.573189 ptp (2): parenthandle 0x11190000 2.573224 ptp (2): storage 0x00010001 2.573260 ptp (2): adding new objectid 0x2919000e (nrofobs=16,j=16) 2.573295 ptp (2): parenthandle 0x11190000 2.573331 ptp (2): storage 0x00010001 2.573367 ptp (2): adding new objectid 0x2919000f (nrofobs=17,j=17) 2.573402 ptp (2): parenthandle 0x11190000 2.573438 ptp (2): storage 0x00010001 2.573475 ptp (2): adding new objectid 0x29190010 (nrofobs=18,j=18) 2.573511 ptp (2): parenthandle 0x11190000 2.573546 ptp (2): storage 0x00010001 2.573582 ptp (2): adding new objectid 0x29190011 (nrofobs=19,j=19) 2.573618 ptp (2): parenthandle 0x11190000 2.573653 ptp (2): storage 0x00010001 2.573690 ptp (2): adding new objectid 0x29190012 (nrofobs=20,j=20) 2.573725 ptp (2): parenthandle 0x11190000 2.573760 ptp (2): storage 0x00010001 2.573797 ptp (2): adding new objectid 0x29190013 (nrofobs=21,j=21) 2.573833 ptp (2): parenthandle 0x11190000 2.573868 ptp (2): storage 0x00010001 2.573905 ptp (2): adding new objectid 0x29190015 (nrofobs=22,j=22) 2.573941 ptp (2): parenthandle 0x11190000 2.573976 ptp (2): storage 0x00010001 2.574012 ptp (2): adding new objectid 0x29190016 (nrofobs=23,j=23) 2.574048 ptp (2): parenthandle 0x11190000 2.574083 ptp (2): storage 0x00010001 2.574119 ptp (2): adding new objectid 0x29190017 (nrofobs=24,j=24) 2.574155 ptp (2): parenthandle 0x11190000 2.574189 ptp (2): storage 0x00010001 2.574226 ptp (2): adding new objectid 0x29190018 (nrofobs=25,j=25) 2.574262 ptp (2): parenthandle 0x11190000 2.574298 ptp (2): storage 0x00010001 2.574335 ptp (2): adding new objectid 0x29190019 (nrofobs=26,j=26) 2.574370 ptp (2): parenthandle 0x11190000 2.574405 ptp (2): storage 0x00010001 2.574442 ptp (2): adding new objectid 0x2919001a (nrofobs=27,j=27) 2.574478 ptp (2): parenthandle 0x11190000 2.574553 ptp (2): storage 0x00010001 2.574591 ptp (2): adding new objectid 0x2919001b (nrofobs=28,j=28) 2.574626 ptp (2): parenthandle 0x11190000 2.574661 ptp (2): storage 0x00010001 2.574698 ptp (2): adding old objectid 0x2919001c (nrofobs=29,j=2) 2.574747 file_list_func (2): after list folder 2.574799 ptp_usb_sendreq (2): Sending PTP_OC 0x1008 (Get object info) (0x29190001) request... 2.574838 gp_port_write (3): Writing 16 = 0x10 bytes to port... 2.575006 gp_port_write (3): Wrote 16 = 0x10 bytes to port: (hexdump of 16 bytes) 0000 10 00 00 00 01 00 08 10-0b 00 00 00 01 00 19 29 ...............)

2.575057 ptp_usb_getdata (2): Reading PTP_OC 0x1008 (Get object info) data... 2.575154 gp_port_read (3): Reading 1024 = 0x400 bytes from port... 2.576971 gp_port_read (3): Read 158 = 0x9e out of 1024 bytes from port: (hexdump of 158 bytes) 0000 9e 00 00 00 02 00 08 10-0b 00 00 00 01 00 01 00 ................ 0010 01 38 00 00 b4 08 14 00-08 38 9f 23 00 00 a0 00 .8.......8.#.... 0020 00 00 78 00 00 00 90 07-00 00 10 05 00 00 00 00 ..x............. 0030 00 00 00 00 19 11 00 00-00 00 00 00 00 00 00 00 ................ 0040 0d 44 00 53 00 43 00 5f-00 30 00 30 00 30 00 31 .D.S.C._.0.0.0.1 0050 00 2e 00 4a 00 50 00 47-00 00 00 10 32 00 30 00 ...J.P.G....2.0. 0060 32 00 31 00 30 00 38 00-32 00 36 00 54 00 30 00 2.1.0.8.2.6.T.0. 0070 39 00 34 00 31 00 34 00-38 00 00 00 10 32 00 30 9.4.1.4.8....2.0 0080 00 32 00 31 00 30 00 38-00 32 00 36 00 54 00 30 .2.1.0.8.2.6.T.0 0090 00 39 00 34 00 31 00 34-00 38 00 00 00 00 .9.4.1.4.8....

2.577030 ptp_usb_getresp (2): Reading PTP_OC 0x1008 (Get object info) response... 2.577068 gp_port_read (3): Reading 1024 = 0x400 bytes from port... 2.577234 gp_port_read (3): Read 12 = 0xc out of 1024 bytes from port: (hexdump of 12 bytes) 0000 0c 00 00 00 03 00 01 20-0b 00 00 00 ....... ....

2.577372 debug_objectinfo (2): ObjectInfo for 'DSC_0001.JPG': 2.577412 debug_objectinfo (2): Object ID: 0x29190001 2.577448 debug_objectinfo (2): StorageID: 0x00010001 2.577483 debug_objectinfo (2): ObjectFormat: 0x3801 2.577519 debug_objectinfo (2): ProtectionStatus: 0x0000 2.577555 debug_objectinfo (2): ObjectCompressedSize: 1312948 2.577589 debug_objectinfo (2): ThumbFormat: 0x3808 2.577624 debug_objectinfo (2): ThumbCompressedSize: 9119 2.577658 debug_objectinfo (2): ThumbPixWidth: 160 2.577693 debug_objectinfo (2): ThumbPixHeight: 120 2.577727 debug_objectinfo (2): ImagePixWidth: 1936 2.577763 debug_objectinfo (2): ImagePixHeight: 1296 2.577797 debug_objectinfo (2): ImageBitDepth: 0 2.577831 debug_objectinfo (2): ParentObject: 0x11190000 2.577867 debug_objectinfo (2): AssociationType: 0x0000 2.577902 debug_objectinfo (2): AssociationDesc: 0x00000000 2.577938 debug_objectinfo (2): SequenceNumber: 0x00000000 2.577972 debug_objectinfo (2): ModificationDate: 0x612745bc 2.578007 debug_objectinfo (2): CaptureDate: 0x612745bc 2.578060 ptp_usb_sendreq (2): Sending PTP_OC 0x1008 (Get object info) (0x29190002) request... 2.578098 gp_port_write (3): Writing 16 = 0x10 bytes to port... 2.578267 gp_port_write (3): Wrote 16 = 0x10 bytes to port: (hexdump of 16 bytes) 0000 10 00 00 00 01 00 08 10-0c 00 00 00 02 00 19 29 ...............)

2.578318 ptp_usb_getdata (2): Reading PTP_OC 0x1008 (Get object info) data... 2.578358 gp_port_read (3): Reading 1024 = 0x400 bytes from port... 2.580439 gp_port_read (3): Read 158 = 0x9e out of 1024 bytes from port: (hexdump of 158 bytes) 0000 9e 00 00 00 02 00 08 10-0c 00 00 00 01 00 01 00 ................ 0010 01 38 00 00 5c 1f 14 00-08 38 aa 23 00 00 a0 00 .8......8.#.... 0020 00 00 78 00 00 00 90 07-00 00 10 05 00 00 00 00 ..x............. 0030 00 00 00 00 19 11 00 00-00 00 00 00 00 00 00 00 ................ 0040 0d 44 00 53 00 43 00 5f-00 30 00 30 00 30 00 32 .D.S.C._.0.0.0.2 0050 00 2e 00 4a 00 50 00 47-00 00 00 10 32 00 30 00 ...J.P.G....2.0. 0060 32 00 31 00 30 00 38 00-32 00 36 00 54 00 30 00 2.1.0.8.2.6.T.0. 0070 39 00 34 00 32 00 31 00-38 00 00 00 10 32 00 30 9.4.2.1.8....2.0 0080 00 32 00 31 00 30 00 38-00 32 00 36 00 54 00 30 .2.1.0.8.2.6.T.0 0090 00 39 00 34 00 32 00 31-00 38 00 00 00 00 .9.4.2.1.8....

2.580544 ptp_usb_getresp (2): Reading PTP_OC 0x1008 (Get object info) response... 2.580583 gp_port_read (3): Reading 1024 = 0x400 bytes from port... 2.580750 gp_port_read (3): Read 12 = 0xc out of 1024 bytes from port: (hexdump of 12 bytes) 0000 0c 00 00 00 03 00 01 20-0c 00 00 00 ....... ....

2.580854 debug_objectinfo (2): ObjectInfo for 'DSC_0002.JPG': 2.580894 debug_objectinfo (2): Object ID: 0x29190002 2.580929 debug_objectinfo (2): StorageID: 0x00010001 2.580963 debug_objectinfo (2): ObjectFormat: 0x3801 2.580999 debug_objectinfo (2): ProtectionStatus: 0x0000 2.581034 debug_objectinfo (2): ObjectCompressedSize: 1318748 2.581069 debug_objectinfo (2): ThumbFormat: 0x3808 2.581103 debug_objectinfo (2): ThumbCompressedSize: 9130 2.581137 debug_objectinfo (2): ThumbPixWidth: 160 2.581172 debug_objectinfo (2): ThumbPixHeight: 120 2.581206 debug_objectinfo (2): ImagePixWidth: 1936 2.581239 debug_objectinfo (2): ImagePixHeight: 1296 2.581273 debug_objectinfo (2): ImageBitDepth: 0 2.581308 debug_objectinfo (2): ParentObject: 0x11190000 2.581343 debug_objectinfo (2): AssociationType: 0x0000 2.581379 debug_objectinfo (2): AssociationDesc: 0x00000000 2.581414 debug_objectinfo (2): SequenceNumber: 0x00000000 2.581448 debug_objectinfo (2): ModificationDate: 0x612745da 2.581483 debug_objectinfo (2): CaptureDate: 0x612745da 2.581530 ptp_usb_sendreq (2): Sending PTP_OC 0x1008 (Get object info) (0x29190003) request... 2.581568 gp_port_write (3): Writing 16 = 0x10 bytes to port... 2.581733 gp_port_write (3): Wrote 16 = 0x10 bytes to port: (hexdump of 16 bytes) 0000 10 00 00 00 01 00 08 10-0d 00 00 00 03 00 19 29 ...............)

2.581783 ptp_usb_getdata (2): Reading PTP_OC 0x1008 (Get object info) data... 2.581824 gp_port_read (3): Reading 1024 = 0x400 bytes from port... 2.583975 gp_port_read (3): Read 158 = 0x9e out of 1024 bytes from port: (hexdump of 158 bytes) 0000 9e 00 00 00 02 00 08 10-0d 00 00 00 01 00 01 00 ................ 0010 01 38 00 00 81 24 14 00-08 38 b8 23 00 00 a0 00 .8...$...8.#.... 0020 00 00 78 00 00 00 90 07-00 00 10 05 00 00 00 00 ..x............. 0030 00 00 00 00 19 11 00 00-00 00 00 00 00 00 00 00 ................ 0040 0d 44 00 53 00 43 00 5f-00 30 00 30 00 30 00 33 .D.S.C._.0.0.0.3 0050 00 2e 00 4a 00 50 00 47-00 00 00 10 32 00 30 00 ...J.P.G....2.0. 0060 32 00 31 00 30 00 38 00-32 00 36 00 54 00 30 00 2.1.0.8.2.6.T.0. 0070 39 00 34 00 32 00 32 00-38 00 00 00 10 32 00 30 9.4.2.2.8....2.0 0080 00 32 00 31 00 30 00 38-00 32 00 36 00 54 00 30 .2.1.0.8.2.6.T.0 0090 00 39 00 34 00 32 00 32-00 38 00 00 00 00 .9.4.2.2.8....

2.584033 ptp_usb_getresp (2): Reading PTP_OC 0x1008 (Get object info) response... 2.584071 gp_port_read (3): Reading 1024 = 0x400 bytes from port... 2.584255 gp_port_read (3): Read 12 = 0xc out of 1024 bytes from port: (hexdump of 12 bytes) 0000 0c 00 00 00 03 00 01 20-0d 00 00 00 ....... ....

2.584356 debug_objectinfo (2): ObjectInfo for 'DSC_0003.JPG': 2.584438 debug_objectinfo (2): Object ID: 0x29190003 2.584475 debug_objectinfo (2): StorageID: 0x00010001 2.584509 debug_objectinfo (2): ObjectFormat: 0x3801 2.584545 debug_objectinfo (2): ProtectionStatus: 0x0000 2.584580 debug_objectinfo (2): ObjectCompressedSize: 1320065 2.584614 debug_objectinfo (2): ThumbFormat: 0x3808 2.584649 debug_objectinfo (2): ThumbCompressedSize: 9144 2.584682 debug_objectinfo (2): ThumbPixWidth: 160 2.584716 debug_objectinfo (2): ThumbPixHeight: 120 2.584750 debug_objectinfo (2): ImagePixWidth: 1936 2.584784 debug_objectinfo (2): ImagePixHeight: 1296 2.584818 debug_objectinfo (2): ImageBitDepth: 0 2.584852 debug_objectinfo (2): ParentObject: 0x11190000 2.584887 debug_objectinfo (2): AssociationType: 0x0000 2.584922 debug_objectinfo (2): AssociationDesc: 0x00000000 2.584957 debug_objectinfo (2): SequenceNumber: 0x00000000 2.584992 debug_objectinfo (2): ModificationDate: 0x612745e4 2.585026 debug_objectinfo (2): CaptureDate: 0x612745e4 2.585110 ptp_usb_sendreq (2): Sending PTP_OC 0x1008 (Get object info) (0x29190004) request... 2.585161 gp_port_write (3): Writing 16 = 0x10 bytes to port... 2.585330 gp_port_write (3): Wrote 16 = 0x10 bytes to port: (hexdump of 16 bytes) 0000 10 00 00 00 01 00 08 10-0e 00 00 00 04 00 19 29 ...............)

2.585381 ptp_usb_getdata (2): Reading PTP_OC 0x1008 (Get object info) data... 2.585422 gp_port_read (3): Reading 1024 = 0x400 bytes from port... 2.587747 gp_port_read (3): Read 158 = 0x9e out of 1024 bytes from port: (hexdump of 158 bytes) 0000 9e 00 00 00 02 00 08 10-0e 00 00 00 01 00 01 00 ................ 0010 01 38 00 00 8c 0a 14 00-08 38 d7 23 00 00 a0 00 .8.......8.#.... 0020 00 00 78 00 00 00 90 07-00 00 10 05 00 00 00 00 ..x............. 0030 00 00 00 00 19 11 00 00-00 00 00 00 00 00 00 00 ................ 0040 0d 44 00 53 00 43 00 5f-00 30 00 30 00 30 00 34 .D.S.C._.0.0.0.4 0050 00 2e 00 4a 00 50 00 47-00 00 00 10 32 00 30 00 ...J.P.G....2.0. 0060 32 00 31 00 30 00 38 00-32 00 36 00 54 00 30 00 2.1.0.8.2.6.T.0. 0070 39 00 34 00 39 00 34 00-34 00 00 00 10 32 00 30 9.4.9.4.4....2.0 0080 00 32 00 31 00 30 00 38-00 32 00 36 00 54 00 30 .2.1.0.8.2.6.T.0 0090 00 39 00 34 00 39 00 34-00 34 00 00 00 00 .9.4.9.4.4....

2.587804 ptp_usb_getresp (2): Reading PTP_OC 0x1008 (Get object info) response... 2.587842 gp_port_read (3): Reading 1024 = 0x400 bytes from port... 2.588007 gp_port_read (3): Read 12 = 0xc out of 1024 bytes from port: (hexdump of 12 bytes) 0000 0c 00 00 00 03 00 01 20-0e 00 00 00 ....... ....

2.588110 debug_objectinfo (2): ObjectInfo for 'DSC_0004.JPG': 2.588150 debug_objectinfo (2): Object ID: 0x29190004 2.588185 debug_objectinfo (2): StorageID: 0x00010001 2.588220 debug_objectinfo (2): ObjectFormat: 0x3801 2.588255 debug_objectinfo (2): ProtectionStatus: 0x0000 2.588290 debug_objectinfo (2): ObjectCompressedSize: 1313420 2.588325 debug_objectinfo (2): ThumbFormat: 0x3808 2.588359 debug_objectinfo (2): ThumbCompressedSize: 9175 2.588394 debug_objectinfo (2): ThumbPixWidth: 160 2.588427 debug_objectinfo (2): ThumbPixHeight: 120 2.588461 debug_objectinfo (2): ImagePixWidth: 1936 2.588495 debug_objectinfo (2): ImagePixHeight: 1296 2.588529 debug_objectinfo (2): ImageBitDepth: 0 2.588564 debug_objectinfo (2): ParentObject: 0x11190000 2.588599 debug_objectinfo (2): AssociationType: 0x0000 2.588634 debug_objectinfo (2): AssociationDesc: 0x00000000 2.588669 debug_objectinfo (2): SequenceNumber: 0x00000000 2.588746 debug_objectinfo (2): ModificationDate: 0x61274798 2.588781 debug_objectinfo (2): CaptureDate: 0x61274798 2.588829 ptp_usb_sendreq (2): Sending PTP_OC 0x1008 (Get object info) (0x29190005) request... 2.588866 gp_port_write (3): Writing 16 = 0x10 bytes to port... 2.589035 gp_port_write (3): Wrote 16 = 0x10 bytes to port: (hexdump of 16 bytes) 0000 10 00 00 00 01 00 08 10-0f 00 00 00 05 00 19 29 ...............)

2.589085 ptp_usb_getdata (2): Reading PTP_OC 0x1008 (Get object info) data... 2.589126 gp_port_read (3): Reading 1024 = 0x400 bytes from port... 2.591371 gp_port_read (3): Read 158 = 0x9e out of 1024 bytes from port: (hexdump of 158 bytes) 0000 9e 00 00 00 02 00 08 10-0f 00 00 00 01 00 01 00 ................ 0010 01 38 00 00 09 13 14 00-08 38 b7 23 00 00 a0 00 .8.......8.#.... 0020 00 00 78 00 00 00 90 07-00 00 10 05 00 00 00 00 ..x............. 0030 00 00 00 00 19 11 00 00-00 00 00 00 00 00 00 00 ................ 0040 0d 44 00 53 00 43 00 5f-00 30 00 30 00 30 00 35 .D.S.C._.0.0.0.5 0050 00 2e 00 4a 00 50 00 47-00 00 00 10 32 00 30 00 ...J.P.G....2.0. 0060 32 00 31 00 30 00 38 00-32 00 36 00 54 00 30 00 2.1.0.8.2.6.T.0. 0070 39 00 34 00 39 00 35 00-38 00 00 00 10 32 00 30 9.4.9.5.8....2.0 0080 00 32 00 31 00 30 00 38-00 32 00 36 00 54 00 30 .2.1.0.8.2.6.T.0 0090 00 39 00 34 00 39 00 35-00 38 00 00 00 00 .9.4.9.5.8....

2.591430 ptp_usb_getresp (2): Reading PTP_OC 0x1008 (Get object info) response... 2.591467 gp_port_read (3): Reading 1024 = 0x400 bytes from port... 2.591650 gp_port_read (3): Read 12 = 0xc out of 1024 bytes from port: (hexdump of 12 bytes) 0000 0c 00 00 00 03 00 01 20-0f 00 00 00 ....... ....

2.591756 debug_objectinfo (2): ObjectInfo for 'DSC_0005.JPG': 2.591796 debug_objectinfo (2): Object ID: 0x29190005 2.591832 debug_objectinfo (2): StorageID: 0x00010001 2.591867 debug_objectinfo (2): ObjectFormat: 0x3801 2.591903 debug_objectinfo (2): ProtectionStatus: 0x0000 2.591937 debug_objectinfo (2): ObjectCompressedSize: 1315593 2.591974 debug_objectinfo (2): ThumbFormat: 0x3808 2.592008 debug_objectinfo (2): ThumbCompressedSize: 9143 2.592042 debug_objectinfo (2): ThumbPixWidth: 160 2.592076 debug_objectinfo (2): ThumbPixHeight: 120 2.592110 debug_objectinfo (2): ImagePixWidth: 1936 2.592144 debug_objectinfo (2): ImagePixHeight: 1296 2.592180 debug_objectinfo (2): ImageBitDepth: 0 2.592214 debug_objectinfo (2): ParentObject: 0x11190000 2.592249 debug_objectinfo (2): AssociationType: 0x0000 2.592284 debug_objectinfo (2): AssociationDesc: 0x00000000 2.592320 debug_objectinfo (2): SequenceNumber: 0x00000000 2.592354 debug_objectinfo (2): ModificationDate: 0x612747a6 2.592388 debug_objectinfo (2): CaptureDate: 0x612747a6 2.592437 ptp_usb_sendreq (2): Sending PTP_OC 0x1008 (Get object info) (0x29190006) request... 2.592474 gp_port_write (3): Writing 16 = 0x10 bytes to port... 2.592639 gp_port_write (3): Wrote 16 = 0x10 bytes to port: (hexdump of 16 bytes) 0000 10 00 00 00 01 00 08 10-10 00 00 00 06 00 19 29 ...............)

2.592688 ptp_usb_getdata (2): Reading PTP_OC 0x1008 (Get object info) data... 2.592728 gp_port_read (3): Reading 1024 = 0x400 bytes from port... 2.595110 gp_port_read (3): Read 158 = 0x9e out of 1024 bytes from port: (hexdump of 158 bytes) 0000 9e 00 00 00 02 00 08 10-10 00 00 00 01 00 01 00 ................ 0010 01 38 00 00 8a 1a 14 00-08 38 64 23 00 00 a0 00 .8.......8d#.... 0020 00 00 78 00 00 00 90 07-00 00 10 05 00 00 00 00 ..x............. 0030 00 00 00 00 19 11 00 00-00 00 00 00 00 00 00 00 ................ 0040 0d 44 00 53 00 43 00 5f-00 30 00 30 00 30 00 36 .D.S.C._.0.0.0.6 0050 00 2e 00 4a 00 50 00 47-00 00 00 10 32 00 30 00 ...J.P.G....2.0. 0060 32 00 31 00 30 00 38 00-32 00 36 00 54 00 30 00 2.1.0.8.2.6.T.0. 0070 39 00 35 00 30 00 31 00-34 00 00 00 10 32 00 30 9.5.0.1.4....2.0 0080 00 32 00 31 00 30 00 38-00 32 00 36 00 54 00 30 .2.1.0.8.2.6.T.0 0090 00 39 00 35 00 30 00 31-00 34 00 00 00 00 .9.5.0.1.4....

2.595223 ptp_usb_getresp (2): Reading PTP_OC 0x1008 (Get object info) response... 2.595261 gp_port_read (3): Reading 1024 = 0x400 bytes from port... 2.595427 gp_port_read (3): Read 12 = 0xc out of 1024 bytes from port: (hexdump of 12 bytes) 0000 0c 00 00 00 03 00 01 20-10 00 00 00 ....... ....

2.595531 debug_objectinfo (2): ObjectInfo for 'DSC_0006.JPG': 2.595571 debug_objectinfo (2): Object ID: 0x29190006 2.595606 debug_objectinfo (2): StorageID: 0x00010001 2.595641 debug_objectinfo (2): ObjectFormat: 0x3801 2.595676 debug_objectinfo (2): ProtectionStatus: 0x0000 2.595711 debug_objectinfo (2): ObjectCompressedSize: 1317514 2.595745 debug_objectinfo (2): ThumbFormat: 0x3808 2.595780 debug_objectinfo (2): ThumbCompressedSize: 9060 2.595813 debug_objectinfo (2): ThumbPixWidth: 160 2.595847 debug_objectinfo (2): ThumbPixHeight: 120 2.595881 debug_objectinfo (2): ImagePixWidth: 1936 2.595915 debug_objectinfo (2): ImagePixHeight: 1296 2.595950 debug_objectinfo (2): ImageBitDepth: 0 2.595984 debug_objectinfo (2): ParentObject: 0x11190000 2.596019 debug_objectinfo (2): AssociationType: 0x0000 2.596054 debug_objectinfo (2): AssociationDesc: 0x00000000 2.596089 debug_objectinfo (2): SequenceNumber: 0x00000000 2.596124 debug_objectinfo (2): ModificationDate: 0x612747b6 2.596158 debug_objectinfo (2): CaptureDate: 0x612747b6 2.596207 ptp_usb_sendreq (2): Sending PTP_OC 0x1008 (Get object info) (0x29190007) request... 2.596244 gp_port_write (3): Writing 16 = 0x10 bytes to port... 2.596410 gp_port_write (3): Wrote 16 = 0x10 bytes to port: (hexdump of 16 bytes) 0000 10 00 00 00 01 00 08 10-11 00 00 00 07 00 19 29 ...............)

2.596459 ptp_usb_getdata (2): Reading PTP_OC 0x1008 (Get object info) data... 2.596500 gp_port_read (3): Reading 1024 = 0x400 bytes from port... 2.598715 gp_port_read (3): Read 158 = 0x9e out of 1024 bytes from port: (hexdump of 158 bytes) 0000 9e 00 00 00 02 00 08 10-11 00 00 00 01 00 01 00 ................ 0010 01 38 00 00 2a 22 13 00-08 38 c3 23 00 00 a0 00 .8..*"...8.#.... 0020 00 00 78 00 00 00 90 07-00 00 10 05 00 00 00 00 ..x............. 0030 00 00 00 00 19 11 00 00-00 00 00 00 00 00 00 00 ................ 0040 0d 44 00 53 00 43 00 5f-00 30 00 30 00 30 00 37 .D.S.C._.0.0.0.7 0050 00 2e 00 4a 00 50 00 47-00 00 00 10 32 00 30 00 ...J.P.G....2.0. 0060 32 00 31 00 30 00 38 00-32 00 36 00 54 00 30 00 2.1.0.8.2.6.T.0. 0070 39 00 35 00 30 00 32 00-38 00 00 00 10 32 00 30 9.5.0.2.8....2.0 0080 00 32 00 31 00 30 00 38-00 32 00 36 00 54 00 30 .2.1.0.8.2.6.T.0 0090 00 39 00 35 00 30 00 32-00 38 00 00 00 00 .9.5.0.2.8....

2.598774 ptp_usb_getresp (2): Reading PTP_OC 0x1008 (Get object info) response... 2.598812 gp_port_read (3): Reading 1024 = 0x400 bytes from port... 2.598975 gp_port_read (3): Read 12 = 0xc out of 1024 bytes from port: (hexdump of 12 bytes) 0000 0c 00 00 00 03 00 01 20-11 00 00 00 ....... ....

2.599078 debug_objectinfo (2): ObjectInfo for 'DSC_0007.JPG': 2.599117 debug_objectinfo (2): Object ID: 0x29190007 2.599152 debug_objectinfo (2): StorageID: 0x00010001 2.599187 debug_objectinfo (2): ObjectFormat: 0x3801 2.599222 debug_objectinfo (2): ProtectionStatus: 0x0000 2.599300 debug_objectinfo (2): ObjectCompressedSize: 1253930 2.599335 debug_objectinfo (2): ThumbFormat: 0x3808 2.599369 debug_objectinfo (2): ThumbCompressedSize: 9155 2.599403 debug_objectinfo (2): ThumbPixWidth: 160 2.599437 debug_objectinfo (2): ThumbPixHeight: 120 2.599471 debug_objectinfo (2): ImagePixWidth: 1936 2.599504 debug_objectinfo (2): ImagePixHeight: 1296 2.599539 debug_objectinfo (2): ImageBitDepth: 0 2.599574 debug_objectinfo (2): ParentObject: 0x11190000 2.599609 debug_objectinfo (2): AssociationType: 0x0000 2.599645 debug_objectinfo (2): AssociationDesc: 0x00000000 2.599680 debug_objectinfo (2): SequenceNumber: 0x00000000 2.599714 debug_objectinfo (2): ModificationDate: 0x612747c4 2.599749 debug_objectinfo (2): CaptureDate: 0x612747c4 2.599797 ptp_usb_sendreq (2): Sending PTP_OC 0x1008 (Get object info) (0x29190008) request... 2.599835 gp_port_write (3): Writing 16 = 0x10 bytes to port... 2.600001 gp_port_write (3): Wrote 16 = 0x10 bytes to port: (hexdump of 16 bytes) 0000 10 00 00 00 01 00 08 10-12 00 00 00 08 00 19 29 ...............)

2.600051 ptp_usb_getdata (2): Reading PTP_OC 0x1008 (Get object info) data... 2.600091 gp_port_read (3): Reading 1024 = 0x400 bytes from port... 2.602692 gp_port_read (3): Read 158 = 0x9e out of 1024 bytes from port: (hexdump of 158 bytes) 0000 9e 00 00 00 02 00 08 10-12 00 00 00 01 00 01 00 ................ 0010 01 38 00 00 2e ea 13 00-08 38 65 23 00 00 a0 00 .8.......8e#.... 0020 00 00 78 00 00 00 90 07-00 00 10 05 00 00 00 00 ..x............. 0030 00 00 00 00 19 11 00 00-00 00 00 00 00 00 00 00 ................ 0040 0d 44 00 53 00 43 00 5f-00 30 00 30 00 30 00 38 .D.S.C._.0.0.0.8 0050 00 2e 00 4a 00 50 00 47-00 00 00 10 32 00 30 00 ...J.P.G....2.0. 0060 32 00 31 00 30 00 38 00-32 00 36 00 54 00 30 00 2.1.0.8.2.6.T.0. 0070 39 00 35 00 30 00 35 00-38 00 00 00 10 32 00 30 9.5.0.5.8....2.0 0080 00 32 00 31 00 30 00 38-00 32 00 36 00 54 00 30 .2.1.0.8.2.6.T.0 0090 00 39 00 35 00 30 00 35-00 38 00 00 00 00 .9.5.0.5.8....

2.602792 ptp_usb_getresp (2): Reading PTP_OC 0x1008 (Get object info) response... 2.602833 gp_port_read (3): Reading 1024 = 0x400 bytes from port... 2.603015 gp_port_read (3): Read 12 = 0xc out of 1024 bytes from port: (hexdump of 12 bytes) 0000 0c 00 00 00 03 00 01 20-12 00 00 00 ....... ....

2.603127 debug_objectinfo (2): ObjectInfo for 'DSC_0008.JPG': 2.603167 debug_objectinfo (2): Object ID: 0x29190008 2.603202 debug_objectinfo (2): StorageID: 0x00010001 2.603237 debug_objectinfo (2): ObjectFormat: 0x3801 2.603272 debug_objectinfo (2): ProtectionStatus: 0x0000 2.603307 debug_objectinfo (2): ObjectCompressedSize: 1305134 2.603341 debug_objectinfo (2): ThumbFormat: 0x3808 2.603375 debug_objectinfo (2): ThumbCompressedSize: 9061 2.603409 debug_objectinfo (2): ThumbPixWidth: 160 2.603443 debug_objectinfo (2): ThumbPixHeight: 120 2.603477 debug_objectinfo (2): ImagePixWidth: 1936 2.603512 debug_objectinfo (2): ImagePixHeight: 1296 2.603547 debug_objectinfo (2): ImageBitDepth: 0 2.603581 debug_objectinfo (2): ParentObject: 0x11190000 2.603617 debug_objectinfo (2): AssociationType: 0x0000 2.603651 debug_objectinfo (2): AssociationDesc: 0x00000000 2.603686 debug_objectinfo (2): SequenceNumber: 0x00000000 2.603721 debug_objectinfo (2): ModificationDate: 0x612747e2 2.603755 debug_objectinfo (2): CaptureDate: 0x612747e2 2.603806 ptp_usb_sendreq (2): Sending PTP_OC 0x1008 (Get object info) (0x29190009) request... 2.603844 gp_port_write (3): Writing 16 = 0x10 bytes to port... 2.604037 gp_port_write (3): Wrote 16 = 0x10 bytes to port: (hexdump of 16 bytes) 0000 10 00 00 00 01 00 08 10-13 00 00 00 09 00 19 29 ...............)

2.604088 ptp_usb_getdata (2): Reading PTP_OC 0x1008 (Get object info) data... 2.604128 gp_port_read (3): Reading 1024 = 0x400 bytes from port... 2.606372 gp_port_read (3): Read 158 = 0x9e out of 1024 bytes from port: (hexdump of 158 bytes) 0000 9e 00 00 00 02 00 08 10-13 00 00 00 01 00 01 00 ................ 0010 01 38 00 00 36 fa 13 00-08 38 70 23 00 00 a0 00 .8..6....8p#.... 0020 00 00 78 00 00 00 90 07-00 00 10 05 00 00 00 00 ..x............. 0030 00 00 00 00 19 11 00 00-00 00 00 00 00 00 00 00 ................ 0040 0d 44 00 53 00 43 00 5f-00 30 00 30 00 30 00 39 .D.S.C._.0.0.0.9 0050 00 2e 00 4a 00 50 00 47-00 00 00 10 32 00 30 00 ...J.P.G....2.0. 0060 32 00 31 00 30 00 38 00-32 00 36 00 54 00 30 00 2.1.0.8.2.6.T.0. 0070 39 00 35 00 31 00 32 00-32 00 00 00 10 32 00 30 9.5.1.2.2....2.0 0080 00 32 00 31 00 30 00 38-00 32 00 36 00 54 00 30 .2.1.0.8.2.6.T.0 0090 00 39 00 35 00 31 00 32-00 32 00 00 00 00 .9.5.1.2.2....

2.606433 ptp_usb_getresp (2): Reading PTP_OC 0x1008 (Get object info) response... 2.606466 gp_port_read (3): Reading 1024 = 0x400 bytes from port... 2.606609 gp_port_read (3): Read 12 = 0xc out of 1024 bytes from port: (hexdump of 12 bytes) 0000 0c 00 00 00 03 00 01 20-13 00 00 00 ....... ....

2.606705 debug_objectinfo (2): ObjectInfo for 'DSC_0009.JPG': 2.606739 debug_objectinfo (2): Object ID: 0x29190009 2.606769 debug_objectinfo (2): StorageID: 0x00010001 2.606799 debug_objectinfo (2): ObjectFormat: 0x3801 2.606830 debug_objectinfo (2): ProtectionStatus: 0x0000 2.606859 debug_objectinfo (2): ObjectCompressedSize: 1309238 2.606888 debug_objectinfo (2): ThumbFormat: 0x3808 2.606918 debug_objectinfo (2): ThumbCompressedSize: 9072 2.606947 debug_objectinfo (2): ThumbPixWidth: 160 2.606975 debug_objectinfo (2): ThumbPixHeight: 120 2.607005 debug_objectinfo (2): ImagePixWidth: 1936 2.607034 debug_objectinfo (2): ImagePixHeight: 1296 2.607065 debug_objectinfo (2): ImageBitDepth: 0 2.607095 debug_objectinfo (2): ParentObject: 0x11190000 2.607125 debug_objectinfo (2): AssociationType: 0x0000 2.607155 debug_objectinfo (2): AssociationDesc: 0x00000000 2.607184 debug_objectinfo (2): SequenceNumber: 0x00000000 2.607214 debug_objectinfo (2): ModificationDate: 0x612747fa 2.607244 debug_objectinfo (2): CaptureDate: 0x612747fa 2.607285 ptp_usb_sendreq (2): Sending PTP_OC 0x1008 (Get object info) (0x2919000a) request... 2.607318 gp_port_write (3): Writing 16 = 0x10 bytes to port... 2.607480 gp_port_write (3): Wrote 16 = 0x10 bytes to port: (hexdump of 16 bytes) 0000 10 00 00 00 01 00 08 10-14 00 00 00 0a 00 19 29 ...............)

2.607523 ptp_usb_getdata (2): Reading PTP_OC 0x1008 (Get object info) data... 2.607558 gp_port_read (3): Reading 1024 = 0x400 bytes from port... 2.609787 gp_port_read (3): Read 158 = 0x9e out of 1024 bytes from port: (hexdump of 158 bytes) 0000 9e 00 00 00 02 00 08 10-14 00 00 00 01 00 01 00 ................ 0010 01 38 00 00 de 22 13 00-08 38 51 23 00 00 a0 00 .8..."...8Q#.... 0020 00 00 78 00 00 00 90 07-00 00 10 05 00 00 00 00 ..x............. 0030 00 00 00 00 19 11 00 00-00 00 00 00 00 00 00 00 ................ 0040 0d 44 00 53 00 43 00 5f-00 30 00 30 00 31 00 30 .D.S.C._.0.0.1.0 0050 00 2e 00 4a 00 50 00 47-00 00 00 10 32 00 30 00 ...J.P.G....2.0. 0060 32 00 31 00 30 00 38 00-32 00 36 00 54 00 30 00 2.1.0.8.2.6.T.0. 0070 39 00 35 00 31 00 34 00-36 00 00 00 10 32 00 30 9.5.1.4.6....2.0 0080 00 32 00 31 00 30 00 38-00 32 00 36 00 54 00 30 .2.1.0.8.2.6.T.0 0090 00 39 00 35 00 31 00 34-00 36 00 00 00 00 .9.5.1.4.6....

2.609874 ptp_usb_getresp (2): Reading PTP_OC 0x1008 (Get object info) response... 2.609907 gp_port_read (3): Reading 1024 = 0x400 bytes from port... 2.610066 gp_port_read (3): Read 12 = 0xc out of 1024 bytes from port: (hexdump of 12 bytes) 0000 0c 00 00 00 03 00 01 20-14 00 00 00 ....... ....

2.610156 debug_objectinfo (2): ObjectInfo for 'DSC_0010.JPG': 2.610190 debug_objectinfo (2): Object ID: 0x2919000a 2.610220 debug_objectinfo (2): StorageID: 0x00010001 2.610250 debug_objectinfo (2): ObjectFormat: 0x3801 2.610280 debug_objectinfo (2): ProtectionStatus: 0x0000 2.610309 debug_objectinfo (2): ObjectCompressedSize: 1254110 2.610339 debug_objectinfo (2): ThumbFormat: 0x3808 2.610369 debug_objectinfo (2): ThumbCompressedSize: 9041 2.610398 debug_objectinfo (2): ThumbPixWidth: 160 2.610427 debug_objectinfo (2): ThumbPixHeight: 120 2.610456 debug_objectinfo (2): ImagePixWidth: 1936 2.610485 debug_objectinfo (2): ImagePixHeight: 1296 2.610514 debug_objectinfo (2): ImageBitDepth: 0 2.610543 debug_objectinfo (2): ParentObject: 0x11190000 2.610573 debug_objectinfo (2): AssociationType: 0x0000 2.610603 debug_objectinfo (2): AssociationDesc: 0x00000000 2.610633 debug_objectinfo (2): SequenceNumber: 0x00000000 2.610663 debug_objectinfo (2): ModificationDate: 0x61274812 2.610692 debug_objectinfo (2): CaptureDate: 0x61274812 2.610734 ptp_usb_sendreq (2): Sending PTP_OC 0x1008 (Get object info) (0x2919000b) request... 2.610766 gp_port_write (3): Writing 16 = 0x10 bytes to port... 2.610928 gp_port_write (3): Wrote 16 = 0x10 bytes to port: (hexdump of 16 bytes) 0000 10 00 00 00 01 00 08 10-15 00 00 00 0b 00 19 29 ...............)

2.610972 ptp_usb_getdata (2): Reading PTP_OC 0x1008 (Get object info) data... 2.611007 gp_port_read (3): Reading 1024 = 0x400 bytes from port... 2.613245 gp_port_read (3): Read 158 = 0x9e out of 1024 bytes from port: (hexdump of 158 bytes) 0000 9e 00 00 00 02 00 08 10-15 00 00 00 01 00 01 00 ................ 0010 01 38 00 00 7e 31 14 00-08 38 62 23 00 00 a0 00 .8..~1...8b#.... 0020 00 00 78 00 00 00 90 07-00 00 10 05 00 00 00 00 ..x............. 0030 00 00 00 00 19 11 00 00-00 00 00 00 00 00 00 00 ................ 0040 0d 44 00 53 00 43 00 5f-00 30 00 30 00 31 00 31 .D.S.C._.0.0.1.1 0050 00 2e 00 4a 00 50 00 47-00 00 00 10 32 00 30 00 ...J.P.G....2.0. 0060 32 00 31 00 30 00 38 00-32 00 36 00 54 00 31 00 2.1.0.8.2.6.T.1. 0070 30 00 30 00 31 00 30 00-34 00 00 00 10 32 00 30 0.0.1.0.4....2.0 0080 00 32 00 31 00 30 00 38-00 32 00 36 00 54 00 31 .2.1.0.8.2.6.T.1 0090 00 30 00 30 00 31 00 30-00 34 00 00 00 00 .0.0.1.0.4....

2.613295 ptp_usb_getresp (2): Reading PTP_OC 0x1008 (Get object info) response... 2.613327 gp_port_read (3): Reading 1024 = 0x400 bytes from port... 2.613484 gp_port_read (3): Read 12 = 0xc out of 1024 bytes from port: (hexdump of 12 bytes) 0000 0c 00 00 00 03 00 01 20-15 00 00 00 ....... ....

2.613574 debug_objectinfo (2): ObjectInfo for 'DSC_0011.JPG': 2.613608 debug_objectinfo (2): Object ID: 0x2919000b 2.613638 debug_objectinfo (2): StorageID: 0x00010001 2.613668 debug_objectinfo (2): ObjectFormat: 0x3801 2.613698 debug_objectinfo (2): ProtectionStatus: 0x0000 2.613728 debug_objectinfo (2): ObjectCompressedSize: 1323390 2.613758 debug_objectinfo (2): ThumbFormat: 0x3808 2.613787 debug_objectinfo (2): ThumbCompressedSize: 9058 2.613816 debug_objectinfo (2): ThumbPixWidth: 160 2.613880 debug_objectinfo (2): ThumbPixHeight: 120 2.613909 debug_objectinfo (2): ImagePixWidth: 1936 2.613938 debug_objectinfo (2): ImagePixHeight: 1296 2.613968 debug_objectinfo (2): ImageBitDepth: 0 2.613997 debug_objectinfo (2): ParentObject: 0x11190000 2.614027 debug_objectinfo (2): AssociationType: 0x0000 2.614057 debug_objectinfo (2): AssociationDesc: 0x00000000 2.614088 debug_objectinfo (2): SequenceNumber: 0x00000000 2.614118 debug_objectinfo (2): ModificationDate: 0x61274a40 2.614147 debug_objectinfo (2): CaptureDate: 0x61274a40 2.614189 ptp_usb_sendreq (2): Sending PTP_OC 0x1008 (Get object info) (0x2919000c) request... 2.614221 gp_port_write (3): Writing 16 = 0x10 bytes to port... 2.614383 gp_port_write (3): Wrote 16 = 0x10 bytes to port: (hexdump of 16 bytes) 0000 10 00 00 00 01 00 08 10-16 00 00 00 0c 00 19 29 ...............)

2.614425 ptp_usb_getdata (2): Reading PTP_OC 0x1008 (Get object info) data... 2.614461 gp_port_read (3): Reading 1024 = 0x400 bytes from port... 2.616668 gp_port_read (3): Read 158 = 0x9e out of 1024 bytes from port: (hexdump of 158 bytes) 0000 9e 00 00 00 02 00 08 10-16 00 00 00 01 00 01 00 ................ 0010 01 38 00 00 d3 36 13 00-08 38 78 23 00 00 a0 00 .8...6...8x#.... 0020 00 00 78 00 00 00 90 07-00 00 10 05 00 00 00 00 ..x............. 0030 00 00 00 00 19 11 00 00-00 00 00 00 00 00 00 00 ................ 0040 0d 44 00 53 00 43 00 5f-00 30 00 30 00 31 00 32 .D.S.C._.0.0.1.2 0050 00 2e 00 4a 00 50 00 47-00 00 00 10 32 00 30 00 ...J.P.G....2.0. 0060 32 00 31 00 30 00 38 00-32 00 36 00 54 00 31 00 2.1.0.8.2.6.T.1. 0070 30 00 30 00 31 00 31 00-32 00 00 00 10 32 00 30 0.0.1.1.2....2.0 0080 00 32 00 31 00 30 00 38-00 32 00 36 00 54 00 31 .2.1.0.8.2.6.T.1 0090 00 30 00 30 00 31 00 31-00 32 00 00 00 00 .0.0.1.1.2....

2.616727 ptp_usb_getresp (2): Reading PTP_OC 0x1008 (Get object info) response... 2.616759 gp_port_read (3): Reading 1024 = 0x400 bytes from port... 2.616917 gp_port_read (3): Read 12 = 0xc out of 1024 bytes from port: (hexdump of 12 bytes) 0000 0c 00 00 00 03 00 01 20-16 00 00 00 ....... ....

2.617006 debug_objectinfo (2): ObjectInfo for 'DSC_0012.JPG': 2.617040 debug_objectinfo (2): Object ID: 0x2919000c 2.617070 debug_objectinfo (2): StorageID: 0x00010001 2.617100 debug_objectinfo (2): ObjectFormat: 0x3801 2.617130 debug_objectinfo (2): ProtectionStatus: 0x0000 2.617160 debug_objectinfo (2): ObjectCompressedSize: 1259219 2.617189 debug_objectinfo (2): ThumbFormat: 0x3808 2.617218 debug_objectinfo (2): ThumbCompressedSize: 9080 2.617247 debug_objectinfo (2): ThumbPixWidth: 160 2.617276 debug_objectinfo (2): ThumbPixHeight: 120 2.617305 debug_objectinfo (2): ImagePixWidth: 1936 2.617335 debug_objectinfo (2): ImagePixHeight: 1296 2.617364 debug_objectinfo (2): ImageBitDepth: 0 2.617393 debug_objectinfo (2): ParentObject: 0x11190000 2.617423 debug_objectinfo (2): AssociationType: 0x0000 2.617453 debug_objectinfo (2): AssociationDesc: 0x00000000 2.617483 debug_objectinfo (2): SequenceNumber: 0x00000000 2.617513 debug_objectinfo (2): ModificationDate: 0x61274a48 2.617543 debug_objectinfo (2): CaptureDate: 0x61274a48 2.617583 ptp_usb_sendreq (2): Sending PTP_OC 0x1008 (Get object info) (0x2919000d) request... 2.617615 gp_port_write (3): Writing 16 = 0x10 bytes to port... 2.617759 gp_port_write (3): Wrote 16 = 0x10 bytes to port: (hexdump of 16 bytes) 0000 10 00 00 00 01 00 08 10-17 00 00 00 0d 00 19 29 ...............)

2.617801 ptp_usb_getdata (2): Reading PTP_OC 0x1008 (Get object info) data... 2.617872 gp_port_read (3): Reading 1024 = 0x400 bytes from port... 2.619746 gp_port_read (3): Read 158 = 0x9e out of 1024 bytes from port: (hexdump of 158 bytes) 0000 9e 00 00 00 02 00 08 10-17 00 00 00 01 00 01 00 ................ 0010 01 38 00 00 c7 33 13 00-08 38 62 23 00 00 a0 00 .8...3...8b#.... 0020 00 00 78 00 00 00 90 07-00 00 10 05 00 00 00 00 ..x............. 0030 00 00 00 00 19 11 00 00-00 00 00 00 00 00 00 00 ................ 0040 0d 44 00 53 00 43 00 5f-00 30 00 30 00 31 00 33 .D.S.C._.0.0.1.3 0050 00 2e 00 4a 00 50 00 47-00 00 00 10 32 00 30 00 ...J.P.G....2.0. 0060 32 00 31 00 30 00 38 00-32 00 36 00 54 00 31 00 2.1.0.8.2.6.T.1. 0070 30 00 30 00 31 00 31 00-38 00 00 00 10 32 00 30 0.0.1.1.8....2.0 0080 00 32 00 31 00 30 00 38-00 32 00 36 00 54 00 31 .2.1.0.8.2.6.T.1 0090 00 30 00 30 00 31 00 31-00 38 00 00 00 00 .0.0.1.1.8....

2.619796 ptp_usb_getresp (2): Reading PTP_OC 0x1008 (Get object info) response... 2.619828 gp_port_read (3): Reading 1024 = 0x400 bytes from port... 2.619986 gp_port_read (3): Read 12 = 0xc out of 1024 bytes from port: (hexdump of 12 bytes) 0000 0c 00 00 00 03 00 01 20-17 00 00 00 ....... ....

2.620073 debug_objectinfo (2): ObjectInfo for 'DSC_0013.JPG': 2.620106 debug_objectinfo (2): Object ID: 0x2919000d 2.620137 debug_objectinfo (2): StorageID: 0x00010001 2.620167 debug_objectinfo (2): ObjectFormat: 0x3801 2.620197 debug_objectinfo (2): ProtectionStatus: 0x0000 2.620226 debug_objectinfo (2): ObjectCompressedSize: 1258439 2.620256 debug_objectinfo (2): ThumbFormat: 0x3808 2.620285 debug_objectinfo (2): ThumbCompressedSize: 9058 2.620314 debug_objectinfo (2): ThumbPixWidth: 160 2.620342 debug_objectinfo (2): ThumbPixHeight: 120 2.620372 debug_objectinfo (2): ImagePixWidth: 1936 2.620401 debug_objectinfo (2): ImagePixHeight: 1296 2.620430 debug_objectinfo (2): ImageBitDepth: 0 2.620459 debug_objectinfo (2): ParentObject: 0x11190000 2.620489 debug_objectinfo (2): AssociationType: 0x0000 2.620519 debug_objectinfo (2): AssociationDesc: 0x00000000 2.620549 debug_objectinfo (2): SequenceNumber: 0x00000000 2.620578 debug_objectinfo (2): ModificationDate: 0x61274a4e 2.620608 debug_objectinfo (2): CaptureDate: 0x61274a4e 2.620648 ptp_usb_sendreq (2): Sending PTP_OC 0x1008 (Get object info) (0x2919000e) request... 2.620681 gp_port_write (3): Writing 16 = 0x10 bytes to port... 2.620824 gp_port_write (3): Wrote 16 = 0x10 bytes to port: (hexdump of 16 bytes) 0000 10 00 00 00 01 00 08 10-18 00 00 00 0e 00 19 29 ...............)

2.620867 ptp_usb_getdata (2): Reading PTP_OC 0x1008 (Get object info) data... 2.620902 gp_port_read (3): Reading 1024 = 0x400 bytes from port... 2.623162 gp_port_read (3): Read 158 = 0x9e out of 1024 bytes from port: (hexdump of 158 bytes) 0000 9e 00 00 00 02 00 08 10-18 00 00 00 01 00 01 00 ................ 0010 01 38 00 00 71 38 13 00-08 38 60 23 00 00 a0 00 .8..q8...8`#.... 0020 00 00 78 00 00 00 90 07-00 00 10 05 00 00 00 00 ..x............. 0030 00 00 00 00 19 11 00 00-00 00 00 00 00 00 00 00 ................ 0040 0d 44 00 53 00 43 00 5f-00 30 00 30 00 31 00 34 .D.S.C._.0.0.1.4 0050 00 2e 00 4a 00 50 00 47-00 00 00 10 32 00 30 00 ...J.P.G....2.0. 0060 32 00 31 00 30 00 38 00-32 00 36 00 54 00 31 00 2.1.0.8.2.6.T.1. 0070 30 00 30 00 31 00 35 00-36 00 00 00 10 32 00 30 0.0.1.5.6....2.0 0080 00 32 00 31 00 30 00 38-00 32 00 36 00 54 00 31 .2.1.0.8.2.6.T.1 0090 00 30 00 30 00 31 00 35-00 36 00 00 00 00 .0.0.1.5.6....

2.623214 ptp_usb_getresp (2): Reading PTP_OC 0x1008 (Get object info) response... 2.623246 gp_port_read (3): Reading 1024 = 0x400 bytes from port... 2.623460 gp_port_read (3): Read 12 = 0xc out of 1024 bytes from port: (hexdump of 12 bytes) 0000 0c 00 00 00 03 00 01 20-18 00 00 00 ....... ....

2.623560 debug_objectinfo (2): ObjectInfo for 'DSC_0014.JPG': 2.623596 debug_objectinfo (2): Object ID: 0x2919000e 2.623627 debug_objectinfo (2): StorageID: 0x00010001 2.623657 debug_objectinfo (2): ObjectFormat: 0x3801 2.623687 debug_objectinfo (2): ProtectionStatus: 0x0000 2.623717 debug_objectinfo (2): ObjectCompressedSize: 1259633 2.623746 debug_objectinfo (2): ThumbFormat: 0x3808 2.623775 debug_objectinfo (2): ThumbCompressedSize: 9056 2.623804 debug_objectinfo (2): ThumbPixWidth: 160 2.623833 debug_objectinfo (2): ThumbPixHeight: 120 2.623862 debug_objectinfo (2): ImagePixWidth: 1936 2.623891 debug_objectinfo (2): ImagePixHeight: 1296 2.623920 debug_objectinfo (2): ImageBitDepth: 0 2.623950 debug_objectinfo (2): ParentObject: 0x11190000 2.623980 debug_objectinfo (2): AssociationType: 0x0000 2.624010 debug_objectinfo (2): AssociationDesc: 0x00000000 2.624040 debug_objectinfo (2): SequenceNumber: 0x00000000 2.624069 debug_objectinfo (2): ModificationDate: 0x61274a74 2.624099 debug_objectinfo (2): CaptureDate: 0x61274a74 2.624143 ptp_usb_sendreq (2): Sending PTP_OC 0x1008 (Get object info) (0x2919000f) request... 2.624175 gp_port_write (3): Writing 16 = 0x10 bytes to port... 2.624336 gp_port_write (3): Wrote 16 = 0x10 bytes to port: (hexdump of 16 bytes) 0000 10 00 00 00 01 00 08 10-19 00 00 00 0f 00 19 29 ...............)

2.624380 ptp_usb_getdata (2): Reading PTP_OC 0x1008 (Get object info) data... 2.624415 gp_port_read (3): Reading 1024 = 0x400 bytes from port... 2.626791 gp_port_read (3): Read 158 = 0x9e out of 1024 bytes from port: (hexdump of 158 bytes) 0000 9e 00 00 00 02 00 08 10-19 00 00 00 01 00 01 00 ................ 0010 01 38 00 00 fc 30 13 00-08 38 c1 23 00 00 a0 00 .8...0...8.#.... 0020 00 00 78 00 00 00 90 07-00 00 10 05 00 00 00 00 ..x............. 0030 00 00 00 00 19 11 00 00-00 00 00 00 00 00 00 00 ................ 0040 0d 44 00 53 00 43 00 5f-00 30 00 30 00 31 00 35 .D.S.C._.0.0.1.5 0050 00 2e 00 4a 00 50 00 47-00 00 00 10 32 00 30 00 ...J.P.G....2.0. 0060 32 00 31 00 30 00 38 00-32 00 36 00 54 00 31 00 2.1.0.8.2.6.T.1. 0070 30 00 31 00 37 00 34 00-36 00 00 00 10 32 00 30 0.1.7.4.6....2.0 0080 00 32 00 31 00 30 00 38-00 32 00 36 00 54 00 31 .2.1.0.8.2.6.T.1 0090 00 30 00 31 00 37 00 34-00 36 00 00 00 00 .0.1.7.4.6....

2.626851 ptp_usb_getresp (2): Reading PTP_OC 0x1008 (Get object info) response... 2.626883 gp_port_read (3): Reading 1024 = 0x400 bytes from port... 2.627039 gp_port_read (3): Read 12 = 0xc out of 1024 bytes from port: (hexdump of 12 bytes) 0000 0c 00 00 00 03 00 01 20-19 00 00 00 ....... ....

2.627130 debug_objectinfo (2): ObjectInfo for 'DSC_0015.JPG': 2.627164 debug_objectinfo (2): Object ID: 0x2919000f 2.627194 debug_objectinfo (2): StorageID: 0x00010001 2.627224 debug_objectinfo (2): ObjectFormat: 0x3801 2.627254 debug_objectinfo (2): ProtectionStatus: 0x0000 2.627283 debug_objectinfo (2): ObjectCompressedSize: 1257724 2.627313 debug_objectinfo (2): ThumbFormat: 0x3808 2.627343 debug_objectinfo (2): ThumbCompressedSize: 9153 2.627372 debug_objectinfo (2): ThumbPixWidth: 160 2.627401 debug_objectinfo (2): ThumbPixHeight: 120 2.627430 debug_objectinfo (2): ImagePixWidth: 1936 2.627459 debug_objectinfo (2): ImagePixHeight: 1296 2.627489 debug_objectinfo (2): ImageBitDepth: 0 2.627558 debug_objectinfo (2): ParentObject: 0x11190000 2.627589 debug_objectinfo (2): AssociationType: 0x0000 2.627619 debug_objectinfo (2): AssociationDesc: 0x00000000 2.627649 debug_objectinfo (2): SequenceNumber: 0x00000000 2.627679 debug_objectinfo (2): ModificationDate: 0x61274e2a 2.627709 debug_objectinfo (2): CaptureDate: 0x61274e2a 2.627750 ptp_usb_sendreq (2): Sending PTP_OC 0x1008 (Get object info) (0x29190010) request... 2.627782 gp_port_write (3): Writing 16 = 0x10 bytes to port... 2.627943 gp_port_write (3): Wrote 16 = 0x10 bytes to port: (hexdump of 16 bytes) 0000 10 00 00 00 01 00 08 10-1a 00 00 00 10 00 19 29 ...............)

2.627986 ptp_usb_getdata (2): Reading PTP_OC 0x1008 (Get object info) data... 2.628021 gp_port_read (3): Reading 1024 = 0x400 bytes from port... 2.630359 gp_port_read (3): Read 158 = 0x9e out of 1024 bytes from port: (hexdump of 158 bytes) 0000 9e 00 00 00 02 00 08 10-1a 00 00 00 01 00 01 00 ................ 0010 01 38 00 00 ed 31 13 00-08 38 af 23 00 00 a0 00 .8...1...8.#.... 0020 00 00 78 00 00 00 90 07-00 00 10 05 00 00 00 00 ..x............. 0030 00 00 00 00 19 11 00 00-00 00 00 00 00 00 00 00 ................ 0040 0d 44 00 53 00 43 00 5f-00 30 00 30 00 31 00 36 .D.S.C._.0.0.1.6 0050 00 2e 00 4a 00 50 00 47-00 00 00 10 32 00 30 00 ...J.P.G....2.0. 0060 32 00 31 00 30 00 38 00-32 00 36 00 54 00 31 00 2.1.0.8.2.6.T.1. 0070 30 00 31 00 37 00 35 00-36 00 00 00 10 32 00 30 0.1.7.5.6....2.0 0080 00 32 00 31 00 30 00 38-00 32 00 36 00 54 00 31 .2.1.0.8.2.6.T.1 0090 00 30 00 31 00 37 00 35-00 36 00 00 00 00 .0.1.7.5.6....

2.630409 ptp_usb_getresp (2): Reading PTP_OC 0x1008 (Get object info) response... 2.630441 gp_port_read (3): Reading 1024 = 0x400 bytes from port... 2.630599 gp_port_read (3): Read 12 = 0xc out of 1024 bytes from port: (hexdump of 12 bytes) 0000 0c 00 00 00 03 00 01 20-1a 00 00 00 ....... ....

2.630687 debug_objectinfo (2): ObjectInfo for 'DSC_0016.JPG': 2.630721 debug_objectinfo (2): Object ID: 0x29190010 2.630751 debug_objectinfo (2): StorageID: 0x00010001 2.630781 debug_objectinfo (2): ObjectFormat: 0x3801 2.630811 debug_objectinfo (2): ProtectionStatus: 0x0000 2.630841 debug_objectinfo (2): ObjectCompressedSize: 1257965 2.630871 debug_objectinfo (2): ThumbFormat: 0x3808 2.630901 debug_objectinfo (2): ThumbCompressedSize: 9135 2.630930 debug_objectinfo (2): ThumbPixWidth: 160 2.630960 debug_objectinfo (2): ThumbPixHeight: 120 2.630990 debug_objectinfo (2): ImagePixWidth: 1936 2.631019 debug_objectinfo (2): ImagePixHeight: 1296 2.631049 debug_objectinfo (2): ImageBitDepth: 0 2.631079 debug_objectinfo (2): ParentObject: 0x11190000 2.631114 debug_objectinfo (2): AssociationType: 0x0000 2.631144 debug_objectinfo (2): AssociationDesc: 0x00000000 2.631174 debug_objectinfo (2): SequenceNumber: 0x00000000 2.631203 debug_objectinfo (2): ModificationDate: 0x61274e34 2.631233 debug_objectinfo (2): CaptureDate: 0x61274e34 2.631275 ptp_usb_sendreq (2): Sending PTP_OC 0x1008 (Get object info) (0x29190011) request... 2.631307 gp_port_write (3): Writing 16 = 0x10 bytes to port... 2.631449 gp_port_write (3): Wrote 16 = 0x10 bytes to port: (hexdump of 16 bytes) 0000 10 00 00 00 01 00 08 10-1b 00 00 00 11 00 19 29 ...............)

2.631491 ptp_usb_getdata (2): Reading PTP_OC 0x1008 (Get object info) data... 2.631525 gp_port_read (3): Reading 1024 = 0x400 bytes from port... 2.633911 gp_port_read (3): Read 158 = 0x9e out of 1024 bytes from port: (hexdump of 158 bytes) 0000 9e 00 00 00 02 00 08 10-1b 00 00 00 01 00 01 00 ................ 0010 01 38 00 00 c5 2a 13 00-08 38 b0 23 00 00 a0 00 .8...*...8.#.... 0020 00 00 78 00 00 00 90 07-00 00 10 05 00 00 00 00 ..x............. 0030 00 00 00 00 19 11 00 00-00 00 00 00 00 00 00 00 ................ 0040 0d 44 00 53 00 43 00 5f-00 30 00 30 00 31 00 37 .D.S.C._.0.0.1.7 0050 00 2e 00 4a 00 50 00 47-00 00 00 10 32 00 30 00 ...J.P.G....2.0. 0060 32 00 31 00 30 00 38 00-32 00 36 00 54 00 31 00 2.1.0.8.2.6.T.1. 0070 30 00 31 00 38 00 30 00-38 00 00 00 10 32 00 30 0.1.8.0.8....2.0 0080 00 32 00 31 00 30 00 38-00 32 00 36 00 54 00 31 .2.1.0.8.2.6.T.1 0090 00 30 00 31 00 38 00 30-00 38 00 00 00 00 .0.1.8.0.8....

2.633999 ptp_usb_getresp (2): Reading PTP_OC 0x1008 (Get object info) response... 2.634033 gp_port_read (3): Reading 1024 = 0x400 bytes from port... 2.634190 gp_port_read (3): Read 12 = 0xc out of 1024 bytes from port: (hexdump of 12 bytes) 0000 0c 00 00 00 03 00 01 20-1b 00 00 00 ....... ....

2.634280 debug_objectinfo (2): ObjectInfo for 'DSC_0017.JPG': 2.634314 debug_objectinfo (2): Object ID: 0x29190011 2.634344 debug_objectinfo (2): StorageID: 0x00010001 2.634374 debug_objectinfo (2): ObjectFormat: 0x3801 2.634404 debug_objectinfo (2): ProtectionStatus: 0x0000 2.634433 debug_objectinfo (2): ObjectCompressedSize: 1256133 2.634462 debug_objectinfo (2): ThumbFormat: 0x3808 2.634492 debug_objectinfo (2): ThumbCompressedSize: 9136 2.634521 debug_objectinfo (2): ThumbPixWidth: 160 2.634550 debug_objectinfo (2): ThumbPixHeight: 120 2.634579 debug_objectinfo (2): ImagePixWidth: 1936 2.634608 debug_objectinfo (2): ImagePixHeight: 1296 2.634637 debug_objectinfo (2): ImageBitDepth: 0 2.634666 debug_objectinfo (2): ParentObject: 0x11190000 2.634696 debug_objectinfo (2): AssociationType: 0x0000 2.634726 debug_objectinfo (2): AssociationDesc: 0x00000000 2.634756 debug_objectinfo (2): SequenceNumber: 0x00000000 2.634786 debug_objectinfo (2): ModificationDate: 0x61274e40 2.634816 debug_objectinfo (2): CaptureDate: 0x61274e40 2.634857 ptp_usb_sendreq (2): Sending PTP_OC 0x1008 (Get object info) (0x29190012) request... 2.634889 gp_port_write (3): Writing 16 = 0x10 bytes to port... 2.635048 gp_port_write (3): Wrote 16 = 0x10 bytes to port: (hexdump of 16 bytes) 0000 10 00 00 00 01 00 08 10-1c 00 00 00 12 00 19 29 ...............)

2.635123 ptp_usb_getdata (2): Reading PTP_OC 0x1008 (Get object info) data... 2.635171 gp_port_read (3): Reading 1024 = 0x400 bytes from port... 2.637518 gp_port_read (3): Read 158 = 0x9e out of 1024 bytes from port: (hexdump of 158 bytes) 0000 9e 00 00 00 02 00 08 10-1c 00 00 00 01 00 01 00 ................ 0010 01 38 00 00 91 27 13 00-08 38 94 23 00 00 a0 00 .8...'...8.#.... 0020 00 00 78 00 00 00 90 07-00 00 10 05 00 00 00 00 ..x............. 0030 00 00 00 00 19 11 00 00-00 00 00 00 00 00 00 00 ................ 0040 0d 44 00 53 00 43 00 5f-00 30 00 30 00 31 00 38 .D.S.C._.0.0.1.8 0050 00 2e 00 4a 00 50 00 47-00 00 00 10 32 00 30 00 ...J.P.G....2.0. 0060 32 00 31 00 30 00 38 00-32 00 36 00 54 00 31 00 2.1.0.8.2.6.T.1. 0070 30 00 31 00 38 00 32 00-32 00 00 00 10 32 00 30 0.1.8.2.2....2.0 0080 00 32 00 31 00 30 00 38-00 32 00 36 00 54 00 31 .2.1.0.8.2.6.T.1 0090 00 30 00 31 00 38 00 32-00 32 00 00 00 00 .0.1.8.2.2....

2.637569 ptp_usb_getresp (2): Reading PTP_OC 0x1008 (Get object info) response... 2.637601 gp_port_read (3): Reading 1024 = 0x400 bytes from port... 2.637753 gp_port_read (3): Read 12 = 0xc out of 1024 bytes from port: (hexdump of 12 bytes) 0000 0c 00 00 00 03 00 01 20-1c 00 00 00 ....... ....

2.637843 debug_objectinfo (2): ObjectInfo for 'DSC_0018.JPG': 2.637913 debug_objectinfo (2): Object ID: 0x29190012 2.637944 debug_objectinfo (2): StorageID: 0x00010001 2.637974 debug_objectinfo (2): ObjectFormat: 0x3801 2.638005 debug_objectinfo (2): ProtectionStatus: 0x0000 2.638034 debug_objectinfo (2): ObjectCompressedSize: 1255313 2.638064 debug_objectinfo (2): ThumbFormat: 0x3808 2.638093 debug_objectinfo (2): ThumbCompressedSize: 9108 2.638122 debug_objectinfo (2): ThumbPixWidth: 160 2.638151 debug_objectinfo (2): ThumbPixHeight: 120 2.638180 debug_objectinfo (2): ImagePixWidth: 1936 2.638209 debug_objectinfo (2): ImagePixHeight: 1296 2.638238 debug_objectinfo (2): ImageBitDepth: 0 2.638268 debug_objectinfo (2): ParentObject: 0x11190000 2.638298 debug_objectinfo (2): AssociationType: 0x0000 2.638328 debug_objectinfo (2): AssociationDesc: 0x00000000 2.638358 debug_objectinfo (2): SequenceNumber: 0x00000000 2.638387 debug_objectinfo (2): ModificationDate: 0x61274e4e 2.638417 debug_objectinfo (2): CaptureDate: 0x61274e4e 2.638459 ptp_usb_sendreq (2): Sending PTP_OC 0x1008 (Get object info) (0x29190013) request... 2.638491 gp_port_write (3): Writing 16 = 0x10 bytes to port... 2.638633 gp_port_write (3): Wrote 16 = 0x10 bytes to port: (hexdump of 16 bytes) 0000 10 00 00 00 01 00 08 10-1d 00 00 00 13 00 19 29 ...............)

2.638677 ptp_usb_getdata (2): Reading PTP_OC 0x1008 (Get object info) data... 2.638712 gp_port_read (3): Reading 1024 = 0x400 bytes from port... 2.641039 gp_port_read (3): Read 158 = 0x9e out of 1024 bytes from port: (hexdump of 158 bytes) 0000 9e 00 00 00 02 00 08 10-1d 00 00 00 01 00 01 00 ................ 0010 01 38 00 00 5d 1a 14 00-08 38 87 23 00 00 a0 00 .8..]....8.#.... 0020 00 00 78 00 00 00 90 07-00 00 10 05 00 00 00 00 ..x............. 0030 00 00 00 00 19 11 00 00-00 00 00 00 00 00 00 00 ................ 0040 0d 44 00 53 00 43 00 5f-00 30 00 30 00 31 00 39 .D.S.C._.0.0.1.9 0050 00 2e 00 4a 00 50 00 47-00 00 00 10 32 00 30 00 ...J.P.G....2.0. 0060 32 00 31 00 30 00 38 00-32 00 36 00 54 00 31 00 2.1.0.8.2.6.T.1. 0070 30 00 32 00 32 00 31 00-30 00 00 00 10 32 00 30 0.2.2.1.0....2.0 0080 00 32 00 31 00 30 00 38-00 32 00 36 00 54 00 31 .2.1.0.8.2.6.T.1 0090 00 30 00 32 00 32 00 31-00 30 00 00 00 00 .0.2.2.1.0....

2.641088 ptp_usb_getresp (2): Reading PTP_OC 0x1008 (Get object info) response... 2.641120 gp_port_read (3): Reading 1024 = 0x400 bytes from port... 2.641270 gp_port_read (3): Read 12 = 0xc out of 1024 bytes from port: (hexdump of 12 bytes) 0000 0c 00 00 00 03 00 01 20-1d 00 00 00 ....... ....

2.641361 debug_objectinfo (2): ObjectInfo for 'DSC_0019.JPG': 2.641395 debug_objectinfo (2): Object ID: 0x29190013 2.641425 debug_objectinfo (2): StorageID: 0x00010001 2.641455 debug_objectinfo (2): ObjectFormat: 0x3801 2.641485 debug_objectinfo (2): ProtectionStatus: 0x0000 2.641515 debug_objectinfo (2): ObjectCompressedSize: 1317469 2.641544 debug_objectinfo (2): ThumbFormat: 0x3808 2.641573 debug_objectinfo (2): ThumbCompressedSize: 9095 2.641603 debug_objectinfo (2): ThumbPixWidth: 160 2.641631 debug_objectinfo (2): ThumbPixHeight: 120 2.641660 debug_objectinfo (2): ImagePixWidth: 1936 2.641689 debug_objectinfo (2): ImagePixHeight: 1296 2.641718 debug_objectinfo (2): ImageBitDepth: 0 2.641748 debug_objectinfo (2): ParentObject: 0x11190000 2.641778 debug_objectinfo (2): AssociationType: 0x0000 2.641808 debug_objectinfo (2): AssociationDesc: 0x00000000 2.641838 debug_objectinfo (2): SequenceNumber: 0x00000000 2.641905 debug_objectinfo (2): ModificationDate: 0x61274f32 2.641935 debug_objectinfo (2): CaptureDate: 0x61274f32 2.641978 ptp_usb_sendreq (2): Sending PTP_OC 0x1008 (Get object info) (0x29190015) request... 2.642010 gp_port_write (3): Writing 16 = 0x10 bytes to port... 2.642162 gp_port_write (3): Wrote 16 = 0x10 bytes to port: (hexdump of 16 bytes) 0000 10 00 00 00 01 00 08 10-1e 00 00 00 15 00 19 29 ...............)

2.642205 ptp_usb_getdata (2): Reading PTP_OC 0x1008 (Get object info) data... 2.642240 gp_port_read (3): Reading 1024 = 0x400 bytes from port... 2.644358 gp_port_read (3): Read 158 = 0x9e out of 1024 bytes from port: (hexdump of 158 bytes) 0000 9e 00 00 00 02 00 08 10-1e 00 00 00 01 00 01 00 ................ 0010 01 38 00 00 b9 1d 14 00-08 38 a3 23 00 00 a0 00 .8.......8.#.... 0020 00 00 78 00 00 00 90 07-00 00 10 05 00 00 00 00 ..x............. 0030 00 00 00 00 19 11 00 00-00 00 00 00 00 00 00 00 ................ 0040 0d 44 00 53 00 43 00 5f-00 30 00 30 00 32 00 31 .D.S.C._.0.0.2.1 0050 00 2e 00 4a 00 50 00 47-00 00 00 10 32 00 30 00 ...J.P.G....2.0. 0060 32 00 31 00 30 00 38 00-32 00 36 00 54 00 31 00 2.1.0.8.2.6.T.1. 0070 30 00 32 00 32 00 34 00-36 00 00 00 10 32 00 30 0.2.2.4.6....2.0 0080 00 32 00 31 00 30 00 38-00 32 00 36 00 54 00 31 .2.1.0.8.2.6.T.1 0090 00 30 00 32 00 32 00 34-00 36 00 00 00 00 .0.2.2.4.6....

2.644408 ptp_usb_getresp (2): Reading PTP_OC 0x1008 (Get object info) response... 2.644441 gp_port_read (3): Reading 1024 = 0x400 bytes from port... 2.644584 gp_port_read (3): Read 12 = 0xc out of 1024 bytes from port: (hexdump of 12 bytes) 0000 0c 00 00 00 03 00 01 20-1e 00 00 00 ....... ....

2.644675 debug_objectinfo (2): ObjectInfo for 'DSC_0021.JPG': 2.644710 debug_objectinfo (2): Object ID: 0x29190015 2.644740 debug_objectinfo (2): StorageID: 0x00010001 2.644770 debug_objectinfo (2): ObjectFormat: 0x3801 2.644801 debug_objectinfo (2): ProtectionStatus: 0x0000 2.644830 debug_objectinfo (2): ObjectCompressedSize: 1318329 2.644860 debug_objectinfo (2): ThumbFormat: 0x3808 2.644890 debug_objectinfo (2): ThumbCompressedSize: 9123 2.644919 debug_objectinfo (2): ThumbPixWidth: 160 2.644948 debug_objectinfo (2): ThumbPixHeight: 120 2.644977 debug_objectinfo (2): ImagePixWidth: 1936 2.645005 debug_objectinfo (2): ImagePixHeight: 1296 2.645035 debug_objectinfo (2): ImageBitDepth: 0 2.645136 debug_objectinfo (2): ParentObject: 0x11190000 2.645181 debug_objectinfo (2): AssociationType: 0x0000 2.645212 debug_objectinfo (2): AssociationDesc: 0x00000000 2.645242 debug_objectinfo (2): SequenceNumber: 0x00000000 2.645272 debug_objectinfo (2): ModificationDate: 0x61274f56 2.645302 debug_objectinfo (2): CaptureDate: 0x61274f56 2.645347 ptp_usb_sendreq (2): Sending PTP_OC 0x1008 (Get object info) (0x29190016) request... 2.645380 gp_port_write (3): Writing 16 = 0x10 bytes to port... 2.645537 gp_port_write (3): Wrote 16 = 0x10 bytes to port: (hexdump of 16 bytes) 0000 10 00 00 00 01 00 08 10-1f 00 00 00 16 00 19 29 ...............)

2.645581 ptp_usb_getdata (2): Reading PTP_OC 0x1008 (Get object info) data... 2.645616 gp_port_read (3): Reading 1024 = 0x400 bytes from port... 2.648179 gp_port_read (3): Read 158 = 0x9e out of 1024 bytes from port: (hexdump of 158 bytes) 0000 9e 00 00 00 02 00 08 10-1f 00 00 00 01 00 01 00 ................ 0010 01 38 00 00 2e 21 14 00-08 38 91 23 00 00 a0 00 .8...!...8.#.... 0020 00 00 78 00 00 00 90 07-00 00 10 05 00 00 00 00 ..x............. 0030 00 00 00 00 19 11 00 00-00 00 00 00 00 00 00 00 ................ 0040 0d 44 00 53 00 43 00 5f-00 30 00 30 00 32 00 32 .D.S.C._.0.0.2.2 0050 00 2e 00 4a 00 50 00 47-00 00 00 10 32 00 30 00 ...J.P.G....2.0. 0060 32 00 31 00 30 00 38 00-32 00 36 00 54 00 31 00 2.1.0.8.2.6.T.1. 0070 30 00 32 00 34 00 30 00-38 00 00 00 10 32 00 30 0.2.4.0.8....2.0 0080 00 32 00 31 00 30 00 38-00 32 00 36 00 54 00 31 .2.1.0.8.2.6.T.1 0090 00 30 00 32 00 34 00 30-00 38 00 00 00 00 .0.2.4.0.8....

2.648274 ptp_usb_getresp (2): Reading PTP_OC 0x1008 (Get object info) response... 2.648308 gp_port_read (3): Reading 1024 = 0x400 bytes from port... 2.648466 gp_port_read (3): Read 12 = 0xc out of 1024 bytes from port: (hexdump of 12 bytes) 0000 0c 00 00 00 03 00 01 20-1f 00 00 00 ....... ....

2.648557 debug_objectinfo (2): ObjectInfo for 'DSC_0022.JPG': 2.648590 debug_objectinfo (2): Object ID: 0x29190016 2.648621 debug_objectinfo (2): StorageID: 0x00010001 2.648650 debug_objectinfo (2): ObjectFormat: 0x3801 2.648680 debug_objectinfo (2): ProtectionStatus: 0x0000 2.648710 debug_objectinfo (2): ObjectCompressedSize: 1319214 2.648739 debug_objectinfo (2): ThumbFormat: 0x3808 2.648768 debug_objectinfo (2): ThumbCompressedSize: 9105 2.648797 debug_objectinfo (2): ThumbPixWidth: 160 2.648826 debug_objectinfo (2): ThumbPixHeight: 120 2.648855 debug_objectinfo (2): ImagePixWidth: 1936 2.648884 debug_objectinfo (2): ImagePixHeight: 1296 2.648913 debug_objectinfo (2): ImageBitDepth: 0 2.648942 debug_objectinfo (2): ParentObject: 0x11190000 2.648972 debug_objectinfo (2): AssociationType: 0x0000 2.649002 debug_objectinfo (2): AssociationDesc: 0x00000000 2.649032 debug_objectinfo (2): SequenceNumber: 0x00000000 2.649061 debug_objectinfo (2): ModificationDate: 0x61274fa8 2.649091 debug_objectinfo (2): CaptureDate: 0x61274fa8 2.649134 ptp_usb_sendreq (2): Sending PTP_OC 0x1008 (Get object info) (0x29190017) request... 2.649165 gp_port_write (3): Writing 16 = 0x10 bytes to port... 2.649333 gp_port_write (3): Wrote 16 = 0x10 bytes to port: (hexdump of 16 bytes) 0000 10 00 00 00 01 00 08 10-20 00 00 00 17 00 19 29 ........ ......)

2.649377 ptp_usb_getdata (2): Reading PTP_OC 0x1008 (Get object info) data... 2.649411 gp_port_read (3): Reading 1024 = 0x400 bytes from port... 2.651872 gp_port_read (3): Read 158 = 0x9e out of 1024 bytes from port: (hexdump of 158 bytes) 0000 9e 00 00 00 02 00 08 10-20 00 00 00 01 00 01 00 ........ ....... 0010 01 38 00 00 a0 30 13 00-08 38 ad 23 00 00 a0 00 .8...0...8.#.... 0020 00 00 78 00 00 00 90 07-00 00 10 05 00 00 00 00 ..x............. 0030 00 00 00 00 19 11 00 00-00 00 00 00 00 00 00 00 ................ 0040 0d 44 00 53 00 43 00 5f-00 30 00 30 00 32 00 33 .D.S.C._.0.0.2.3 0050 00 2e 00 4a 00 50 00 47-00 00 00 10 32 00 30 00 ...J.P.G....2.0. 0060 32 00 31 00 30 00 38 00-32 00 36 00 54 00 31 00 2.1.0.8.2.6.T.1. 0070 30 00 32 00 35 00 35 00-38 00 00 00 10 32 00 30 0.2.5.5.8....2.0 0080 00 32 00 31 00 30 00 38-00 32 00 36 00 54 00 31 .2.1.0.8.2.6.T.1 0090 00 30 00 32 00 35 00 35-00 38 00 00 00 00 .0.2.5.5.8....

2.651921 ptp_usb_getresp (2): Reading PTP_OC 0x1008 (Get object info) response... 2.651954 gp_port_read (3): Reading 1024 = 0x400 bytes from port... 2.652172 gp_port_read (3): Read 12 = 0xc out of 1024 bytes from port: (hexdump of 12 bytes) 0000 0c 00 00 00 03 00 01 20-20 00 00 00 ....... ...

2.652260 debug_objectinfo (2): ObjectInfo for 'DSC_0023.JPG': 2.652295 debug_objectinfo (2): Object ID: 0x29190017 2.652325 debug_objectinfo (2): StorageID: 0x00010001 2.652355 debug_objectinfo (2): ObjectFormat: 0x3801 2.652385 debug_objectinfo (2): ProtectionStatus: 0x0000 2.652452 debug_objectinfo (2): ObjectCompressedSize: 1257632 2.652482 debug_objectinfo (2): ThumbFormat: 0x3808 2.652512 debug_objectinfo (2): ThumbCompressedSize: 9133 2.652541 debug_objectinfo (2): ThumbPixWidth: 160 2.652570 debug_objectinfo (2): ThumbPixHeight: 120 2.652599 debug_objectinfo (2): ImagePixWidth: 1936 2.652628 debug_objectinfo (2): ImagePixHeight: 1296 2.652657 debug_objectinfo (2): ImageBitDepth: 0 2.652686 debug_objectinfo (2): ParentObject: 0x11190000 2.652716 debug_objectinfo (2): AssociationType: 0x0000 2.652746 debug_objectinfo (2): AssociationDesc: 0x00000000 2.652776 debug_objectinfo (2): SequenceNumber: 0x00000000 2.652806 debug_objectinfo (2): ModificationDate: 0x61275016 2.652835 debug_objectinfo (2): CaptureDate: 0x61275016 2.652877 ptp_usb_sendreq (2): Sending PTP_OC 0x1008 (Get object info) (0x29190018) request... 2.652909 gp_port_write (3): Writing 16 = 0x10 bytes to port... 2.653067 gp_port_write (3): Wrote 16 = 0x10 bytes to port: (hexdump of 16 bytes) 0000 10 00 00 00 01 00 08 10-21 00 00 00 18 00 19 29 ........!......)

2.653110 ptp_usb_getdata (2): Reading PTP_OC 0x1008 (Get object info) data... 2.653144 gp_port_read (3): Reading 1024 = 0x400 bytes from port... 2.655491 gp_port_read (3): Read 158 = 0x9e out of 1024 bytes from port: (hexdump of 158 bytes) 0000 9e 00 00 00 02 00 08 10-21 00 00 00 01 00 01 00 ........!....... 0010 01 38 00 00 31 f5 13 00-08 38 de 23 00 00 a0 00 .8..1....8.#.... 0020 00 00 78 00 00 00 90 07-00 00 10 05 00 00 00 00 ..x............. 0030 00 00 00 00 19 11 00 00-00 00 00 00 00 00 00 00 ................ 0040 0d 44 00 53 00 43 00 5f-00 30 00 30 00 32 00 34 .D.S.C._.0.0.2.4 0050 00 2e 00 4a 00 50 00 47-00 00 00 10 32 00 30 00 ...J.P.G....2.0. 0060 32 00 31 00 30 00 38 00-32 00 36 00 54 00 31 00 2.1.0.8.2.6.T.1. 0070 30 00 32 00 37 00 35 00-32 00 00 00 10 32 00 30 0.2.7.5.2....2.0 0080 00 32 00 31 00 30 00 38-00 32 00 36 00 54 00 31 .2.1.0.8.2.6.T.1 0090 00 30 00 32 00 37 00 35-00 32 00 00 00 00 .0.2.7.5.2....

2.655549 ptp_usb_getresp (2): Reading PTP_OC 0x1008 (Get object info) response... 2.655584 gp_port_read (3): Reading 1024 = 0x400 bytes from port... 2.655741 gp_port_read (3): Read 12 = 0xc out of 1024 bytes from port: (hexdump of 12 bytes) 0000 0c 00 00 00 03 00 01 20-21 00 00 00 ....... !...

2.655830 debug_objectinfo (2): ObjectInfo for 'DSC_0024.JPG': 2.655865 debug_objectinfo (2): Object ID: 0x29190018 2.655895 debug_objectinfo (2): StorageID: 0x00010001 2.655925 debug_objectinfo (2): ObjectFormat: 0x3801 2.655955 debug_objectinfo (2): ProtectionStatus: 0x0000 2.655984 debug_objectinfo (2): ObjectCompressedSize: 1307953 2.656014 debug_objectinfo (2): ThumbFormat: 0x3808 2.656043 debug_objectinfo (2): ThumbCompressedSize: 9182 2.656073 debug_objectinfo (2): ThumbPixWidth: 160 2.656101 debug_objectinfo (2): ThumbPixHeight: 120 2.656130 debug_objectinfo (2): ImagePixWidth: 1936 2.656160 debug_objectinfo (2): ImagePixHeight: 1296 2.656190 debug_objectinfo (2): ImageBitDepth: 0 2.656220 debug_objectinfo (2): ParentObject: 0x11190000 2.656250 debug_objectinfo (2): AssociationType: 0x0000 2.656280 debug_objectinfo (2): AssociationDesc: 0x00000000 2.656310 debug_objectinfo (2): SequenceNumber: 0x00000000 2.656340 debug_objectinfo (2): ModificationDate: 0x61275088 2.656370 debug_objectinfo (2): CaptureDate: 0x61275088 2.656412 ptp_usb_sendreq (2): Sending PTP_OC 0x1008 (Get object info) (0x29190019) request... 2.656444 gp_port_write (3): Writing 16 = 0x10 bytes to port... 2.656624 gp_port_write (3): Wrote 16 = 0x10 bytes to port: (hexdump of 16 bytes) 0000 10 00 00 00 01 00 08 10-22 00 00 00 19 00 19 29 ........"......)

2.656667 ptp_usb_getdata (2): Reading PTP_OC 0x1008 (Get object info) data... 2.656702 gp_port_read (3): Reading 1024 = 0x400 bytes from port... 2.658760 gp_port_read (3): Read 158 = 0x9e out of 1024 bytes from port: (hexdump of 158 bytes) 0000 9e 00 00 00 02 00 08 10-22 00 00 00 01 00 01 00 ........"....... 0010 01 38 00 00 63 cf 11 00-08 38 dc 24 00 00 a0 00 .8..c....8.$.... 0020 00 00 78 00 00 00 90 07-00 00 10 05 00 00 00 00 ..x............. 0030 00 00 00 00 19 11 00 00-00 00 00 00 00 00 00 00 ................ 0040 0d 44 00 53 00 43 00 5f-00 30 00 30 00 32 00 35 .D.S.C._.0.0.2.5 0050 00 2e 00 4a 00 50 00 47-00 00 00 10 32 00 30 00 ...J.P.G....2.0. 0060 32 00 31 00 30 00 38 00-32 00 37 00 54 00 30 00 2.1.0.8.2.7.T.0. 0070 38 00 31 00 32 00 30 00-36 00 00 00 10 32 00 30 8.1.2.0.6....2.0 0080 00 32 00 31 00 30 00 38-00 32 00 37 00 54 00 30 .2.1.0.8.2.7.T.0 0090 00 38 00 31 00 32 00 30-00 36 00 00 00 00 .8.1.2.0.6....

2.658809 ptp_usb_getresp (2): Reading PTP_OC 0x1008 (Get object info) response... 2.658842 gp_port_read (3): Reading 1024 = 0x400 bytes from port... 2.659009 gp_port_read (3): Read 12 = 0xc out of 1024 bytes from port: (hexdump of 12 bytes) 0000 0c 00 00 00 03 00 01 20-22 00 00 00 ....... "...

2.659099 debug_objectinfo (2): ObjectInfo for 'DSC_0025.JPG': 2.659133 debug_objectinfo (2): Object ID: 0x29190019 2.659164 debug_objectinfo (2): StorageID: 0x00010001 2.659193 debug_objectinfo (2): ObjectFormat: 0x3801 2.659223 debug_objectinfo (2): ProtectionStatus: 0x0000 2.659253 debug_objectinfo (2): ObjectCompressedSize: 1167203 2.659282 debug_objectinfo (2): ThumbFormat: 0x3808 2.659312 debug_objectinfo (2): ThumbCompressedSize: 9436 2.659340 debug_objectinfo (2): ThumbPixWidth: 160 2.659369 debug_objectinfo (2): ThumbPixHeight: 120 2.659399 debug_objectinfo (2): ImagePixWidth: 1936 2.659428 debug_objectinfo (2): ImagePixHeight: 1296 2.659457 debug_objectinfo (2): ImageBitDepth: 0 2.659486 debug_objectinfo (2): ParentObject: 0x11190000 2.659516 debug_objectinfo (2): AssociationType: 0x0000 2.659546 debug_objectinfo (2): AssociationDesc: 0x00000000 2.659576 debug_objectinfo (2): SequenceNumber: 0x00000000 2.659605 debug_objectinfo (2): ModificationDate: 0x61288236 2.659635 debug_objectinfo (2): CaptureDate: 0x61288236 2.659677 ptp_usb_sendreq (2): Sending PTP_OC 0x1008 (Get object info) (0x2919001a) request... 2.659709 gp_port_write (3): Writing 16 = 0x10 bytes to port... 2.659849 gp_port_write (3): Wrote 16 = 0x10 bytes to port: (hexdump of 16 bytes) 0000 10 00 00 00 01 00 08 10-23 00 00 00 1a 00 19 29 ........#......)

2.659892 ptp_usb_getdata (2): Reading PTP_OC 0x1008 (Get object info) data... 2.659928 gp_port_read (3): Reading 1024 = 0x400 bytes from port... 2.661926 gp_port_read (3): Read 158 = 0x9e out of 1024 bytes from port: (hexdump of 158 bytes) 0000 9e 00 00 00 02 00 08 10-23 00 00 00 01 00 01 00 ........#....... 0010 01 38 00 00 2b 44 0b 00-08 38 6c 23 00 00 a0 00 .8..+D...8l#.... 0020 00 00 78 00 00 00 90 07-00 00 10 05 00 00 00 00 ..x............. 0030 00 00 00 00 19 11 00 00-00 00 00 00 00 00 00 00 ................ 0040 0d 44 00 53 00 43 00 5f-00 30 00 30 00 32 00 36 .D.S.C._.0.0.2.6 0050 00 2e 00 4a 00 50 00 47-00 00 00 10 32 00 30 00 ...J.P.G....2.0. 0060 32 00 31 00 30 00 38 00-32 00 37 00 54 00 30 00 2.1.0.8.2.7.T.0. 0070 38 00 31 00 33 00 32 00-30 00 00 00 10 32 00 30 8.1.3.2.0....2.0 0080 00 32 00 31 00 30 00 38-00 32 00 37 00 54 00 30 .2.1.0.8.2.7.T.0 0090 00 38 00 31 00 33 00 32-00 30 00 00 00 00 .8.1.3.2.0....

2.662014 ptp_usb_getresp (2): Reading PTP_OC 0x1008 (Get object info) response... 2.662047 gp_port_read (3): Reading 1024 = 0x400 bytes from port... 2.662212 gp_port_read (3): Read 12 = 0xc out of 1024 bytes from port: (hexdump of 12 bytes) 0000 0c 00 00 00 03 00 01 20-23 00 00 00 ....... #...

2.662300 debug_objectinfo (2): ObjectInfo for 'DSC_0026.JPG': 2.662335 debug_objectinfo (2): Object ID: 0x2919001a 2.662365 debug_objectinfo (2): StorageID: 0x00010001 2.662394 debug_objectinfo (2): ObjectFormat: 0x3801 2.662424 debug_objectinfo (2): ProtectionStatus: 0x0000 2.662454 debug_objectinfo (2): ObjectCompressedSize: 738347 2.662484 debug_objectinfo (2): ThumbFormat: 0x3808 2.662513 debug_objectinfo (2): ThumbCompressedSize: 9068 2.662542 debug_objectinfo (2): ThumbPixWidth: 160 2.662571 debug_objectinfo (2): ThumbPixHeight: 120 2.662600 debug_objectinfo (2): ImagePixWidth: 1936 2.662629 debug_objectinfo (2): ImagePixHeight: 1296 2.662658 debug_objectinfo (2): ImageBitDepth: 0 2.662687 debug_objectinfo (2): ParentObject: 0x11190000 2.662717 debug_objectinfo (2): AssociationType: 0x0000 2.662747 debug_objectinfo (2): AssociationDesc: 0x00000000 2.662777 debug_objectinfo (2): SequenceNumber: 0x00000000 2.662806 debug_objectinfo (2): ModificationDate: 0x61288280 2.662836 debug_objectinfo (2): CaptureDate: 0x61288280 2.662878 ptp_usb_sendreq (2): Sending PTP_OC 0x1008 (Get object info) (0x2919001b) request... 2.662910 gp_port_write (3): Writing 16 = 0x10 bytes to port... 2.663065 gp_port_write (3): Wrote 16 = 0x10 bytes to port: (hexdump of 16 bytes) 0000 10 00 00 00 01 00 08 10-24 00 00 00 1b 00 19 29 ........$......)

2.663108 ptp_usb_getdata (2): Reading PTP_OC 0x1008 (Get object info) data... 2.663143 gp_port_read (3): Reading 1024 = 0x400 bytes from port... 2.665337 gp_port_read (3): Read 158 = 0x9e out of 1024 bytes from port: (hexdump of 158 bytes) 0000 9e 00 00 00 02 00 08 10-24 00 00 00 01 00 01 00 ........$....... 0010 01 38 00 00 9a 1e 0b 00-08 38 c0 23 00 00 a0 00 .8.......8.#.... 0020 00 00 78 00 00 00 90 07-00 00 10 05 00 00 00 00 ..x............. 0030 00 00 00 00 19 11 00 00-00 00 00 00 00 00 00 00 ................ 0040 0d 44 00 53 00 43 00 5f-00 30 00 30 00 32 00 37 .D.S.C._.0.0.2.7 0050 00 2e 00 4a 00 50 00 47-00 00 00 10 32 00 30 00 ...J.P.G....2.0. 0060 32 00 31 00 30 00 38 00-32 00 37 00 54 00 30 00 2.1.0.8.2.7.T.0. 0070 38 00 31 00 33 00 34 00-32 00 00 00 10 32 00 30 8.1.3.4.2....2.0 0080 00 32 00 31 00 30 00 38-00 32 00 37 00 54 00 30 .2.1.0.8.2.7.T.0 0090 00 38 00 31 00 33 00 34-00 32 00 00 00 00 .8.1.3.4.2....

2.665397 ptp_usb_getresp (2): Reading PTP_OC 0x1008 (Get object info) response... 2.665430 gp_port_read (3): Reading 1024 = 0x400 bytes from port... 2.665593 gp_port_read (3): Read 12 = 0xc out of 1024 bytes from port: (hexdump of 12 bytes) 0000 0c 00 00 00 03 00 01 20-24 00 00 00 ....... $...

2.665680 debug_objectinfo (2): ObjectInfo for 'DSC_0027.JPG': 2.665715 debug_objectinfo (2): Object ID: 0x2919001b 2.665745 debug_objectinfo (2): StorageID: 0x00010001 2.665775 debug_objectinfo (2): ObjectFormat: 0x3801 2.665805 debug_objectinfo (2): ProtectionStatus: 0x0000 2.665835 debug_objectinfo (2): ObjectCompressedSize: 728730 2.665865 debug_objectinfo (2): ThumbFormat: 0x3808 2.665894 debug_objectinfo (2): ThumbCompressedSize: 9152 2.665923 debug_objectinfo (2): ThumbPixWidth: 160 2.665992 debug_objectinfo (2): ThumbPixHeight: 120 2.666022 debug_objectinfo (2): ImagePixWidth: 1936 2.666051 debug_objectinfo (2): ImagePixHeight: 1296 2.666080 debug_objectinfo (2): ImageBitDepth: 0 2.666110 debug_objectinfo (2): ParentObject: 0x11190000 2.666140 debug_objectinfo (2): AssociationType: 0x0000 2.666170 debug_objectinfo (2): AssociationDesc: 0x00000000 2.666200 debug_objectinfo (2): SequenceNumber: 0x00000000 2.666230 debug_objectinfo (2): ModificationDate: 0x61288296 2.666260 debug_objectinfo (2): CaptureDate: 0x61288296 2.666294 debug_objectinfo (2): ObjectInfo for 'DSC_0028.JPG': 2.666325 debug_objectinfo (2): Object ID: 0x2919001c 2.666355 debug_objectinfo (2): StorageID: 0x00010001 2.666385 debug_objectinfo (2): ObjectFormat: 0x3801 2.666415 debug_objectinfo (2): ProtectionStatus: 0x0000 2.666444 debug_objectinfo (2): ObjectCompressedSize: 744343 2.666474 debug_objectinfo (2): ThumbFormat: 0x3808 2.666503 debug_objectinfo (2): ThumbCompressedSize: 9113 2.666532 debug_objectinfo (2): ThumbPixWidth: 160 2.666561 debug_objectinfo (2): ThumbPixHeight: 120 2.666590 debug_objectinfo (2): ImagePixWidth: 1936 2.666619 debug_objectinfo (2): ImagePixHeight: 1296 2.666650 debug_objectinfo (2): ImageBitDepth: 0 2.666680 debug_objectinfo (2): ParentObject: 0x11190000 2.666710 debug_objectinfo (2): AssociationType: 0x0000 2.666740 debug_objectinfo (2): AssociationDesc: 0x00000000 2.666770 debug_objectinfo (2): SequenceNumber: 0x00000000 2.666800 debug_objectinfo (2): ModificationDate: 0x612882c2 2.666830 debug_objectinfo (2): CaptureDate: 0x612882c2 2.666875 debug_objectinfo (2): ObjectInfo for 'DSC_0001.JPG': 2.666906 debug_objectinfo (2): Object ID: 0x29190001 2.666936 debug_objectinfo (2): StorageID: 0x00010001 2.666966 debug_objectinfo (2): ObjectFormat: 0x3801 2.666996 debug_objectinfo (2): ProtectionStatus: 0x0000 2.667026 debug_objectinfo (2): ObjectCompressedSize: 1312948 2.667055 debug_objectinfo (2): ThumbFormat: 0x3808 2.667084 debug_objectinfo (2): ThumbCompressedSize: 9119 2.667114 debug_objectinfo (2): ThumbPixWidth: 160 2.667143 debug_objectinfo (2): ThumbPixHeight: 120 2.667172 debug_objectinfo (2): ImagePixWidth: 1936 2.667201 debug_objectinfo (2): ImagePixHeight: 1296 2.667230 debug_objectinfo (2): ImageBitDepth: 0 2.667260 debug_objectinfo (2): ParentObject: 0x11190000 2.667290 debug_objectinfo (2): AssociationType: 0x0000 2.667320 debug_objectinfo (2): AssociationDesc: 0x00000000 2.667350 debug_objectinfo (2): SequenceNumber: 0x00000000 2.667380 debug_objectinfo (2): ModificationDate: 0x612745bc 2.667410 debug_objectinfo (2): CaptureDate: 0x612745bc 2.667440 debug_objectinfo (2): ObjectInfo for 'DSC_0002.JPG': 2.667470 debug_objectinfo (2): Object ID: 0x29190002 2.667500 debug_objectinfo (2): StorageID: 0x00010001 2.667530 debug_objectinfo (2): ObjectFormat: 0x3801 2.667560 debug_objectinfo (2): ProtectionStatus: 0x0000 2.667590 debug_objectinfo (2): ObjectCompressedSize: 1318748 2.667620 debug_objectinfo (2): ThumbFormat: 0x3808 2.667649 debug_objectinfo (2): ThumbCompressedSize: 9130 2.667678 debug_objectinfo (2): ThumbPixWidth: 160 2.667708 debug_objectinfo (2): ThumbPixHeight: 120 2.667737 debug_objectinfo (2): ImagePixWidth: 1936 2.667766 debug_objectinfo (2): ImagePixHeight: 1296 2.667795 debug_objectinfo (2): ImageBitDepth: 0 2.667859 debug_objectinfo (2): ParentObject: 0x11190000 2.667890 debug_objectinfo (2): AssociationType: 0x0000 2.667920 debug_objectinfo (2): AssociationDesc: 0x00000000 2.667950 debug_objectinfo (2): SequenceNumber: 0x00000000 2.667980 debug_objectinfo (2): ModificationDate: 0x612745da 2.668009 debug_objectinfo (2): CaptureDate: 0x612745da 2.668042 debug_objectinfo (2): ObjectInfo for 'DSC_0003.JPG': 2.668072 debug_objectinfo (2): Object ID: 0x29190003 2.668102 debug_objectinfo (2): StorageID: 0x00010001 2.668132 debug_objectinfo (2): ObjectFormat: 0x3801 2.668162 debug_objectinfo (2): ProtectionStatus: 0x0000 2.668191 debug_objectinfo (2): ObjectCompressedSize: 1320065 2.668221 debug_objectinfo (2): ThumbFormat: 0x3808 2.668250 debug_objectinfo (2): ThumbCompressedSize: 9144 2.668279 debug_objectinfo (2): ThumbPixWidth: 160 2.668308 debug_objectinfo (2): ThumbPixHeight: 120 2.668337 debug_objectinfo (2): ImagePixWidth: 1936 2.668367 debug_objectinfo (2): ImagePixHeight: 1296 2.668397 debug_objectinfo (2): ImageBitDepth: 0 2.668427 debug_objectinfo (2): ParentObject: 0x11190000 2.668457 debug_objectinfo (2): AssociationType: 0x0000 2.668487 debug_objectinfo (2): AssociationDesc: 0x00000000 2.668517 debug_objectinfo (2): SequenceNumber: 0x00000000 2.668547 debug_objectinfo (2): ModificationDate: 0x612745e4 2.668576 debug_objectinfo (2): CaptureDate: 0x612745e4 2.668607 debug_objectinfo (2): ObjectInfo for 'DSC_0004.JPG': 2.668637 debug_objectinfo (2): Object ID: 0x29190004 2.668667 debug_objectinfo (2): StorageID: 0x00010001 2.668696 debug_objectinfo (2): ObjectFormat: 0x3801 2.668726 debug_objectinfo (2): ProtectionStatus: 0x0000 2.668756 debug_objectinfo (2): ObjectCompressedSize: 1313420 2.668785 debug_objectinfo (2): ThumbFormat: 0x3808 2.668815 debug_objectinfo (2): ThumbCompressedSize: 9175 2.668844 debug_objectinfo (2): ThumbPixWidth: 160 2.668874 debug_objectinfo (2): ThumbPixHeight: 120 2.668903 debug_objectinfo (2): ImagePixWidth: 1936 2.668932 debug_objectinfo (2): ImagePixHeight: 1296 2.668962 debug_objectinfo (2): ImageBitDepth: 0 2.668991 debug_objectinfo (2): ParentObject: 0x11190000 2.669021 debug_objectinfo (2): AssociationType: 0x0000 2.669051 debug_objectinfo (2): AssociationDesc: 0x00000000 2.669081 debug_objectinfo (2): SequenceNumber: 0x00000000 2.669111 debug_objectinfo (2): ModificationDate: 0x61274798 2.669140 debug_objectinfo (2): CaptureDate: 0x61274798 2.669171 debug_objectinfo (2): ObjectInfo for 'DSC_0005.JPG': 2.669201 debug_objectinfo (2): Object ID: 0x29190005 2.669231 debug_objectinfo (2): StorageID: 0x00010001 2.669260 debug_objectinfo (2): ObjectFormat: 0x3801 2.669290 debug_objectinfo (2): ProtectionStatus: 0x0000 2.669319 debug_objectinfo (2): ObjectCompressedSize: 1315593 2.669349 debug_objectinfo (2): ThumbFormat: 0x3808 2.669378 debug_objectinfo (2): ThumbCompressedSize: 9143 2.669407 debug_objectinfo (2): ThumbPixWidth: 160 2.669436 debug_objectinfo (2): ThumbPixHeight: 120 2.669465 debug_objectinfo (2): ImagePixWidth: 1936 2.669494 debug_objectinfo (2): ImagePixHeight: 1296 2.669524 debug_objectinfo (2): ImageBitDepth: 0 2.669553 debug_objectinfo (2): ParentObject: 0x11190000 2.669584 debug_objectinfo (2): AssociationType: 0x0000 2.669613 debug_objectinfo (2): AssociationDesc: 0x00000000 2.669677 debug_objectinfo (2): SequenceNumber: 0x00000000 2.669708 debug_objectinfo (2): ModificationDate: 0x612747a6 2.669737 debug_objectinfo (2): CaptureDate: 0x612747a6 2.669768 debug_objectinfo (2): ObjectInfo for 'DSC_0006.JPG': 2.669798 debug_objectinfo (2): Object ID: 0x29190006 2.669828 debug_objectinfo (2): StorageID: 0x00010001 2.669857 debug_objectinfo (2): ObjectFormat: 0x3801 2.669887 debug_objectinfo (2): ProtectionStatus: 0x0000 2.669917 debug_objectinfo (2): ObjectCompressedSize: 1317514 2.669946 debug_objectinfo (2): ThumbFormat: 0x3808 2.669976 debug_objectinfo (2): ThumbCompressedSize: 9060 2.670005 debug_objectinfo (2): ThumbPixWidth: 160 2.670034 debug_objectinfo (2): ThumbPixHeight: 120 2.670063 debug_objectinfo (2): ImagePixWidth: 1936 2.670092 debug_objectinfo (2): ImagePixHeight: 1296 2.670121 debug_objectinfo (2): ImageBitDepth: 0 2.670150 debug_objectinfo (2): ParentObject: 0x11190000 2.670180 debug_objectinfo (2): AssociationType: 0x0000 2.670210 debug_objectinfo (2): AssociationDesc: 0x00000000 2.670241 debug_objectinfo (2): SequenceNumber: 0x00000000 2.670270 debug_objectinfo (2): ModificationDate: 0x612747b6 2.670300 debug_objectinfo (2): CaptureDate: 0x612747b6 2.670330 debug_objectinfo (2): ObjectInfo for 'DSC_0007.JPG': 2.670360 debug_objectinfo (2): Object ID: 0x29190007 2.670390 debug_objectinfo (2): StorageID: 0x00010001 2.670420 debug_objectinfo (2): ObjectFormat: 0x3801 2.670450 debug_objectinfo (2): ProtectionStatus: 0x0000 2.670479 debug_objectinfo (2): ObjectCompressedSize: 1253930 2.670509 debug_objectinfo (2): ThumbFormat: 0x3808 2.670538 debug_objectinfo (2): ThumbCompressedSize: 9155 2.670567 debug_objectinfo (2): ThumbPixWidth: 160 2.670596 debug_objectinfo (2): ThumbPixHeight: 120 2.670625 debug_objectinfo (2): ImagePixWidth: 1936 2.670654 debug_objectinfo (2): ImagePixHeight: 1296 2.670683 debug_objectinfo (2): ImageBitDepth: 0 2.670712 debug_objectinfo (2): ParentObject: 0x11190000 2.670742 debug_objectinfo (2): AssociationType: 0x0000 2.670772 debug_objectinfo (2): AssociationDesc: 0x00000000 2.670802 debug_objectinfo (2): SequenceNumber: 0x00000000 2.670832 debug_objectinfo (2): ModificationDate: 0x612747c4 2.670861 debug_objectinfo (2): CaptureDate: 0x612747c4 2.670892 debug_objectinfo (2): ObjectInfo for 'DSC_0008.JPG': 2.670922 debug_objectinfo (2): Object ID: 0x29190008 2.670952 debug_objectinfo (2): StorageID: 0x00010001 2.670982 debug_objectinfo (2): ObjectFormat: 0x3801 2.671011 debug_objectinfo (2): ProtectionStatus: 0x0000 2.671041 debug_objectinfo (2): ObjectCompressedSize: 1305134 2.671071 debug_objectinfo (2): ThumbFormat: 0x3808 2.671100 debug_objectinfo (2): ThumbCompressedSize: 9061 2.671129 debug_objectinfo (2): ThumbPixWidth: 160 2.671158 debug_objectinfo (2): ThumbPixHeight: 120 2.671187 debug_objectinfo (2): ImagePixWidth: 1936 2.671216 debug_objectinfo (2): ImagePixHeight: 1296 2.671247 debug_objectinfo (2): ImageBitDepth: 0 2.671277 debug_objectinfo (2): ParentObject: 0x11190000 2.671307 debug_objectinfo (2): AssociationType: 0x0000 2.671337 debug_objectinfo (2): AssociationDesc: 0x00000000 2.671367 debug_objectinfo (2): SequenceNumber: 0x00000000 2.671396 debug_objectinfo (2): ModificationDate: 0x612747e2 2.671426 debug_objectinfo (2): CaptureDate: 0x612747e2 2.671457 debug_objectinfo (2): ObjectInfo for 'DSC_0009.JPG': 2.671520 debug_objectinfo (2): Object ID: 0x29190009 2.671550 debug_objectinfo (2): StorageID: 0x00010001 2.671580 debug_objectinfo (2): ObjectFormat: 0x3801 2.671610 debug_objectinfo (2): ProtectionStatus: 0x0000 2.671639 debug_objectinfo (2): ObjectCompressedSize: 1309238 2.671668 debug_objectinfo (2): ThumbFormat: 0x3808 2.671697 debug_objectinfo (2): ThumbCompressedSize: 9072 2.671727 debug_objectinfo (2): ThumbPixWidth: 160 2.671755 debug_objectinfo (2): ThumbPixHeight: 120 2.671785 debug_objectinfo (2): ImagePixWidth: 1936 2.671814 debug_objectinfo (2): ImagePixHeight: 1296 2.671843 debug_objectinfo (2): ImageBitDepth: 0 2.671873 debug_objectinfo (2): ParentObject: 0x11190000 2.671903 debug_objectinfo (2): AssociationType: 0x0000 2.671933 debug_objectinfo (2): AssociationDesc: 0x00000000 2.671963 debug_objectinfo (2): SequenceNumber: 0x00000000 2.671992 debug_objectinfo (2): ModificationDate: 0x612747fa 2.672022 debug_objectinfo (2): CaptureDate: 0x612747fa 2.672053 debug_objectinfo (2): ObjectInfo for 'DSC_0010.JPG': 2.672083 debug_objectinfo (2): Object ID: 0x2919000a 2.672113 debug_objectinfo (2): StorageID: 0x00010001 2.672142 debug_objectinfo (2): ObjectFormat: 0x3801 2.672172 debug_objectinfo (2): ProtectionStatus: 0x0000 2.672201 debug_objectinfo (2): ObjectCompressedSize: 1254110 2.672231 debug_objectinfo (2): ThumbFormat: 0x3808 2.672260 debug_objectinfo (2): ThumbCompressedSize: 9041 2.672289 debug_objectinfo (2): ThumbPixWidth: 160 2.672318 debug_objectinfo (2): ThumbPixHeight: 120 2.672346 debug_objectinfo (2): ImagePixWidth: 1936 2.672375 debug_objectinfo (2): ImagePixHeight: 1296 2.672405 debug_objectinfo (2): ImageBitDepth: 0 2.672434 debug_objectinfo (2): ParentObject: 0x11190000 2.672464 debug_objectinfo (2): AssociationType: 0x0000 2.672494 debug_objectinfo (2): AssociationDesc: 0x00000000 2.672524 debug_objectinfo (2): SequenceNumber: 0x00000000 2.672554 debug_objectinfo (2): ModificationDate: 0x61274812 2.672583 debug_objectinfo (2): CaptureDate: 0x61274812 2.672614 debug_objectinfo (2): ObjectInfo for 'DSC_0011.JPG': 2.672644 debug_objectinfo (2): Object ID: 0x2919000b 2.672674 debug_objectinfo (2): StorageID: 0x00010001 2.672704 debug_objectinfo (2): ObjectFormat: 0x3801 2.672734 debug_objectinfo (2): ProtectionStatus: 0x0000 2.672763 debug_objectinfo (2): ObjectCompressedSize: 1323390 2.672793 debug_objectinfo (2): ThumbFormat: 0x3808 2.672822 debug_objectinfo (2): ThumbCompressedSize: 9058 2.672851 debug_objectinfo (2): ThumbPixWidth: 160 2.672880 debug_objectinfo (2): ThumbPixHeight: 120 2.672909 debug_objectinfo (2): ImagePixWidth: 1936 2.672938 debug_objectinfo (2): ImagePixHeight: 1296 2.672967 debug_objectinfo (2): ImageBitDepth: 0 2.672996 debug_objectinfo (2): ParentObject: 0x11190000 2.673026 debug_objectinfo (2): AssociationType: 0x0000 2.673056 debug_objectinfo (2): AssociationDesc: 0x00000000 2.673086 debug_objectinfo (2): SequenceNumber: 0x00000000 2.673116 debug_objectinfo (2): ModificationDate: 0x61274a40 2.673145 debug_objectinfo (2): CaptureDate: 0x61274a40 2.673176 debug_objectinfo (2): ObjectInfo for 'DSC_0012.JPG': 2.673206 debug_objectinfo (2): Object ID: 0x2919000c 2.673236 debug_objectinfo (2): StorageID: 0x00010001 2.673266 debug_objectinfo (2): ObjectFormat: 0x3801 2.673329 debug_objectinfo (2): ProtectionStatus: 0x0000 2.673359 debug_objectinfo (2): ObjectCompressedSize: 1259219 2.673389 debug_objectinfo (2): ThumbFormat: 0x3808 2.673418 debug_objectinfo (2): ThumbCompressedSize: 9080 2.673448 debug_objectinfo (2): ThumbPixWidth: 160 2.673476 debug_objectinfo (2): ThumbPixHeight: 120 2.673505 debug_objectinfo (2): ImagePixWidth: 1936 2.673535 debug_objectinfo (2): ImagePixHeight: 1296 2.673564 debug_objectinfo (2): ImageBitDepth: 0 2.673593 debug_objectinfo (2): ParentObject: 0x11190000 2.673623 debug_objectinfo (2): AssociationType: 0x0000 2.673653 debug_objectinfo (2): AssociationDesc: 0x00000000 2.673683 debug_objectinfo (2): SequenceNumber: 0x00000000 2.673713 debug_objectinfo (2): ModificationDate: 0x61274a48 2.673743 debug_objectinfo (2): CaptureDate: 0x61274a48 2.673774 debug_objectinfo (2): ObjectInfo for 'DSC_0013.JPG': 2.673805 debug_objectinfo (2): Object ID: 0x2919000d 2.673835 debug_objectinfo (2): StorageID: 0x00010001 2.673864 debug_objectinfo (2): ObjectFormat: 0x3801 2.673893 debug_objectinfo (2): ProtectionStatus: 0x0000 2.673923 debug_objectinfo (2): ObjectCompressedSize: 1258439 2.673953 debug_objectinfo (2): ThumbFormat: 0x3808 2.673982 debug_objectinfo (2): ThumbCompressedSize: 9058 2.674011 debug_objectinfo (2): ThumbPixWidth: 160 2.674041 debug_objectinfo (2): ThumbPixHeight: 120 2.674071 debug_objectinfo (2): ImagePixWidth: 1936 2.674101 debug_objectinfo (2): ImagePixHeight: 1296 2.674130 debug_objectinfo (2): ImageBitDepth: 0 2.674160 debug_objectinfo (2): ParentObject: 0x11190000 2.674191 debug_objectinfo (2): AssociationType: 0x0000 2.674220 debug_objectinfo (2): AssociationDesc: 0x00000000 2.674250 debug_objectinfo (2): SequenceNumber: 0x00000000 2.674280 debug_objectinfo (2): ModificationDate: 0x61274a4e 2.674310 debug_objectinfo (2): CaptureDate: 0x61274a4e 2.674341 debug_objectinfo (2): ObjectInfo for 'DSC_0014.JPG': 2.674371 debug_objectinfo (2): Object ID: 0x2919000e 2.674401 debug_objectinfo (2): StorageID: 0x00010001 2.674430 debug_objectinfo (2): ObjectFormat: 0x3801 2.674460 debug_objectinfo (2): ProtectionStatus: 0x0000 2.674490 debug_objectinfo (2): ObjectCompressedSize: 1259633 2.674519 debug_objectinfo (2): ThumbFormat: 0x3808 2.674549 debug_objectinfo (2): ThumbCompressedSize: 9056 2.674578 debug_objectinfo (2): ThumbPixWidth: 160 2.674607 debug_objectinfo (2): ThumbPixHeight: 120 2.674636 debug_objectinfo (2): ImagePixWidth: 1936 2.674665 debug_objectinfo (2): ImagePixHeight: 1296 2.674694 debug_objectinfo (2): ImageBitDepth: 0 2.674723 debug_objectinfo (2): ParentObject: 0x11190000 2.674753 debug_objectinfo (2): AssociationType: 0x0000 2.674783 debug_objectinfo (2): AssociationDesc: 0x00000000 2.674813 debug_objectinfo (2): SequenceNumber: 0x00000000 2.674843 debug_objectinfo (2): ModificationDate: 0x61274a74 2.674873 debug_objectinfo (2): CaptureDate: 0x61274a74 2.674903 debug_objectinfo (2): ObjectInfo for 'DSC_0015.JPG': 2.674934 debug_objectinfo (2): Object ID: 0x2919000f 2.674964 debug_objectinfo (2): StorageID: 0x00010001 2.674994 debug_objectinfo (2): ObjectFormat: 0x3801 2.675023 debug_objectinfo (2): ProtectionStatus: 0x0000 2.675053 debug_objectinfo (2): ObjectCompressedSize: 1257724 2.675117 debug_objectinfo (2): ThumbFormat: 0x3808 2.675157 debug_objectinfo (2): ThumbCompressedSize: 9153 2.675221 debug_objectinfo (2): ThumbPixWidth: 160 2.675250 debug_objectinfo (2): ThumbPixHeight: 120 2.675279 debug_objectinfo (2): ImagePixWidth: 1936 2.675308 debug_objectinfo (2): ImagePixHeight: 1296 2.675339 debug_objectinfo (2): ImageBitDepth: 0 2.675368 debug_objectinfo (2): ParentObject: 0x11190000 2.675398 debug_objectinfo (2): AssociationType: 0x0000 2.675428 debug_objectinfo (2): AssociationDesc: 0x00000000 2.675458 debug_objectinfo (2): SequenceNumber: 0x00000000 2.675488 debug_objectinfo (2): ModificationDate: 0x61274e2a 2.675518 debug_objectinfo (2): CaptureDate: 0x61274e2a 2.675549 debug_objectinfo (2): ObjectInfo for 'DSC_0016.JPG': 2.675579 debug_objectinfo (2): Object ID: 0x29190010 2.675609 debug_objectinfo (2): StorageID: 0x00010001 2.675638 debug_objectinfo (2): ObjectFormat: 0x3801 2.675668 debug_objectinfo (2): ProtectionStatus: 0x0000 2.675698 debug_objectinfo (2): ObjectCompressedSize: 1257965 2.675727 debug_objectinfo (2): ThumbFormat: 0x3808 2.675756 debug_objectinfo (2): ThumbCompressedSize: 9135 2.675786 debug_objectinfo (2): ThumbPixWidth: 160 2.675814 debug_objectinfo (2): ThumbPixHeight: 120 2.675843 debug_objectinfo (2): ImagePixWidth: 1936 2.675872 debug_objectinfo (2): ImagePixHeight: 1296 2.675901 debug_objectinfo (2): ImageBitDepth: 0 2.675931 debug_objectinfo (2): ParentObject: 0x11190000 2.675961 debug_objectinfo (2): AssociationType: 0x0000 2.675991 debug_objectinfo (2): AssociationDesc: 0x00000000 2.676021 debug_objectinfo (2): SequenceNumber: 0x00000000 2.676051 debug_objectinfo (2): ModificationDate: 0x61274e34 2.676080 debug_objectinfo (2): CaptureDate: 0x61274e34 2.676111 debug_objectinfo (2): ObjectInfo for 'DSC_0017.JPG': 2.676141 debug_objectinfo (2): Object ID: 0x29190011 2.676171 debug_objectinfo (2): StorageID: 0x00010001 2.676201 debug_objectinfo (2): ObjectFormat: 0x3801 2.676230 debug_objectinfo (2): ProtectionStatus: 0x0000 2.676260 debug_objectinfo (2): ObjectCompressedSize: 1256133 2.676289 debug_objectinfo (2): ThumbFormat: 0x3808 2.676319 debug_objectinfo (2): ThumbCompressedSize: 9136 2.676348 debug_objectinfo (2): ThumbPixWidth: 160 2.676377 debug_objectinfo (2): ThumbPixHeight: 120 2.676406 debug_objectinfo (2): ImagePixWidth: 1936 2.676435 debug_objectinfo (2): ImagePixHeight: 1296 2.676464 debug_objectinfo (2): ImageBitDepth: 0 2.676494 debug_objectinfo (2): ParentObject: 0x11190000 2.676524 debug_objectinfo (2): AssociationType: 0x0000 2.676554 debug_objectinfo (2): AssociationDesc: 0x00000000 2.676583 debug_objectinfo (2): SequenceNumber: 0x00000000 2.676613 debug_objectinfo (2): ModificationDate: 0x61274e40 2.676642 debug_objectinfo (2): CaptureDate: 0x61274e40 2.676673 debug_objectinfo (2): ObjectInfo for 'DSC_0018.JPG': 2.676704 debug_objectinfo (2): Object ID: 0x29190012 2.676734 debug_objectinfo (2): StorageID: 0x00010001 2.676763 debug_objectinfo (2): ObjectFormat: 0x3801 2.676793 debug_objectinfo (2): ProtectionStatus: 0x0000 2.676822 debug_objectinfo (2): ObjectCompressedSize: 1255313 2.676852 debug_objectinfo (2): ThumbFormat: 0x3808 2.676881 debug_objectinfo (2): ThumbCompressedSize: 9108 2.676911 debug_objectinfo (2): ThumbPixWidth: 160 2.676940 debug_objectinfo (2): ThumbPixHeight: 120 2.676969 debug_objectinfo (2): ImagePixWidth: 1936 2.676998 debug_objectinfo (2): ImagePixHeight: 1296 2.677074 debug_objectinfo (2): ImageBitDepth: 0 2.677104 debug_objectinfo (2): ParentObject: 0x11190000 2.677134 debug_objectinfo (2): AssociationType: 0x0000 2.677164 debug_objectinfo (2): AssociationDesc: 0x00000000 2.677193 debug_objectinfo (2): SequenceNumber: 0x00000000 2.677223 debug_objectinfo (2): ModificationDate: 0x61274e4e 2.677253 debug_objectinfo (2): CaptureDate: 0x61274e4e 2.677284 debug_objectinfo (2): ObjectInfo for 'DSC_0019.JPG': 2.677315 debug_objectinfo (2): Object ID: 0x29190013 2.677344 debug_objectinfo (2): StorageID: 0x00010001 2.677374 debug_objectinfo (2): ObjectFormat: 0x3801 2.677404 debug_objectinfo (2): ProtectionStatus: 0x0000 2.677433 debug_objectinfo (2): ObjectCompressedSize: 1317469 2.677463 debug_objectinfo (2): ThumbFormat: 0x3808 2.677492 debug_objectinfo (2): ThumbCompressedSize: 9095 2.677522 debug_objectinfo (2): ThumbPixWidth: 160 2.677551 debug_objectinfo (2): ThumbPixHeight: 120 2.677580 debug_objectinfo (2): ImagePixWidth: 1936 2.677609 debug_objectinfo (2): ImagePixHeight: 1296 2.677638 debug_objectinfo (2): ImageBitDepth: 0 2.677668 debug_objectinfo (2): ParentObject: 0x11190000 2.677698 debug_objectinfo (2): AssociationType: 0x0000 2.677728 debug_objectinfo (2): AssociationDesc: 0x00000000 2.677758 debug_objectinfo (2): SequenceNumber: 0x00000000 2.677788 debug_objectinfo (2): ModificationDate: 0x61274f32 2.677818 debug_objectinfo (2): CaptureDate: 0x61274f32 2.677850 debug_objectinfo (2): ObjectInfo for 'DSC_0021.JPG': 2.677880 debug_objectinfo (2): Object ID: 0x29190015 2.677910 debug_objectinfo (2): StorageID: 0x00010001 2.677939 debug_objectinfo (2): ObjectFormat: 0x3801 2.677969 debug_objectinfo (2): ProtectionStatus: 0x0000 2.677999 debug_objectinfo (2): ObjectCompressedSize: 1318329 2.678028 debug_objectinfo (2): ThumbFormat: 0x3808 2.678058 debug_objectinfo (2): ThumbCompressedSize: 9123 2.678087 debug_objectinfo (2): ThumbPixWidth: 160 2.678116 debug_objectinfo (2): ThumbPixHeight: 120 2.678145 debug_objectinfo (2): ImagePixWidth: 1936 2.678174 debug_objectinfo (2): ImagePixHeight: 1296 2.678204 debug_objectinfo (2): ImageBitDepth: 0 2.678234 debug_objectinfo (2): ParentObject: 0x11190000 2.678264 debug_objectinfo (2): AssociationType: 0x0000 2.678294 debug_objectinfo (2): AssociationDesc: 0x00000000 2.678325 debug_objectinfo (2): SequenceNumber: 0x00000000 2.678354 debug_objectinfo (2): ModificationDate: 0x61274f56 2.678384 debug_objectinfo (2): CaptureDate: 0x61274f56 2.678416 debug_objectinfo (2): ObjectInfo for 'DSC_0022.JPG': 2.678446 debug_objectinfo (2): Object ID: 0x29190016 2.678476 debug_objectinfo (2): StorageID: 0x00010001 2.678505 debug_objectinfo (2): ObjectFormat: 0x3801 2.678535 debug_objectinfo (2): ProtectionStatus: 0x0000 2.678564 debug_objectinfo (2): ObjectCompressedSize: 1319214 2.678594 debug_objectinfo (2): ThumbFormat: 0x3808 2.678623 debug_objectinfo (2): ThumbCompressedSize: 9105 2.678652 debug_objectinfo (2): ThumbPixWidth: 160 2.678681 debug_objectinfo (2): ThumbPixHeight: 120 2.678710 debug_objectinfo (2): ImagePixWidth: 1936 2.678739 debug_objectinfo (2): ImagePixHeight: 1296 2.678768 debug_objectinfo (2): ImageBitDepth: 0 2.678798 debug_objectinfo (2): ParentObject: 0x11190000 2.678828 debug_objectinfo (2): AssociationType: 0x0000 2.678891 debug_objectinfo (2): AssociationDesc: 0x00000000 2.678921 debug_objectinfo (2): SequenceNumber: 0x00000000 2.678951 debug_objectinfo (2): ModificationDate: 0x61274fa8 2.678981 debug_objectinfo (2): CaptureDate: 0x61274fa8 2.679012 debug_objectinfo (2): ObjectInfo for 'DSC_0023.JPG': 2.679042 debug_objectinfo (2): Object ID: 0x29190017 2.679072 debug_objectinfo (2): StorageID: 0x00010001 2.679102 debug_objectinfo (2): ObjectFormat: 0x3801 2.679132 debug_objectinfo (2): ProtectionStatus: 0x0000 2.679161 debug_objectinfo (2): ObjectCompressedSize: 1257632 2.679191 debug_objectinfo (2): ThumbFormat: 0x3808 2.679220 debug_objectinfo (2): ThumbCompressedSize: 9133 2.679249 debug_objectinfo (2): ThumbPixWidth: 160 2.679278 debug_objectinfo (2): ThumbPixHeight: 120 2.679307 debug_objectinfo (2): ImagePixWidth: 1936 2.679336 debug_objectinfo (2): ImagePixHeight: 1296 2.679366 debug_objectinfo (2): ImageBitDepth: 0 2.679396 debug_objectinfo (2): ParentObject: 0x11190000 2.679426 debug_objectinfo (2): AssociationType: 0x0000 2.679456 debug_objectinfo (2): AssociationDesc: 0x00000000 2.679486 debug_objectinfo (2): SequenceNumber: 0x00000000 2.679516 debug_objectinfo (2): ModificationDate: 0x61275016 2.679545 debug_objectinfo (2): CaptureDate: 0x61275016 2.679576 debug_objectinfo (2): ObjectInfo for 'DSC_0024.JPG': 2.679606 debug_objectinfo (2): Object ID: 0x29190018 2.679636 debug_objectinfo (2): StorageID: 0x00010001 2.679665 debug_objectinfo (2): ObjectFormat: 0x3801 2.679695 debug_objectinfo (2): ProtectionStatus: 0x0000 2.679724 debug_objectinfo (2): ObjectCompressedSize: 1307953 2.679754 debug_objectinfo (2): ThumbFormat: 0x3808 2.679783 debug_objectinfo (2): ThumbCompressedSize: 9182 2.679812 debug_objectinfo (2): ThumbPixWidth: 160 2.679841 debug_objectinfo (2): ThumbPixHeight: 120 2.679870 debug_objectinfo (2): ImagePixWidth: 1936 2.679899 debug_objectinfo (2): ImagePixHeight: 1296 2.679928 debug_objectinfo (2): ImageBitDepth: 0 2.679958 debug_objectinfo (2): ParentObject: 0x11190000 2.679988 debug_objectinfo (2): AssociationType: 0x0000 2.680020 debug_objectinfo (2): AssociationDesc: 0x00000000 2.680053 debug_objectinfo (2): SequenceNumber: 0x00000000 2.680082 debug_objectinfo (2): ModificationDate: 0x61275088 2.680112 debug_objectinfo (2): CaptureDate: 0x61275088 2.680143 debug_objectinfo (2): ObjectInfo for 'DSC_0025.JPG': 2.680173 debug_objectinfo (2): Object ID: 0x29190019 2.680204 debug_objectinfo (2): StorageID: 0x00010001 2.680234 debug_objectinfo (2): ObjectFormat: 0x3801 2.680264 debug_objectinfo (2): ProtectionStatus: 0x0000 2.680293 debug_objectinfo (2): ObjectCompressedSize: 1167203 2.680323 debug_objectinfo (2): ThumbFormat: 0x3808 2.680353 debug_objectinfo (2): ThumbCompressedSize: 9436 2.680382 debug_objectinfo (2): ThumbPixWidth: 160 2.680412 debug_objectinfo (2): ThumbPixHeight: 120 2.680441 debug_objectinfo (2): ImagePixWidth: 1936 2.680471 debug_objectinfo (2): ImagePixHeight: 1296 2.680501 debug_objectinfo (2): ImageBitDepth: 0 2.680531 debug_objectinfo (2): ParentObject: 0x11190000 2.680561 debug_objectinfo (2): AssociationType: 0x0000 2.680591 debug_objectinfo (2): AssociationDesc: 0x00000000 2.680621 debug_objectinfo (2): SequenceNumber: 0x00000000 2.680651 debug_objectinfo (2): ModificationDate: 0x61288236 2.680681 debug_objectinfo (2): CaptureDate: 0x61288236 2.680746 debug_objectinfo (2): ObjectInfo for 'DSC_0026.JPG': 2.680776 debug_objectinfo (2): Object ID: 0x2919001a 2.680806 debug_objectinfo (2): StorageID: 0x00010001 2.680836 debug_objectinfo (2): ObjectFormat: 0x3801 2.680865 debug_objectinfo (2): ProtectionStatus: 0x0000 2.680895 debug_objectinfo (2): ObjectCompressedSize: 738347 2.680924 debug_objectinfo (2): ThumbFormat: 0x3808 2.680954 debug_objectinfo (2): ThumbCompressedSize: 9068 2.680983 debug_objectinfo (2): ThumbPixWidth: 160 2.681012 debug_objectinfo (2): ThumbPixHeight: 120 2.681041 debug_objectinfo (2): ImagePixWidth: 1936 2.681070 debug_objectinfo (2): ImagePixHeight: 1296 2.681100 debug_objectinfo (2): ImageBitDepth: 0 2.681130 debug_objectinfo (2): ParentObject: 0x11190000 2.681160 debug_objectinfo (2): AssociationType: 0x0000 2.681191 debug_objectinfo (2): AssociationDesc: 0x00000000 2.681221 debug_objectinfo (2): SequenceNumber: 0x00000000 2.681251 debug_objectinfo (2): ModificationDate: 0x61288280 2.681280 debug_objectinfo (2): CaptureDate: 0x61288280 2.681312 debug_objectinfo (2): ObjectInfo for 'DSC_0027.JPG': 2.681342 debug_objectinfo (2): Object ID: 0x2919001b 2.681372 debug_objectinfo (2): StorageID: 0x00010001 2.681401 debug_objectinfo (2): ObjectFormat: 0x3801 2.681431 debug_objectinfo (2): ProtectionStatus: 0x0000 2.681460 debug_objectinfo (2): ObjectCompressedSize: 728730 2.681490 debug_objectinfo (2): ThumbFormat: 0x3808 2.681519 debug_objectinfo (2): ThumbCompressedSize: 9152 2.681548 debug_objectinfo (2): ThumbPixWidth: 160 2.681577 debug_objectinfo (2): ThumbPixHeight: 120 2.681606 debug_objectinfo (2): ImagePixWidth: 1936 2.681635 debug_objectinfo (2): ImagePixHeight: 1296 2.681665 debug_objectinfo (2): ImageBitDepth: 0 2.681695 debug_objectinfo (2): ParentObject: 0x11190000 2.681725 debug_objectinfo (2): AssociationType: 0x0000 2.681755 debug_objectinfo (2): AssociationDesc: 0x00000000 2.681785 debug_objectinfo (2): SequenceNumber: 0x00000000 2.681815 debug_objectinfo (2): ModificationDate: 0x61288296 2.681845 debug_objectinfo (2): CaptureDate: 0x61288296 2.681876 debug_objectinfo (2): ObjectInfo for 'DSC_0028.JPG': 2.681907 debug_objectinfo (2): Object ID: 0x2919001c 2.681938 debug_objectinfo (2): StorageID: 0x00010001 2.681968 debug_objectinfo (2): ObjectFormat: 0x3801 2.681998 debug_objectinfo (2): ProtectionStatus: 0x0000 2.682028 debug_objectinfo (2): ObjectCompressedSize: 744343 2.682057 debug_objectinfo (2): ThumbFormat: 0x3808 2.682086 debug_objectinfo (2): ThumbCompressedSize: 9113 2.682115 debug_objectinfo (2): ThumbPixWidth: 160 2.682145 debug_objectinfo (2): ThumbPixHeight: 120 2.682174 debug_objectinfo (2): ImagePixWidth: 1936 2.682204 debug_objectinfo (2): ImagePixHeight: 1296 2.682234 debug_objectinfo (2): ImageBitDepth: 0 2.682264 debug_objectinfo (2): ParentObject: 0x11190000 2.682294 debug_objectinfo (2): AssociationType: 0x0000 2.682324 debug_objectinfo (2): AssociationDesc: 0x00000000 2.682354 debug_objectinfo (2): SequenceNumber: 0x00000000 2.682384 debug_objectinfo (2): ModificationDate: 0x612882c2 2.682414 debug_objectinfo (2): CaptureDate: 0x612882c2 2.682446 gp_filesystem_list_files (2): Added 'DSC_0001.JPG' 2.682477 internal_append (2): Internal append DSC_0001.JPG to folder 100D3000 2.682509 gp_filesystem_list_files (2): Added 'DSC_0002.JPG' 2.682573 internal_append (2): Internal append DSC_0002.JPG to folder 100D3000 2.682606 gp_filesystem_list_files (2): Added 'DSC_0003.JPG' 2.682636 internal_append (2): Internal append DSC_0003.JPG to folder 100D3000 2.682668 gp_filesystem_list_files (2): Added 'DSC_0004.JPG' 2.682699 internal_append (2): Internal append DSC_0004.JPG to folder 100D3000 2.682731 gp_filesystem_list_files (2): Added 'DSC_0005.JPG' 2.682761 internal_append (2): Internal append DSC_0005.JPG to folder 100D3000 2.682793 gp_filesystem_list_files (2): Added 'DSC_0006.JPG' 2.682823 internal_append (2): Internal append DSC_0006.JPG to folder 100D3000 2.682856 gp_filesystem_list_files (2): Added 'DSC_0007.JPG' 2.682886 internal_append (2): Internal append DSC_0007.JPG to folder 100D3000 2.682917 gp_filesystem_list_files (2): Added 'DSC_0008.JPG' 2.682947 internal_append (2): Internal append DSC_0008.JPG to folder 100D3000 2.682979 gp_filesystem_list_files (2): Added 'DSC_0009.JPG' 2.683009 internal_append (2): Internal append DSC_0009.JPG to folder 100D3000 2.683040 gp_filesystem_list_files (2): Added 'DSC_0010.JPG' 2.683070 internal_append (2): Internal append DSC_0010.JPG to folder 100D3000 2.683102 gp_filesystem_list_files (2): Added 'DSC_0011.JPG' 2.683132 internal_append (2): Internal append DSC_0011.JPG to folder 100D3000 2.683164 gp_filesystem_list_files (2): Added 'DSC_0012.JPG' 2.683194 internal_append (2): Internal append DSC_0012.JPG to folder 100D3000 2.683225 gp_filesystem_list_files (2): Added 'DSC_0013.JPG' 2.683256 internal_append (2): Internal append DSC_0013.JPG to folder 100D3000 2.683288 gp_filesystem_list_files (2): Added 'DSC_0014.JPG' 2.683318 internal_append (2): Internal append DSC_0014.JPG to folder 100D3000 2.683350 gp_filesystem_list_files (2): Added 'DSC_0015.JPG' 2.683380 internal_append (2): Internal append DSC_0015.JPG to folder 100D3000 2.683412 gp_filesystem_list_files (2): Added 'DSC_0016.JPG' 2.683442 internal_append (2): Internal append DSC_0016.JPG to folder 100D3000 2.683473 gp_filesystem_list_files (2): Added 'DSC_0017.JPG' 2.683504 internal_append (2): Internal append DSC_0017.JPG to folder 100D3000 2.683538 gp_filesystem_list_files (2): Added 'DSC_0018.JPG' 2.683568 internal_append (2): Internal append DSC_0018.JPG to folder 100D3000 2.683600 gp_filesystem_list_files (2): Added 'DSC_0019.JPG' 2.683630 internal_append (2): Internal append DSC_0019.JPG to folder 100D3000 2.683661 gp_filesystem_list_files (2): Added 'DSC_0021.JPG' 2.683691 internal_append (2): Internal append DSC_0021.JPG to folder 100D3000 2.683724 gp_filesystem_list_files (2): Added 'DSC_0022.JPG' 2.683755 internal_append (2): Internal append DSC_0022.JPG to folder 100D3000 2.683787 gp_filesystem_list_files (2): Added 'DSC_0023.JPG' 2.683817 internal_append (2): Internal append DSC_0023.JPG to folder 100D3000 2.683849 gp_filesystem_list_files (2): Added 'DSC_0024.JPG' 2.683879 internal_append (2): Internal append DSC_0024.JPG to folder 100D3000 2.683911 gp_filesystem_list_files (2): Added 'DSC_0025.JPG' 2.683941 internal_append (2): Internal append DSC_0025.JPG to folder 100D3000 2.683973 gp_filesystem_list_files (2): Added 'DSC_0026.JPG' 2.684003 internal_append (2): Internal append DSC_0026.JPG to folder 100D3000 2.684035 gp_filesystem_list_files (2): Added 'DSC_0027.JPG' 2.684065 internal_append (2): Internal append DSC_0027.JPG to folder 100D3000 2.684097 gp_filesystem_list_files (2): Added 'DSC_0028.JPG' 2.684127 internal_append (2): Internal append DSC_0028.JPG to folder 100D3000 2.684165 gp_filesystem_list_files (2): Listed 'DSC_0001.JPG' 2.684195 gp_filesystem_list_files (2): Listed 'DSC_0002.JPG' 2.684225 gp_filesystem_list_files (2): Listed 'DSC_0003.JPG' 2.684288 gp_filesystem_list_files (2): Listed 'DSC_0004.JPG' 2.684319 gp_filesystem_list_files (2): Listed 'DSC_0005.JPG' 2.684348 gp_filesystem_list_files (2): Listed 'DSC_0006.JPG' 2.684377 gp_filesystem_list_files (2): Listed 'DSC_0007.JPG' 2.684407 gp_filesystem_list_files (2): Listed 'DSC_0008.JPG' 2.684437 gp_filesystem_list_files (2): Listed 'DSC_0009.JPG' 2.684467 gp_filesystem_list_files (2): Listed 'DSC_0010.JPG' 2.684496 gp_filesystem_list_files (2): Listed 'DSC_0011.JPG' 2.684526 gp_filesystem_list_files (2): Listed 'DSC_0012.JPG' 2.684555 gp_filesystem_list_files (2): Listed 'DSC_0013.JPG' 2.684584 gp_filesystem_list_files (2): Listed 'DSC_0014.JPG' 2.684614 gp_filesystem_list_files (2): Listed 'DSC_0015.JPG' 2.684644 gp_filesystem_list_files (2): Listed 'DSC_0016.JPG' 2.684674 gp_filesystem_list_files (2): Listed 'DSC_0017.JPG' 2.684703 gp_filesystem_list_files (2): Listed 'DSC_0018.JPG' 2.684732 gp_filesystem_list_files (2): Listed 'DSC_0019.JPG' 2.684762 gp_filesystem_list_files (2): Listed 'DSC_0021.JPG' 2.684791 gp_filesystem_list_files (2): Listed 'DSC_0022.JPG' 2.684820 gp_filesystem_list_files (2): Listed 'DSC_0023.JPG' 2.684850 gp_filesystem_list_files (2): Listed 'DSC_0024.JPG' 2.684879 gp_filesystem_list_files (2): Listed 'DSC_0025.JPG' 2.684909 gp_filesystem_list_files (2): Listed 'DSC_0026.JPG' 2.684939 gp_filesystem_list_files (2): Listed 'DSC_0027.JPG' 2.684968 gp_filesystem_list_files (2): Listed 'DSC_0028.JPG' 2.685005 internal_append (2): Internal append DSC_0028.JPG to folder 100D3000 2.685139 camera_wait_for_event (2): waiting for events timeout 3000 ms 2.685201 gp_port_get_timeout (2): Current port timeout is 20000 milliseconds. 2.685233 gp_port_set_timeout (2): Setting port timeout to 3000 milliseconds. 2.685267 gp_port_check_int (3): Reading 24 = 0x18 bytes from interrupt endpoint... 5.688400 gp_port_check_int (3): Reading 24 = 0x18 bytes from interrupt endpoint... 8.691695 ptp_usb_event [usb.c:589] (0): Reading PTP event failed: Zeitüberschreitung beim Lesen oder Schreiben des Ports (-10) 8.691830 gp_port_set_timeout (2): Setting port timeout to 20000 milliseconds. 8.694127 gp_camera_free (2): Freeing camera... 8.694200 gp_camera_exit (2): Exiting camera ('Nikon DSC D3000 (PTP mode)')... 8.694247 gp_port_get_timeout (2): Current port timeout is 20000 milliseconds. 8.694289 gp_port_set_timeout (2): Setting port timeout to 150 milliseconds. 8.694333 gp_port_check_int (3): Reading 24 = 0x18 bytes from interrupt endpoint... 8.844621 gp_port_check_int (3): Reading 24 = 0x18 bytes from interrupt endpoint... 8.994916 gp_port_set_timeout (2): Setting port timeout to 20000 milliseconds. 8.995017 ptp_usb_sendreq (2): Sending PTP_OC 0x1003 (Close session) request... 8.995099 gp_port_write (3): Writing 12 = 0xc bytes to port... 8.995381 gp_port_write (3): Wrote 12 = 0xc bytes to port: (hexdump of 12 bytes) 0000 0c 00 00 00 01 00 03 10-25 00 00 00 ........%...

8.995449 ptp_usb_getresp (2): Reading PTP_OC 0x1003 (Close session) response... 8.995500 gp_port_read (3): Reading 1024 = 0x400 bytes from port... 8.995705 gp_port_read (3): Read 12 = 0xc out of 1024 bytes from port: (hexdump of 12 bytes) 0000 0c 00 00 00 03 00 01 20-25 00 00 00 ....... %...

8.995803 gp_port_close (2): Closing port... 8.996955 _close_async_interrupts (2): canceling transfer 0:0x5ac300 (status 0) 8.997297 _close_async_interrupts (2): canceling transfer 1:0x5b27d8 (status 0) 8.997597 _close_async_interrupts (2): canceling transfer 2:0x5ad2a8 (status 0) 8.997891 _close_async_interrupts (2): canceling transfer 3:0x5b1f90 (status 0) 8.998191 _close_async_interrupts (2): canceling transfer 4:0x5a7ed8 (status 0) 8.998498 _close_async_interrupts (2): canceling transfer 5:0x5a7fa0 (status 0) 8.998856 _close_async_interrupts (2): canceling transfer 6:0x5a8050 (status 0) 8.999158 _close_async_interrupts (2): canceling transfer 7:0x5b2c38 (status 0) 8.999465 _close_async_interrupts (2): canceling transfer 8:0x5aa938 (status 0) 8.999795 _close_async_interrupts (2): canceling transfer 9:0x5a9a50 (status 0) 9.000128 _cb_irq (2): 0x5ac300 with status 3 9.000172 _cb_irq (2): Transfer 0x5ac300 should be in LIBUSB_TRANSFER_COMPLETED, but is 3! 9.000225 _cb_irq (2): 0x5b27d8 with status 3 9.000264 _cb_irq (2): Transfer 0x5b27d8 should be in LIBUSB_TRANSFER_COMPLETED, but is 3! 9.000313 _cb_irq (2): 0x5ad2a8 with status 3 9.000351 _cb_irq (2): Transfer 0x5ad2a8 should be in LIBUSB_TRANSFER_COMPLETED, but is 3! 9.000398 _cb_irq (2): 0x5b1f90 with status 3 9.000435 _cb_irq (2): Transfer 0x5b1f90 should be in LIBUSB_TRANSFER_COMPLETED, but is 3! 9.000485 _cb_irq (2): 0x5a7ed8 with status 3 9.000522 _cb_irq (2): Transfer 0x5a7ed8 should be in LIBUSB_TRANSFER_COMPLETED, but is 3! 9.000572 _cb_irq (2): 0x5a7fa0 with status 3 9.000610 _cb_irq (2): Transfer 0x5a7fa0 should be in LIBUSB_TRANSFER_COMPLETED, but is 3! 9.000659 _cb_irq (2): 0x5a8050 with status 3 9.000695 _cb_irq (2): Transfer 0x5a8050 should be in LIBUSB_TRANSFER_COMPLETED, but is 3! 9.000746 _cb_irq (2): 0x5b2c38 with status 3 9.000783 _cb_irq (2): Transfer 0x5b2c38 should be in LIBUSB_TRANSFER_COMPLETED, but is 3! 9.000833 _cb_irq (2): 0x5aa938 with status 3 9.000871 _cb_irq (2): Transfer 0x5aa938 should be in LIBUSB_TRANSFER_COMPLETED, but is 3! 9.000921 _cb_irq (2): 0x5a9a50 with status 3 9.000959 _cb_irq (2): Transfer 0x5a9a50 should be in LIBUSB_TRANSFER_COMPLETED, but is 3! 9.001496 gp_filesystem_reset (2): resetting filesystem 9.001542 gp_filesystem_lru_clear (2): Clearing fscache LRU list... 9.001578 gp_filesystem_lru_clear (2): fscache LRU list already empty 9.001616 delete_all_folders (2): Internally deleting all folders from '/'... 9.001652 lookup_folder (2): Lookup folder '/'... 9.001688 lookup_folder (2): Found! / is 0x58ad60 9.001725 recurse_delete_folder (2): Recurse delete folder 0x58ad60// 9.001761 recurse_delete_folder (2): Recurse delete folder 0x5ad418/store_00010001 9.001797 recurse_delete_folder (2): Recurse delete folder 0x5afeb8/DCIM 9.001832 recurse_delete_folder (2): Recurse delete folder 0x5ad9d0/100D3000 9.001869 delete_folder (2): Delete one folder 0x5ad9d0/100D3000 9.001906 delete_all_files (2): Delete all files in folder 0x5ad9d0/100D3000 9.001961 delete_folder (2): Delete one folder 0x5afeb8/DCIM 9.001997 delete_all_files (2): Delete all files in folder 0x5afeb8/DCIM 9.002033 delete_folder (2): Delete one folder 0x5ad418/store_00010001 9.002069 delete_all_files (2): Delete all files in folder 0x5ad418/store_00010001 9.002105 delete_all_files (2): Delete all files in folder 0x58ad60// 9.002138 gp_port_free (2): Freeing port... 9.002178 gp_port_close (2): Closing port... 9.003056 gp_filesystem_reset (2): resetting filesystem 9.003105 gp_filesystem_lru_clear (2): Clearing fscache LRU list... 9.003141 gp_filesystem_lru_clear (2): fscache LRU list already empty 9.003176 delete_all_folders (2): Internally deleting all folders from '/'... 9.003211 lookup_folder (2): Lookup folder '/'... 9.003247 lookup_folder (2): Found! / is 0x58ad60 9.003281 recurse_delete_folder (2): Recurse delete folder 0x58ad60// 9.003316 delete_all_files (2): Delete all files in folder 0x58ad60// ` any one here who can help??? 9 seconds is to long for my photobooth....

Thank you

Daniel

koenigd79 avatar Aug 27 '21 06:08 koenigd79

I think hier ist the main problem:

"2.685267 gp_port_check_int (3): Reading 24 = 0x18 bytes from interrupt endpoint..." here the most time is lost....

2.685005 internal_append (2): Internal append DSC_0028.JPG to folder 100D3000 2.685139 camera_wait_for_event (2): waiting for events timeout 3000 ms 2.685201 gp_port_get_timeout (2): Current port timeout is 20000 milliseconds. 2.685233 gp_port_set_timeout (2): Setting port timeout to 3000 milliseconds. 2.685267 gp_port_check_int (3): Reading 24 = 0x18 bytes from interrupt endpoint... 5.688400 gp_port_check_int (3): Reading 24 = 0x18 bytes from interrupt endpoint... 8.691695 ptp_usb_event [usb.c:589] (0): Reading PTP event failed: Zeitüberschreitung beim Lesen oder Schreiben des Ports (-10) 8.691830 gp_port_set_timeout (2): Setting port timeout to 20000 milliseconds. 8.694127 gp_camera_free (2): Freeing camera... 8.694200 gp_camera_exit (2): Exiting camera ('Nikon DSC D3000 (PTP mode)')... 8.694247 gp_port_get_timeout (2): Current port timeout is 20000 milliseconds. 8.694289 gp_port_set_timeout (2): Setting port timeout to 150 milliseconds. 8.694333 gp_port_check_int (3): Reading 24 = 0x18 bytes from interrupt endpoint... 8.844621 gp_port_check_int (3): Reading 24 = 0x18 bytes from interrupt endpoint... 8.994916 gp_port_set_timeout (2): Setting port timeout to 20000 milliseconds. 8.995017 ptp_usb_sendreq (2): Sending PTP_OC 0x1003 (Close session) request... 8.995099 gp_port_write (3): Writing 12 = 0xc bytes to port... 8.995381 gp_port_write (3): Wrote 12 = 0xc bytes to port: (hexdump of 12 bytes) 0000 0c 00 00 00 01 00 03 10-25 00 00 00 ........%...

8.995449 ptp_usb_getresp (2): Reading PTP_OC 0x1003 (Close session) response... 8.995500 gp_port_read (3): Reading 1024 = 0x400 bytes from port... 8.995705 gp_port_read (3): Read 12 = 0xc out of 1024 bytes from port: (hexdump of 12 bytes) 0000 0c 00 00 00 03 00 01 20-25 00 00 00 ....... %...

8.995803 gp_port_close (2): Closing port...

koenigd79 avatar Aug 27 '21 07:08 koenigd79

Check this out https://superuser.com/questions/1659503/dslr-with-gphoto2

aliasandrei avatar Aug 27 '21 20:08 aliasandrei

there are 6 superflous seconds wait at the end as we wait for a a CAPTURECOMPLETE event that does not arrive.

try gphoto2 --trigger-capture --wait-event-and-download=FILEADDED as workaround

msmeissn avatar Aug 28 '21 09:08 msmeissn

hi,

thanks for the workaround, that works for me fine for the moment. I got down to about 3seconds for triger and download the pic

koenigd79 avatar Aug 29 '21 07:08 koenigd79

What fixed it (mostly) for me was to recompile with modified source as recommended above.

There was still a long delay, but it was reduced, good enough. I had deadlines to meet and did not have the time to investigate it further, etc.

What you should probably do is get a high resolution profile on an instrumented binary (both libgphoto and maybe the driver CLI binary) and visualize the flamegraph, track down what in the callgraph stalling and fix it once and for all. Because this affects lots of camera models in my experience, definitely all the Nikon models I've tried.

Or at least I assume it would be so simple, it may not be.

Unfortunately this can't be done by just anyone, the responsibility to do this falls to one of us, with physical access to cameras that experience the issue.

wbrickner avatar Aug 29 '21 07:08 wbrickner