Open gschwim opened 8 years ago
yes, the setting of these values is by doing +1 / -1 calls and we might go in the wrong direction for some reason.
This issue also happens on the A7R2, both on Linux and OSX.
How difficult would it be to set values directly instead of doing +1/-1 ? Or at least one could easily detect to be looping between two values and exit with an error.
@msmeissn I could take care of this issue if it is not too complicated and you give me some hints of where to start.
Thanks, this library is awesome!
With Sony it's not possible to directly set values, which makes it difficult and slow. I have a fix for this that I can post when I'm back in the office, though. The problem seems to be that sometimes it fails to read the current value and so goes the wrong direction initially. On Wed, Jul 11, 2018 at 6:21 PM Simone Pignotti notifications@github.com wrote:
This issue also happens on the A7R2, both on Linux and OSX.
How difficult would it be to set values directly instead of doing +1/-1 ? Or at least one could easily detect to be looping between two values and exit with an error.
I could take care of this issue if it is not too complicated and you give me some hints of where to start.
Thanks, this library is awesome!
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/gphoto/libgphoto2/issues/20#issuecomment-404340520, or mute the thread https://github.com/notifications/unsubscribe-auth/ABNwTt0GdwWh3bLpZHSg7JXxinwH9Ipzks5uFoiPgaJpZM4Gs1pf .
Thank you @elijahparker
What do you mean by it's not possible? Which limitation does Sony have wrt other manufacturers?
BTW the problem also appears when you set a configuration value which does not exist in the camera, e.g. if you try to set ISO to 600 the camera will loop over 400 and 800.
The limitation is in Sony's PTP implementation in that it does not support the standard "set property" command like pretty much all other cameras. Instead, there's vendor-defined "up/down" commands. You'll notice even on Sony's official tethering app the settings are changed by up/down buttons (there's no drop-down list where you can jump to any).
Now their wifi API on the other hand is much more robust and well designed, and has actual documentation available. On Wed, Jul 11, 2018 at 9:19 PM Simone Pignotti notifications@github.com wrote:
Thank you @elijahparker https://github.com/elijahparker
What do you mean by it's not possible? Which limitation does Sony have wrt other manufacturers?
BTW the problem also appears when you set a configuration value which does not exist in the camera, e.g. if you try to set ISO to 600 the camera will loop over 400 and 800.
— You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub https://github.com/gphoto/libgphoto2/issues/20#issuecomment-404368125, or mute the thread https://github.com/notifications/unsubscribe-auth/ABNwTnIJEV-MNfTxoQyGVlM2Es-5EEWMks5uFrIVgaJpZM4Gs1pf .
Unbelievable...
Well, it doesn't end there, either, but I won't go on... Here's the code that I had modified that seems to work better for setting Sony parameters (from config.c): https://github.com/timelapseplus/VIEW/blob/master/lib/libgphoto2_ptp2_updates/config.c#L1393-L1504
You can replace that code in your source and see if it works better for you. Let me know if it does, since I'll be trying to merge this in for a pull request soon.
On Wed, Jul 11, 2018 at 9:35 PM Simone Pignotti notifications@github.com wrote:
Unbelievable...
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/gphoto/libgphoto2/issues/20#issuecomment-404370529, or mute the thread https://github.com/notifications/unsubscribe-auth/ABNwTjXcvyg3NDx_iwYLCv_vquwlUHlBks5uFrXsgaJpZM4Gs1pf .
Thank you, will try!
THere is not much difference excepting the usleep(2001000) -> usleep(1001000); which seems to speed iot up.
fwiw, since 2015 this code got changed and adjusted, so it is probably already fixed
This is still an issue with my Sony a7s. I'm operating the camera remotely using a script which should vary the ISO from 100 to 3200 depending on the time of night. Occasionally I will notice the image is brighter than expected, and when I check it's at ISO 51200. No idea how it got there, but once there, I can issue gphoto commands to set it anywhere at or above ISO 64000, but attempting to set it to anything below 64000 will return 'value not in enumeration' and leave it set at 51200. From there, the only way to recover seems to be manually setting the ISO on the camera by hand to something below 25600. Strangely it doesn't even seem to recognize 51200 as a valid value, though it will set to 51200 if you try to set it there or anything below there, it still returns the 'not in enumeration error'. It's as if something about the 51200 setting is breaking gphoto's ability to drop the iso any further. This is an inconvenience for my current setup located ~30 miles away, but it's going to be much more annoying with the second camera setup I'm looking to deploy a couple hundred miles above the arctic circle.
Examples of what I get once the problem manifests:
$ gphoto2 --get-config iso
Current: 51200 $ gphoto2 --set-config iso=100 Error Target value is not in enumeration $ gphoto2 --get-config iso Current: 51200 $ gphoto2 --set-config iso=64000 $ gphoto2 --get-config iso Current: 64000 $ gphoto2 --set-config iso=100 Error Target value is not in enumeration $ gphoto2 --get-config iso Current: 51200 $ gphoto2 --set-config iso=80000 $ gphoto2 --get-config iso Current: 80000 $ gphoto2 --set-config iso=51200 Error Target value is not in enumeration $ gphoto2 --get-config iso Current: 51200
can you attach debug logging of setting it? also the ouztput of gphoto2 --summary ?
Here is the debug output when I get the error:
[**** ~]$ gphoto2 --set-config iso=12800
Error Now value is not in enumeration. [**** ~]$ gphoto2 --set-config iso=12800 --debug 0.002490 main (2): ALWAYS INCLUDE THE FOLLOWING LINES WHEN SENDING DEBUG MESSAGES TO THE MAILING LIST: 0.002546 main (2): gphoto2 2.5.17 0.002565 main (2): gphoto2 has been compiled with the following options: 0.002578 main (2): + gcc (C compiler used) 0.002585 main (2): + popt (mandatory, for handling command-line parameters) 0.002600 main (2): + exif (for displaying EXIF information) 0.002607 main (2): + no cdk (for accessing configuration options) 0.002614 main (2): + no aa (for displaying live previews) 0.002620 main (2): + jpeg (for displaying live previews in JPEG format) 0.002627 main (2): + readline (for easy navigation in the shell) 0.002634 main (2): libgphoto2 2.5.19 0.002644 main (2): libgphoto2 has been compiled with the following options: 0.002650 main (2): + all camlibs 0.002657 main (2): + gcc (C compiler used) 0.002665 main (2): + ltdl (for portable loading of camlibs) 0.002672 main (2): + EXIF (for special handling of EXIF files) 0.002687 main (2): libgphoto2_port 0.12.0 0.002699 main (2): libgphoto2_port has been compiled with the following options: 0.002713 main (2): + iolibs: disk ptpip serial usb1 usbdiskdirect usbscsi 0.002724 main (2): + gcc (C compiler used) 0.002734 main (2): + ltdl (for portable loading of iolibs) 0.002745 main (2): + USB (libusb1, for USB cameras) 0.002755 main (2): + serial (for serial cameras) 0.002765 main (2): + no resmgr (serial port access and locking) 0.002776 main (2): + no ttylock (serial port locking) 0.002786 main (2): + no lockdev (serial port locking) 0.002798 main (2): CAMLIBS env var not set, using compile-time default instead 0.002808 main (2): IOLIBS env var not set, using compile-time default instead 0.002819 main (2): invoked with following arguments: 0.002829 main (2): --set-config 0.002839 main (2): iso=12800 0.002849 main (2): --debug 0.002917 load_settings (2): Creating gphoto config directory ('/home/jason/.gphoto') 0.004831 load_settings (2): Loading settings from file '/home/jason/.gphoto/settings'. 0.005086 main (2): The user has not specified both a model and a port. Try to figure them out. 0.005110 gp_port_info_list_load (2): Using ltdl to load io-drivers from '/usr/lib/libgphoto2_port/0.12.0'... 0.007776 foreach_func (2): Called for filename '/usr/lib/libgphoto2_port/0.12.0/disk'. 0.009533 gp_port_library_list (2): found fstab fsname UUID=b68de95b-b287-4c49-a6bd-f5b8c7f94883 0.009600 gp_port_library_list (2): found fstab fsname UUID=5C84-AAE0 0.009632 gp_port_library_list (2): found fstab fsname UUID=e421970e-d71c-4b28-a5b9-6714876f4610 0.009865 gp_port_library_list (2): found fstab fsname UUID=9db8cc40-2a38-4cbe-a8f7-0c5f4f9ae1ae 0.010075 gp_port_library_list (2): found mtab fsname proc 0.010093 gp_port_library_list (2): found mtab fsname sys 0.010108 gp_port_library_list (2): found mtab fsname dev 0.010130 gp_port_library_list (2): found mtab fsname run 0.010156 gp_port_library_list (2): found mtab fsname efivarfs 0.010189 gp_port_library_list (2): found mtab fsname /dev/sda3 0.010221 gp_port_library_list (2): found mtab fsname securityfs 0.010237 gp_port_library_list (2): found mtab fsname tmpfs 0.010258 gp_port_library_list (2): found mtab fsname devpts 0.010268 gp_port_library_list (2): found mtab fsname tmpfs 0.010300 gp_port_library_list (2): found mtab fsname cgroup 0.010316 gp_port_library_list (2): found mtab fsname pstore 0.010338 gp_port_library_list (2): found mtab fsname cgroup 0.010353 gp_port_library_list (2): found mtab fsname cgroup 0.010418 gp_port_library_list (2): found mtab fsname cgroup 0.010433 gp_port_library_list (2): found mtab fsname cgroup 0.010448 gp_port_library_list (2): found mtab fsname cgroup 0.010457 gp_port_library_list (2): found mtab fsname cgroup 0.010495 gp_port_library_list (2): found mtab fsname cgroup 0.010510 gp_port_library_list (2): found mtab fsname cgroup 0.010532 gp_port_library_list (2): found mtab fsname cgroup 0.010544 gp_port_library_list (2): found mtab fsname systemd-1 0.010556 gp_port_library_list (2): found mtab fsname mqueue 0.010567 gp_port_library_list (2): found mtab fsname hugetlbfs 0.010592 gp_port_library_list (2): found mtab fsname debugfs 0.010619 gp_port_library_list (2): found mtab fsname configfs 0.010649 gp_port_library_list (2): found mtab fsname tmpfs 0.010677 gp_port_library_list (2): found mtab fsname /dev/sda2 0.010717 gp_port_library_list (2): found mtab fsname /dev/sda1 0.010740 gp_port_library_list (2): found mtab fsname tmpfs 0.010765 gp_port_library_list (2): found mtab fsname gvfsd-fuse 0.010779 gp_port_library_list (2): found mtab fsname fusectl 0.010789 gp_port_library_list (2): found mtab fsname /dev/sdb1 0.012470 foreach_func (2): Loaded '' ('^disk:') from '/usr/lib/libgphoto2_port/0.12.0/disk'. 0.012502 foreach_func (2): Called for filename '/usr/lib/libgphoto2_port/0.12.0/ptpip'. 0.013217 foreach_func (2): Loaded 'PTP/IP Connection' ('ptpip:') from '/usr/lib/libgphoto2_port/0.12.0/ptpip'. 0.013248 foreach_func (2): Loaded '' ('^ptpip:') from '/usr/lib/libgphoto2_port/0.12.0/ptpip'. 0.013256 foreach_func (2): Called for filename '/usr/lib/libgphoto2_port/0.12.0/serial'. 0.014364 foreach_func (2): Loaded 'Serial Port 0' ('serial:/dev/ttyS0') from '/usr/lib/libgphoto2_port/0.12.0/serial'. 0.014398 foreach_func (2): Loaded 'Serial Port 1' ('serial:/dev/ttyS1') from '/usr/lib/libgphoto2_port/0.12.0/serial'. 0.014406 foreach_func (2): Loaded 'Serial Port 2' ('serial:/dev/ttyS2') from '/usr/lib/libgphoto2_port/0.12.0/serial'. 0.014412 foreach_func (2): Loaded 'Serial Port 3' ('serial:/dev/ttyS3') from '/usr/lib/libgphoto2_port/0.12.0/serial'. 0.014425 foreach_func (2): Loaded 'Serial Port Device' ('serial:') from '/usr/lib/libgphoto2_port/0.12.0/serial'. 0.014438 foreach_func (2): Loaded '' ('^serial:') from '/usr/lib/libgphoto2_port/0.12.0/serial'. 0.014449 foreach_func (2): Called for filename '/usr/lib/libgphoto2_port/0.12.0/usb1'. 0.041127 foreach_func (2): Loaded '' ('^usb:') from '/usr/lib/libgphoto2_port/0.12.0/usb1'. 0.041159 foreach_func (2): Loaded 'Universal Serial Bus' ('usb:002,002') from '/usr/lib/libgphoto2_port/0.12.0/usb1'. 0.041166 foreach_func (2): Loaded 'Universal Serial Bus' ('usb:001,006') from '/usr/lib/libgphoto2_port/0.12.0/usb1'. 0.041181 foreach_func (2): Loaded 'Universal Serial Bus' ('usb:001,002') from '/usr/lib/libgphoto2_port/0.12.0/usb1'. 0.041193 foreach_func (2): Called for filename '/usr/lib/libgphoto2_port/0.12.0/usbdiskdirect'. 0.042166 foreach_func (2): Loaded 'USB Mass Storage direct IO' ('usbdiskdirect:/dev/sdb') from '/usr/lib/libgphoto2_port/0.12.0/usbdiskdirect'. 0.042204 foreach_func (2): Called for filename '/usr/lib/libgphoto2_port/0.12.0/usbscsi'. 0.043179 foreach_func (2): Loaded 'USB Mass Storage raw SCSI' ('usbscsi:/dev/sg1') from '/usr/lib/libgphoto2_port/0.12.0/usbscsi'. 0.043237 gp_port_info_list_count (2): Counting entries (15 available)... 0.043251 gp_port_info_list_count (2): 11 regular entries available. 0.043277 gp_abilities_list_load_dir (2): Using ltdl to load camera libraries from '/usr/lib/libgphoto2/2.5.19'... 0.045222 foreach_func (2): Found '/usr/lib/libgphoto2/2.5.19/adc65'. 0.045264 foreach_func (2): Found '/usr/lib/libgphoto2/2.5.19/agfa_cl20'. 0.045276 foreach_func (2): Found '/usr/lib/libgphoto2/2.5.19/aox'. 0.045289 foreach_func (2): Found '/usr/lib/libgphoto2/2.5.19/ax203'. 0.045294 foreach_func (2): Found '/usr/lib/libgphoto2/2.5.19/barbie'. 0.045299 foreach_func (2): Found '/usr/lib/libgphoto2/2.5.19/canon'. 0.045304 foreach_func (2): Found '/usr/lib/libgphoto2/2.5.19/casio_qv'. 0.045309 foreach_func (2): Found '/usr/lib/libgphoto2/2.5.19/clicksmart310'. 0.045316 foreach_func (2): Found '/usr/lib/libgphoto2/2.5.19/digigr8'. 0.045322 foreach_func (2): Found '/usr/lib/libgphoto2/2.5.19/digita'. 0.045335 foreach_func (2): Found '/usr/lib/libgphoto2/2.5.19/dimagev'. 0.045342 foreach_func (2): Found '/usr/lib/libgphoto2/2.5.19/dimera3500'. 0.045351 foreach_func (2): Found '/usr/lib/libgphoto2/2.5.19/directory'. 0.045360 foreach_func (2): Found '/usr/lib/libgphoto2/2.5.19/enigma13'. 0.045369 foreach_func (2): Found '/usr/lib/libgphoto2/2.5.19/fuji'. 0.045376 foreach_func (2): Found '/usr/lib/libgphoto2/2.5.19/gsmart300'. 0.045384 foreach_func (2): Found '/usr/lib/libgphoto2/2.5.19/hp215'. 0.045392 foreach_func (2): Found '/usr/lib/libgphoto2/2.5.19/iclick'. 0.045398 foreach_func (2): Found '/usr/lib/libgphoto2/2.5.19/jamcam'. 0.045402 foreach_func (2): Found '/usr/lib/libgphoto2/2.5.19/jd11'. 0.045410 foreach_func (2): Found '/usr/lib/libgphoto2/2.5.19/jl2005a'. 0.045418 foreach_func (2): Found '/usr/lib/libgphoto2/2.5.19/jl2005c'. 0.045426 foreach_func (2): Found '/usr/lib/libgphoto2/2.5.19/kodak_dc120'. 0.045434 foreach_func (2): Found '/usr/lib/libgphoto2/2.5.19/kodak_dc210'. 0.045442 foreach_func (2): Found '/usr/lib/libgphoto2/2.5.19/kodak_dc240'. 0.045450 foreach_func (2): Found '/usr/lib/libgphoto2/2.5.19/kodak_dc3200'. 0.045457 foreach_func (2): Found '/usr/lib/libgphoto2/2.5.19/kodak_ez200'. 0.045463 foreach_func (2): Found '/usr/lib/libgphoto2/2.5.19/konica'. 0.045471 foreach_func (2): Found '/usr/lib/libgphoto2/2.5.19/konica_qm150'. 0.045479 foreach_func (2): Found '/usr/lib/libgphoto2/2.5.19/largan'. 0.045487 foreach_func (2): Found '/usr/lib/libgphoto2/2.5.19/lg_gsm'. 0.045495 foreach_func (2): Found '/usr/lib/libgphoto2/2.5.19/mars'. 0.045504 foreach_func (2): Found '/usr/lib/libgphoto2/2.5.19/mustek'. 0.045512 foreach_func (2): Found '/usr/lib/libgphoto2/2.5.19/panasonic_coolshot'. 0.045517 foreach_func (2): Found '/usr/lib/libgphoto2/2.5.19/panasonic_dc1000'. 0.045521 foreach_func (2): Found '/usr/lib/libgphoto2/2.5.19/panasonic_dc1580'. 0.045526 foreach_func (2): Found '/usr/lib/libgphoto2/2.5.19/panasonic_l859'. 0.045531 foreach_func (2): Found '/usr/lib/libgphoto2/2.5.19/pccam300'. 0.045535 foreach_func (2): Found '/usr/lib/libgphoto2/2.5.19/pccam600'. 0.045539 foreach_func (2): Found '/usr/lib/libgphoto2/2.5.19/pentax'. 0.045546 foreach_func (2): Found '/usr/lib/libgphoto2/2.5.19/polaroid_pdc320'. 0.045554 foreach_func (2): Found '/usr/lib/libgphoto2/2.5.19/polaroid_pdc640'. 0.045561 foreach_func (2): Found '/usr/lib/libgphoto2/2.5.19/polaroid_pdc700'. 0.045569 foreach_func (2): Found '/usr/lib/libgphoto2/2.5.19/ptp2'. 0.045575 foreach_func (2): Found '/usr/lib/libgphoto2/2.5.19/ricoh'. 0.045583 foreach_func (2): Found '/usr/lib/libgphoto2/2.5.19/ricoh_g3'. 0.045591 foreach_func (2): Found '/usr/lib/libgphoto2/2.5.19/samsung'. 0.045597 foreach_func (2): Found '/usr/lib/libgphoto2/2.5.19/sierra'. 0.045602 foreach_func (2): Found '/usr/lib/libgphoto2/2.5.19/sipix_blink2'. 0.045606 foreach_func (2): Found '/usr/lib/libgphoto2/2.5.19/sipix_web2'. 0.045611 foreach_func (2): Found '/usr/lib/libgphoto2/2.5.19/smal'. 0.045617 foreach_func (2): Found '/usr/lib/libgphoto2/2.5.19/sonix'. 0.045625 foreach_func (2): Found '/usr/lib/libgphoto2/2.5.19/sony_dscf1'. 0.045630 foreach_func (2): Found '/usr/lib/libgphoto2/2.5.19/sony_dscf55'. 0.045636 foreach_func (2): Found '/usr/lib/libgphoto2/2.5.19/soundvision'. 0.045645 foreach_func (2): Found '/usr/lib/libgphoto2/2.5.19/spca50x'. 0.045649 foreach_func (2): Found '/usr/lib/libgphoto2/2.5.19/sq905'. 0.045658 foreach_func (2): Found '/usr/lib/libgphoto2/2.5.19/st2205'. 0.045665 foreach_func (2): Found '/usr/lib/libgphoto2/2.5.19/stv0674'. 0.045672 foreach_func (2): Found '/usr/lib/libgphoto2/2.5.19/stv0680'. 0.045680 foreach_func (2): Found '/usr/lib/libgphoto2/2.5.19/sx330z'. 0.045686 foreach_func (2): Found '/usr/lib/libgphoto2/2.5.19/topfield'. 0.045694 foreach_func (2): Found '/usr/lib/libgphoto2/2.5.19/toshiba_pdrm11'. 0.045702 foreach_func (2): Found '/usr/lib/libgphoto2/2.5.19/tp6801'. 0.045717 gp_abilities_list_load_dir (2): Found 64 camera drivers. 0.214193 gp_port_info_list_count (2): Counting entries (15 available)... 0.214245 gp_port_info_list_count (2): 11 regular entries available. 0.214273 gp_port_new (2): Creating new device... 0.214287 gp_port_info_list_get_info (2): Getting info of entry 0 (15 available)... 0.214595 gp_port_set_settings (2): Setting settings... 0.214621 gp_port_info_list_get_info (2): Getting info of entry 1 (15 available)... 0.214883 gp_port_set_timeout (2): Setting port timeout to 500 milliseconds. 0.214901 gp_port_set_settings (2): Setting settings... 0.214909 gp_port_info_list_get_info (2): Getting info of entry 2 (15 available)... 0.215087 gp_port_set_timeout (2): Setting port timeout to 500 milliseconds. 0.215101 gp_port_set_settings (2): Setting settings... 0.215107 gp_port_info_list_get_info (2): Getting info of entry 3 (15 available)... 0.215295 gp_port_set_timeout (2): Setting port timeout to 500 milliseconds. 0.215311 gp_port_set_settings (2): Setting settings... 0.215317 gp_port_info_list_get_info (2): Getting info of entry 4 (15 available)... 0.215486 gp_port_set_timeout (2): Setting port timeout to 500 milliseconds. 0.215502 gp_port_set_settings (2): Setting settings... 0.215512 gp_port_info_list_get_info (2): Getting info of entry 5 (15 available)... 0.215688 gp_port_set_timeout (2): Setting port timeout to 500 milliseconds. 0.215699 gp_port_set_settings (2): Setting settings... 0.215711 gp_port_info_list_get_info (2): Getting info of entry 6 (15 available)... 0.222252 gp_port_set_timeout (2): Setting port timeout to 5000 milliseconds. 0.222319 gp_port_set_settings (2): Setting settings... 0.222332 gp_libusb1_update (2): (old int=0, conf=-1, alt=-1) port usb:002,002, (new int=0, conf=-1, alt=-1) port usb:002,002 0.222338 gp_libusb1_update (2): lowlevel libusb1 port not yet opened, no need for libusb changes 0.222345 gp_abilities_list_detect_usb(2): Auto-detecting USB cameras... 0.223379 gp_libusb1_find_device_by_class_lib(2): Looking for USB device (class 0x29a, subclass, 0xffffffff, protocol 0xffffffff)... 0.224393 gp_libusb1_find_device_by_class_lib(2): Looking for USB device (class 0x6, subclass, 0x1, protocol 0x1)... 0.224507 gp_port_info_list_get_info (2): Getting info of entry 7 (15 available)... 0.231620 gp_port_set_timeout (2): Setting port timeout to 5000 milliseconds. 0.231656 gp_port_set_settings (2): Setting settings... 0.231672 gp_libusb1_update (2): (old int=0, conf=-1, alt=-1) port usb:001,006, (new int=0, conf=-1, alt=-1) port usb:001,006 0.231687 gp_libusb1_update (2): lowlevel libusb1 port not yet opened, no need for libusb changes 0.231694 gp_abilities_list_detect_usb(2): Auto-detecting USB cameras... 0.232704 gp_libusb1_find_device_by_class_lib(2): Looking for USB device (class 0x29a, subclass, 0xffffffff, protocol 0xffffffff)... 0.233518 gp_libusb1_find_device_by_class_lib(2): Looking for USB device (class 0x6, subclass, 0x1, protocol 0x1)... 0.233651 gp_port_info_list_get_info (2): Getting info of entry 8 (15 available)... 0.247114 gp_port_set_timeout (2): Setting port timeout to 5000 milliseconds. 0.247227 gp_port_set_settings (2): Setting settings... 0.247243 gp_libusb1_update (2): (old int=0, conf=-1, alt=-1) port usb:001,002, (new int=0, conf=-1, alt=-1) port usb:001,002 0.247252 gp_libusb1_update (2): lowlevel libusb1 port not yet opened, no need for libusb changes 0.247265 gp_abilities_list_detect_usb(2): Auto-detecting USB cameras... 0.248252 gp_libusb1_find_device_by_class_lib(2): Looking for USB device (class 0x29a, subclass, 0xffffffff, protocol 0xffffffff)... 0.248702 gp_libusb1_find_device_lib (2): Looking for USB device (vendor 0x54c, product 0x954)... found. 0.248863 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.248879 gp_abilities_list_detect_usb(2): Found 'Sony Alpha-A7S (Control)' (0x54c,0x954) 0.248902 gp_port_info_list_get_info (2): Getting info of entry 9 (15 available)... 0.249558 gp_port_set_settings (2): Setting settings... 0.249598 gp_abilities_list_detect_usb(2): Auto-detecting USB cameras... 0.249809 gp_port_info_list_get_info (2): Getting info of entry 10 (15 available)... 0.250101 gp_port_set_settings (2): Setting settings... 0.250116 gp_abilities_list_detect_usb(2): Auto-detecting USB cameras... 0.252384 gp_port_free (2): Freeing port... 0.252415 gp_port_close (2): Closing port... 0.252983 gp_camera_set_abilities (2): Setting abilities ('Sony Alpha-A7S (Control)')... 0.253018 gp_setting_set (2): Setting key 'model' to value 'Sony Alpha-A7S (Control)' (gphoto2) 0.253034 save_settings (2): Saving 3 setting(s) to file "/home/jason/.gphoto/settings" 0.253669 gp_port_info_list_lookup_path(2): Looking for path 'usb:001,002' (15 entries available)... 0.253707 gp_port_info_list_get_info (2): Getting info of entry 8 (15 available)... 0.253719 gp_camera_set_port_info (2): Setting port info for port 'Universal Serial Bus' at 'usb:001,002'... 0.262234 gp_port_set_timeout (2): Setting port timeout to 5000 milliseconds. 0.262266 gp_port_set_settings (2): Setting settings... 0.262282 gp_libusb1_update (2): (old int=0, conf=-1, alt=-1) port usb:001,002, (new int=0, conf=-1, alt=-1) port usb:001,002 0.262297 gp_libusb1_update (2): lowlevel libusb1 port not yet opened, no need for libusb changes 0.262305 gp_setting_set (2): Setting key 'port' to value 'usb:001,002' (gphoto2) 0.262316 save_settings (2): Saving 3 setting(s) to file "/home/jason/.gphoto/settings" 0.272475 gp_camera_init (2): Initializing camera... 0.272578 gp_libusb1_find_device_lib (2): Looking for USB device (vendor 0x54c, product 0x954)... found. 0.272724 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.272745 gp_camera_init (2): Loading '/usr/lib/libgphoto2/2.5.19/ptp2'... 0.346856 gp_port_open (2): Opening USB port... 0.346893 gp_libusb1_open (2): () 0.353152 gp_libusb1_open (2): claiming interface 0 0.385544 camera_init (2): maxpacketsize 512 0.385588 gp_port_set_timeout (2): Setting port timeout to 8000 milliseconds. 0.385616 ptp (2): PTP: Opening session 0.413699 ptp_usb_sendreq (2): Sending PTP_OC 0x1002 (Open session) (0x1) request... 0.413753 gp_port_write (3): Writing 16 = 0x10 bytes to port... 0.413947 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.413974 ptp_usb_getresp (2): Reading PTP_OC 0x1002 (Open session) response... 0.413985 gp_port_read (3): Reading 1024 = 0x400 bytes from port... 0.415672 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.415693 gp_port_set_timeout (2): Setting port timeout to 20000 milliseconds. 0.415716 ptp_usb_sendreq (2): Sending PTP_OC 0x1001 (Get device info) request... 0.415727 gp_port_write (3): Writing 12 = 0xc bytes to port... 0.415803 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.415820 ptp_usb_getdata (2): Reading PTP_OC 0x1001 (Get device info) data... 0.415829 gp_port_read (3): Reading 1024 = 0x400 bytes from port... 0.417867 gp_port_read (3): Read 255 = 0xff out of 1024 bytes from port: (hexdump of 255 bytes) 0000 ff 00 00 00 02 00 01 10-01 00 00 00 64 00 11 00 ............d... 0010 00 00 64 00 14 53 00 6f-00 6e 00 79 00 20 00 50 ..d..S.o.n.y. .P 0020 00 54 00 50 00 20 00 45-00 78 00 74 00 65 00 6e .T.P. .E.x.t.e.n 0030 00 73 00 69 00 6f 00 6e-00 73 00 00 00 00 00 10 .s.i.o.n.s...... 0040 00 00 00 02 10 03 10 01-10 04 10 05 10 06 10 07 ................ 0050 10 08 10 09 10 0a 10 1b-10 01 92 02 92 05 92 07 ................ 0060 92 09 92 03 00 00 00 01-c2 02 c2 03 c2 00 00 00 ................ 0070 00 00 00 00 00 03 00 00-00 01 38 01 b3 01 b1 11 ..........8..... 0080 53 00 6f 00 6e 00 79 00-20 00 43 00 6f 00 72 00 S.o.n.y. .C.o.r. 0090 70 00 6f 00 72 00 61 00-74 00 69 00 6f 00 6e 00 p.o.r.a.t.i.o.n. 00a0 00 00 08 49 00 4c 00 43-00 45 00 2d 00 37 00 53 ...I.L.C.E.-.7.S 00b0 00 00 00 04 33 00 2e 00-30 00 00 00 21 30 00 30 ....3...0...!0.0 00c0 00 30 00 30 00 30 00 30-00 30 00 30 00 30 00 30 .0.0.0.0.0.0.0.0 00d0 00 30 00 30 00 30 00 30-00 30 00 30 00 33 00 32 .0.0.0.0.0.0.3.2 00e0 00 38 00 32 00 37 00 34-00 31 00 30 00 30 00 33 .8.2.7.4.1.0.0.3 00f0 00 33 00 37 00 36 00 36-00 34 00 38 00 00 00 .3.7.6.6.4.8...
0.417933 ptp_usb_getresp (2): Reading PTP_OC 0x1001 (Get device info) response... 0.417955 gp_port_read (3): Reading 1024 = 0x400 bytes from port... 0.418031 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.418089 ptp_usb_sendreq (2): Sending PTP_OC 0x9201 (PTP_OC_SONY_SDIOConnect) (0x1,0x0,0x0) request... 0.418104 gp_port_write (3): Writing 24 = 0x18 bytes to port... 0.418162 gp_port_write (3): Wrote 24 = 0x18 bytes to port: (hexdump of 24 bytes) 0000 18 00 00 00 01 00 01 92-02 00 00 00 01 00 00 00 ................ 0010 00 00 00 00 00 00 00 00- ........
0.418179 ptp_usb_getdata (2): Reading PTP_OC 0x9201 (PTP_OC_SONY_SDIOConnect) data... 0.418190 gp_port_read (3): Reading 1024 = 0x400 bytes from port... 0.424032 gp_port_read (3): Read 20 = 0x14 out of 1024 bytes from port: (hexdump of 20 bytes) 0000 14 00 00 00 02 00 01 92-02 00 00 00 00 00 00 00 ................ 0010 00 00 00 00 - ....
0.424080 ptp_usb_getresp (2): Reading PTP_OC 0x9201 (PTP_OC_SONY_SDIOConnect) response... 0.424095 gp_port_read (3): Reading 1024 = 0x400 bytes from port... 0.424569 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.424591 ptp_usb_sendreq (2): Sending PTP_OC 0x9201 (PTP_OC_SONY_SDIOConnect) (0x2,0x0,0x0) request... 0.424605 gp_port_write (3): Writing 24 = 0x18 bytes to port... 0.424667 gp_port_write (3): Wrote 24 = 0x18 bytes to port: (hexdump of 24 bytes) 0000 18 00 00 00 01 00 01 92-03 00 00 00 02 00 00 00 ................ 0010 00 00 00 00 00 00 00 00- ........
0.424694 ptp_usb_getdata (2): Reading PTP_OC 0x9201 (PTP_OC_SONY_SDIOConnect) data... 0.424707 gp_port_read (3): Reading 1024 = 0x400 bytes from port... 0.426708 gp_port_read (3): Read 20 = 0x14 out of 1024 bytes from port: (hexdump of 20 bytes) 0000 14 00 00 00 02 00 01 92-03 00 00 00 00 00 00 00 ................ 0010 00 00 00 00 - ....
0.426738 ptp_usb_getresp (2): Reading PTP_OC 0x9201 (PTP_OC_SONY_SDIOConnect) response... 0.426751 gp_port_read (3): Reading 1024 = 0x400 bytes from port... 0.426961 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.426989 ptp_usb_sendreq (2): Sending PTP_OC 0x9202 (PTP_OC_SONY_GetSDIOGetExtDeviceInfo) (0xc8) request... 0.427001 gp_port_write (3): Writing 16 = 0x10 bytes to port... 0.427061 gp_port_write (3): Wrote 16 = 0x10 bytes to port: (hexdump of 16 bytes) 0000 10 00 00 00 01 00 02 92-04 00 00 00 c8 00 00 00 ................
0.427078 ptp_usb_getdata (2): Reading PTP_OC 0x9202 (PTP_OC_SONY_GetSDIOGetExtDeviceInfo) data... 0.427091 gp_port_read (3): Reading 1024 = 0x400 bytes from port... 0.429764 gp_port_read (3): Read 98 = 0x62 out of 1024 bytes from port: (hexdump of 98 bytes) 0000 62 00 00 00 02 00 02 92-04 00 00 00 c8 00 1f 00 b............... 0010 00 00 04 50 05 50 07 50-0a 50 0b 50 0c 50 0e 50 ...P.P.P.P.P.P.P 0020 10 50 13 50 00 d2 01 d2-03 d2 0d d2 0e d2 0f d2 .P.P............ 0030 10 d2 1c d2 11 d2 13 d2-1e d2 1b d2 1d d2 1f d2 ................ 0040 17 d2 18 d2 19 d2 12 d2-21 d2 14 d2 15 d2 20 d2 ........!..... . 0050 07 00 00 00 c1 d2 c2 d2-c3 d2 c9 d2 c8 d2 c5 d2 ................ 0060 c7 d2 - ..
0.429802 ptp_usb_getresp (2): Reading PTP_OC 0x9202 (PTP_OC_SONY_GetSDIOGetExtDeviceInfo) response... 0.429816 gp_port_read (3): Reading 1024 = 0x400 bytes from port... 0.429962 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.430049 ptp (2): xsize 86, got size 68
0.430064 fixup_cached_deviceinfo (2): sony code: 5004 0.430082 fixup_cached_deviceinfo (2): sony code: 5005 0.430093 fixup_cached_deviceinfo (2): sony code: 5007 0.430098 fixup_cached_deviceinfo (2): sony code: 500a 0.430107 fixup_cached_deviceinfo (2): sony code: 500b 0.430117 fixup_cached_deviceinfo (2): sony code: 500c 0.430126 fixup_cached_deviceinfo (2): sony code: 500e 0.430147 fixup_cached_deviceinfo (2): sony code: 5010 0.430160 fixup_cached_deviceinfo (2): sony code: 5013 0.430180 fixup_cached_deviceinfo (2): sony code: d200 0.430191 fixup_cached_deviceinfo (2): sony code: d201 0.430246 fixup_cached_deviceinfo (2): sony code: d203 0.430252 fixup_cached_deviceinfo (2): sony code: d20d 0.430256 fixup_cached_deviceinfo (2): sony code: d20e 0.430260 fixup_cached_deviceinfo (2): sony code: d20f 0.430264 fixup_cached_deviceinfo (2): sony code: d210 0.430268 fixup_cached_deviceinfo (2): sony code: d21c 0.430272 fixup_cached_deviceinfo (2): sony code: d211 0.430276 fixup_cached_deviceinfo (2): sony code: d213 0.430280 fixup_cached_deviceinfo (2): sony code: d21e 0.430284 fixup_cached_deviceinfo (2): sony code: d21b 0.430288 fixup_cached_deviceinfo (2): sony code: d21d 0.430292 fixup_cached_deviceinfo (2): sony code: d21f 0.430296 fixup_cached_deviceinfo (2): sony code: d217 0.430300 fixup_cached_deviceinfo (2): sony code: d218 0.430304 fixup_cached_deviceinfo (2): sony code: d219 0.430308 fixup_cached_deviceinfo (2): sony code: d212 0.430312 fixup_cached_deviceinfo (2): sony code: d221 0.430316 fixup_cached_deviceinfo (2): sony code: d214 0.430319 fixup_cached_deviceinfo (2): sony code: d215 0.430323 fixup_cached_deviceinfo (2): sony code: d220 0.430327 fixup_cached_deviceinfo (2): sony code: d2c1 0.430335 fixup_cached_deviceinfo (2): sony code: d2c2 0.430342 fixup_cached_deviceinfo (2): sony code: d2c3 0.430356 fixup_cached_deviceinfo (2): sony code: d2c9 0.430366 fixup_cached_deviceinfo (2): sony code: d2c8 0.430376 fixup_cached_deviceinfo (2): sony code: d2c5 0.430385 fixup_cached_deviceinfo (2): sony code: d2c7 0.430402 ptp_usb_sendreq (2): Sending PTP_OC 0x9201 (PTP_OC_SONY_SDIOConnect) (0x3,0x0,0x0) request... 0.430414 gp_port_write (3): Writing 24 = 0x18 bytes to port... 0.430569 gp_port_write (3): Wrote 24 = 0x18 bytes to port: (hexdump of 24 bytes) 0000 18 00 00 00 01 00 01 92-05 00 00 00 03 00 00 00 ................ 0010 00 00 00 00 00 00 00 00- ........
0.430592 ptp_usb_getdata (2): Reading PTP_OC 0x9201 (PTP_OC_SONY_SDIOConnect) data... 0.430606 gp_port_read (3): Reading 1024 = 0x400 bytes from port... 0.433140 gp_port_read (3): Read 20 = 0x14 out of 1024 bytes from port: (hexdump of 20 bytes) 0000 14 00 00 00 02 00 01 92-05 00 00 00 00 00 00 00 ................ 0010 00 00 00 00 - ....
0.433181 ptp_usb_getresp (2): Reading PTP_OC 0x9201 (PTP_OC_SONY_SDIOConnect) response... 0.433195 gp_port_read (3): Reading 1024 = 0x400 bytes from port... 0.433359 gp_port_read (3): Read 12 = 0xc out of 1024 bytes from port: (hexdump of 12 bytes) 0000 0c 00 00 00 03 00 01 20-05 00 00 00 ....... ....
0.433397 print_debug_deviceinfo (2): Device info: 0.433409 print_debug_deviceinfo (2): Manufacturer: Sony Corporation 0.433420 print_debug_deviceinfo (2): Model: ILCE-7S 0.433431 print_debug_deviceinfo (2): device version: 3.0 0.433443 print_debug_deviceinfo (2): serial number: '00000000000000003282741003376648' 0.433452 print_debug_deviceinfo (2): Vendor extension ID: 0x00000011 0.433459 print_debug_deviceinfo (2): Vendor extension version: 100 0.433560 print_debug_deviceinfo (2): Vendor extension description: Sony PTP Extensions 0.433575 print_debug_deviceinfo (2): Functional Mode: 0x0000 0.433586 print_debug_deviceinfo (2): PTP Standard Version: 100 0.433594 print_debug_deviceinfo (2): Supported operations: 0.433609 print_debug_deviceinfo (2): 0x1002 (Open session) 0.433621 print_debug_deviceinfo (2): 0x1003 (Close session) 0.433632 print_debug_deviceinfo (2): 0x1001 (Get device info) 0.433643 print_debug_deviceinfo (2): 0x1004 (Get storage IDs) 0.433653 print_debug_deviceinfo (2): 0x1005 (Get storage info) 0.433664 print_debug_deviceinfo (2): 0x1006 (Get number of objects) 0.433677 print_debug_deviceinfo (2): 0x1007 (Get object handles) 0.433691 print_debug_deviceinfo (2): 0x1008 (Get object info) 0.433705 print_debug_deviceinfo (2): 0x1009 (Get object) 0.433719 print_debug_deviceinfo (2): 0x100a (Get thumbnail) 0.433727 print_debug_deviceinfo (2): 0x101b (Get partial object) 0.433734 print_debug_deviceinfo (2): 0x9201 (PTP_OC_SONY_SDIOConnect) 0.433756 print_debug_deviceinfo (2): 0x9202 (PTP_OC_SONY_GetSDIOGetExtDeviceInfo) 0.433764 print_debug_deviceinfo (2): 0x9205 (PTP_OC_SONY_SetControlDeviceA) 0.433776 print_debug_deviceinfo (2): 0x9207 (PTP_OC_SONY_SetControlDeviceB) 0.433787 print_debug_deviceinfo (2): 0x9209 (PTP_OC_SONY_GetAllDevicePropData) 0.433853 print_debug_deviceinfo (2): Events Supported: 0.433874 print_debug_deviceinfo (2): 0xc201 (Unknown Event) 0.433882 print_debug_deviceinfo (2): 0xc202 (Unknown Event) 0.433890 print_debug_deviceinfo (2): 0xc203 (Unknown Event) 0.433894 print_debug_deviceinfo (2): Device Properties Supported: 0.433902 print_debug_deviceinfo (2): 0x5004 (Compression Setting) 0.433907 print_debug_deviceinfo (2): 0x5005 (White Balance) 0.435961 print_debug_deviceinfo (2): 0x5007 (F-Number) 0.436007 print_debug_deviceinfo (2): 0x500a (Focus Mode) 0.436015 print_debug_deviceinfo (2): 0x500b (Exposure Metering Mode) 0.436022 print_debug_deviceinfo (2): 0x500c (Flash Mode) 0.436027 print_debug_deviceinfo (2): 0x500e (Exposure Program Mode) 0.436042 print_debug_deviceinfo (2): 0x5010 (Exposure Bias Compensation) 0.436049 print_debug_deviceinfo (2): 0x5013 (Still Capture Mode) 0.436055 print_debug_deviceinfo (2): 0xd200 (DOC Compensation) 0.436060 print_debug_deviceinfo (2): 0xd201 (DRangeOptimize) 0.436066 print_debug_deviceinfo (2): 0xd203 (Image size) 0.436071 print_debug_deviceinfo (2): 0xd20d (Shutter speed) 0.436077 print_debug_deviceinfo (2): 0xd20e (Unknown DPC code) 0.436082 print_debug_deviceinfo (2): 0xd20f (Color temperature) 0.436087 print_debug_deviceinfo (2): 0xd210 (CC Filter) 0.436093 print_debug_deviceinfo (2): 0xd21c (AB Filter) 0.436098 print_debug_deviceinfo (2): 0xd211 (Aspect Ratio) 0.436111 print_debug_deviceinfo (2): 0xd213 (Focus status) 0.436119 print_debug_deviceinfo (2): 0xd21e (ISO) 0.436124 print_debug_deviceinfo (2): 0xd21b (Picture Effect) 0.436130 print_debug_deviceinfo (2): 0xd21d (Unknown DPC code) 0.436135 print_debug_deviceinfo (2): 0xd21f (Unknown DPC code) 0.436140 print_debug_deviceinfo (2): 0xd217 (Unknown DPC code) 0.436146 print_debug_deviceinfo (2): 0xd218 (Battery Level) 0.436152 print_debug_deviceinfo (2): 0xd219 (Unknown DPC code) 0.436157 print_debug_deviceinfo (2): 0xd212 (Unknown DPC code) 0.436163 print_debug_deviceinfo (2): 0xd221 (Unknown DPC code) 0.436168 print_debug_deviceinfo (2): 0xd214 (Unknown DPC code) 0.436173 print_debug_deviceinfo (2): 0xd215 (Objects in memory) 0.436178 print_debug_deviceinfo (2): 0xd220 (Unknown DPC code) 0.436184 print_debug_deviceinfo (2): 0xd2c1 (Unknown DPC code) 0.436189 print_debug_deviceinfo (2): 0xd2c2 (Unknown DPC code) 0.436195 print_debug_deviceinfo (2): 0xd2c3 (Unknown DPC code) 0.436200 print_debug_deviceinfo (2): 0xd2c9 (Unknown DPC code) 0.436205 print_debug_deviceinfo (2): 0xd2c8 (Movie) 0.436210 print_debug_deviceinfo (2): 0xd2c5 (Unknown DPC code) 0.436216 print_debug_deviceinfo (2): 0xd2c7 (Still Image) 0.436240 ptp_usb_sendreq (2): Sending PTP_OC 0x1004 (Get storage IDs) request... 0.436249 gp_port_write (3): Writing 12 = 0xc bytes to port... 0.436399 gp_port_write (3): Wrote 12 = 0xc bytes to port: (hexdump of 12 bytes) 0000 0c 00 00 00 01 00 04 10-06 00 00 00 ............
0.436423 ptp_usb_getdata (2): Reading PTP_OC 0x1004 (Get storage IDs) data... 0.436432 gp_port_read (3): Reading 1024 = 0x400 bytes from port... 0.438303 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-06 00 00 00 01 00 00 00 ................ 0010 00 00 01 00 - ....
0.438352 ptp_usb_getresp (2): Reading PTP_OC 0x1004 (Get storage IDs) response... 0.438361 gp_port_read (3): Reading 1024 = 0x400 bytes from port... 0.439637 gp_port_read (3): Read 12 = 0xc out of 1024 bytes from port: (hexdump of 12 bytes) 0000 0c 00 00 00 03 00 01 20-06 00 00 00 ....... ....
0.443244 _get_config (2): Getting property 'ISO Speed' / 0xd21e 0.443289 ptp_usb_sendreq (2): Sending PTP_OC 0x9209 (PTP_OC_SONY_GetAllDevicePropData) request... 0.443302 gp_port_write (3): Writing 12 = 0xc bytes to port... 0.443385 gp_port_write (3): Wrote 12 = 0xc bytes to port: (hexdump of 12 bytes) 0000 0c 00 00 00 01 00 09 92-07 00 00 00 ............
0.443403 ptp_usb_getdata (2): Reading PTP_OC 0x9209 (PTP_OC_SONY_GetAllDevicePropData) data... 0.443414 gp_port_read (3): Reading 1024 = 0x400 bytes from port... 0.444361 gp_port_read (3): Read 1024 = 0x400 bytes from port: (hexdump of 1024 bytes) 0000 98 04 00 00 02 00 09 92-07 00 00 00 25 00 00 00 ............%... 0010 00 00 00 00 04 50 02 00-01 01 02 03 02 05 00 02 .....P.......... 0020 03 04 10 13 05 50 04 00-01 01 02 00 04 00 02 0f .....P.......... 0030 00 02 00 04 00 11 80 10-80 06 00 01 80 02 80 03 ................ 0040 80 04 80 07 00 30 80 12-80 20 80 21 80 22 80 07 .....0... .!.".. 0050 50 04 00 00 01 ff ff 00-00 01 00 00 ff ff 01 00 P............... 0060 0a 50 04 00 00 02 01 00-01 00 02 08 00 01 00 02 .P.............. 0070 00 03 00 04 80 05 80 08-80 06 80 07 80 0b 50 04 ..............P. 0080 00 00 02 01 00 01 00 02-03 00 04 00 01 00 02 80 ................ 0090 0c 50 04 00 00 00 01 00-00 00 02 0a 00 02 00 01 .P.............. 00a0 00 04 00 03 00 05 00 01-80 03 80 04 80 31 80 32 .............1.2 00b0 80 0e 50 04 00 00 02 01-00 01 00 02 15 00 00 80 ..P............. 00c0 01 80 02 00 03 00 04 00-01 00 50 80 51 80 52 80 ..........P.Q.R. 00d0 53 80 54 80 41 80 07 00-11 80 15 80 14 80 12 80 S.T.A........... 00e0 13 80 16 80 17 80 18 80-10 50 03 00 00 02 00 00 .........P...... 00f0 00 00 02 2b 00 00 00 01-00 02 00 88 13 5c 12 94 ...+........... 0100 11 cc 10 a0 0f 74 0e ac-0d e4 0c b8 0b 8c 0a c4 .....t.......... 0110 09 fc 08 d0 07 a4 06 dc-05 14 05 e8 03 bc 02 f4 ................ 0120 01 2c 01 d4 fe 0c fe 44-fd 18 fc ec fa 24 fa 5c .,.....D.....$.\ 0130 f9 30 f8 04 f7 3c f6 74-f5 48 f4 1c f3 54 f2 8c .0...<.t.H...T.. 0140 f1 60 f0 34 ef 6c ee a4-ed 78 ec 13 50 04 00 01 .`.4.l...x..P... 0150 01 01 00 01 00 02 23 00-01 00 13 80 14 80 05 80 ......#......... 0160 04 80 08 80 09 80 37 83-37 85 57 83 57 85 77 83 ......7.7.W.W.w. 0170 77 85 11 83 11 85 21 83-21 85 31 83 31 85 36 83 w.....!.!.1.1.6. 0180 36 85 56 83 56 85 76 83-76 85 10 83 10 85 20 83 6.V.V.v.v..... . 0190 20 85 30 83 30 85 18 80-28 80 19 80 29 80 00 d2 .0.0...(...)... 01a0 03 00 00 01 00 00 00 00-02 1b 00 00 00 01 00 02 ................ 01b0 00 b8 0b 8c 0a c4 09 fc-08 d0 07 a4 06 dc 05 14 ................ 01c0 05 e8 03 bc 02 f4 01 2c-01 d4 fe 0c fe 44 fd 18 .......,.....D.. 01d0 fc ec fa 24 fa 5c f9 30-f8 04 f7 3c f6 74 f5 48 ...$..0...<.t.H 01e0 f4 01 d2 02 00 01 01 01-1f 02 07 00 01 1f 11 12 ................ 01f0 13 14 15 03 d2 02 00 01-01 04 01 02 03 00 01 02 ................ 0200 03 0d d2 06 00 00 01 ff-ff ff ff 0f 00 01 00 01 ................ 0210 00 00 00 00 ff ff ff ff-01 00 00 00 0e d2 02 00 ................ 0220 00 02 01 01 02 0a 00 01-02 03 08 09 0a 04 05 06 ................ 0230 07 0f d2 04 00 01 00 7c-15 00 00 01 c4 09 ac 26 .......|.......& 0240 64 00 10 d2 02 00 01 01-80 80 01 79 87 01 1c d2 d..........y.... 0250 02 00 01 01 80 80 01 79-87 01 11 d2 02 00 01 01 .......y........ 0260 01 01 02 02 00 01 02 13-d2 02 00 00 02 01 01 02 ................ 0270 06 00 01 02 03 05 06 07-1e d2 06 00 00 01 ff ff ................ 0280 ff 00 00 7d 00 00 02 41-00 ff ff ff 00 19 00 00 ...}...A........ 0290 00 64 00 00 00 7d 00 00-00 a0 00 00 00 c8 00 00 .d...}.......... 02a0 00 fa 00 00 00 40 01 00-00 90 01 00 00 f4 01 00 .....@.......... 02b0 00 80 02 00 00 20 03 00-00 e8 03 00 00 e2 04 00 ..... .......... 02c0 00 40 06 00 00 d0 07 00-00 c4 09 00 00 80 0c 00 .@.............. 02d0 00 a0 0f 00 00 88 13 00-00 00 19 00 00 40 1f 00 .............@.. 02e0 00 10 27 00 00 00 32 00-00 80 3e 00 00 20 4e 00 ..'...2...>.. N. 02f0 00 00 fa 00 00 80 38 01-00 00 90 01 00 00 f4 01 ......8......... 0300 00 00 71 02 00 00 20 03-00 00 e8 03 00 00 e2 04 ..q... ......... 0310 00 00 40 06 00 ff ff ff-01 19 00 00 01 32 00 00 ..@..........2.. 0320 01 40 00 00 01 50 00 00-01 64 00 00 01 7d 00 00 .@...P...d...}.. 0330 01 a0 00 00 01 c8 00 00-01 fa 00 00 01 40 01 00 .............@.. 0340 01 90 01 00 01 f4 01 00-01 80 02 00 01 20 03 00 ............. .. 0350 01 e8 03 00 01 e2 04 00-01 40 06 00 01 d0 07 00 .........@...... 0360 01 c4 09 00 01 80 0c 00-01 a0 0f 00 01 88 13 00 ................ 0370 01 00 19 00 01 40 1f 00-01 10 27 00 01 00 32 00 .....@....'...2. 0380 01 80 3e 00 01 00 64 00-01 00 c8 00 01 1b d2 04 ..>...d......... 0390 00 01 00 00 80 00 80 02-01 00 00 80 1d d2 02 00 ................ 03a0 00 02 00 00 01 00 02 01-1f d2 02 00 00 02 01 01 ................ 03b0 02 02 00 02 01 17 d2 02-00 00 02 01 01 02 02 00 ................ 03c0 02 01 18 d2 01 00 00 02-ff ff 01 ff 64 01 19 d2 ............d... 03d0 02 00 00 02 01 01 02 02-00 02 01 c1 d2 04 00 81 ................ 03e0 01 01 00 01 00 02 02 00-01 00 02 00 c2 d2 04 00 ................ 03f0 81 01 01 00 01 00 02 02-00 01 00 02 00 c3 d2 04 ................
0.444503 gp_port_read (3): Reading 152 = 0x98 bytes from port... 0.444727 gp_port_read (3): Read 152 = 0x98 bytes from port: (hexdump of 152 bytes) 0000 00 81 01 01 00 01 00 02-02 00 01 00 02 00 c9 d2 ................ 0010 04 00 81 01 01 00 01 00-02 02 00 01 00 02 00 c8 ................ 0020 d2 04 00 81 01 01 00 01-00 02 02 00 01 00 02 00 ................ 0030 12 d2 02 00 00 01 00 00-01 00 0f 01 21 d2 02 00 ............!... 0040 01 01 00 01 02 03 00 00-01 02 14 d2 06 00 00 01 ................ 0050 ff ff ff ff 00 9c 17 01-01 00 00 00 00 ff ff ff ................ 0060 ff 01 00 00 00 15 d2 04-00 00 01 00 00 00 00 01 ................ 0070 00 00 ff ff 01 00 c5 d2-04 00 83 01 01 00 01 00 ................ 0080 02 02 00 01 00 02 00 c7-d2 04 00 81 01 01 00 01 ................ 0090 00 02 02 00 01 00 02 00- ........
0.444791 ptp_usb_getresp (2): Reading PTP_OC 0x9209 (PTP_OC_SONY_GetAllDevicePropData) response... 0.444800 gp_port_read (3): Reading 1024 = 0x400 bytes from port... 0.445271 gp_port_read (3): Read 12 = 0xc out of 1024 bytes from port: (hexdump of 12 bytes) 0000 0c 00 00 00 03 00 01 20-07 00 00 00 ....... ....
0.445426 gp_widget_set_value (2): Setting value of widget 'ISO Speed' to '32000'... 0.445454 gp_widget_set_value (2): Setting value of widget 'ISO Speed' to '12800'... 0.445482 _set_config (2): Setting property 'ISO Speed' / 0xd21e 0.448960 _put_sony_value_u32 (2): setting 0xd21e to 0x00003200 0.448991 ptp_usb_sendreq (2): Sending PTP_OC 0x9209 (PTP_OC_SONY_GetAllDevicePropData) request... 0.449006 gp_port_write (3): Writing 12 = 0xc bytes to port... 0.449100 gp_port_write (3): Wrote 12 = 0xc bytes to port: (hexdump of 12 bytes) 0000 0c 00 00 00 01 00 09 92-08 00 00 00 ............
0.449160 ptp_usb_getdata (2): Reading PTP_OC 0x9209 (PTP_OC_SONY_GetAllDevicePropData) data... 0.449175 gp_port_read (3): Reading 1024 = 0x400 bytes from port... 0.450056 gp_port_read (3): Read 1024 = 0x400 bytes from port: (hexdump of 1024 bytes) 0000 98 04 00 00 02 00 09 92-08 00 00 00 25 00 00 00 ............%... 0010 00 00 00 00 04 50 02 00-01 01 02 03 02 05 00 02 .....P.......... 0020 03 04 10 13 05 50 04 00-01 01 02 00 04 00 02 0f .....P.......... 0030 00 02 00 04 00 11 80 10-80 06 00 01 80 02 80 03 ................ 0040 80 04 80 07 00 30 80 12-80 20 80 21 80 22 80 07 .....0... .!.".. 0050 50 04 00 00 01 ff ff 00-00 01 00 00 ff ff 01 00 P............... 0060 0a 50 04 00 00 02 01 00-01 00 02 08 00 01 00 02 .P.............. 0070 00 03 00 04 80 05 80 08-80 06 80 07 80 0b 50 04 ..............P. 0080 00 00 02 01 00 01 00 02-03 00 04 00 01 00 02 80 ................ 0090 0c 50 04 00 00 00 01 00-00 00 02 0a 00 02 00 01 .P.............. 00a0 00 04 00 03 00 05 00 01-80 03 80 04 80 31 80 32 .............1.2 00b0 80 0e 50 04 00 00 02 01-00 01 00 02 15 00 00 80 ..P............. 00c0 01 80 02 00 03 00 04 00-01 00 50 80 51 80 52 80 ..........P.Q.R. 00d0 53 80 54 80 41 80 07 00-11 80 15 80 14 80 12 80 S.T.A........... 00e0 13 80 16 80 17 80 18 80-10 50 03 00 00 02 00 00 .........P...... 00f0 00 00 02 2b 00 00 00 01-00 02 00 88 13 5c 12 94 ...+........... 0100 11 cc 10 a0 0f 74 0e ac-0d e4 0c b8 0b 8c 0a c4 .....t.......... 0110 09 fc 08 d0 07 a4 06 dc-05 14 05 e8 03 bc 02 f4 ................ 0120 01 2c 01 d4 fe 0c fe 44-fd 18 fc ec fa 24 fa 5c .,.....D.....$.\ 0130 f9 30 f8 04 f7 3c f6 74-f5 48 f4 1c f3 54 f2 8c .0...<.t.H...T.. 0140 f1 60 f0 34 ef 6c ee a4-ed 78 ec 13 50 04 00 01 .`.4.l...x..P... 0150 01 01 00 01 00 02 23 00-01 00 13 80 14 80 05 80 ......#......... 0160 04 80 08 80 09 80 37 83-37 85 57 83 57 85 77 83 ......7.7.W.W.w. 0170 77 85 11 83 11 85 21 83-21 85 31 83 31 85 36 83 w.....!.!.1.1.6. 0180 36 85 56 83 56 85 76 83-76 85 10 83 10 85 20 83 6.V.V.v.v..... . 0190 20 85 30 83 30 85 18 80-28 80 19 80 29 80 00 d2 .0.0...(...)... 01a0 03 00 00 01 00 00 00 00-02 1b 00 00 00 01 00 02 ................ 01b0 00 b8 0b 8c 0a c4 09 fc-08 d0 07 a4 06 dc 05 14 ................ 01c0 05 e8 03 bc 02 f4 01 2c-01 d4 fe 0c fe 44 fd 18 .......,.....D.. 01d0 fc ec fa 24 fa 5c f9 30-f8 04 f7 3c f6 74 f5 48 ...$..0...<.t.H 01e0 f4 01 d2 02 00 01 01 01-1f 02 07 00 01 1f 11 12 ................ 01f0 13 14 15 03 d2 02 00 01-01 04 01 02 03 00 01 02 ................ 0200 03 0d d2 06 00 00 01 ff-ff ff ff 0f 00 01 00 01 ................ 0210 00 00 00 00 ff ff ff ff-01 00 00 00 0e d2 02 00 ................ 0220 00 02 01 01 02 0a 00 01-02 03 08 09 0a 04 05 06 ................ 0230 07 0f d2 04 00 01 00 7c-15 00 00 01 c4 09 ac 26 .......|.......& 0240 64 00 10 d2 02 00 01 01-80 80 01 79 87 01 1c d2 d..........y.... 0250 02 00 01 01 80 80 01 79-87 01 11 d2 02 00 01 01 .......y........ 0260 01 01 02 02 00 01 02 13-d2 02 00 00 02 01 01 02 ................ 0270 06 00 01 02 03 05 06 07-1e d2 06 00 00 01 ff ff ................ 0280 ff 00 00 7d 00 00 02 41-00 ff ff ff 00 19 00 00 ...}...A........ 0290 00 64 00 00 00 7d 00 00-00 a0 00 00 00 c8 00 00 .d...}.......... 02a0 00 fa 00 00 00 40 01 00-00 90 01 00 00 f4 01 00 .....@.......... 02b0 00 80 02 00 00 20 03 00-00 e8 03 00 00 e2 04 00 ..... .......... 02c0 00 40 06 00 00 d0 07 00-00 c4 09 00 00 80 0c 00 .@.............. 02d0 00 a0 0f 00 00 88 13 00-00 00 19 00 00 40 1f 00 .............@.. 02e0 00 10 27 00 00 00 32 00-00 80 3e 00 00 20 4e 00 ..'...2...>.. N. 02f0 00 00 fa 00 00 80 38 01-00 00 90 01 00 00 f4 01 ......8......... 0300 00 00 71 02 00 00 20 03-00 00 e8 03 00 00 e2 04 ..q... ......... 0310 00 00 40 06 00 ff ff ff-01 19 00 00 01 32 00 00 ..@..........2.. 0320 01 40 00 00 01 50 00 00-01 64 00 00 01 7d 00 00 .@...P...d...}.. 0330 01 a0 00 00 01 c8 00 00-01 fa 00 00 01 40 01 00 .............@.. 0340 01 90 01 00 01 f4 01 00-01 80 02 00 01 20 03 00 ............. .. 0350 01 e8 03 00 01 e2 04 00-01 40 06 00 01 d0 07 00 .........@...... 0360 01 c4 09 00 01 80 0c 00-01 a0 0f 00 01 88 13 00 ................ 0370 01 00 19 00 01 40 1f 00-01 10 27 00 01 00 32 00 .....@....'...2. 0380 01 80 3e 00 01 00 64 00-01 00 c8 00 01 1b d2 04 ..>...d......... 0390 00 01 00 00 80 00 80 02-01 00 00 80 1d d2 02 00 ................ 03a0 00 02 00 00 01 00 02 01-1f d2 02 00 00 02 01 01 ................ 03b0 02 02 00 02 01 17 d2 02-00 00 02 01 01 02 02 00 ................ 03c0 02 01 18 d2 01 00 00 02-ff ff 01 ff 64 01 19 d2 ............d... 03d0 02 00 00 02 01 01 02 02-00 02 01 c1 d2 04 00 81 ................ 03e0 01 01 00 01 00 02 02 00-01 00 02 00 c2 d2 04 00 ................ 03f0 81 01 01 00 01 00 02 02-00 01 00 02 00 c3 d2 04 ................
0.451564 gp_port_read (3): Reading 152 = 0x98 bytes from port... 0.451693 gp_port_read (3): Read 152 = 0x98 bytes from port: (hexdump of 152 bytes) 0000 00 81 01 01 00 01 00 02-02 00 01 00 02 00 c9 d2 ................ 0010 04 00 81 01 01 00 01 00-02 02 00 01 00 02 00 c8 ................ 0020 d2 04 00 81 01 01 00 01-00 02 02 00 01 00 02 00 ................ 0030 12 d2 02 00 00 01 00 00-01 00 0f 01 21 d2 02 00 ............!... 0040 01 01 00 01 02 03 00 00-01 02 14 d2 06 00 00 01 ................ 0050 ff ff ff ff 00 9c 17 01-01 00 00 00 00 ff ff ff ................ 0060 ff 01 00 00 00 15 d2 04-00 00 01 00 00 00 00 01 ................ 0070 00 00 ff ff 01 00 c5 d2-04 00 83 01 01 00 01 00 ................ 0080 02 02 00 01 00 02 00 c7-d2 04 00 81 01 01 00 01 ................ 0090 00 02 02 00 01 00 02 00- ........
0.451747 ptp_usb_getresp (2): Reading PTP_OC 0x9209 (PTP_OC_SONY_GetAllDevicePropData) response... 0.451775 gp_port_read (3): Reading 1024 = 0x400 bytes from port... 0.452032 gp_port_read (3): Read 12 = 0xc out of 1024 bytes from port: (hexdump of 12 bytes) 0000 0c 00 00 00 03 00 01 20-08 00 00 00 ....... ....
0.452079 _put_sony_value_u32 (2): posnew 23, posorig -1, value 12800 0.452103 ptp_usb_sendreq (2): Sending PTP_OC 0x9207 (PTP_OC_SONY_SetControlDeviceB) (0xd21e) request... 0.452116 gp_port_write (3): Writing 16 = 0x10 bytes to port... 0.452182 gp_port_write (3): Wrote 16 = 0x10 bytes to port: (hexdump of 16 bytes) 0000 10 00 00 00 01 00 07 92-09 00 00 00 1e d2 00 00 ................
0.452199 ptp_usb_senddata (2): Sending PTP_OC 0x9207 (PTP_OC_SONY_SetControlDeviceB) data... 0.452211 gp_port_write (3): Writing 13 = 0xd bytes to port... 0.452267 gp_port_write (3): Wrote 13 = 0xd bytes to port: (hexdump of 13 bytes) 0000 0d 00 00 00 02 00 07 92-09 00 00 00 01 .............
0.452285 ptp_usb_getresp (2): Reading PTP_OC 0x9207 (PTP_OC_SONY_SetControlDeviceB) response... 0.452298 gp_port_read (3): Reading 1024 = 0x400 bytes from port... 0.479812 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 ....... ....
0.479862 _put_sony_value_u32 (2): value is (0x7d00 vs target 0x3200) 0.479893 ptp_usb_sendreq (2): Sending PTP_OC 0x9209 (PTP_OC_SONY_GetAllDevicePropData) request... 0.479905 gp_port_write (3): Writing 12 = 0xc bytes to port... 0.480006 gp_port_write (3): Wrote 12 = 0xc bytes to port: (hexdump of 12 bytes) 0000 0c 00 00 00 01 00 09 92-0a 00 00 00 ............
0.480024 ptp_usb_getdata (2): Reading PTP_OC 0x9209 (PTP_OC_SONY_GetAllDevicePropData) data... 0.480035 gp_port_read (3): Reading 1024 = 0x400 bytes from port... 0.482123 gp_port_read (3): Read 1024 = 0x400 bytes from port: (hexdump of 1024 bytes) 0000 98 04 00 00 02 00 09 92-0a 00 00 00 25 00 00 00 ............%... 0010 00 00 00 00 04 50 02 00-01 01 02 03 02 05 00 02 .....P.......... 0020 03 04 10 13 05 50 04 00-01 01 02 00 04 00 02 0f .....P.......... 0030 00 02 00 04 00 11 80 10-80 06 00 01 80 02 80 03 ................ 0040 80 04 80 07 00 30 80 12-80 20 80 21 80 22 80 07 .....0... .!.".. 0050 50 04 00 00 01 ff ff 00-00 01 00 00 ff ff 01 00 P............... 0060 0a 50 04 00 00 02 01 00-01 00 02 08 00 01 00 02 .P.............. 0070 00 03 00 04 80 05 80 08-80 06 80 07 80 0b 50 04 ..............P. 0080 00 00 02 01 00 01 00 02-03 00 04 00 01 00 02 80 ................ 0090 0c 50 04 00 00 00 01 00-00 00 02 0a 00 02 00 01 .P.............. 00a0 00 04 00 03 00 05 00 01-80 03 80 04 80 31 80 32 .............1.2 00b0 80 0e 50 04 00 00 02 01-00 01 00 02 15 00 00 80 ..P............. 00c0 01 80 02 00 03 00 04 00-01 00 50 80 51 80 52 80 ..........P.Q.R. 00d0 53 80 54 80 41 80 07 00-11 80 15 80 14 80 12 80 S.T.A........... 00e0 13 80 16 80 17 80 18 80-10 50 03 00 00 02 00 00 .........P...... 00f0 00 00 02 2b 00 00 00 01-00 02 00 88 13 5c 12 94 ...+........... 0100 11 cc 10 a0 0f 74 0e ac-0d e4 0c b8 0b 8c 0a c4 .....t.......... 0110 09 fc 08 d0 07 a4 06 dc-05 14 05 e8 03 bc 02 f4 ................ 0120 01 2c 01 d4 fe 0c fe 44-fd 18 fc ec fa 24 fa 5c .,.....D.....$.\ 0130 f9 30 f8 04 f7 3c f6 74-f5 48 f4 1c f3 54 f2 8c .0...<.t.H...T.. 0140 f1 60 f0 34 ef 6c ee a4-ed 78 ec 13 50 04 00 01 .`.4.l...x..P... 0150 01 01 00 01 00 02 23 00-01 00 13 80 14 80 05 80 ......#......... 0160 04 80 08 80 09 80 37 83-37 85 57 83 57 85 77 83 ......7.7.W.W.w. 0170 77 85 11 83 11 85 21 83-21 85 31 83 31 85 36 83 w.....!.!.1.1.6. 0180 36 85 56 83 56 85 76 83-76 85 10 83 10 85 20 83 6.V.V.v.v..... . 0190 20 85 30 83 30 85 18 80-28 80 19 80 29 80 00 d2 .0.0...(...)... 01a0 03 00 00 01 00 00 00 00-02 1b 00 00 00 01 00 02 ................ 01b0 00 b8 0b 8c 0a c4 09 fc-08 d0 07 a4 06 dc 05 14 ................ 01c0 05 e8 03 bc 02 f4 01 2c-01 d4 fe 0c fe 44 fd 18 .......,.....D.. 01d0 fc ec fa 24 fa 5c f9 30-f8 04 f7 3c f6 74 f5 48 ...$..0...<.t.H 01e0 f4 01 d2 02 00 01 01 01-1f 02 07 00 01 1f 11 12 ................ 01f0 13 14 15 03 d2 02 00 01-01 04 01 02 03 00 01 02 ................ 0200 03 0d d2 06 00 00 01 ff-ff ff ff 0f 00 01 00 01 ................ 0210 00 00 00 00 ff ff ff ff-01 00 00 00 0e d2 02 00 ................ 0220 00 02 01 01 02 0a 00 01-02 03 08 09 0a 04 05 06 ................ 0230 07 0f d2 04 00 01 00 7c-15 00 00 01 c4 09 ac 26 .......|.......& 0240 64 00 10 d2 02 00 01 01-80 80 01 79 87 01 1c d2 d..........y.... 0250 02 00 01 01 80 80 01 79-87 01 11 d2 02 00 01 01 .......y........ 0260 01 01 02 02 00 01 02 13-d2 02 00 00 02 01 01 02 ................ 0270 06 00 01 02 03 05 06 07-1e d2 06 00 00 01 ff ff ................ 0280 ff 00 00 7d 00 00 02 41-00 ff ff ff 00 19 00 00 ...}...A........ 0290 00 64 00 00 00 7d 00 00-00 a0 00 00 00 c8 00 00 .d...}.......... 02a0 00 fa 00 00 00 40 01 00-00 90 01 00 00 f4 01 00 .....@.......... 02b0 00 80 02 00 00 20 03 00-00 e8 03 00 00 e2 04 00 ..... .......... 02c0 00 40 06 00 00 d0 07 00-00 c4 09 00 00 80 0c 00 .@.............. 02d0 00 a0 0f 00 00 88 13 00-00 00 19 00 00 40 1f 00 .............@.. 02e0 00 10 27 00 00 00 32 00-00 80 3e 00 00 20 4e 00 ..'...2...>.. N. 02f0 00 00 fa 00 00 80 38 01-00 00 90 01 00 00 f4 01 ......8......... 0300 00 00 71 02 00 00 20 03-00 00 e8 03 00 00 e2 04 ..q... ......... 0310 00 00 40 06 00 ff ff ff-01 19 00 00 01 32 00 00 ..@..........2.. 0320 01 40 00 00 01 50 00 00-01 64 00 00 01 7d 00 00 .@...P...d...}.. 0330 01 a0 00 00 01 c8 00 00-01 fa 00 00 01 40 01 00 .............@.. 0340 01 90 01 00 01 f4 01 00-01 80 02 00 01 20 03 00 ............. .. 0350 01 e8 03 00 01 e2 04 00-01 40 06 00 01 d0 07 00 .........@...... 0360 01 c4 09 00 01 80 0c 00-01 a0 0f 00 01 88 13 00 ................ 0370 01 00 19 00 01 40 1f 00-01 10 27 00 01 00 32 00 .....@....'...2. 0380 01 80 3e 00 01 00 64 00-01 00 c8 00 01 1b d2 04 ..>...d......... 0390 00 01 00 00 80 00 80 02-01 00 00 80 1d d2 02 00 ................ 03a0 00 02 00 00 01 00 02 01-1f d2 02 00 00 02 01 01 ................ 03b0 02 02 00 02 01 17 d2 02-00 00 02 01 01 02 02 00 ................ 03c0 02 01 18 d2 01 00 00 02-ff ff 01 ff 64 01 19 d2 ............d... 03d0 02 00 00 02 01 01 02 02-00 02 01 c1 d2 04 00 81 ................ 03e0 01 01 00 01 00 02 02 00-01 00 02 00 c2 d2 04 00 ................ 03f0 81 01 01 00 01 00 02 02-00 01 00 02 00 c3 d2 04 ................
0.482214 gp_port_read (3): Reading 152 = 0x98 bytes from port... 0.482313 gp_port_read (3): Read 152 = 0x98 bytes from port: (hexdump of 152 bytes) 0000 00 81 01 01 00 01 00 02-02 00 01 00 02 00 c9 d2 ................ 0010 04 00 81 01 01 00 01 00-02 02 00 01 00 02 00 c8 ................ 0020 d2 04 00 81 01 01 00 01-00 02 02 00 01 00 02 00 ................ 0030 12 d2 02 00 00 01 00 00-01 00 0f 01 21 d2 02 00 ............!... 0040 01 01 00 01 02 03 00 00-01 02 14 d2 06 00 00 01 ................ 0050 ff ff ff ff 00 9c 17 01-01 00 00 00 00 ff ff ff ................ 0060 ff 01 00 00 00 15 d2 04-00 00 01 00 00 00 00 01 ................ 0070 00 00 ff ff 01 00 c5 d2-04 00 83 01 01 00 01 00 ................ 0080 02 02 00 01 00 02 00 c7-d2 04 00 81 01 01 00 01 ................ 0090 00 02 02 00 01 00 02 00- ........
0.482352 ptp_usb_getresp (2): Reading PTP_OC 0x9209 (PTP_OC_SONY_GetAllDevicePropData) response... 0.482362 gp_port_read (3): Reading 1024 = 0x400 bytes from port... 0.482672 gp_port_read (3): Read 12 = 0xc out of 1024 bytes from port: (hexdump of 12 bytes) 0000 0c 00 00 00 03 00 01 20-0a 00 00 00 ....... ....
0.688732 ptp_usb_sendreq (2): Sending PTP_OC 0x9209 (PTP_OC_SONY_GetAllDevicePropData) request... 0.688771 gp_port_write (3): Writing 12 = 0xc bytes to port... 0.688867 _cb_irq (2): 0x5566b86be880 with status 0 0.688883 _cb_irq (3): interrupt (hexdump of 16 bytes) 0000 10 00 00 00 04 00 03 c2-ff ff ff ff 04 50 00 00 .............P..
0.688892 _cb_irq (2): Requeuing completed transfer 0x5566b86be880 0.688916 gp_port_write (3): Wrote 12 = 0xc bytes to port: (hexdump of 12 bytes) 0000 0c 00 00 00 01 00 09 92-0b 00 00 00 ............
0.688933 ptp_usb_getdata (2): Reading PTP_OC 0x9209 (PTP_OC_SONY_GetAllDevicePropData) data... 0.688945 gp_port_read (3): Reading 1024 = 0x400 bytes from port... 0.691493 gp_port_read (3): Read 1024 = 0x400 bytes from port: (hexdump of 1024 bytes) 0000 98 04 00 00 02 00 09 92-0b 00 00 00 25 00 00 00 ............%... 0010 00 00 00 00 04 50 02 00-01 01 02 03 02 05 00 02 .....P.......... 0020 03 04 10 13 05 50 04 00-01 01 02 00 04 00 02 0f .....P.......... 0030 00 02 00 04 00 11 80 10-80 06 00 01 80 02 80 03 ................ 0040 80 04 80 07 00 30 80 12-80 20 80 21 80 22 80 07 .....0... .!.".. 0050 50 04 00 00 01 ff ff 00-00 01 00 00 ff ff 01 00 P............... 0060 0a 50 04 00 00 02 01 00-01 00 02 08 00 01 00 02 .P.............. 0070 00 03 00 04 80 05 80 08-80 06 80 07 80 0b 50 04 ..............P. 0080 00 00 02 01 00 01 00 02-03 00 04 00 01 00 02 80 ................ 0090 0c 50 04 00 00 00 01 00-00 00 02 0a 00 02 00 01 .P.............. 00a0 00 04 00 03 00 05 00 01-80 03 80 04 80 31 80 32 .............1.2 00b0 80 0e 50 04 00 00 02 01-00 01 00 02 15 00 00 80 ..P............. 00c0 01 80 02 00 03 00 04 00-01 00 50 80 51 80 52 80 ..........P.Q.R. 00d0 53 80 54 80 41 80 07 00-11 80 15 80 14 80 12 80 S.T.A........... 00e0 13 80 16 80 17 80 18 80-10 50 03 00 00 02 00 00 .........P...... 00f0 00 00 02 2b 00 00 00 01-00 02 00 88 13 5c 12 94 ...+........... 0100 11 cc 10 a0 0f 74 0e ac-0d e4 0c b8 0b 8c 0a c4 .....t.......... 0110 09 fc 08 d0 07 a4 06 dc-05 14 05 e8 03 bc 02 f4 ................ 0120 01 2c 01 d4 fe 0c fe 44-fd 18 fc ec fa 24 fa 5c .,.....D.....$.\ 0130 f9 30 f8 04 f7 3c f6 74-f5 48 f4 1c f3 54 f2 8c .0...<.t.H...T.. 0140 f1 60 f0 34 ef 6c ee a4-ed 78 ec 13 50 04 00 01 .`.4.l...x..P... 0150 01 01 00 01 00 02 23 00-01 00 13 80 14 80 05 80 ......#......... 0160 04 80 08 80 09 80 37 83-37 85 57 83 57 85 77 83 ......7.7.W.W.w. 0170 77 85 11 83 11 85 21 83-21 85 31 83 31 85 36 83 w.....!.!.1.1.6. 0180 36 85 56 83 56 85 76 83-76 85 10 83 10 85 20 83 6.V.V.v.v..... . 0190 20 85 30 83 30 85 18 80-28 80 19 80 29 80 00 d2 .0.0...(...)... 01a0 03 00 00 01 00 00 00 00-02 1b 00 00 00 01 00 02 ................ 01b0 00 b8 0b 8c 0a c4 09 fc-08 d0 07 a4 06 dc 05 14 ................ 01c0 05 e8 03 bc 02 f4 01 2c-01 d4 fe 0c fe 44 fd 18 .......,.....D.. 01d0 fc ec fa 24 fa 5c f9 30-f8 04 f7 3c f6 74 f5 48 ...$..0...<.t.H 01e0 f4 01 d2 02 00 01 01 01-1f 02 07 00 01 1f 11 12 ................ 01f0 13 14 15 03 d2 02 00 01-01 04 01 02 03 00 01 02 ................ 0200 03 0d d2 06 00 00 01 ff-ff ff ff 0f 00 01 00 01 ................ 0210 00 00 00 00 ff ff ff ff-01 00 00 00 0e d2 02 00 ................ 0220 00 02 01 01 02 0a 00 01-02 03 08 09 0a 04 05 06 ................ 0230 07 0f d2 04 00 01 00 7c-15 00 00 01 c4 09 ac 26 .......|.......& 0240 64 00 10 d2 02 00 01 01-80 80 01 79 87 01 1c d2 d..........y.... 0250 02 00 01 01 80 80 01 79-87 01 11 d2 02 00 01 01 .......y........ 0260 01 01 02 02 00 01 02 13-d2 02 00 00 02 01 01 02 ................ 0270 06 00 01 02 03 05 06 07-1e d2 06 00 00 01 ff ff ................ 0280 ff 00 00 7d 00 00 02 41-00 ff ff ff 00 19 00 00 ...}...A........ 0290 00 64 00 00 00 7d 00 00-00 a0 00 00 00 c8 00 00 .d...}.......... 02a0 00 fa 00 00 00 40 01 00-00 90 01 00 00 f4 01 00 .....@.......... 02b0 00 80 02 00 00 20 03 00-00 e8 03 00 00 e2 04 00 ..... .......... 02c0 00 40 06 00 00 d0 07 00-00 c4 09 00 00 80 0c 00 .@.............. 02d0 00 a0 0f 00 00 88 13 00-00 00 19 00 00 40 1f 00 .............@.. 02e0 00 10 27 00 00 00 32 00-00 80 3e 00 00 20 4e 00 ..'...2...>.. N. 02f0 00 00 fa 00 00 80 38 01-00 00 90 01 00 00 f4 01 ......8......... 0300 00 00 71 02 00 00 20 03-00 00 e8 03 00 00 e2 04 ..q... ......... 0310 00 00 40 06 00 ff ff ff-01 19 00 00 01 32 00 00 ..@..........2.. 0320 01 40 00 00 01 50 00 00-01 64 00 00 01 7d 00 00 .@...P...d...}.. 0330 01 a0 00 00 01 c8 00 00-01 fa 00 00 01 40 01 00 .............@.. 0340 01 90 01 00 01 f4 01 00-01 80 02 00 01 20 03 00 ............. .. 0350 01 e8 03 00 01 e2 04 00-01 40 06 00 01 d0 07 00 .........@...... 0360 01 c4 09 00 01 80 0c 00-01 a0 0f 00 01 88 13 00 ................ 0370 01 00 19 00 01 40 1f 00-01 10 27 00 01 00 32 00 .....@....'...2. 0380 01 80 3e 00 01 00 64 00-01 00 c8 00 01 1b d2 04 ..>...d......... 0390 00 01 00 00 80 00 80 02-01 00 00 80 1d d2 02 00 ................ 03a0 00 02 00 00 01 00 02 01-1f d2 02 00 00 02 01 01 ................ 03b0 02 02 00 02 01 17 d2 02-00 00 02 01 01 02 02 00 ................ 03c0 02 01 18 d2 01 00 00 02-ff ff 01 ff 64 01 19 d2 ............d... 03d0 02 00 00 02 01 01 02 02-00 02 01 c1 d2 04 00 81 ................ 03e0 01 01 00 01 00 02 02 00-01 00 02 00 c2 d2 04 00 ................ 03f0 81 01 01 00 01 00 02 02-00 01 00 02 00 c3 d2 04 ................
0.691603 gp_port_read (3): Reading 152 = 0x98 bytes from port... 0.691811 gp_port_read (3): Read 152 = 0x98 bytes from port: (hexdump of 152 bytes) 0000 00 81 01 01 00 01 00 02-02 00 01 00 02 00 c9 d2 ................ 0010 04 00 81 01 01 00 01 00-02 02 00 01 00 02 00 c8 ................ 0020 d2 04 00 81 01 01 00 01-00 02 02 00 01 00 02 00 ................ 0030 12 d2 02 00 00 01 00 00-01 00 0f 01 21 d2 02 00 ............!... 0040 01 01 00 01 02 03 00 00-01 02 14 d2 06 00 00 01 ................ 0050 ff ff ff ff 00 9c 17 01-01 00 00 00 00 ff ff ff ................ 0060 ff 01 00 00 00 15 d2 04-00 00 01 00 00 00 00 01 ................ 0070 00 00 ff ff 01 00 c5 d2-04 00 83 01 01 00 01 00 ................ 0080 02 02 00 01 00 02 00 c7-d2 04 00 81 01 01 00 01 ................ 0090 00 02 02 00 01 00 02 00- ........
0.691864 ptp_usb_getresp (2): Reading PTP_OC 0x9209 (PTP_OC_SONY_GetAllDevicePropData) response... 0.691877 gp_port_read (3): Reading 1024 = 0x400 bytes from port... 0.692080 gp_port_read (3): Read 12 = 0xc out of 1024 bytes from port: (hexdump of 12 bytes) 0000 0c 00 00 00 03 00 01 20-0b 00 00 00 ....... ....
0.892258 ptp_usb_sendreq (2): Sending PTP_OC 0x9209 (PTP_OC_SONY_GetAllDevicePropData) request... 0.892302 gp_port_write (3): Writing 12 = 0xc bytes to port... 0.892434 gp_port_write (3): Wrote 12 = 0xc bytes to port: (hexdump of 12 bytes) 0000 0c 00 00 00 01 00 09 92-0c 00 00 00 ............
0.892455 ptp_usb_getdata (2): Reading PTP_OC 0x9209 (PTP_OC_SONY_GetAllDevicePropData) data... 0.892467 gp_port_read (3): Reading 1024 = 0x400 bytes from port... 0.893566 gp_port_read (3): Read 1024 = 0x400 bytes from port: (hexdump of 1024 bytes) 0000 98 04 00 00 02 00 09 92-0c 00 00 00 25 00 00 00 ............%... 0010 00 00 00 00 04 50 02 00-01 01 02 03 02 05 00 02 .....P.......... 0020 03 04 10 13 05 50 04 00-01 01 02 00 04 00 02 0f .....P.......... 0030 00 02 00 04 00 11 80 10-80 06 00 01 80 02 80 03 ................ 0040 80 04 80 07 00 30 80 12-80 20 80 21 80 22 80 07 .....0... .!.".. 0050 50 04 00 00 01 ff ff 00-00 01 00 00 ff ff 01 00 P............... 0060 0a 50 04 00 00 02 01 00-01 00 02 08 00 01 00 02 .P.............. 0070 00 03 00 04 80 05 80 08-80 06 80 07 80 0b 50 04 ..............P. 0080 00 00 02 01 00 01 00 02-03 00 04 00 01 00 02 80 ................ 0090 0c 50 04 00 00 00 01 00-00 00 02 0a 00 02 00 01 .P.............. 00a0 00 04 00 03 00 05 00 01-80 03 80 04 80 31 80 32 .............1.2 00b0 80 0e 50 04 00 00 02 01-00 01 00 02 15 00 00 80 ..P............. 00c0 01 80 02 00 03 00 04 00-01 00 50 80 51 80 52 80 ..........P.Q.R. 00d0 53 80 54 80 41 80 07 00-11 80 15 80 14 80 12 80 S.T.A........... 00e0 13 80 16 80 17 80 18 80-10 50 03 00 00 02 00 00 .........P...... 00f0 00 00 02 2b 00 00 00 01-00 02 00 88 13 5c 12 94 ...+........... 0100 11 cc 10 a0 0f 74 0e ac-0d e4 0c b8 0b 8c 0a c4 .....t.......... 0110 09 fc 08 d0 07 a4 06 dc-05 14 05 e8 03 bc 02 f4 ................ 0120 01 2c 01 d4 fe 0c fe 44-fd 18 fc ec fa 24 fa 5c .,.....D.....$.\ 0130 f9 30 f8 04 f7 3c f6 74-f5 48 f4 1c f3 54 f2 8c .0...<.t.H...T.. 0140 f1 60 f0 34 ef 6c ee a4-ed 78 ec 13 50 04 00 01 .`.4.l...x..P... 0150 01 01 00 01 00 02 23 00-01 00 13 80 14 80 05 80 ......#......... 0160 04 80 08 80 09 80 37 83-37 85 57 83 57 85 77 83 ......7.7.W.W.w. 0170 77 85 11 83 11 85 21 83-21 85 31 83 31 85 36 83 w.....!.!.1.1.6. 0180 36 85 56 83 56 85 76 83-76 85 10 83 10 85 20 83 6.V.V.v.v..... . 0190 20 85 30 83 30 85 18 80-28 80 19 80 29 80 00 d2 .0.0...(...)... 01a0 03 00 00 01 00 00 00 00-02 1b 00 00 00 01 00 02 ................ 01b0 00 b8 0b 8c 0a c4 09 fc-08 d0 07 a4 06 dc 05 14 ................ 01c0 05 e8 03 bc 02 f4 01 2c-01 d4 fe 0c fe 44 fd 18 .......,.....D.. 01d0 fc ec fa 24 fa 5c f9 30-f8 04 f7 3c f6 74 f5 48 ...$..0...<.t.H 01e0 f4 01 d2 02 00 01 01 01-1f 02 07 00 01 1f 11 12 ................ 01f0 13 14 15 03 d2 02 00 01-01 04 01 02 03 00 01 02 ................ 0200 03 0d d2 06 00 00 01 ff-ff ff ff 0f 00 01 00 01 ................ 0210 00 00 00 00 ff ff ff ff-01 00 00 00 0e d2 02 00 ................ 0220 00 02 01 01 02 0a 00 01-02 03 08 09 0a 04 05 06 ................ 0230 07 0f d2 04 00 01 00 7c-15 00 00 01 c4 09 ac 26 .......|.......& 0240 64 00 10 d2 02 00 01 01-80 80 01 79 87 01 1c d2 d..........y.... 0250 02 00 01 01 80 80 01 79-87 01 11 d2 02 00 01 01 .......y........ 0260 01 01 02 02 00 01 02 13-d2 02 00 00 02 01 01 02 ................ 0270 06 00 01 02 03 05 06 07-1e d2 06 00 00 01 ff ff ................ 0280 ff 00 00 7d 00 00 02 41-00 ff ff ff 00 19 00 00 ...}...A........ 0290 00 64 00 00 00 7d 00 00-00 a0 00 00 00 c8 00 00 .d...}.......... 02a0 00 fa 00 00 00 40 01 00-00 90 01 00 00 f4 01 00 .....@.......... 02b0 00 80 02 00 00 20 03 00-00 e8 03 00 00 e2 04 00 ..... .......... 02c0 00 40 06 00 00 d0 07 00-00 c4 09 00 00 80 0c 00 .@.............. 02d0 00 a0 0f 00 00 88 13 00-00 00 19 00 00 40 1f 00 .............@.. 02e0 00 10 27 00 00 00 32 00-00 80 3e 00 00 20 4e 00 ..'...2...>.. N. 02f0 00 00 fa 00 00 80 38 01-00 00 90 01 00 00 f4 01 ......8......... 0300 00 00 71 02 00 00 20 03-00 00 e8 03 00 00 e2 04 ..q... ......... 0310 00 00 40 06 00 ff ff ff-01 19 00 00 01 32 00 00 ..@..........2.. 0320 01 40 00 00 01 50 00 00-01 64 00 00 01 7d 00 00 .@...P...d...}.. 0330 01 a0 00 00 01 c8 00 00-01 fa 00 00 01 40 01 00 .............@.. 0340 01 90 01 00 01 f4 01 00-01 80 02 00 01 20 03 00 ............. .. 0350 01 e8 03 00 01 e2 04 00-01 40 06 00 01 d0 07 00 .........@...... 0360 01 c4 09 00 01 80 0c 00-01 a0 0f 00 01 88 13 00 ................ 0370 01 00 19 00 01 40 1f 00-01 10 27 00 01 00 32 00 .....@....'...2. 0380 01 80 3e 00 01 00 64 00-01 00 c8 00 01 1b d2 04 ..>...d......... 0390 00 01 00 00 80 00 80 02-01 00 00 80 1d d2 02 00 ................ 03a0 00 02 00 00 01 00 02 01-1f d2 02 00 00 02 01 01 ................ 03b0 02 02 00 02 01 17 d2 02-00 00 02 01 01 02 02 00 ................ 03c0 02 01 18 d2 01 00 00 02-ff ff 01 ff 64 01 19 d2 ............d... 03d0 02 00 00 02 01 01 02 02-00 02 01 c1 d2 04 00 81 ................ 03e0 01 01 00 01 00 02 02 00-01 00 02 00 c2 d2 04 00 ................ 03f0 81 01 01 00 01 00 02 02-00 01 00 02 00 c3 d2 04 ................
0.893673 gp_port_read (3): Reading 152 = 0x98 bytes from port... 0.893756 gp_port_read (3): Read 152 = 0x98 bytes from port: (hexdump of 152 bytes) 0000 00 81 01 01 00 01 00 02-02 00 01 00 02 00 c9 d2 ................ 0010 04 00 81 01 01 00 01 00-02 02 00 01 00 02 00 c8 ................ 0020 d2 04 00 81 01 01 00 01-00 02 02 00 01 00 02 00 ................ 0030 12 d2 02 00 00 01 00 00-01 00 0f 01 21 d2 02 00 ............!... 0040 01 01 00 01 02 03 00 00-01 02 14 d2 06 00 00 01 ................ 0050 ff ff ff ff 00 9c 17 01-01 00 00 00 00 ff ff ff ................ 0060 ff 01 00 00 00 15 d2 04-00 00 01 00 00 00 00 01 ................ 0070 00 00 ff ff 01 00 c5 d2-04 00 83 01 01 00 01 00 ................ 0080 02 02 00 01 00 02 00 c7-d2 04 00 81 01 01 00 01 ................ 0090 00 02 02 00 01 00 02 00- ........
0.893815 ptp_usb_getresp (2): Reading PTP_OC 0x9209 (PTP_OC_SONY_GetAllDevicePropData) response... 0.893824 gp_port_read (3): Reading 1024 = 0x400 bytes from port... 0.894115 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 ....... ....
1.094266 ptp_usb_sendreq (2): Sending PTP_OC 0x9209 (PTP_OC_SONY_GetAllDevicePropData) request... 1.094303 gp_port_write (3): Writing 12 = 0xc bytes to port... 1.094422 gp_port_write (3): Wrote 12 = 0xc bytes to port: (hexdump of 12 bytes) 0000 0c 00 00 00 01 00 09 92-0d 00 00 00 ............
1.094440 ptp_usb_getdata (2): Reading PTP_OC 0x9209 (PTP_OC_SONY_GetAllDevicePropData) data... 1.094447 gp_port_read (3): Reading 1024 = 0x400 bytes from port... 1.098142 _cb_irq (2): 0x5566b86bea70 with status 0 1.098180 _cb_irq (3): interrupt (hexdump of 16 bytes) 0000 10 00 00 00 04 00 03 c2-ff ff ff ff 1d d2 00 00 ................
1.098189 _cb_irq (2): Requeuing completed transfer 0x5566b86bea70 1.099767 gp_port_read (3): Read 1024 = 0x400 bytes from port: (hexdump of 1024 bytes) 0000 98 04 00 00 02 00 09 92-0d 00 00 00 25 00 00 00 ............%... 0010 00 00 00 00 04 50 02 00-01 01 02 03 02 05 00 02 .....P.......... 0020 03 04 10 13 05 50 04 00-01 01 02 00 04 00 02 0f .....P.......... 0030 00 02 00 04 00 11 80 10-80 06 00 01 80 02 80 03 ................ 0040 80 04 80 07 00 30 80 12-80 20 80 21 80 22 80 07 .....0... .!.".. 0050 50 04 00 00 01 ff ff 00-00 01 00 00 ff ff 01 00 P............... 0060 0a 50 04 00 00 02 01 00-01 00 02 08 00 01 00 02 .P.............. 0070 00 03 00 04 80 05 80 08-80 06 80 07 80 0b 50 04 ..............P. 0080 00 00 02 01 00 01 00 02-03 00 04 00 01 00 02 80 ................ 0090 0c 50 04 00 00 00 01 00-00 00 02 0a 00 02 00 01 .P.............. 00a0 00 04 00 03 00 05 00 01-80 03 80 04 80 31 80 32 .............1.2 00b0 80 0e 50 04 00 00 02 01-00 01 00 02 15 00 00 80 ..P............. 00c0 01 80 02 00 03 00 04 00-01 00 50 80 51 80 52 80 ..........P.Q.R. 00d0 53 80 54 80 41 80 07 00-11 80 15 80 14 80 12 80 S.T.A........... 00e0 13 80 16 80 17 80 18 80-10 50 03 00 00 02 00 00 .........P...... 00f0 00 00 02 2b 00 00 00 01-00 02 00 88 13 5c 12 94 ...+........... 0100 11 cc 10 a0 0f 74 0e ac-0d e4 0c b8 0b 8c 0a c4 .....t.......... 0110 09 fc 08 d0 07 a4 06 dc-05 14 05 e8 03 bc 02 f4 ................ 0120 01 2c 01 d4 fe 0c fe 44-fd 18 fc ec fa 24 fa 5c .,.....D.....$.\ 0130 f9 30 f8 04 f7 3c f6 74-f5 48 f4 1c f3 54 f2 8c .0...<.t.H...T.. 0140 f1 60 f0 34 ef 6c ee a4-ed 78 ec 13 50 04 00 01 .`.4.l...x..P... 0150 01 01 00 01 00 02 23 00-01 00 13 80 14 80 05 80 ......#......... 0160 04 80 08 80 09 80 37 83-37 85 57 83 57 85 77 83 ......7.7.W.W.w. 0170 77 85 11 83 11 85 21 83-21 85 31 83 31 85 36 83 w.....!.!.1.1.6. 0180 36 85 56 83 56 85 76 83-76 85 10 83 10 85 20 83 6.V.V.v.v..... . 0190 20 85 30 83 30 85 18 80-28 80 19 80 29 80 00 d2 .0.0...(...)... 01a0 03 00 00 01 00 00 00 00-02 1b 00 00 00 01 00 02 ................ 01b0 00 b8 0b 8c 0a c4 09 fc-08 d0 07 a4 06 dc 05 14 ................ 01c0 05 e8 03 bc 02 f4 01 2c-01 d4 fe 0c fe 44 fd 18 .......,.....D.. 01d0 fc ec fa 24 fa 5c f9 30-f8 04 f7 3c f6 74 f5 48 ...$..0...<.t.H 01e0 f4 01 d2 02 00 01 01 01-1f 02 07 00 01 1f 11 12 ................ 01f0 13 14 15 03 d2 02 00 01-01 04 01 02 03 00 01 02 ................ 0200 03 0d d2 06 00 00 01 ff-ff ff ff 0f 00 01 00 01 ................ 0210 00 00 00 00 ff ff ff ff-01 00 00 00 0e d2 02 00 ................ 0220 00 02 01 01 02 0a 00 01-02 03 08 09 0a 04 05 06 ................ 0230 07 0f d2 04 00 01 00 7c-15 00 00 01 c4 09 ac 26 .......|.......& 0240 64 00 10 d2 02 00 01 01-80 80 01 79 87 01 1c d2 d..........y.... 0250 02 00 01 01 80 80 01 79-87 01 11 d2 02 00 01 01 .......y........ 0260 01 01 02 02 00 01 02 13-d2 02 00 00 02 01 01 02 ................ 0270 06 00 01 02 03 05 06 07-1e d2 06 00 00 01 ff ff ................ 0280 ff 00 40 9c 00 00 02 41-00 ff ff ff 00 19 00 00 ..@....A........ 0290 00 64 00 00 00 7d 00 00-00 a0 00 00 00 c8 00 00 .d...}.......... 02a0 00 fa 00 00 00 40 01 00-00 90 01 00 00 f4 01 00 .....@.......... 02b0 00 80 02 00 00 20 03 00-00 e8 03 00 00 e2 04 00 ..... .......... 02c0 00 40 06 00 00 d0 07 00-00 c4 09 00 00 80 0c 00 .@.............. 02d0 00 a0 0f 00 00 88 13 00-00 00 19 00 00 40 1f 00 .............@.. 02e0 00 10 27 00 00 00 32 00-00 80 3e 00 00 20 4e 00 ..'...2...>.. N. 02f0 00 00 fa 00 00 80 38 01-00 00 90 01 00 00 f4 01 ......8......... 0300 00 00 71 02 00 00 20 03-00 00 e8 03 00 00 e2 04 ..q... ......... 0310 00 00 40 06 00 ff ff ff-01 19 00 00 01 32 00 00 ..@..........2.. 0320 01 40 00 00 01 50 00 00-01 64 00 00 01 7d 00 00 .@...P...d...}.. 0330 01 a0 00 00 01 c8 00 00-01 fa 00 00 01 40 01 00 .............@.. 0340 01 90 01 00 01 f4 01 00-01 80 02 00 01 20 03 00 ............. .. 0350 01 e8 03 00 01 e2 04 00-01 40 06 00 01 d0 07 00 .........@...... 0360 01 c4 09 00 01 80 0c 00-01 a0 0f 00 01 88 13 00 ................ 0370 01 00 19 00 01 40 1f 00-01 10 27 00 01 00 32 00 .....@....'...2. 0380 01 80 3e 00 01 00 64 00-01 00 c8 00 01 1b d2 04 ..>...d......... 0390 00 01 00 00 80 00 80 02-01 00 00 80 1d d2 02 00 ................ 03a0 00 02 00 00 01 00 02 01-1f d2 02 00 00 02 01 01 ................ 03b0 02 02 00 02 01 17 d2 02-00 00 02 01 01 02 02 00 ................ 03c0 02 01 18 d2 01 00 00 02-ff ff 01 ff 64 01 19 d2 ............d... 03d0 02 00 00 02 01 01 02 02-00 02 01 c1 d2 04 00 81 ................ 03e0 01 01 00 01 00 02 02 00-01 00 02 00 c2 d2 04 00 ................ 03f0 81 01 01 00 01 00 02 02-00 01 00 02 00 c3 d2 04 ................
1.099867 gp_port_read (3): Reading 152 = 0x98 bytes from port... 1.099956 gp_port_read (3): Read 152 = 0x98 bytes from port: (hexdump of 152 bytes) 0000 00 81 01 01 00 01 00 02-02 00 01 00 02 00 c9 d2 ................ 0010 04 00 81 01 01 00 01 00-02 02 00 01 00 02 00 c8 ................ 0020 d2 04 00 81 01 01 00 01-00 02 02 00 01 00 02 00 ................ 0030 12 d2 02 00 00 01 00 00-01 00 0f 01 21 d2 02 00 ............!... 0040 01 01 00 01 02 03 00 00-01 02 14 d2 06 00 00 01 ................ 0050 ff ff ff ff 00 9c 17 01-01 00 00 00 00 ff ff ff ................ 0060 ff 01 00 00 00 15 d2 04-00 00 01 00 00 00 00 01 ................ 0070 00 00 ff ff 01 00 c5 d2-04 00 83 01 01 00 01 00 ................ 0080 02 02 00 01 00 02 00 c7-d2 04 00 81 01 01 00 01 ................ 0090 00 02 02 00 01 00 02 00- ........
1.099997 ptp_usb_getresp (2): Reading PTP_OC 0x9209 (PTP_OC_SONY_GetAllDevicePropData) response... 1.100005 gp_port_read (3): Reading 1024 = 0x400 bytes from port... 1.100094 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 ....... ....
1.100132 ptp (2): ptp_sony_getalldevicepropdesc: d21e: value 32000 -> 40000 1.100175 _put_sony_value_u32 (2): value changed (0x9c40 vs 0x7d00 vs target 0x3200), next step.... 1.100771 gp_context_error (0): Now value is not in enumeration.
Error Now value is not in enumeration. 1.103091 gp_camera_free (2): Freeing camera... 1.103137 gp_camera_exit (2): Exiting camera ('Sony Alpha-A7S (Control)')... 1.103148 gp_port_get_timeout (2): Current port timeout is 20000 milliseconds. 1.103154 gp_port_set_timeout (2): Setting port timeout to 150 milliseconds. 1.103159 gp_port_check_int (3): Reading 24 = 0x18 bytes from interrupt endpoint... 1.103174 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 03 c2-ff ff ff ff 04 50 00 00 .............P..
1.103182 gp_port_set_timeout (2): Setting port timeout to 20000 milliseconds. 1.103191 ptp (2): event: nparams=0x1, code=0xC203, trans_id=0xFFFFFFFF, p1=0x5004, p2=0x0, p3=0x0 1.103199 camera_exit (2): missed ptp event 0xc203 (param1=5004) 1.103218 ptp_usb_sendreq (2): Sending PTP_OC 0x1003 (Close session) request... 1.103225 gp_port_write (3): Writing 12 = 0xc bytes to port... 1.104261 gp_port_write (3): Wrote 12 = 0xc bytes to port: (hexdump of 12 bytes) 0000 0c 00 00 00 01 00 03 10-0e 00 00 00 ............
1.104308 ptp_usb_getresp (2): Reading PTP_OC 0x1003 (Close session) response... 1.104317 gp_port_read (3): Reading 1024 = 0x400 bytes from port... 1.106128 _cb_irq (2): 0x5566b868da60 with status 0 1.106165 _cb_irq (3): interrupt (hexdump of 16 bytes) 0000 10 00 00 00 04 00 03 c2-ff ff ff ff 17 d2 00 00 ................
1.106174 _cb_irq (2): Requeuing completed transfer 0x5566b868da60 1.107340 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 ....... ....
1.107411 gp_port_close (2): Closing port... 1.108523 _close_async_interrupts (2): canceling transfer 0:0x5566b86be880 (status 0) 1.108629 _close_async_interrupts (2): canceling transfer 1:0x5566b86bea70 (status 0) 1.108696 _close_async_interrupts (2): canceling transfer 2:0x5566b868da60 (status 0) 1.108743 _close_async_interrupts (2): canceling transfer 3:0x5566b86beb50 (status 0) 1.108789 _close_async_interrupts (2): canceling transfer 4:0x5566b86bc560 (status 0) 1.108837 _close_async_interrupts (2): canceling transfer 5:0x5566b86e86d0 (status 0) 1.108883 _close_async_interrupts (2): canceling transfer 6:0x5566b86e8900 (status 0) 1.108939 _close_async_interrupts (2): canceling transfer 7:0x5566b86e8b30 (status 0) 1.109037 _close_async_interrupts (2): canceling transfer 8:0x5566b86e8d60 (status 0) 1.109096 _close_async_interrupts (2): canceling transfer 9:0x5566b86e8f90 (status 0) 1.109160 _cb_irq (2): 0x5566b86be880 with status 3 1.109173 _cb_irq (2): Transfer 0x5566b86be880 should be in LIBUSB_TRANSFER_COMPLETED, but is 3! 1.109212 _cb_irq (2): 0x5566b86bea70 with status 3 1.109225 _cb_irq (2): Transfer 0x5566b86bea70 should be in LIBUSB_TRANSFER_COMPLETED, but is 3! 1.109242 _cb_irq (2): 0x5566b868da60 with status 3 1.109249 _cb_irq (2): Transfer 0x5566b868da60 should be in LIBUSB_TRANSFER_COMPLETED, but is 3! 1.109264 _cb_irq (2): 0x5566b86beb50 with status 3 1.109276 _cb_irq (2): Transfer 0x5566b86beb50 should be in LIBUSB_TRANSFER_COMPLETED, but is 3! 1.109326 _cb_irq (2): 0x5566b86bc560 with status 3 1.109338 _cb_irq (2): Transfer 0x5566b86bc560 should be in LIBUSB_TRANSFER_COMPLETED, but is 3! 1.109352 _cb_irq (2): 0x5566b86e86d0 with status 3 1.109363 _cb_irq (2): Transfer 0x5566b86e86d0 should be in LIBUSB_TRANSFER_COMPLETED, but is 3! 1.109378 _cb_irq (2): 0x5566b86e8900 with status 3 1.109389 _cb_irq (2): Transfer 0x5566b86e8900 should be in LIBUSB_TRANSFER_COMPLETED, but is 3! 1.109404 _cb_irq (2): 0x5566b86e8b30 with status 3 1.109415 _cb_irq (2): Transfer 0x5566b86e8b30 should be in LIBUSB_TRANSFER_COMPLETED, but is 3! 1.109430 _cb_irq (2): 0x5566b86e8d60 with status 3 1.109441 _cb_irq (2): Transfer 0x5566b86e8d60 should be in LIBUSB_TRANSFER_COMPLETED, but is 3! 1.109457 _cb_irq (2): 0x5566b86e8f90 with status 3 1.109468 _cb_irq (2): Transfer 0x5566b86e8f90 should be in LIBUSB_TRANSFER_COMPLETED, but is 3! 1.113335 gp_filesystem_reset (2): resetting filesystem 1.113372 gp_filesystem_lru_clear (2): Clearing fscache LRU list... 1.113378 gp_filesystem_lru_clear (2): fscache LRU list already empty 1.113388 delete_all_folders (2): Internally deleting all folders from '/'... 1.113399 lookup_folder (2): Lookup folder '/'... 1.113411 lookup_folder (2): Found! / is 0x5566b867d3f0 1.113423 recurse_delete_folder (2): Recurse delete folder 0x5566b867d3f0// 1.113434 gp_port_free (2): Freeing port... 1.113445 gp_port_close (2): Closing port... 1.115659 gp_filesystem_reset (2): resetting filesystem 1.115693 gp_filesystem_lru_clear (2): Clearing fscache LRU list... 1.115698 gp_filesystem_lru_clear (2): fscache LRU list already empty 1.115703 delete_all_folders (2): Internally deleting all folders from '/'... 1.115716 lookup_folder (2): Lookup folder '/'... 1.115734 lookup_folder (2): Found! / is 0x5566b867d3f0 1.115744 recurse_delete_folder (2): Recurse delete folder 0x5566b867d3f0//
And here's the gphoto2 --summary output:
[**** ~]$ gphoto2 --summary Camera summary: Manufacturer: Sony Corporation Model: ILCE-7S Version: 3.0 Serial Number: 00000000000000003282741003376648 Vendor Extension ID: 0x11 (1.0) Vendor Extension Description: Sony PTP Extensions
Capture Formats: Display Formats: JPEG, Unknown(b301), ARW
Device Capabilities: File Download, No File Deletion, No File Upload No Image Capture, No Open Capture, Sony Capture
Storage Devices Summary:
Device Property Summary: Compression Setting(0x5004):(readwrite) (type=0x2) Enumeration [2,3,4,16,19] value: 3 White Balance(0x5005):(readwrite) (type=0x4) Enumeration [2,4,32785,32784,6,32769,32770,32771,32772,7,32816,32786,32800,32801,32802] value: Daylight (4) F-Number(0x5007):(readwrite) (type=0x4) Range [0 - 65535, step 1] value: f/0 (0) Focus Mode(0x500a):(readwrite) (type=0x4) Enumeration [1,2,3,32772,32773,32776,32774,32775] value: Manual Focus (1) Exposure Metering Mode(0x500b):(readwrite) (type=0x4) Enumeration [4,1,32770] value: Average (1) Flash Mode(0x500c):(readwrite) (type=0x4) Enumeration [2,1,4,3,5,32769,32771,32772,32817,32818] value: Undefined (0) Exposure Program Mode(0x500e):(readwrite) (type=0x4) Enumeration [32768,32769,2,3,4,1,32848,32849,32850,32851,32852,32833,7,32785,32789,32788,32786,32787,32790,32791,32792] value: M (1) Exposure Bias Compensation(0x5010):(readwrite) (type=0x3) Enumeration [0,1,2,5000,4700,4500,4300,4000,3700,3500,3300,3000,2700,2500,2300,2000,1700,1500,1300,1000,700,500,300,-300,-500,-700,-1000,-1300,-1500,-1700,-2000,-2300,-2500,-2700,-3000,-3300,-3500,-3700,-4000,-4300,-4500,-4700,-5000] value: 0.0 stops (0) Still Capture Mode(0x5013):(readwrite) (type=0x4) Enumeration [1,32787,32788,32773,32772,32776,32777,33591,34103,33623,34135,33655,34167,33553,34065,33569,34081,33585,34097,33590,34102,33622,34134,33654,34166,33552,34064,33568,34080,33584,34096,32792,32808,32793,32809] value: Single Shot (1) DOC Compensation(0xd200):(readwrite) (type=0x3) Enumeration [0,1,2,3000,2700,2500,2300,2000,1700,1500,1300,1000,700,500,300,-300,-500,-700,-1000,-1300,-1500,-1700,-2000,-2300,-2500,-2700,-3000] value: 0 DRangeOptimize(0xd201):(readwrite) (type=0x2) Enumeration [1,31,17,18,19,20,21] value: 31 Image size(0xd203):(readwrite) (type=0x2) Enumeration [1,2,3] value: 1 Shutter speed(0xd20d):(readwrite) (type=0x6) Range [0 - 4294967295, step 1] value: 65551 Property 0xd20e:(readwrite) (type=0x2) Enumeration [1,2,3,8,9,10,4,5,6,7] value: 1 Color temperature(0xd20f):(readwrite) (type=0x4) Range [2500 - 9900, step 100] value: 0 CC Filter(0xd210):(readwrite) (type=0x2) Range [121 - 135, step 1] value: 128 AB Filter(0xd21c):(readwrite) (type=0x2) Range [121 - 135, step 1] value: 128 Aspect Ratio(0xd211):(readwrite) (type=0x2) Enumeration [1,2] value: 1 Focus status(0xd213):(readwrite) (type=0x2) Enumeration [1,2,3,5,6,7] value: 1 ISO(0xd21e):(readwrite) (type=0x6) Enumeration [16777215,25,100,125,160,200,250,320,400,500,640,800,1000,1250,1600,2000,2500,3200,4000,5000,6400,8000,10000,12800,16000,20000,64000,80000,102400,128000,160000,204800,256000,320000,409600,33554431,16777241,16777266,16777280,16777296,16777316,16777341,16777376,16777416,16777466,16777536,16777616,16777716,16777856,16778016,16778216,16778466,16778816,16779216,16779716,16780416,16781216,16782216,16783616,16785216,16787216,16790016,16793216,16802816,16828416] value: 200 Picture Effect(0xd21b):(readwrite) (type=0x4) Enumeration [32768] value: 32768 Property 0xd21d:(readwrite) (type=0x2) Range [0 - 2, step 1] value: 0 Property 0xd21f:(readwrite) (type=0x2) Enumeration [2,1] value: 1 Property 0xd217:(readwrite) (type=0x2) Enumeration [2,1] value: 1 Battery Level(0xd218):(readwrite) (type=0x1) Range [-1 - 100, step 1] value: -1 Property 0xd219:(readwrite) (type=0x2) Enumeration [2,1] value: 1 Property 0xd212:(readwrite) (type=0x2) Range [0 - 15, step 1] value: 0 Property 0xd221:(readwrite) (type=0x2) Enumeration [0,1,2] value: 1 Property 0xd214:(readwrite) (type=0x6) Range [0 - 4294967295, step 1] value: 18324480 Objects in memory(0xd215):(readwrite) (type=0x4) Range [0 - 65535, step 1] value: 0 Property 0xd220: error 2002 on query. Property 0xd2c1:(readwrite) (type=0x4) Enumeration [1,2] value: 1 Property 0xd2c2:(readwrite) (type=0x4) Enumeration [1,2] value: 1 Property 0xd2c3:(readwrite) (type=0x4) Enumeration [1,2] value: 1 Property 0xd2c9:(readwrite) (type=0x4) Enumeration [1,2] value: 1 Movie(0xd2c8):(readwrite) (type=0x4) Enumeration [1,2] value: 1 Property 0xd2c5:(readwrite) (type=0x4) Enumeration [1,2] value: 1 Still Image(0xd2c7):(readwrite) (type=0x4) Enumeration [1,2] value: 1
hmm, it arrives at value 0x9c40 which is 40000 , but this does not even exists as valid ISO value in what we got from the camera
what you could try , in the camlibs/ptp2/config.c _put_Sony_ISO function, change return _put_sony_value_u32(params, PTP_DPC_SONY_ISO, u, 1); to return _put_sony_value_u32(params, PTP_DPC_SONY_ISO, u, 0);
as a test
i think we got more improvements, if you can try it
When the camera is at ISO 25600 or higher and you try to set something lower, it will climb to 64000 then flap between 51200 and 64000. Also, 51200 specifically cannot be set, so this may be a contributor.
'gphoto2 --set-config iso=3200'
I think there is more going on here but haven't had a chance to test all of it.