Re: Live view on Canon EOS M50
Antonio Cuni <[email protected]> Mon, 18 May 2020 10:51:00 +0200
| Newsgroups | gmane.comp.multimedia.gphoto.user |
|---|---|
| Message-ID | <CAHPg78y5TV0o-qJCyHKeRZQcmc348OWh20dMWMcuT_uq5eYF8A@mail.gmail.com> |
On Mon, May 18, 2020 at 9:15 AM Marcus Meissner <[email protected]> wrote: > > The first weird thing which I noticed is that now gphoto is VERY slow at > > establishing a connection with my camera (via usb): before it took 0.16 > > seconds, now it takes 24 seconds 😱: > > Can you capture a debug logfile of this? > > gphoto2 --auto-detect --debug --debug-logfile=xx.log > > This will have timestamps in front so we can see where the delays comes > from. > > It could be a filesystem access or similar during the "directory" driver > probing. > I attach three logs: m50-autodetct-fast.log is taken with the ubuntu's libgphoto, m50-autodetect-slow*.log are taken with the one I compiled from git. I tried to compare the two, but I don't see any obvious culprit: it seems to wait ~2s every now and then. I tried to run it multiple times, and the 2s delay seems to be inserted always in the same positions, though. I also realized that earlier I compiled libgphoto2 without libusb-1.0; but now I recompiled it with libusb-1.0 support and the problem is still present. I actually forgot to commit and push it, sorry... It is now in there. > [...] > Can you try the one I did? It will need a --set-config output="TFT + PC" > Yes, I confirm it works! For future reference in case someone find this thread by googling, this is the command line which makes it working: gphoto2 --set-config output="TFT + PC" --capture-movie=30s > It should not crash when pressing the shutter ;) > > There it would be good to have a gdb backtrace or a debuglogfile of it. > (but the latter might be kind of large, > so only the last 50 lines before the crash or so)= > After recompiling libgphoto2, I no longer get the segfault. The capture-movie still exists when I press the shutter, but it exits cleanly: I suppose this is intended? $ gphoto2 --set-config output="TFT + PC" --capture-movie=30s --debug --debug-logfile=capture-movie.log Capturing preview frames as movie to 'movie.mjpg' for 30 seconds. # HERE IS PRESS THE SHUTTER ERROR: Movie capture error... Exiting. Movie capture finished (123 frames) _______________________________________________ Gphoto-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/gphoto-user
m50-autodetect-fast.log
(text/x-log, 38 KB)
0.000062 main (2): ALWAYS INCLUDE THE FOLLOWING LINES WHEN SENDING DEBUG MESSAGES TO THE MAILING LIST:
0.000142 main (2): gphoto2 2.5.23.1
0.000161 main (2): gphoto2 has been compiled with the following options:
0.000171 main (2): + gcc (C compiler used)
0.000180 main (2): + popt (mandatory, for handling command-line parameters)
0.000189 main (2): + exif (for displaying EXIF information)
0.000198 main (2): + cdk (for accessing configuration options)
0.000207 main (2): + no aa (for displaying live previews)
0.000215 main (2): + jpeg (for displaying live previews in JPEG format)
0.000224 main (2): + readline (for easy navigation in the shell)
0.000242 main (2): libgphoto2 2.5.22
0.000253 main (2): libgphoto2 has been compiled with the following options:
0.000262 main (2): + all camlibs
0.000272 main (2): + gcc (C compiler used)
0.000280 main (2): + ltdl (for portable loading of camlibs)
0.000289 main (2): + EXIF (for special handling of EXIF files)
0.000304 main (2): libgphoto2_port 0.12.0
0.000315 main (2): libgphoto2_port has been compiled with the following options:
0.000324 main (2): + iolibs: disk ptpip serial usb1 usbdiskdirect usbscsi
0.000333 main (2): + gcc (C compiler used)
0.000342 main (2): + ltdl (for portable loading of iolibs)
0.000350 main (2): + USB (libusb1, for USB cameras)
0.000359 main (2): + serial (for serial cameras)
0.000367 main (2): + no resmgr (serial port access and locking)
0.000376 main (2): + no ttylock (serial port locking)
0.000385 main (2): + no lockdev (serial port locking)
0.000394 main (2): CAMLIBS env var not set, using compile-time default instead
0.000403 main (2): IOLIBS env var not set, using compile-time default instead
0.000412 main (2): invoked with following arguments:
0.000421 main (2): --auto-detect
0.000430 main (2): --debug
0.000439 main (2): --debug-logfile=m50-autodetect-fast.log
0.000482 load_settings (2): Creating gphoto config directory ('/home/antocuni/.gphoto')
0.000559 load_settings (2): Loading settings from file '/home/antocuni/.gphoto/settings'.
0.000981 gp_port_info_list_load (2): Using ltdl to load io-drivers from '/usr/lib/x86_64-linux-gnu/libgphoto2_port/0.12.0'...
0.001163 foreach_func (2): Called for filename '/usr/lib/x86_64-linux-gnu/libgphoto2_port/0.12.0/disk'.
0.001720 gp_port_library_list (2): found fstab fsname UUID=7026f5b3-e6ac-4648-8de4-1c66d74dc0a9
0.001759 gp_port_library_list (2): found fstab fsname UUID=70A5-84D6
0.001785 gp_port_library_list (2): found fstab fsname UUID=9f0b8c91-d9cd-471e-8213-f6146a28ea49
0.001932 gp_port_library_list (2): found mtab fsname sysfs
0.001950 gp_port_library_list (2): found mtab fsname proc
0.001963 gp_port_library_list (2): found mtab fsname udev
0.001993 gp_port_library_list (2): found mtab fsname devpts
0.002006 gp_port_library_list (2): found mtab fsname tmpfs
0.002030 gp_port_library_list (2): found mtab fsname /dev/nvme0n1p6
0.002049 gp_port_library_list (2): found mtab fsname securityfs
0.002060 gp_port_library_list (2): found mtab fsname tmpfs
0.002085 gp_port_library_list (2): found mtab fsname tmpfs
0.002109 gp_port_library_list (2): found mtab fsname tmpfs
0.002142 gp_port_library_list (2): found mtab fsname cgroup2
0.002173 gp_port_library_list (2): found mtab fsname cgroup
0.002186 gp_port_library_list (2): found mtab fsname pstore
0.002210 gp_port_library_list (2): found mtab fsname efivarfs
0.002300 gp_port_library_list (2): found mtab fsname bpf
0.002326 gp_port_library_list (2): found mtab fsname cgroup
0.002338 gp_port_library_list (2): found mtab fsname cgroup
0.002349 gp_port_library_list (2): found mtab fsname cgroup
0.002360 gp_port_library_list (2): found mtab fsname cgroup
0.002371 gp_port_library_list (2): found mtab fsname cgroup
0.002382 gp_port_library_list (2): found mtab fsname cgroup
0.002392 gp_port_library_list (2): found mtab fsname cgroup
0.002403 gp_port_library_list (2): found mtab fsname cgroup
0.002414 gp_port_library_list (2): found mtab fsname cgroup
0.002425 gp_port_library_list (2): found mtab fsname cgroup
0.002436 gp_port_library_list (2): found mtab fsname cgroup
0.002503 gp_port_library_list (2): found mtab fsname systemd-1
0.002515 gp_port_library_list (2): found mtab fsname hugetlbfs
0.002541 gp_port_library_list (2): found mtab fsname debugfs
0.002567 gp_port_library_list (2): found mtab fsname mqueue
0.002578 gp_port_library_list (2): found mtab fsname fusectl
0.002590 gp_port_library_list (2): found mtab fsname configfs
0.002620 gp_port_library_list (2): found mtab fsname /dev/loop1
0.002656 gp_port_library_list (2): found mtab fsname /dev/loop2
0.002685 gp_port_library_list (2): found mtab fsname /dev/loop4
0.002716 gp_port_library_list (2): found mtab fsname /dev/loop5
0.002745 gp_port_library_list (2): found mtab fsname /dev/loop6
0.002774 gp_port_library_list (2): found mtab fsname /dev/loop7
0.002803 gp_port_library_list (2): found mtab fsname /dev/loop8
0.002834 gp_port_library_list (2): found mtab fsname /dev/loop9
0.002863 gp_port_library_list (2): found mtab fsname /dev/loop0
0.002956 gp_port_library_list (2): found mtab fsname /dev/loop10
0.002994 gp_port_library_list (2): found mtab fsname /dev/loop12
0.003114 gp_port_library_list (2): found mtab fsname /dev/loop13
0.003145 gp_port_library_list (2): found mtab fsname /dev/loop14
0.003167 gp_port_library_list (2): found mtab fsname /dev/loop15
0.003195 gp_port_library_list (2): found mtab fsname /dev/loop16
0.003225 gp_port_library_list (2): found mtab fsname /dev/loop17
0.003254 gp_port_library_list (2): found mtab fsname /dev/nvme0n1p1
0.003276 gp_port_library_list (2): found mtab fsname tmpfs
0.003304 gp_port_library_list (2): found mtab fsname gvfsd-fuse
0.003316 gp_port_library_list (2): found mtab fsname /dev/fuse
0.003327 gp_port_library_list (2): found mtab fsname /dev/loop18
0.003356 gp_port_library_list (2): found mtab fsname tmpfs
0.003383 gp_port_library_list (2): found mtab fsname nsfs
0.003431 gp_port_library_list (2): found mtab fsname overlay
0.003458 gp_port_library_list (2): found mtab fsname shm
0.003479 gp_port_library_list (2): found mtab fsname nsfs
0.003500 gp_port_library_list (2): found mtab fsname /dev/loop3
0.003601 foreach_func (2): Loaded '' ('^disk:') from '/usr/lib/x86_64-linux-gnu/libgphoto2_port/0.12.0/disk'.
0.003617 foreach_func (2): Called for filename '/usr/lib/x86_64-linux-gnu/libgphoto2_port/0.12.0/ptpip'.
0.004189 foreach_func (2): Loaded 'PTP/IP Connection' ('ptpip:') from '/usr/lib/x86_64-linux-gnu/libgphoto2_port/0.12.0/ptpip'.
0.004235 foreach_func (2): Loaded '' ('^ptpip:') from '/usr/lib/x86_64-linux-gnu/libgphoto2_port/0.12.0/ptpip'.
0.004250 foreach_func (2): Called for filename '/usr/lib/x86_64-linux-gnu/libgphoto2_port/0.12.0/serial'.
0.005034 foreach_func (2): Loaded 'Serial Port 0' ('serial:/dev/ttyS0') from '/usr/lib/x86_64-linux-gnu/libgphoto2_port/0.12.0/serial'.
0.005086 foreach_func (2): Loaded 'Serial Port 1' ('serial:/dev/ttyS1') from '/usr/lib/x86_64-linux-gnu/libgphoto2_port/0.12.0/serial'.
0.005100 foreach_func (2): Loaded 'Serial Port 2' ('serial:/dev/ttyS2') from '/usr/lib/x86_64-linux-gnu/libgphoto2_port/0.12.0/serial'.
0.005112 foreach_func (2): Loaded 'Serial Port 3' ('serial:/dev/ttyS3') from '/usr/lib/x86_64-linux-gnu/libgphoto2_port/0.12.0/serial'.
0.005122 foreach_func (2): Loaded 'Serial Port 4' ('serial:/dev/ttyS4') from '/usr/lib/x86_64-linux-gnu/libgphoto2_port/0.12.0/serial'.
0.005133 foreach_func (2): Loaded 'Serial Port 5' ('serial:/dev/ttyS5') from '/usr/lib/x86_64-linux-gnu/libgphoto2_port/0.12.0/serial'.
0.005143 foreach_func (2): Loaded 'Serial Port 6' ('serial:/dev/ttyS6') from '/usr/lib/x86_64-linux-gnu/libgphoto2_port/0.12.0/serial'.
0.005153 foreach_func (2): Loaded 'Serial Port 7' ('serial:/dev/ttyS7') from '/usr/lib/x86_64-linux-gnu/libgphoto2_port/0.12.0/serial'.
0.005163 foreach_func (2): Loaded 'Serial Port 8' ('serial:/dev/ttyS8') from '/usr/lib/x86_64-linux-gnu/libgphoto2_port/0.12.0/serial'.
0.005173 foreach_func (2): Loaded 'Serial Port 9' ('serial:/dev/ttyS9') from '/usr/lib/x86_64-linux-gnu/libgphoto2_port/0.12.0/serial'.
0.005184 foreach_func (2): Loaded 'Serial Port 10' ('serial:/dev/ttyS10') from '/usr/lib/x86_64-linux-gnu/libgphoto2_port/0.12.0/serial'.
0.005195 foreach_func (2): Loaded 'Serial Port 11' ('serial:/dev/ttyS11') from '/usr/lib/x86_64-linux-gnu/libgphoto2_port/0.12.0/serial'.
0.005205 foreach_func (2): Loaded 'Serial Port 12' ('serial:/dev/ttyS12') from '/usr/lib/x86_64-linux-gnu/libgphoto2_port/0.12.0/serial'.
0.005215 foreach_func (2): Loaded 'Serial Port 13' ('serial:/dev/ttyS13') from '/usr/lib/x86_64-linux-gnu/libgphoto2_port/0.12.0/serial'.
0.005226 foreach_func (2): Loaded 'Serial Port 14' ('serial:/dev/ttyS14') from '/usr/lib/x86_64-linux-gnu/libgphoto2_port/0.12.0/serial'.
0.005236 foreach_func (2): Loaded 'Serial Port 15' ('serial:/dev/ttyS15') from '/usr/lib/x86_64-linux-gnu/libgphoto2_port/0.12.0/serial'.
0.005246 foreach_func (2): Loaded 'Serial Port 16' ('serial:/dev/ttyS16') from '/usr/lib/x86_64-linux-gnu/libgphoto2_port/0.12.0/serial'.
0.005256 foreach_func (2): Loaded 'Serial Port 17' ('serial:/dev/ttyS17') from '/usr/lib/x86_64-linux-gnu/libgphoto2_port/0.12.0/serial'.
0.005266 foreach_func (2): Loaded 'Serial Port 18' ('serial:/dev/ttyS18') from '/usr/lib/x86_64-linux-gnu/libgphoto2_port/0.12.0/serial'.
0.005276 foreach_func (2): Loaded 'Serial Port 19' ('serial:/dev/ttyS19') from '/usr/lib/x86_64-linux-gnu/libgphoto2_port/0.12.0/serial'.
0.005286 foreach_func (2): Loaded 'Serial Port 20' ('serial:/dev/ttyS20') from '/usr/lib/x86_64-linux-gnu/libgphoto2_port/0.12.0/serial'.
0.005297 foreach_func (2): Loaded 'Serial Port 21' ('serial:/dev/ttyS21') from '/usr/lib/x86_64-linux-gnu/libgphoto2_port/0.12.0/serial'.
0.005307 foreach_func (2): Loaded 'Serial Port 22' ('serial:/dev/ttyS22') from '/usr/lib/x86_64-linux-gnu/libgphoto2_port/0.12.0/serial'.
0.005318 foreach_func (2): Loaded 'Serial Port 23' ('serial:/dev/ttyS23') from '/usr/lib/x86_64-linux-gnu/libgphoto2_port/0.12.0/serial'.
0.005329 foreach_func (2): Loaded 'Serial Port 24' ('serial:/dev/ttyS24') from '/usr/lib/x86_64-linux-gnu/libgphoto2_port/0.12.0/serial'.
0.005339 foreach_func (2): Loaded 'Serial Port 25' ('serial:/dev/ttyS25') from '/usr/lib/x86_64-linux-gnu/libgphoto2_port/0.12.0/serial'.
0.005349 foreach_func (2): Loaded 'Serial Port 26' ('serial:/dev/ttyS26') from '/usr/lib/x86_64-linux-gnu/libgphoto2_port/0.12.0/serial'.
0.005359 foreach_func (2): Loaded 'Serial Port 27' ('serial:/dev/ttyS27') from '/usr/lib/x86_64-linux-gnu/libgphoto2_port/0.12.0/serial'.
0.005378 foreach_func (2): Loaded 'Serial Port 28' ('serial:/dev/ttyS28') from '/usr/lib/x86_64-linux-gnu/libgphoto2_port/0.12.0/serial'.
0.005389 foreach_func (2): Loaded 'Serial Port 29' ('serial:/dev/ttyS29') from '/usr/lib/x86_64-linux-gnu/libgphoto2_port/0.12.0/serial'.
0.005399 foreach_func (2): Loaded 'Serial Port 30' ('serial:/dev/ttyS30') from '/usr/lib/x86_64-linux-gnu/libgphoto2_port/0.12.0/serial'.
0.005410 foreach_func (2): Loaded 'Serial Port 31' ('serial:/dev/ttyS31') from '/usr/lib/x86_64-linux-gnu/libgphoto2_port/0.12.0/serial'.
0.005420 foreach_func (2): Loaded 'Serial Port Device' ('serial:') from '/usr/lib/x86_64-linux-gnu/libgphoto2_port/0.12.0/serial'.
0.005431 foreach_func (2): Loaded '' ('^serial:') from '/usr/lib/x86_64-linux-gnu/libgphoto2_port/0.12.0/serial'.
0.005441 foreach_func (2): Called for filename '/usr/lib/x86_64-linux-gnu/libgphoto2_port/0.12.0/usb1'.
0.032352 foreach_func (2): Loaded '' ('^usb:') from '/usr/lib/x86_64-linux-gnu/libgphoto2_port/0.12.0/usb1'.
0.032390 foreach_func (2): Loaded 'Universal Serial Bus' ('usb:006,004') from '/usr/lib/x86_64-linux-gnu/libgphoto2_port/0.12.0/usb1'.
0.032398 foreach_func (2): Loaded 'Universal Serial Bus' ('usb:005,007') from '/usr/lib/x86_64-linux-gnu/libgphoto2_port/0.12.0/usb1'.
0.032404 foreach_func (2): Loaded 'Universal Serial Bus' ('usb:005,021') from '/usr/lib/x86_64-linux-gnu/libgphoto2_port/0.12.0/usb1'.
0.032409 foreach_func (2): Loaded 'Universal Serial Bus' ('usb:005,008') from '/usr/lib/x86_64-linux-gnu/libgphoto2_port/0.12.0/usb1'.
0.032414 foreach_func (2): Loaded 'Universal Serial Bus' ('usb:005,009') from '/usr/lib/x86_64-linux-gnu/libgphoto2_port/0.12.0/usb1'.
0.032420 foreach_func (2): Loaded 'Universal Serial Bus' ('usb:002,002') from '/usr/lib/x86_64-linux-gnu/libgphoto2_port/0.12.0/usb1'.
0.032428 foreach_func (2): Loaded 'Universal Serial Bus' ('usb:001,004') from '/usr/lib/x86_64-linux-gnu/libgphoto2_port/0.12.0/usb1'.
0.032437 foreach_func (2): Loaded 'Universal Serial Bus' ('usb:001,003') from '/usr/lib/x86_64-linux-gnu/libgphoto2_port/0.12.0/usb1'.
0.032444 foreach_func (2): Loaded 'Universal Serial Bus' ('usb:001,002') from '/usr/lib/x86_64-linux-gnu/libgphoto2_port/0.12.0/usb1'.
0.032452 foreach_func (2): Called for filename '/usr/lib/x86_64-linux-gnu/libgphoto2_port/0.12.0/usbdiskdirect'.
0.032937 foreach_func (2): Loaded 'USB Mass Storage direct IO' ('usbdiskdirect:/dev/sda') from '/usr/lib/x86_64-linux-gnu/libgphoto2_port/0.12.0/usbdiskdirect'.
0.032957 foreach_func (2): Called for filename '/usr/lib/x86_64-linux-gnu/libgphoto2_port/0.12.0/usbscsi'.
0.033432 foreach_func (2): Loaded 'USB Mass Storage raw SCSI' ('usbscsi:/dev/sg0') from '/usr/lib/x86_64-linux-gnu/libgphoto2_port/0.12.0/usbscsi'.
0.033450 gp_port_info_list_count (2): Counting entries (49 available)...
0.033455 gp_port_info_list_count (2): 45 regular entries available.
0.033459 gp_port_info_list_count (2): Counting entries (49 available)...
0.033463 gp_port_info_list_count (2): 45 regular entries available.
0.033477 gp_abilities_list_load_dir (2): Using ltdl to load camera libraries from '/usr/lib/x86_64-linux-gnu/libgphoto2/2.5.22'...
0.033756 foreach_func (2): Found '/usr/lib/x86_64-linux-gnu/libgphoto2/2.5.22/adc65'.
0.033769 foreach_func (2): Found '/usr/lib/x86_64-linux-gnu/libgphoto2/2.5.22/agfa_cl20'.
0.033774 foreach_func (2): Found '/usr/lib/x86_64-linux-gnu/libgphoto2/2.5.22/aox'.
0.033777 foreach_func (2): Found '/usr/lib/x86_64-linux-gnu/libgphoto2/2.5.22/ax203'.
0.033781 foreach_func (2): Found '/usr/lib/x86_64-linux-gnu/libgphoto2/2.5.22/barbie'.
0.033785 foreach_func (2): Found '/usr/lib/x86_64-linux-gnu/libgphoto2/2.5.22/canon'.
0.033799 foreach_func (2): Found '/usr/lib/x86_64-linux-gnu/libgphoto2/2.5.22/casio_qv'.
0.033803 foreach_func (2): Found '/usr/lib/x86_64-linux-gnu/libgphoto2/2.5.22/clicksmart310'.
0.033807 foreach_func (2): Found '/usr/lib/x86_64-linux-gnu/libgphoto2/2.5.22/digigr8'.
0.033811 foreach_func (2): Found '/usr/lib/x86_64-linux-gnu/libgphoto2/2.5.22/digita'.
0.033814 foreach_func (2): Found '/usr/lib/x86_64-linux-gnu/libgphoto2/2.5.22/dimagev'.
0.033819 foreach_func (2): Found '/usr/lib/x86_64-linux-gnu/libgphoto2/2.5.22/dimera3500'.
0.033823 foreach_func (2): Found '/usr/lib/x86_64-linux-gnu/libgphoto2/2.5.22/directory'.
0.033826 foreach_func (2): Found '/usr/lib/x86_64-linux-gnu/libgphoto2/2.5.22/enigma13'.
0.033830 foreach_func (2): Found '/usr/lib/x86_64-linux-gnu/libgphoto2/2.5.22/fuji'.
0.033834 foreach_func (2): Found '/usr/lib/x86_64-linux-gnu/libgphoto2/2.5.22/gsmart300'.
0.033838 foreach_func (2): Found '/usr/lib/x86_64-linux-gnu/libgphoto2/2.5.22/hp215'.
0.033842 foreach_func (2): Found '/usr/lib/x86_64-linux-gnu/libgphoto2/2.5.22/iclick'.
0.033845 foreach_func (2): Found '/usr/lib/x86_64-linux-gnu/libgphoto2/2.5.22/jamcam'.
0.033849 foreach_func (2): Found '/usr/lib/x86_64-linux-gnu/libgphoto2/2.5.22/jd11'.
0.033852 foreach_func (2): Found '/usr/lib/x86_64-linux-gnu/libgphoto2/2.5.22/jl2005a'.
0.033856 foreach_func (2): Found '/usr/lib/x86_64-linux-gnu/libgphoto2/2.5.22/jl2005c'.
0.033860 foreach_func (2): Found '/usr/lib/x86_64-linux-gnu/libgphoto2/2.5.22/kodak_dc120'.
0.033864 foreach_func (2): Found '/usr/lib/x86_64-linux-gnu/libgphoto2/2.5.22/kodak_dc210'.
0.033867 foreach_func (2): Found '/usr/lib/x86_64-linux-gnu/libgphoto2/2.5.22/kodak_dc240'.
0.033871 foreach_func (2): Found '/usr/lib/x86_64-linux-gnu/libgphoto2/2.5.22/kodak_dc3200'.
0.033875 foreach_func (2): Found '/usr/lib/x86_64-linux-gnu/libgphoto2/2.5.22/kodak_ez200'.
0.033879 foreach_func (2): Found '/usr/lib/x86_64-linux-gnu/libgphoto2/2.5.22/konica'.
0.033883 foreach_func (2): Found '/usr/lib/x86_64-linux-gnu/libgphoto2/2.5.22/konica_qm150'.
0.033886 foreach_func (2): Found '/usr/lib/x86_64-linux-gnu/libgphoto2/2.5.22/largan'.
0.033890 foreach_func (2): Found '/usr/lib/x86_64-linux-gnu/libgphoto2/2.5.22/lg_gsm'.
0.033894 foreach_func (2): Found '/usr/lib/x86_64-linux-gnu/libgphoto2/2.5.22/mars'.
0.033897 foreach_func (2): Found '/usr/lib/x86_64-linux-gnu/libgphoto2/2.5.22/mustek'.
0.033901 foreach_func (2): Found '/usr/lib/x86_64-linux-gnu/libgphoto2/2.5.22/panasonic_coolshot'.
0.033905 foreach_func (2): Found '/usr/lib/x86_64-linux-gnu/libgphoto2/2.5.22/panasonic_dc1000'.
0.033909 foreach_func (2): Found '/usr/lib/x86_64-linux-gnu/libgphoto2/2.5.22/panasonic_dc1580'.
0.033913 foreach_func (2): Found '/usr/lib/x86_64-linux-gnu/libgphoto2/2.5.22/panasonic_l859'.
0.033917 foreach_func (2): Found '/usr/lib/x86_64-linux-gnu/libgphoto2/2.5.22/pccam300'.
0.033921 foreach_func (2): Found '/usr/lib/x86_64-linux-gnu/libgphoto2/2.5.22/pccam600'.
0.033925 foreach_func (2): Found '/usr/lib/x86_64-linux-gnu/libgphoto2/2.5.22/pentax'.
0.033928 foreach_func (2): Found '/usr/lib/x86_64-linux-gnu/libgphoto2/2.5.22/polaroid_pdc320'.
0.033932 foreach_func (2): Found '/usr/lib/x86_64-linux-gnu/libgphoto2/2.5.22/polaroid_pdc640'.
0.033936 foreach_func (2): Found '/usr/lib/x86_64-linux-gnu/libgphoto2/2.5.22/polaroid_pdc700'.
0.033940 foreach_func (2): Found '/usr/lib/x86_64-linux-gnu/libgphoto2/2.5.22/ptp2'.
0.033943 foreach_func (2): Found '/usr/lib/x86_64-linux-gnu/libgphoto2/2.5.22/ricoh'.
0.033951 foreach_func (2): Found '/usr/lib/x86_64-linux-gnu/libgphoto2/2.5.22/ricoh_g3'.
0.033954 foreach_func (2): Found '/usr/lib/x86_64-linux-gnu/libgphoto2/2.5.22/samsung'.
0.033958 foreach_func (2): Found '/usr/lib/x86_64-linux-gnu/libgphoto2/2.5.22/sierra'.
0.033962 foreach_func (2): Found '/usr/lib/x86_64-linux-gnu/libgphoto2/2.5.22/sipix_blink2'.
0.033966 foreach_func (2): Found '/usr/lib/x86_64-linux-gnu/libgphoto2/2.5.22/sipix_web2'.
0.033970 foreach_func (2): Found '/usr/lib/x86_64-linux-gnu/libgphoto2/2.5.22/smal'.
0.033974 foreach_func (2): Found '/usr/lib/x86_64-linux-gnu/libgphoto2/2.5.22/sonix'.
0.033977 foreach_func (2): Found '/usr/lib/x86_64-linux-gnu/libgphoto2/2.5.22/sony_dscf1'.
0.033981 foreach_func (2): Found '/usr/lib/x86_64-linux-gnu/libgphoto2/2.5.22/sony_dscf55'.
0.033985 foreach_func (2): Found '/usr/lib/x86_64-linux-gnu/libgphoto2/2.5.22/soundvision'.
0.033989 foreach_func (2): Found '/usr/lib/x86_64-linux-gnu/libgphoto2/2.5.22/spca50x'.
0.033993 foreach_func (2): Found '/usr/lib/x86_64-linux-gnu/libgphoto2/2.5.22/sq905'.
0.033997 foreach_func (2): Found '/usr/lib/x86_64-linux-gnu/libgphoto2/2.5.22/st2205'.
0.034000 foreach_func (2): Found '/usr/lib/x86_64-linux-gnu/libgphoto2/2.5.22/stv0674'.
0.034004 foreach_func (2): Found '/usr/lib/x86_64-linux-gnu/libgphoto2/2.5.22/stv0680'.
0.034008 foreach_func (2): Found '/usr/lib/x86_64-linux-gnu/libgphoto2/2.5.22/sx330z'.
0.034012 foreach_func (2): Found '/usr/lib/x86_64-linux-gnu/libgphoto2/2.5.22/topfield'.
0.034015 foreach_func (2): Found '/usr/lib/x86_64-linux-gnu/libgphoto2/2.5.22/toshiba_pdrm11'.
0.034019 foreach_func (2): Found '/usr/lib/x86_64-linux-gnu/libgphoto2/2.5.22/tp6801'.
0.034026 gp_abilities_list_load_dir (2): Found 64 camera drivers.
0.070385 gp_port_info_list_count (2): Counting entries (49 available)...
0.070410 gp_port_info_list_count (2): 45 regular entries available.
0.070415 gp_port_new (2): Creating new device...
0.070419 gp_port_info_list_get_info (2): Getting info of entry 0 (49 available)...
0.070516 gp_port_set_settings (2): Setting settings...
0.070524 gp_port_info_list_get_info (2): Getting info of entry 1 (49 available)...
0.070616 gp_port_set_timeout (2): Setting port timeout to 500 milliseconds.
0.070622 gp_port_set_settings (2): Setting settings...
0.070626 gp_port_info_list_get_info (2): Getting info of entry 2 (49 available)...
0.070704 gp_port_set_timeout (2): Setting port timeout to 500 milliseconds.
0.070710 gp_port_set_settings (2): Setting settings...
0.070714 gp_port_info_list_get_info (2): Getting info of entry 3 (49 available)...
0.070794 gp_port_set_timeout (2): Setting port timeout to 500 milliseconds.
0.070800 gp_port_set_settings (2): Setting settings...
0.070804 gp_port_info_list_get_info (2): Getting info of entry 4 (49 available)...
0.070879 gp_port_set_timeout (2): Setting port timeout to 500 milliseconds.
0.070907 gp_port_set_settings (2): Setting settings...
0.070914 gp_port_info_list_get_info (2): Getting info of entry 5 (49 available)...
0.071023 gp_port_set_timeout (2): Setting port timeout to 500 milliseconds.
0.071031 gp_port_set_settings (2): Setting settings...
0.071035 gp_port_info_list_get_info (2): Getting info of entry 6 (49 available)...
0.071148 gp_port_set_timeout (2): Setting port timeout to 500 milliseconds.
0.071157 gp_port_set_settings (2): Setting settings...
0.071165 gp_port_info_list_get_info (2): Getting info of entry 7 (49 available)...
0.071283 gp_port_set_timeout (2): Setting port timeout to 500 milliseconds.
0.071293 gp_port_set_settings (2): Setting settings...
0.071300 gp_port_info_list_get_info (2): Getting info of entry 8 (49 available)...
0.071434 gp_port_set_timeout (2): Setting port timeout to 500 milliseconds.
0.071442 gp_port_set_settings (2): Setting settings...
0.071447 gp_port_info_list_get_info (2): Getting info of entry 9 (49 available)...
0.071528 gp_port_set_timeout (2): Setting port timeout to 500 milliseconds.
0.071536 gp_port_set_settings (2): Setting settings...
0.071540 gp_port_info_list_get_info (2): Getting info of entry 10 (49 available)...
0.071617 gp_port_set_timeout (2): Setting port timeout to 500 milliseconds.
0.071623 gp_port_set_settings (2): Setting settings...
0.071627 gp_port_info_list_get_info (2): Getting info of entry 11 (49 available)...
0.071698 gp_port_set_timeout (2): Setting port timeout to 500 milliseconds.
0.071704 gp_port_set_settings (2): Setting settings...
0.071708 gp_port_info_list_get_info (2): Getting info of entry 12 (49 available)...
0.071800 gp_port_set_timeout (2): Setting port timeout to 500 milliseconds.
0.071807 gp_port_set_settings (2): Setting settings...
0.071811 gp_port_info_list_get_info (2): Getting info of entry 13 (49 available)...
0.071888 gp_port_set_timeout (2): Setting port timeout to 500 milliseconds.
0.071894 gp_port_set_settings (2): Setting settings...
0.071897 gp_port_info_list_get_info (2): Getting info of entry 14 (49 available)...
0.071970 gp_port_set_timeout (2): Setting port timeout to 500 milliseconds.
0.071976 gp_port_set_settings (2): Setting settings...
0.071980 gp_port_info_list_get_info (2): Getting info of entry 15 (49 available)...
0.072053 gp_port_set_timeout (2): Setting port timeout to 500 milliseconds.
0.072059 gp_port_set_settings (2): Setting settings...
0.072063 gp_port_info_list_get_info (2): Getting info of entry 16 (49 available)...
0.072133 gp_port_set_timeout (2): Setting port timeout to 500 milliseconds.
0.072139 gp_port_set_settings (2): Setting settings...
0.072143 gp_port_info_list_get_info (2): Getting info of entry 17 (49 available)...
0.072215 gp_port_set_timeout (2): Setting port timeout to 500 milliseconds.
0.072221 gp_port_set_settings (2): Setting settings...
0.072225 gp_port_info_list_get_info (2): Getting info of entry 18 (49 available)...
0.072297 gp_port_set_timeout (2): Setting port timeout to 500 milliseconds.
0.072303 gp_port_set_settings (2): Setting settings...
0.072306 gp_port_info_list_get_info (2): Getting info of entry 19 (49 available)...
0.072379 gp_port_set_timeout (2): Setting port timeout to 500 milliseconds.
0.072385 gp_port_set_settings (2): Setting settings...
0.072389 gp_port_info_list_get_info (2): Getting info of entry 20 (49 available)...
0.072460 gp_port_set_timeout (2): Setting port timeout to 500 milliseconds.
0.072467 gp_port_set_settings (2): Setting settings...
0.072471 gp_port_info_list_get_info (2): Getting info of entry 21 (49 available)...
0.072543 gp_port_set_timeout (2): Setting port timeout to 500 milliseconds.
0.072548 gp_port_set_settings (2): Setting settings...
0.072552 gp_port_info_list_get_info (2): Getting info of entry 22 (49 available)...
0.072621 gp_port_set_timeout (2): Setting port timeout to 500 milliseconds.
0.072627 gp_port_set_settings (2): Setting settings...
0.072631 gp_port_info_list_get_info (2): Getting info of entry 23 (49 available)...
0.072704 gp_port_set_timeout (2): Setting port timeout to 500 milliseconds.
0.072710 gp_port_set_settings (2): Setting settings...
0.072714 gp_port_info_list_get_info (2): Getting info of entry 24 (49 available)...
0.072785 gp_port_set_timeout (2): Setting port timeout to 500 milliseconds.
0.072791 gp_port_set_settings (2): Setting settings...
0.072795 gp_port_info_list_get_info (2): Getting info of entry 25 (49 available)...
0.072866 gp_port_set_timeout (2): Setting port timeout to 500 milliseconds.
0.072871 gp_port_set_settings (2): Setting settings...
0.072887 gp_port_info_list_get_info (2): Getting info of entry 26 (49 available)...
0.072969 gp_port_set_timeout (2): Setting port timeout to 500 milliseconds.
0.072976 gp_port_set_settings (2): Setting settings...
0.072979 gp_port_info_list_get_info (2): Getting info of entry 27 (49 available)...
0.073057 gp_port_set_timeout (2): Setting port timeout to 500 milliseconds.
0.073063 gp_port_set_settings (2): Setting settings...
0.073067 gp_port_info_list_get_info (2): Getting info of entry 28 (49 available)...
0.073137 gp_port_set_timeout (2): Setting port timeout to 500 milliseconds.
0.073143 gp_port_set_settings (2): Setting settings...
0.073146 gp_port_info_list_get_info (2): Getting info of entry 29 (49 available)...
0.073216 gp_port_set_timeout (2): Setting port timeout to 500 milliseconds.
0.073222 gp_port_set_settings (2): Setting settings...
0.073226 gp_port_info_list_get_info (2): Getting info of entry 30 (49 available)...
0.073295 gp_port_set_timeout (2): Setting port timeout to 500 milliseconds.
0.073301 gp_port_set_settings (2): Setting settings...
0.073304 gp_port_info_list_get_info (2): Getting info of entry 31 (49 available)...
0.073374 gp_port_set_timeout (2): Setting port timeout to 500 milliseconds.
0.073380 gp_port_set_settings (2): Setting settings...
0.073384 gp_port_info_list_get_info (2): Getting info of entry 32 (49 available)...
0.073455 gp_port_set_timeout (2): Setting port timeout to 500 milliseconds.
0.073461 gp_port_set_settings (2): Setting settings...
0.073465 gp_port_info_list_get_info (2): Getting info of entry 33 (49 available)...
0.073534 gp_port_set_timeout (2): Setting port timeout to 500 milliseconds.
0.073540 gp_port_set_settings (2): Setting settings...
0.073544 gp_port_info_list_get_info (2): Getting info of entry 34 (49 available)...
0.084286 gp_port_set_timeout (2): Setting port timeout to 5000 milliseconds.
0.084311 gp_port_set_settings (2): Setting settings...
0.084323 gp_libusb1_update (2): (old int=0, conf=-1, alt=-1) port usb:006,004, (new int=0, conf=-1, alt=-1) port usb:006,004
0.084326 gp_libusb1_update (2): lowlevel libusb1 port not yet opened, no need for libusb changes
0.084331 gp_abilities_list_detect_usb(2): Auto-detecting USB cameras...
0.084809 gp_libusb1_find_device_by_class_lib(2): Looking for USB device (class 0x29a, subclass, 0xffffffff, protocol 0xffffffff)...
0.085157 gp_libusb1_find_device_by_class_lib(2): Looking for USB device (class 0x6, subclass, 0x1, protocol 0x1)...
0.085191 gp_port_info_list_get_info (2): Getting info of entry 35 (49 available)...
0.097834 gp_port_set_timeout (2): Setting port timeout to 5000 milliseconds.
0.097892 gp_port_set_settings (2): Setting settings...
0.097914 gp_libusb1_update (2): (old int=0, conf=-1, alt=-1) port usb:005,007, (new int=0, conf=-1, alt=-1) port usb:005,007
0.097918 gp_libusb1_update (2): lowlevel libusb1 port not yet opened, no need for libusb changes
0.097924 gp_abilities_list_detect_usb(2): Auto-detecting USB cameras...
0.098643 gp_libusb1_find_device_by_class_lib(2): Looking for USB device (class 0x29a, subclass, 0xffffffff, protocol 0xffffffff)...
0.099208 gp_libusb1_find_device_by_class_lib(2): Looking for USB device (class 0x6, subclass, 0x1, protocol 0x1)...
0.099274 gp_port_info_list_get_info (2): Getting info of entry 36 (49 available)...
0.112793 gp_port_set_timeout (2): Setting port timeout to 5000 milliseconds.
0.112869 gp_port_set_settings (2): Setting settings...
0.112898 gp_libusb1_update (2): (old int=0, conf=-1, alt=-1) port usb:005,021, (new int=0, conf=-1, alt=-1) port usb:005,021
0.112903 gp_libusb1_update (2): lowlevel libusb1 port not yet opened, no need for libusb changes
0.112910 gp_abilities_list_detect_usb(2): Auto-detecting USB cameras...
0.113195 gp_libusb1_find_device_lib (2): Looking for USB device (vendor 0x4a9, product 0x32d2)... found.
0.113366 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.113375 gp_abilities_list_detect_usb(2): Found 'Canon EOS M50' (0x4a9,0x32d2)
0.113521 gp_port_info_list_get_info (2): Getting info of entry 37 (49 available)...
0.123766 gp_port_set_timeout (2): Setting port timeout to 5000 milliseconds.
0.123785 gp_port_set_settings (2): Setting settings...
0.123795 gp_libusb1_update (2): (old int=0, conf=-1, alt=-1) port usb:005,008, (new int=0, conf=-1, alt=-1) port usb:005,008
0.123799 gp_libusb1_update (2): lowlevel libusb1 port not yet opened, no need for libusb changes
0.123804 gp_abilities_list_detect_usb(2): Auto-detecting USB cameras...
0.124333 gp_libusb1_find_device_by_class_lib(2): Looking for USB device (class 0x29a, subclass, 0xffffffff, protocol 0xffffffff)...
0.124700 gp_libusb1_find_device_by_class_lib(2): Looking for USB device (class 0x6, subclass, 0x1, protocol 0x1)...
0.124730 gp_port_info_list_get_info (2): Getting info of entry 38 (49 available)...
0.133846 gp_port_set_timeout (2): Setting port timeout to 5000 milliseconds.
0.133860 gp_port_set_settings (2): Setting settings...
0.133868 gp_libusb1_update (2): (old int=0, conf=-1, alt=-1) port usb:005,009, (new int=0, conf=-1, alt=-1) port usb:005,009
0.133872 gp_libusb1_update (2): lowlevel libusb1 port not yet opened, no need for libusb changes
0.133875 gp_abilities_list_detect_usb(2): Auto-detecting USB cameras...
0.134303 gp_libusb1_find_device_by_class_lib(2): Looking for USB device (class 0x29a, subclass, 0xffffffff, protocol 0xffffffff)...
0.134623 gp_libusb1_find_device_by_class_lib(2): Looking for USB device (class 0x6, subclass, 0x1, protocol 0x1)...
0.134651 gp_port_info_list_get_info (2): Getting info of entry 39 (49 available)...
0.143078 gp_port_set_timeout (2): Setting port timeout to 5000 milliseconds.
0.143090 gp_port_set_settings (2): Setting settings...
0.143098 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.143101 gp_libusb1_update (2): lowlevel libusb1 port not yet opened, no need for libusb changes
0.143104 gp_abilities_list_detect_usb(2): Auto-detecting USB cameras...
0.143477 gp_libusb1_find_device_by_class_lib(2): Looking for USB device (class 0x29a, subclass, 0xffffffff, protocol 0xffffffff)...
0.143761 gp_libusb1_find_device_by_class_lib(2): Looking for USB device (class 0x6, subclass, 0x1, protocol 0x1)...
0.143786 gp_port_info_list_get_info (2): Getting info of entry 40 (49 available)...
0.151989 gp_port_set_timeout (2): Setting port timeout to 5000 milliseconds.
0.152000 gp_port_set_settings (2): Setting settings...
0.152007 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.152010 gp_libusb1_update (2): lowlevel libusb1 port not yet opened, no need for libusb changes
0.152013 gp_abilities_list_detect_usb(2): Auto-detecting USB cameras...
0.152364 gp_libusb1_find_device_by_class_lib(2): Looking for USB device (class 0x29a, subclass, 0xffffffff, protocol 0xffffffff)...
0.152635 gp_libusb1_find_device_by_class_lib(2): Looking for USB device (class 0x6, subclass, 0x1, protocol 0x1)...
0.152659 gp_port_info_list_get_info (2): Getting info of entry 41 (49 available)...
0.160224 gp_port_set_timeout (2): Setting port timeout to 5000 milliseconds.
0.160235 gp_port_set_settings (2): Setting settings...
0.160243 gp_libusb1_update (2): (old int=0, conf=-1, alt=-1) port usb:001,003, (new int=0, conf=-1, alt=-1) port usb:001,003
0.160245 gp_libusb1_update (2): lowlevel libusb1 port not yet opened, no need for libusb changes
0.160248 gp_abilities_list_detect_usb(2): Auto-detecting USB cameras...
0.160596 gp_libusb1_find_device_by_class_lib(2): Looking for USB device (class 0x29a, subclass, 0xffffffff, protocol 0xffffffff)...
0.160865 gp_libusb1_find_device_by_class_lib(2): Looking for USB device (class 0x6, subclass, 0x1, protocol 0x1)...
0.160899 gp_port_info_list_get_info (2): Getting info of entry 42 (49 available)...
0.168323 gp_port_set_timeout (2): Setting port timeout to 5000 milliseconds.
0.168333 gp_port_set_settings (2): Setting settings...
0.168341 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.168343 gp_libusb1_update (2): lowlevel libusb1 port not yet opened, no need for libusb changes
0.168346 gp_abilities_list_detect_usb(2): Auto-detecting USB cameras...
0.168675 gp_libusb1_find_device_by_class_lib(2): Looking for USB device (class 0x29a, subclass, 0xffffffff, protocol 0xffffffff)...
0.168927 gp_libusb1_find_device_by_class_lib(2): Looking for USB device (class 0x6, subclass, 0x1, protocol 0x1)...
0.168951 gp_port_info_list_get_info (2): Getting info of entry 43 (49 available)...
0.169165 gp_port_set_settings (2): Setting settings...
0.169173 gp_abilities_list_detect_usb(2): Auto-detecting USB cameras...
0.169215 gp_port_info_list_get_info (2): Getting info of entry 44 (49 available)...
0.169289 gp_port_set_settings (2): Setting settings...
0.169294 gp_abilities_list_detect_usb(2): Auto-detecting USB cameras...
0.170011 gp_port_free (2): Freeing port...
0.170017 gp_port_close (2): Closing port...
0.170395 gp_camera_free (2): Freeing camera...
0.170404 gp_port_free (2): Freeing port...
0.170408 gp_filesystem_reset (2): resetting filesystem
0.170411 gp_filesystem_lru_clear (2): Clearing fscache LRU list...
0.170413 gp_filesystem_lru_clear (2): fscache LRU list already empty
0.170416 delete_all_folders (2): Internally deleting all folders from '/'...
0.170419 lookup_folder (2): Lookup folder '/'...
0.170421 lookup_folder (2): Found! / is 0x55704b920980
0.170424 recurse_delete_folder (2): Recurse delete folder 0x55704b920980//
m50-autodetect-slow.log
(text/x-log, 32.8 KB)
0.000073 main (2): ALWAYS INCLUDE THE FOLLOWING LINES WHEN SENDING DEBUG MESSAGES TO THE MAILING LIST:
0.000146 main (2): gphoto2 2.5.23.1
0.000165 main (2): gphoto2 has been compiled with the following options:
0.000175 main (2): + gcc (C compiler used)
0.000184 main (2): + popt (mandatory, for handling command-line parameters)
0.000193 main (2): + exif (for displaying EXIF information)
0.000202 main (2): + cdk (for accessing configuration options)
0.000210 main (2): + no aa (for displaying live previews)
0.000219 main (2): + jpeg (for displaying live previews in JPEG format)
0.000227 main (2): + readline (for easy navigation in the shell)
0.000245 main (2): libgphoto2 2.5.24.1
0.000257 main (2): libgphoto2 has been compiled with the following options:
0.000268 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 lumix)
0.000278 main (2): + gcc (C compiler used)
0.000286 main (2): + ltdl (for portable loading of camlibs)
0.000295 main (2): + EXIF (for special handling of EXIF files)
0.000310 main (2): libgphoto2_port 0.12.0
0.000321 main (2): libgphoto2_port has been compiled with the following options:
0.000330 main (2): + iolibs: disk ptpip serial usb1 usbdiskdirect usbscsi
0.000338 main (2): + gcc (C compiler used)
0.000347 main (2): + ltdl (for portable loading of iolibs)
0.000356 main (2): + EXIF (for vusb)
0.000365 main (2): + USB (libusb1, for USB cameras)
0.000373 main (2): + serial (for serial cameras)
0.000382 main (2): + no resmgr (serial port access and locking)
0.000390 main (2): + no ttylock (serial port locking)
0.000399 main (2): + no lockdev (serial port locking)
0.000408 main (2): CAMLIBS env var not set, using compile-time default instead
0.000417 main (2): IOLIBS env var not set, using compile-time default instead
0.000425 main (2): invoked with following arguments:
0.000434 main (2): --auto-detect
0.000444 main (2): --debug
0.000452 main (2): --debug-logfile=m50-autodetect-slow.log
0.000507 load_settings (2): Creating gphoto config directory ('/home/antocuni/.gphoto')
0.000603 load_settings (2): Loading settings from file '/home/antocuni/.gphoto/settings'.
0.001036 gp_port_info_list_load (2): Using ltdl to load io-drivers from '/usr/local/lib/libgphoto2_port/0.12.0'...
0.001190 foreach_func (2): Called for filename '/usr/local/lib/libgphoto2_port/0.12.0/disk'.
0.001574 gp_port_library_list (2): found fstab fsname UUID=7026f5b3-e6ac-4648-8de4-1c66d74dc0a9
0.001616 gp_port_library_list (2): found fstab fsname UUID=70A5-84D6
0.001642 gp_port_library_list (2): found fstab fsname UUID=9f0b8c91-d9cd-471e-8213-f6146a28ea49
0.001825 gp_port_library_list (2): found mtab fsname sysfs
0.001853 gp_port_library_list (2): found mtab fsname proc
0.001865 gp_port_library_list (2): found mtab fsname udev
0.001895 gp_port_library_list (2): found mtab fsname devpts
0.001907 gp_port_library_list (2): found mtab fsname tmpfs
0.001931 gp_port_library_list (2): found mtab fsname /dev/nvme0n1p6
0.001950 gp_port_library_list (2): found mtab fsname securityfs
0.001961 gp_port_library_list (2): found mtab fsname tmpfs
0.002007 gp_port_library_list (2): found mtab fsname tmpfs
0.002032 gp_port_library_list (2): found mtab fsname tmpfs
0.002064 gp_port_library_list (2): found mtab fsname cgroup2
0.002076 gp_port_library_list (2): found mtab fsname cgroup
0.002087 gp_port_library_list (2): found mtab fsname pstore
0.002110 gp_port_library_list (2): found mtab fsname efivarfs
0.002199 gp_port_library_list (2): found mtab fsname bpf
0.002225 gp_port_library_list (2): found mtab fsname cgroup
0.002237 gp_port_library_list (2): found mtab fsname cgroup
0.002247 gp_port_library_list (2): found mtab fsname cgroup
0.002258 gp_port_library_list (2): found mtab fsname cgroup
0.002268 gp_port_library_list (2): found mtab fsname cgroup
0.002279 gp_port_library_list (2): found mtab fsname cgroup
0.002290 gp_port_library_list (2): found mtab fsname cgroup
0.002300 gp_port_library_list (2): found mtab fsname cgroup
0.002311 gp_port_library_list (2): found mtab fsname cgroup
0.002322 gp_port_library_list (2): found mtab fsname cgroup
0.002332 gp_port_library_list (2): found mtab fsname cgroup
0.002397 gp_port_library_list (2): found mtab fsname systemd-1
0.002410 gp_port_library_list (2): found mtab fsname hugetlbfs
0.002435 gp_port_library_list (2): found mtab fsname debugfs
0.002460 gp_port_library_list (2): found mtab fsname mqueue
0.002472 gp_port_library_list (2): found mtab fsname fusectl
0.002483 gp_port_library_list (2): found mtab fsname configfs
0.002511 gp_port_library_list (2): found mtab fsname /dev/loop1
0.002534 gp_port_library_list (2): found mtab fsname /dev/loop2
0.002554 gp_port_library_list (2): found mtab fsname /dev/loop4
0.002574 gp_port_library_list (2): found mtab fsname /dev/loop5
0.002595 gp_port_library_list (2): found mtab fsname /dev/loop6
0.002615 gp_port_library_list (2): found mtab fsname /dev/loop7
0.002637 gp_port_library_list (2): found mtab fsname /dev/loop8
0.002656 gp_port_library_list (2): found mtab fsname /dev/loop9
0.002676 gp_port_library_list (2): found mtab fsname /dev/loop0
0.002697 gp_port_library_list (2): found mtab fsname /dev/loop10
0.002718 gp_port_library_list (2): found mtab fsname /dev/loop12
0.002829 gp_port_library_list (2): found mtab fsname /dev/loop13
0.002853 gp_port_library_list (2): found mtab fsname /dev/loop14
0.002874 gp_port_library_list (2): found mtab fsname /dev/loop15
0.002894 gp_port_library_list (2): found mtab fsname /dev/loop16
0.002914 gp_port_library_list (2): found mtab fsname /dev/loop17
0.002936 gp_port_library_list (2): found mtab fsname /dev/nvme0n1p1
0.002957 gp_port_library_list (2): found mtab fsname tmpfs
0.002985 gp_port_library_list (2): found mtab fsname gvfsd-fuse
0.002997 gp_port_library_list (2): found mtab fsname /dev/fuse
0.003008 gp_port_library_list (2): found mtab fsname /dev/loop18
0.003028 gp_port_library_list (2): found mtab fsname tmpfs
0.003054 gp_port_library_list (2): found mtab fsname nsfs
0.003102 gp_port_library_list (2): found mtab fsname overlay
0.003127 gp_port_library_list (2): found mtab fsname shm
0.003148 gp_port_library_list (2): found mtab fsname nsfs
0.003168 gp_port_library_list (2): found mtab fsname /dev/loop3
0.003266 foreach_func (2): Loaded '' ('^disk:') from '/usr/local/lib/libgphoto2_port/0.12.0/disk'.
0.003282 foreach_func (2): Called for filename '/usr/local/lib/libgphoto2_port/0.12.0/ptpip'.
0.003602 foreach_func (2): Loaded 'PTP/IP Connection' ('ptpip:') from '/usr/local/lib/libgphoto2_port/0.12.0/ptpip'.
0.003625 foreach_func (2): Loaded '' ('^ptpip:') from '/usr/local/lib/libgphoto2_port/0.12.0/ptpip'.
0.003636 foreach_func (2): Loaded 'IP Connection' ('ip:') from '/usr/local/lib/libgphoto2_port/0.12.0/ptpip'.
0.003660 foreach_func (2): Loaded '' ('^ip:') from '/usr/local/lib/libgphoto2_port/0.12.0/ptpip'.
0.003670 foreach_func (2): Called for filename '/usr/local/lib/libgphoto2_port/0.12.0/serial'.
0.004265 foreach_func (2): Loaded 'Serial Port 0' ('serial:/dev/ttyS0') from '/usr/local/lib/libgphoto2_port/0.12.0/serial'.
0.004292 foreach_func (2): Loaded 'Serial Port 1' ('serial:/dev/ttyS1') from '/usr/local/lib/libgphoto2_port/0.12.0/serial'.
0.004304 foreach_func (2): Loaded 'Serial Port 2' ('serial:/dev/ttyS2') from '/usr/local/lib/libgphoto2_port/0.12.0/serial'.
0.004314 foreach_func (2): Loaded 'Serial Port 3' ('serial:/dev/ttyS3') from '/usr/local/lib/libgphoto2_port/0.12.0/serial'.
0.004324 foreach_func (2): Loaded 'Serial Port 4' ('serial:/dev/ttyS4') from '/usr/local/lib/libgphoto2_port/0.12.0/serial'.
0.004333 foreach_func (2): Loaded 'Serial Port 5' ('serial:/dev/ttyS5') from '/usr/local/lib/libgphoto2_port/0.12.0/serial'.
0.004343 foreach_func (2): Loaded 'Serial Port 6' ('serial:/dev/ttyS6') from '/usr/local/lib/libgphoto2_port/0.12.0/serial'.
0.004353 foreach_func (2): Loaded 'Serial Port 7' ('serial:/dev/ttyS7') from '/usr/local/lib/libgphoto2_port/0.12.0/serial'.
0.004364 foreach_func (2): Loaded 'Serial Port 8' ('serial:/dev/ttyS8') from '/usr/local/lib/libgphoto2_port/0.12.0/serial'.
0.004375 foreach_func (2): Loaded 'Serial Port 9' ('serial:/dev/ttyS9') from '/usr/local/lib/libgphoto2_port/0.12.0/serial'.
0.004385 foreach_func (2): Loaded 'Serial Port 10' ('serial:/dev/ttyS10') from '/usr/local/lib/libgphoto2_port/0.12.0/serial'.
0.004396 foreach_func (2): Loaded 'Serial Port 11' ('serial:/dev/ttyS11') from '/usr/local/lib/libgphoto2_port/0.12.0/serial'.
0.004406 foreach_func (2): Loaded 'Serial Port 12' ('serial:/dev/ttyS12') from '/usr/local/lib/libgphoto2_port/0.12.0/serial'.
0.004415 foreach_func (2): Loaded 'Serial Port 13' ('serial:/dev/ttyS13') from '/usr/local/lib/libgphoto2_port/0.12.0/serial'.
0.004425 foreach_func (2): Loaded 'Serial Port 14' ('serial:/dev/ttyS14') from '/usr/local/lib/libgphoto2_port/0.12.0/serial'.
0.004435 foreach_func (2): Loaded 'Serial Port 15' ('serial:/dev/ttyS15') from '/usr/local/lib/libgphoto2_port/0.12.0/serial'.
0.004445 foreach_func (2): Loaded 'Serial Port 16' ('serial:/dev/ttyS16') from '/usr/local/lib/libgphoto2_port/0.12.0/serial'.
0.004455 foreach_func (2): Loaded 'Serial Port 17' ('serial:/dev/ttyS17') from '/usr/local/lib/libgphoto2_port/0.12.0/serial'.
0.004465 foreach_func (2): Loaded 'Serial Port 18' ('serial:/dev/ttyS18') from '/usr/local/lib/libgphoto2_port/0.12.0/serial'.
0.004475 foreach_func (2): Loaded 'Serial Port 19' ('serial:/dev/ttyS19') from '/usr/local/lib/libgphoto2_port/0.12.0/serial'.
0.004485 foreach_func (2): Loaded 'Serial Port 20' ('serial:/dev/ttyS20') from '/usr/local/lib/libgphoto2_port/0.12.0/serial'.
0.004495 foreach_func (2): Loaded 'Serial Port 21' ('serial:/dev/ttyS21') from '/usr/local/lib/libgphoto2_port/0.12.0/serial'.
0.004505 foreach_func (2): Loaded 'Serial Port 22' ('serial:/dev/ttyS22') from '/usr/local/lib/libgphoto2_port/0.12.0/serial'.
0.004515 foreach_func (2): Loaded 'Serial Port 23' ('serial:/dev/ttyS23') from '/usr/local/lib/libgphoto2_port/0.12.0/serial'.
0.004525 foreach_func (2): Loaded 'Serial Port 24' ('serial:/dev/ttyS24') from '/usr/local/lib/libgphoto2_port/0.12.0/serial'.
0.004535 foreach_func (2): Loaded 'Serial Port 25' ('serial:/dev/ttyS25') from '/usr/local/lib/libgphoto2_port/0.12.0/serial'.
0.004544 foreach_func (2): Loaded 'Serial Port 26' ('serial:/dev/ttyS26') from '/usr/local/lib/libgphoto2_port/0.12.0/serial'.
0.004555 foreach_func (2): Loaded 'Serial Port 27' ('serial:/dev/ttyS27') from '/usr/local/lib/libgphoto2_port/0.12.0/serial'.
0.004580 foreach_func (2): Loaded 'Serial Port 28' ('serial:/dev/ttyS28') from '/usr/local/lib/libgphoto2_port/0.12.0/serial'.
0.004590 foreach_func (2): Loaded 'Serial Port 29' ('serial:/dev/ttyS29') from '/usr/local/lib/libgphoto2_port/0.12.0/serial'.
0.004600 foreach_func (2): Loaded 'Serial Port 30' ('serial:/dev/ttyS30') from '/usr/local/lib/libgphoto2_port/0.12.0/serial'.
0.004610 foreach_func (2): Loaded 'Serial Port 31' ('serial:/dev/ttyS31') from '/usr/local/lib/libgphoto2_port/0.12.0/serial'.
0.004620 foreach_func (2): Loaded 'Serial Port Device' ('serial:') from '/usr/local/lib/libgphoto2_port/0.12.0/serial'.
0.004630 foreach_func (2): Loaded '' ('^serial:') from '/usr/local/lib/libgphoto2_port/0.12.0/serial'.
0.004640 foreach_func (2): Called for filename '/usr/local/lib/libgphoto2_port/0.12.0/usb'.
2.179100 foreach_func (2): Loaded '' ('^usb:') from '/usr/local/lib/libgphoto2_port/0.12.0/usb'.
2.179164 foreach_func (2): Loaded 'Universal Serial Bus' ('usb:006,004') from '/usr/local/lib/libgphoto2_port/0.12.0/usb'.
2.179179 foreach_func (2): Loaded 'Universal Serial Bus' ('usb:005,024') from '/usr/local/lib/libgphoto2_port/0.12.0/usb'.
2.179189 foreach_func (2): Loaded 'Universal Serial Bus' ('usb:005,009') from '/usr/local/lib/libgphoto2_port/0.12.0/usb'.
2.179199 foreach_func (2): Loaded 'Universal Serial Bus' ('usb:005,008') from '/usr/local/lib/libgphoto2_port/0.12.0/usb'.
2.179209 foreach_func (2): Loaded 'Universal Serial Bus' ('usb:005,007') from '/usr/local/lib/libgphoto2_port/0.12.0/usb'.
2.179218 foreach_func (2): Loaded 'Universal Serial Bus' ('usb:002,002') from '/usr/local/lib/libgphoto2_port/0.12.0/usb'.
2.179228 foreach_func (2): Loaded 'Universal Serial Bus' ('usb:001,004') from '/usr/local/lib/libgphoto2_port/0.12.0/usb'.
2.179238 foreach_func (2): Loaded 'Universal Serial Bus' ('usb:001,003') from '/usr/local/lib/libgphoto2_port/0.12.0/usb'.
2.179248 foreach_func (2): Loaded 'Universal Serial Bus' ('usb:001,002') from '/usr/local/lib/libgphoto2_port/0.12.0/usb'.
2.179259 foreach_func (2): Called for filename '/usr/local/lib/libgphoto2_port/0.12.0/usb1'.
2.180237 foreach_func (2): '/usr/local/lib/libgphoto2_port/0.12.0/usb1' already loaded
2.180369 foreach_func (2): Called for filename '/usr/local/lib/libgphoto2_port/0.12.0/usbdiskdirect'.
2.180859 foreach_func (2): Loaded 'USB Mass Storage direct IO' ('usbdiskdirect:/dev/sda') from '/usr/local/lib/libgphoto2_port/0.12.0/usbdiskdirect'.
2.180881 foreach_func (2): Called for filename '/usr/local/lib/libgphoto2_port/0.12.0/usbscsi'.
2.181345 foreach_func (2): Loaded 'USB Mass Storage raw SCSI' ('usbscsi:/dev/sg0') from '/usr/local/lib/libgphoto2_port/0.12.0/usbscsi'.
2.181379 gp_port_info_list_count (2): Counting entries (51 available)...
2.181391 gp_port_info_list_count (2): 46 regular entries available.
2.181401 gp_port_info_list_count (2): Counting entries (51 available)...
2.181410 gp_port_info_list_count (2): 46 regular entries available.
2.181445 gp_abilities_list_load_dir (2): Using ltdl to load camera libraries from '/usr/local/lib/libgphoto2/2.5.24.1'...
2.181628 foreach_func (2): Found '/usr/local/lib/libgphoto2/2.5.24.1/ax203'.
2.181652 foreach_func (2): Found '/usr/local/lib/libgphoto2/2.5.24.1/canon'.
2.181664 foreach_func (2): Found '/usr/local/lib/libgphoto2/2.5.24.1/digigr8'.
2.181673 foreach_func (2): Found '/usr/local/lib/libgphoto2/2.5.24.1/dimagev'.
2.181684 foreach_func (2): Found '/usr/local/lib/libgphoto2/2.5.24.1/directory'.
2.181694 foreach_func (2): Found '/usr/local/lib/libgphoto2/2.5.24.1/jl2005a'.
2.181731 foreach_func (2): Found '/usr/local/lib/libgphoto2/2.5.24.1/jl2005c'.
2.181742 foreach_func (2): Found '/usr/local/lib/libgphoto2/2.5.24.1/kodak_dc240'.
2.181801 foreach_func (2): Found '/usr/local/lib/libgphoto2/2.5.24.1/mars'.
2.181831 foreach_func (2): Found '/usr/local/lib/libgphoto2/2.5.24.1/pentax'.
2.181850 foreach_func (2): Found '/usr/local/lib/libgphoto2/2.5.24.1/ptp2'.
2.181866 foreach_func (2): Found '/usr/local/lib/libgphoto2/2.5.24.1/ricoh_g3'.
2.181878 foreach_func (2): Found '/usr/local/lib/libgphoto2/2.5.24.1/sierra'.
2.181892 foreach_func (2): Found '/usr/local/lib/libgphoto2/2.5.24.1/sonix'.
2.181903 foreach_func (2): Found '/usr/local/lib/libgphoto2/2.5.24.1/sq905'.
2.181914 foreach_func (2): Found '/usr/local/lib/libgphoto2/2.5.24.1/st2205'.
2.181926 foreach_func (2): Found '/usr/local/lib/libgphoto2/2.5.24.1/topfield'.
2.181936 foreach_func (2): Found '/usr/local/lib/libgphoto2/2.5.24.1/tp6801'.
2.181961 gp_abilities_list_load_dir (2): Found 18 camera drivers.
2.192384 gp_port_info_list_count (2): Counting entries (51 available)...
2.192439 gp_port_info_list_count (2): 46 regular entries available.
2.192444 gp_port_new (2): Creating new device...
2.192453 gp_port_info_list_get_info (2): Getting info of entry 0 (51 available)...
2.192646 gp_port_set_settings (2): Setting settings...
2.192656 gp_port_info_list_get_info (2): Getting info of entry 1 (51 available)...
2.192740 gp_port_set_settings (2): Setting settings...
2.192746 gp_port_info_list_get_info (2): Getting info of entry 2 (51 available)...
2.192826 gp_port_set_timeout (2): Setting port timeout to 500 milliseconds.
2.192832 gp_port_set_settings (2): Setting settings...
2.192835 gp_port_info_list_get_info (2): Getting info of entry 3 (51 available)...
2.192901 gp_port_set_timeout (2): Setting port timeout to 500 milliseconds.
2.192907 gp_port_set_settings (2): Setting settings...
2.192910 gp_port_info_list_get_info (2): Getting info of entry 4 (51 available)...
2.192973 gp_port_set_timeout (2): Setting port timeout to 500 milliseconds.
2.192978 gp_port_set_settings (2): Setting settings...
2.192981 gp_port_info_list_get_info (2): Getting info of entry 5 (51 available)...
2.193070 gp_port_set_timeout (2): Setting port timeout to 500 milliseconds.
2.193081 gp_port_set_settings (2): Setting settings...
2.193087 gp_port_info_list_get_info (2): Getting info of entry 6 (51 available)...
2.193196 gp_port_set_timeout (2): Setting port timeout to 500 milliseconds.
2.193204 gp_port_set_settings (2): Setting settings...
2.193207 gp_port_info_list_get_info (2): Getting info of entry 7 (51 available)...
2.193277 gp_port_set_timeout (2): Setting port timeout to 500 milliseconds.
2.193283 gp_port_set_settings (2): Setting settings...
2.193286 gp_port_info_list_get_info (2): Getting info of entry 8 (51 available)...
2.193366 gp_port_set_timeout (2): Setting port timeout to 500 milliseconds.
2.193372 gp_port_set_settings (2): Setting settings...
2.193376 gp_port_info_list_get_info (2): Getting info of entry 9 (51 available)...
2.193443 gp_port_set_timeout (2): Setting port timeout to 500 milliseconds.
2.193449 gp_port_set_settings (2): Setting settings...
2.193452 gp_port_info_list_get_info (2): Getting info of entry 10 (51 available)...
2.193519 gp_port_set_timeout (2): Setting port timeout to 500 milliseconds.
2.193525 gp_port_set_settings (2): Setting settings...
2.193528 gp_port_info_list_get_info (2): Getting info of entry 11 (51 available)...
2.193593 gp_port_set_timeout (2): Setting port timeout to 500 milliseconds.
2.193598 gp_port_set_settings (2): Setting settings...
2.193601 gp_port_info_list_get_info (2): Getting info of entry 12 (51 available)...
2.193681 gp_port_set_timeout (2): Setting port timeout to 500 milliseconds.
2.193687 gp_port_set_settings (2): Setting settings...
2.193690 gp_port_info_list_get_info (2): Getting info of entry 13 (51 available)...
2.193782 gp_port_set_timeout (2): Setting port timeout to 500 milliseconds.
2.193792 gp_port_set_settings (2): Setting settings...
2.193796 gp_port_info_list_get_info (2): Getting info of entry 14 (51 available)...
2.193885 gp_port_set_timeout (2): Setting port timeout to 500 milliseconds.
2.193892 gp_port_set_settings (2): Setting settings...
2.193895 gp_port_info_list_get_info (2): Getting info of entry 15 (51 available)...
2.193963 gp_port_set_timeout (2): Setting port timeout to 500 milliseconds.
2.193968 gp_port_set_settings (2): Setting settings...
2.193972 gp_port_info_list_get_info (2): Getting info of entry 16 (51 available)...
2.194043 gp_port_set_timeout (2): Setting port timeout to 500 milliseconds.
2.194049 gp_port_set_settings (2): Setting settings...
2.194052 gp_port_info_list_get_info (2): Getting info of entry 17 (51 available)...
2.194124 gp_port_set_timeout (2): Setting port timeout to 500 milliseconds.
2.194130 gp_port_set_settings (2): Setting settings...
2.194134 gp_port_info_list_get_info (2): Getting info of entry 18 (51 available)...
2.194261 gp_port_set_timeout (2): Setting port timeout to 500 milliseconds.
2.194273 gp_port_set_settings (2): Setting settings...
2.194279 gp_port_info_list_get_info (2): Getting info of entry 19 (51 available)...
2.194383 gp_port_set_timeout (2): Setting port timeout to 500 milliseconds.
2.194389 gp_port_set_settings (2): Setting settings...
2.194392 gp_port_info_list_get_info (2): Getting info of entry 20 (51 available)...
2.194462 gp_port_set_timeout (2): Setting port timeout to 500 milliseconds.
2.194468 gp_port_set_settings (2): Setting settings...
2.194471 gp_port_info_list_get_info (2): Getting info of entry 21 (51 available)...
2.194538 gp_port_set_timeout (2): Setting port timeout to 500 milliseconds.
2.194545 gp_port_set_settings (2): Setting settings...
2.194549 gp_port_info_list_get_info (2): Getting info of entry 22 (51 available)...
2.194621 gp_port_set_timeout (2): Setting port timeout to 500 milliseconds.
2.194629 gp_port_set_settings (2): Setting settings...
2.194632 gp_port_info_list_get_info (2): Getting info of entry 23 (51 available)...
2.194706 gp_port_set_timeout (2): Setting port timeout to 500 milliseconds.
2.194713 gp_port_set_settings (2): Setting settings...
2.194717 gp_port_info_list_get_info (2): Getting info of entry 24 (51 available)...
2.194801 gp_port_set_timeout (2): Setting port timeout to 500 milliseconds.
2.194808 gp_port_set_settings (2): Setting settings...
2.194812 gp_port_info_list_get_info (2): Getting info of entry 25 (51 available)...
2.194883 gp_port_set_timeout (2): Setting port timeout to 500 milliseconds.
2.194888 gp_port_set_settings (2): Setting settings...
2.194892 gp_port_info_list_get_info (2): Getting info of entry 26 (51 available)...
2.194962 gp_port_set_timeout (2): Setting port timeout to 500 milliseconds.
2.194967 gp_port_set_settings (2): Setting settings...
2.194971 gp_port_info_list_get_info (2): Getting info of entry 27 (51 available)...
2.195035 gp_port_set_timeout (2): Setting port timeout to 500 milliseconds.
2.195041 gp_port_set_settings (2): Setting settings...
2.195044 gp_port_info_list_get_info (2): Getting info of entry 28 (51 available)...
2.195110 gp_port_set_timeout (2): Setting port timeout to 500 milliseconds.
2.195116 gp_port_set_settings (2): Setting settings...
2.195119 gp_port_info_list_get_info (2): Getting info of entry 29 (51 available)...
2.195189 gp_port_set_timeout (2): Setting port timeout to 500 milliseconds.
2.195194 gp_port_set_settings (2): Setting settings...
2.195197 gp_port_info_list_get_info (2): Getting info of entry 30 (51 available)...
2.195276 gp_port_set_timeout (2): Setting port timeout to 500 milliseconds.
2.195282 gp_port_set_settings (2): Setting settings...
2.195285 gp_port_info_list_get_info (2): Getting info of entry 31 (51 available)...
2.195371 gp_port_set_timeout (2): Setting port timeout to 500 milliseconds.
2.195377 gp_port_set_settings (2): Setting settings...
2.195381 gp_port_info_list_get_info (2): Getting info of entry 32 (51 available)...
2.195452 gp_port_set_timeout (2): Setting port timeout to 500 milliseconds.
2.195457 gp_port_set_settings (2): Setting settings...
2.195461 gp_port_info_list_get_info (2): Getting info of entry 33 (51 available)...
2.195530 gp_port_set_timeout (2): Setting port timeout to 500 milliseconds.
2.195536 gp_port_set_settings (2): Setting settings...
2.195539 gp_port_info_list_get_info (2): Getting info of entry 34 (51 available)...
2.195607 gp_port_set_timeout (2): Setting port timeout to 500 milliseconds.
2.195613 gp_port_set_settings (2): Setting settings...
2.195616 gp_port_info_list_get_info (2): Getting info of entry 35 (51 available)...
4.014762 gp_port_set_timeout (2): Setting port timeout to 5000 milliseconds.
4.014825 gp_port_set_settings (2): Setting settings...
4.014862 gp_port_usb_update (2): gp_port_usb_update(old int=0, conf=-1, alt=-1) port usb:006,004, (new int=0, conf=-1, alt=-1), port usb:006,004
4.014885 gp_abilities_list_detect_usb(2): Auto-detecting USB cameras...
4.015551 gp_port_usb_find_device_by_class_lib(2): Looking for USB device (class 0x29a, subclass, 0xffffffff, protocol 0xffffffff)...
4.016049 gp_port_usb_find_device_by_class_lib(2): Looking for USB device (class 0x6, subclass, 0x1, protocol 0x1)...
4.016098 gp_port_info_list_get_info (2): Getting info of entry 36 (51 available)...
5.850768 gp_port_set_timeout (2): Setting port timeout to 5000 milliseconds.
5.850826 gp_port_set_settings (2): Setting settings...
5.850867 gp_port_usb_update (2): gp_port_usb_update(old int=0, conf=-1, alt=-1) port usb:005,024, (new int=0, conf=-1, alt=-1), port usb:005,024
5.850882 gp_abilities_list_detect_usb(2): Auto-detecting USB cameras...
5.851138 gp_port_usb_find_device_lib (2): Looking for USB device (vendor 0x4a9, product 0x32d2)... found.
5.851153 gp_port_usb_find_device_lib (2): inep to look for is 81
5.851169 gp_port_usb_find_device_lib (2): Detected defaults: config 1, interface 0, altsetting 0, inep 81, outep 02, intep 83, class 06, subclass 01
5.851180 gp_abilities_list_detect_usb(2): Found 'Canon EOS M50' (0x4a9,0x32d2)
5.851194 gp_port_info_list_get_info (2): Getting info of entry 37 (51 available)...
7.682772 gp_port_set_timeout (2): Setting port timeout to 5000 milliseconds.
7.682827 gp_port_set_settings (2): Setting settings...
7.682867 gp_port_usb_update (2): gp_port_usb_update(old int=0, conf=-1, alt=-1) port usb:005,009, (new int=0, conf=-1, alt=-1), port usb:005,009
7.682881 gp_abilities_list_detect_usb(2): Auto-detecting USB cameras...
7.683734 gp_port_usb_find_device_by_class_lib(2): Looking for USB device (class 0x29a, subclass, 0xffffffff, protocol 0xffffffff)...
7.684385 gp_port_usb_find_device_by_class_lib(2): Looking for USB device (class 0x6, subclass, 0x1, protocol 0x1)...
7.684439 gp_port_info_list_get_info (2): Getting info of entry 38 (51 available)...
9.514759 gp_port_set_timeout (2): Setting port timeout to 5000 milliseconds.
9.514824 gp_port_set_settings (2): Setting settings...
9.514902 gp_port_usb_update (2): gp_port_usb_update(old int=0, conf=-1, alt=-1) port usb:005,008, (new int=0, conf=-1, alt=-1), port usb:005,008
9.514925 gp_abilities_list_detect_usb(2): Auto-detecting USB cameras...
9.516254 gp_port_usb_find_device_by_class_lib(2): Looking for USB device (class 0x29a, subclass, 0xffffffff, protocol 0xffffffff)...
9.517350 gp_port_usb_find_device_by_class_lib(2): Looking for USB device (class 0x6, subclass, 0x1, protocol 0x1)...
9.517499 gp_port_info_list_get_info (2): Getting info of entry 39 (51 available)...
11.350572 gp_port_set_timeout (2): Setting port timeout to 5000 milliseconds.
11.350632 gp_port_set_settings (2): Setting settings...
11.350675 gp_port_usb_update (2): gp_port_usb_update(old int=0, conf=-1, alt=-1) port usb:005,007, (new int=0, conf=-1, alt=-1), port usb:005,007
11.350691 gp_abilities_list_detect_usb(2): Auto-detecting USB cameras...
11.351538 gp_port_usb_find_device_by_class_lib(2): Looking for USB device (class 0x29a, subclass, 0xffffffff, protocol 0xffffffff)...
11.352195 gp_port_usb_find_device_by_class_lib(2): Looking for USB device (class 0x6, subclass, 0x1, protocol 0x1)...
11.352276 gp_port_info_list_get_info (2): Getting info of entry 40 (51 available)...
12.579063 gp_port_set_timeout (2): Setting port timeout to 5000 milliseconds.
12.579123 gp_port_set_settings (2): Setting settings...
12.579164 gp_port_usb_update (2): gp_port_usb_update(old int=0, conf=-1, alt=-1) port usb:002,002, (new int=0, conf=-1, alt=-1), port usb:002,002
12.579178 gp_abilities_list_detect_usb(2): Auto-detecting USB cameras...
12.579757 gp_port_usb_find_device_by_class_lib(2): Looking for USB device (class 0x29a, subclass, 0xffffffff, protocol 0xffffffff)...
12.580213 gp_port_usb_find_device_by_class_lib(2): Looking for USB device (class 0x6, subclass, 0x1, protocol 0x1)...
12.580254 gp_port_info_list_get_info (2): Getting info of entry 41 (51 available)...
14.963223 gp_port_set_timeout (2): Setting port timeout to 5000 milliseconds.
14.963276 gp_port_set_settings (2): Setting settings...
14.963318 gp_port_usb_update (2): gp_port_usb_update(old int=0, conf=-1, alt=-1) port usb:001,004, (new int=0, conf=-1, alt=-1), port usb:001,004
14.963333 gp_abilities_list_detect_usb(2): Auto-detecting USB cameras...
14.963986 gp_port_usb_find_device_by_class_lib(2): Looking for USB device (class 0x29a, subclass, 0xffffffff, protocol 0xffffffff)...
14.964476 gp_port_usb_find_device_by_class_lib(2): Looking for USB device (class 0x6, subclass, 0x1, protocol 0x1)...
14.964521 gp_port_info_list_get_info (2): Getting info of entry 42 (51 available)...
16.790759 gp_port_set_timeout (2): Setting port timeout to 5000 milliseconds.
16.790821 gp_port_set_settings (2): Setting settings...
16.790865 gp_port_usb_update (2): gp_port_usb_update(old int=0, conf=-1, alt=-1) port usb:001,003, (new int=0, conf=-1, alt=-1), port usb:001,003
16.790879 gp_abilities_list_detect_usb(2): Auto-detecting USB cameras...
16.791525 gp_port_usb_find_device_by_class_lib(2): Looking for USB device (class 0x29a, subclass, 0xffffffff, protocol 0xffffffff)...
16.792018 gp_port_usb_find_device_by_class_lib(2): Looking for USB device (class 0x6, subclass, 0x1, protocol 0x1)...
16.792062 gp_port_info_list_get_info (2): Getting info of entry 43 (51 available)...
18.626758 gp_port_set_timeout (2): Setting port timeout to 5000 milliseconds.
18.626817 gp_port_set_settings (2): Setting settings...
18.626861 gp_port_usb_update (2): gp_port_usb_update(old int=0, conf=-1, alt=-1) port usb:001,002, (new int=0, conf=-1, alt=-1), port usb:001,002
18.626877 gp_abilities_list_detect_usb(2): Auto-detecting USB cameras...
18.627530 gp_port_usb_find_device_by_class_lib(2): Looking for USB device (class 0x29a, subclass, 0xffffffff, protocol 0xffffffff)...
18.628027 gp_port_usb_find_device_by_class_lib(2): Looking for USB device (class 0x6, subclass, 0x1, protocol 0x1)...
18.628072 gp_port_info_list_get_info (2): Getting info of entry 44 (51 available)...
18.628502 gp_port_set_settings (2): Setting settings...
18.628537 gp_abilities_list_detect_usb(2): Auto-detecting USB cameras...
18.628794 gp_port_info_list_get_info (2): Getting info of entry 45 (51 available)...
18.629127 gp_port_set_settings (2): Setting settings...
18.629154 gp_abilities_list_detect_usb(2): Auto-detecting USB cameras...
18.632085 gp_port_free (2): Freeing port...
18.632125 gp_port_close (2): Closing port...
18.632758 gp_camera_free (2): Freeing camera...
18.632782 gp_port_free (2): Freeing port...
18.632789 gp_filesystem_reset (2): resetting filesystem
18.632791 gp_filesystem_lru_clear (2): Clearing fscache LRU list...
18.632794 gp_filesystem_lru_clear (2): fscache LRU list already empty
18.632797 delete_all_folders (2): Internally deleting all folders from '/'...
18.632800 lookup_folder (2): Lookup folder '/'...
18.632802 lookup_folder (2): Found! / is 0x561906bdf980
18.632805 recurse_delete_folder (2): Recurse delete folder 0x561906bdf980//
18.632808 delete_all_files (2): Delete all files in folder 0x561906bdf980//
m50-autodetect-slow-2.log
(text/x-log, 32.8 KB)
0.000076 main (2): ALWAYS INCLUDE THE FOLLOWING LINES WHEN SENDING DEBUG MESSAGES TO THE MAILING LIST:
0.000148 main (2): gphoto2 2.5.23.1
0.000167 main (2): gphoto2 has been compiled with the following options:
0.000178 main (2): + gcc (C compiler used)
0.000187 main (2): + popt (mandatory, for handling command-line parameters)
0.000196 main (2): + exif (for displaying EXIF information)
0.000205 main (2): + cdk (for accessing configuration options)
0.000213 main (2): + no aa (for displaying live previews)
0.000222 main (2): + jpeg (for displaying live previews in JPEG format)
0.000230 main (2): + readline (for easy navigation in the shell)
0.000248 main (2): libgphoto2 2.5.24.1
0.000259 main (2): libgphoto2 has been compiled with the following options:
0.000271 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 lumix)
0.000280 main (2): + gcc (C compiler used)
0.000289 main (2): + ltdl (for portable loading of camlibs)
0.000297 main (2): + EXIF (for special handling of EXIF files)
0.000313 main (2): libgphoto2_port 0.12.0
0.000324 main (2): libgphoto2_port has been compiled with the following options:
0.000333 main (2): + iolibs: disk ptpip serial usb1 usbdiskdirect usbscsi
0.000342 main (2): + gcc (C compiler used)
0.000350 main (2): + ltdl (for portable loading of iolibs)
0.000359 main (2): + EXIF (for vusb)
0.000368 main (2): + USB (libusb1, for USB cameras)
0.000376 main (2): + serial (for serial cameras)
0.000385 main (2): + no resmgr (serial port access and locking)
0.000393 main (2): + no ttylock (serial port locking)
0.000402 main (2): + no lockdev (serial port locking)
0.000411 main (2): CAMLIBS env var not set, using compile-time default instead
0.000420 main (2): IOLIBS env var not set, using compile-time default instead
0.000429 main (2): invoked with following arguments:
0.000438 main (2): --auto-detect
0.000447 main (2): --debug
0.000456 main (2): --debug-logfile=m50-autodetect-slow-2.log
0.000506 load_settings (2): Creating gphoto config directory ('/home/antocuni/.gphoto')
0.000757 load_settings (2): Loading settings from file '/home/antocuni/.gphoto/settings'.
0.001210 gp_port_info_list_load (2): Using ltdl to load io-drivers from '/usr/local/lib/libgphoto2_port/0.12.0'...
0.001367 foreach_func (2): Called for filename '/usr/local/lib/libgphoto2_port/0.12.0/disk'.
0.002158 gp_port_library_list (2): found fstab fsname UUID=7026f5b3-e6ac-4648-8de4-1c66d74dc0a9
0.002216 gp_port_library_list (2): found fstab fsname UUID=70A5-84D6
0.002245 gp_port_library_list (2): found fstab fsname UUID=9f0b8c91-d9cd-471e-8213-f6146a28ea49
0.002410 gp_port_library_list (2): found mtab fsname sysfs
0.002429 gp_port_library_list (2): found mtab fsname proc
0.002442 gp_port_library_list (2): found mtab fsname udev
0.002471 gp_port_library_list (2): found mtab fsname devpts
0.002484 gp_port_library_list (2): found mtab fsname tmpfs
0.002508 gp_port_library_list (2): found mtab fsname /dev/nvme0n1p6
0.002527 gp_port_library_list (2): found mtab fsname securityfs
0.002538 gp_port_library_list (2): found mtab fsname tmpfs
0.002584 gp_port_library_list (2): found mtab fsname tmpfs
0.002610 gp_port_library_list (2): found mtab fsname tmpfs
0.002642 gp_port_library_list (2): found mtab fsname cgroup2
0.002655 gp_port_library_list (2): found mtab fsname cgroup
0.002666 gp_port_library_list (2): found mtab fsname pstore
0.002690 gp_port_library_list (2): found mtab fsname efivarfs
0.002782 gp_port_library_list (2): found mtab fsname bpf
0.002808 gp_port_library_list (2): found mtab fsname cgroup
0.002820 gp_port_library_list (2): found mtab fsname cgroup
0.002831 gp_port_library_list (2): found mtab fsname cgroup
0.002842 gp_port_library_list (2): found mtab fsname cgroup
0.002853 gp_port_library_list (2): found mtab fsname cgroup
0.002864 gp_port_library_list (2): found mtab fsname cgroup
0.002875 gp_port_library_list (2): found mtab fsname cgroup
0.002885 gp_port_library_list (2): found mtab fsname cgroup
0.002896 gp_port_library_list (2): found mtab fsname cgroup
0.002907 gp_port_library_list (2): found mtab fsname cgroup
0.002918 gp_port_library_list (2): found mtab fsname cgroup
0.002990 gp_port_library_list (2): found mtab fsname systemd-1
0.003003 gp_port_library_list (2): found mtab fsname hugetlbfs
0.003031 gp_port_library_list (2): found mtab fsname debugfs
0.003056 gp_port_library_list (2): found mtab fsname mqueue
0.003082 gp_port_library_list (2): found mtab fsname fusectl
0.003114 gp_port_library_list (2): found mtab fsname configfs
0.003167 gp_port_library_list (2): found mtab fsname /dev/loop1
0.003208 gp_port_library_list (2): found mtab fsname /dev/loop2
0.003236 gp_port_library_list (2): found mtab fsname /dev/loop4
0.003258 gp_port_library_list (2): found mtab fsname /dev/loop5
0.003278 gp_port_library_list (2): found mtab fsname /dev/loop6
0.003300 gp_port_library_list (2): found mtab fsname /dev/loop7
0.003321 gp_port_library_list (2): found mtab fsname /dev/loop8
0.003341 gp_port_library_list (2): found mtab fsname /dev/loop9
0.003361 gp_port_library_list (2): found mtab fsname /dev/loop0
0.003383 gp_port_library_list (2): found mtab fsname /dev/loop10
0.003405 gp_port_library_list (2): found mtab fsname /dev/loop12
0.003571 gp_port_library_list (2): found mtab fsname /dev/loop13
0.003625 gp_port_library_list (2): found mtab fsname /dev/loop14
0.003662 gp_port_library_list (2): found mtab fsname /dev/loop15
0.003694 gp_port_library_list (2): found mtab fsname /dev/loop16
0.003727 gp_port_library_list (2): found mtab fsname /dev/loop17
0.003759 gp_port_library_list (2): found mtab fsname /dev/nvme0n1p1
0.003791 gp_port_library_list (2): found mtab fsname tmpfs
0.003836 gp_port_library_list (2): found mtab fsname gvfsd-fuse
0.003858 gp_port_library_list (2): found mtab fsname /dev/fuse
0.003876 gp_port_library_list (2): found mtab fsname /dev/loop18
0.003911 gp_port_library_list (2): found mtab fsname tmpfs
0.003951 gp_port_library_list (2): found mtab fsname nsfs
0.004026 gp_port_library_list (2): found mtab fsname overlay
0.004068 gp_port_library_list (2): found mtab fsname shm
0.004102 gp_port_library_list (2): found mtab fsname nsfs
0.004134 gp_port_library_list (2): found mtab fsname /dev/loop3
0.004285 foreach_func (2): Loaded '' ('^disk:') from '/usr/local/lib/libgphoto2_port/0.12.0/disk'.
0.004311 foreach_func (2): Called for filename '/usr/local/lib/libgphoto2_port/0.12.0/ptpip'.
0.005148 foreach_func (2): Loaded 'PTP/IP Connection' ('ptpip:') from '/usr/local/lib/libgphoto2_port/0.12.0/ptpip'.
0.005195 foreach_func (2): Loaded '' ('^ptpip:') from '/usr/local/lib/libgphoto2_port/0.12.0/ptpip'.
0.005215 foreach_func (2): Loaded 'IP Connection' ('ip:') from '/usr/local/lib/libgphoto2_port/0.12.0/ptpip'.
0.005254 foreach_func (2): Loaded '' ('^ip:') from '/usr/local/lib/libgphoto2_port/0.12.0/ptpip'.
0.005269 foreach_func (2): Called for filename '/usr/local/lib/libgphoto2_port/0.12.0/serial'.
0.006786 foreach_func (2): Loaded 'Serial Port 0' ('serial:/dev/ttyS0') from '/usr/local/lib/libgphoto2_port/0.12.0/serial'.
0.006855 foreach_func (2): Loaded 'Serial Port 1' ('serial:/dev/ttyS1') from '/usr/local/lib/libgphoto2_port/0.12.0/serial'.
0.006875 foreach_func (2): Loaded 'Serial Port 2' ('serial:/dev/ttyS2') from '/usr/local/lib/libgphoto2_port/0.12.0/serial'.
0.006892 foreach_func (2): Loaded 'Serial Port 3' ('serial:/dev/ttyS3') from '/usr/local/lib/libgphoto2_port/0.12.0/serial'.
0.006908 foreach_func (2): Loaded 'Serial Port 4' ('serial:/dev/ttyS4') from '/usr/local/lib/libgphoto2_port/0.12.0/serial'.
0.006923 foreach_func (2): Loaded 'Serial Port 5' ('serial:/dev/ttyS5') from '/usr/local/lib/libgphoto2_port/0.12.0/serial'.
0.006938 foreach_func (2): Loaded 'Serial Port 6' ('serial:/dev/ttyS6') from '/usr/local/lib/libgphoto2_port/0.12.0/serial'.
0.006954 foreach_func (2): Loaded 'Serial Port 7' ('serial:/dev/ttyS7') from '/usr/local/lib/libgphoto2_port/0.12.0/serial'.
0.006971 foreach_func (2): Loaded 'Serial Port 8' ('serial:/dev/ttyS8') from '/usr/local/lib/libgphoto2_port/0.12.0/serial'.
0.006988 foreach_func (2): Loaded 'Serial Port 9' ('serial:/dev/ttyS9') from '/usr/local/lib/libgphoto2_port/0.12.0/serial'.
0.007005 foreach_func (2): Loaded 'Serial Port 10' ('serial:/dev/ttyS10') from '/usr/local/lib/libgphoto2_port/0.12.0/serial'.
0.007020 foreach_func (2): Loaded 'Serial Port 11' ('serial:/dev/ttyS11') from '/usr/local/lib/libgphoto2_port/0.12.0/serial'.
0.007036 foreach_func (2): Loaded 'Serial Port 12' ('serial:/dev/ttyS12') from '/usr/local/lib/libgphoto2_port/0.12.0/serial'.
0.007051 foreach_func (2): Loaded 'Serial Port 13' ('serial:/dev/ttyS13') from '/usr/local/lib/libgphoto2_port/0.12.0/serial'.
0.007067 foreach_func (2): Loaded 'Serial Port 14' ('serial:/dev/ttyS14') from '/usr/local/lib/libgphoto2_port/0.12.0/serial'.
0.007081 foreach_func (2): Loaded 'Serial Port 15' ('serial:/dev/ttyS15') from '/usr/local/lib/libgphoto2_port/0.12.0/serial'.
0.007096 foreach_func (2): Loaded 'Serial Port 16' ('serial:/dev/ttyS16') from '/usr/local/lib/libgphoto2_port/0.12.0/serial'.
0.007112 foreach_func (2): Loaded 'Serial Port 17' ('serial:/dev/ttyS17') from '/usr/local/lib/libgphoto2_port/0.12.0/serial'.
0.007128 foreach_func (2): Loaded 'Serial Port 18' ('serial:/dev/ttyS18') from '/usr/local/lib/libgphoto2_port/0.12.0/serial'.
0.007143 foreach_func (2): Loaded 'Serial Port 19' ('serial:/dev/ttyS19') from '/usr/local/lib/libgphoto2_port/0.12.0/serial'.
0.007157 foreach_func (2): Loaded 'Serial Port 20' ('serial:/dev/ttyS20') from '/usr/local/lib/libgphoto2_port/0.12.0/serial'.
0.007173 foreach_func (2): Loaded 'Serial Port 21' ('serial:/dev/ttyS21') from '/usr/local/lib/libgphoto2_port/0.12.0/serial'.
0.007187 foreach_func (2): Loaded 'Serial Port 22' ('serial:/dev/ttyS22') from '/usr/local/lib/libgphoto2_port/0.12.0/serial'.
0.007202 foreach_func (2): Loaded 'Serial Port 23' ('serial:/dev/ttyS23') from '/usr/local/lib/libgphoto2_port/0.12.0/serial'.
0.007214 foreach_func (2): Loaded 'Serial Port 24' ('serial:/dev/ttyS24') from '/usr/local/lib/libgphoto2_port/0.12.0/serial'.
0.007228 foreach_func (2): Loaded 'Serial Port 25' ('serial:/dev/ttyS25') from '/usr/local/lib/libgphoto2_port/0.12.0/serial'.
0.007244 foreach_func (2): Loaded 'Serial Port 26' ('serial:/dev/ttyS26') from '/usr/local/lib/libgphoto2_port/0.12.0/serial'.
0.007263 foreach_func (2): Loaded 'Serial Port 27' ('serial:/dev/ttyS27') from '/usr/local/lib/libgphoto2_port/0.12.0/serial'.
0.007305 foreach_func (2): Loaded 'Serial Port 28' ('serial:/dev/ttyS28') from '/usr/local/lib/libgphoto2_port/0.12.0/serial'.
0.007319 foreach_func (2): Loaded 'Serial Port 29' ('serial:/dev/ttyS29') from '/usr/local/lib/libgphoto2_port/0.12.0/serial'.
0.007333 foreach_func (2): Loaded 'Serial Port 30' ('serial:/dev/ttyS30') from '/usr/local/lib/libgphoto2_port/0.12.0/serial'.
0.007347 foreach_func (2): Loaded 'Serial Port 31' ('serial:/dev/ttyS31') from '/usr/local/lib/libgphoto2_port/0.12.0/serial'.
0.007360 foreach_func (2): Loaded 'Serial Port Device' ('serial:') from '/usr/local/lib/libgphoto2_port/0.12.0/serial'.
0.007374 foreach_func (2): Loaded '' ('^serial:') from '/usr/local/lib/libgphoto2_port/0.12.0/serial'.
0.007389 foreach_func (2): Called for filename '/usr/local/lib/libgphoto2_port/0.12.0/usb'.
1.911094 foreach_func (2): Loaded '' ('^usb:') from '/usr/local/lib/libgphoto2_port/0.12.0/usb'.
1.911169 foreach_func (2): Loaded 'Universal Serial Bus' ('usb:006,004') from '/usr/local/lib/libgphoto2_port/0.12.0/usb'.
1.911184 foreach_func (2): Loaded 'Universal Serial Bus' ('usb:005,026') from '/usr/local/lib/libgphoto2_port/0.12.0/usb'.
1.911195 foreach_func (2): Loaded 'Universal Serial Bus' ('usb:005,009') from '/usr/local/lib/libgphoto2_port/0.12.0/usb'.
1.911205 foreach_func (2): Loaded 'Universal Serial Bus' ('usb:005,008') from '/usr/local/lib/libgphoto2_port/0.12.0/usb'.
1.911215 foreach_func (2): Loaded 'Universal Serial Bus' ('usb:005,007') from '/usr/local/lib/libgphoto2_port/0.12.0/usb'.
1.911225 foreach_func (2): Loaded 'Universal Serial Bus' ('usb:002,002') from '/usr/local/lib/libgphoto2_port/0.12.0/usb'.
1.911236 foreach_func (2): Loaded 'Universal Serial Bus' ('usb:001,004') from '/usr/local/lib/libgphoto2_port/0.12.0/usb'.
1.911246 foreach_func (2): Loaded 'Universal Serial Bus' ('usb:001,003') from '/usr/local/lib/libgphoto2_port/0.12.0/usb'.
1.911256 foreach_func (2): Loaded 'Universal Serial Bus' ('usb:001,002') from '/usr/local/lib/libgphoto2_port/0.12.0/usb'.
1.911266 foreach_func (2): Called for filename '/usr/local/lib/libgphoto2_port/0.12.0/usb1'.
1.912833 foreach_func (2): '/usr/local/lib/libgphoto2_port/0.12.0/usb1' already loaded
1.912970 foreach_func (2): Called for filename '/usr/local/lib/libgphoto2_port/0.12.0/usbdiskdirect'.
1.913950 foreach_func (2): Loaded 'USB Mass Storage direct IO' ('usbdiskdirect:/dev/sda') from '/usr/local/lib/libgphoto2_port/0.12.0/usbdiskdirect'.
1.913990 foreach_func (2): Called for filename '/usr/local/lib/libgphoto2_port/0.12.0/usbscsi'.
1.914937 foreach_func (2): Loaded 'USB Mass Storage raw SCSI' ('usbscsi:/dev/sg0') from '/usr/local/lib/libgphoto2_port/0.12.0/usbscsi'.
1.914994 gp_port_info_list_count (2): Counting entries (51 available)...
1.915009 gp_port_info_list_count (2): 46 regular entries available.
1.915020 gp_port_info_list_count (2): Counting entries (51 available)...
1.915032 gp_port_info_list_count (2): 46 regular entries available.
1.915082 gp_abilities_list_load_dir (2): Using ltdl to load camera libraries from '/usr/local/lib/libgphoto2/2.5.24.1'...
1.915295 foreach_func (2): Found '/usr/local/lib/libgphoto2/2.5.24.1/ax203'.
1.915323 foreach_func (2): Found '/usr/local/lib/libgphoto2/2.5.24.1/canon'.
1.915342 foreach_func (2): Found '/usr/local/lib/libgphoto2/2.5.24.1/digigr8'.
1.915353 foreach_func (2): Found '/usr/local/lib/libgphoto2/2.5.24.1/dimagev'.
1.915363 foreach_func (2): Found '/usr/local/lib/libgphoto2/2.5.24.1/directory'.
1.915374 foreach_func (2): Found '/usr/local/lib/libgphoto2/2.5.24.1/jl2005a'.
1.915411 foreach_func (2): Found '/usr/local/lib/libgphoto2/2.5.24.1/jl2005c'.
1.915422 foreach_func (2): Found '/usr/local/lib/libgphoto2/2.5.24.1/kodak_dc240'.
1.915432 foreach_func (2): Found '/usr/local/lib/libgphoto2/2.5.24.1/mars'.
1.915442 foreach_func (2): Found '/usr/local/lib/libgphoto2/2.5.24.1/pentax'.
1.915453 foreach_func (2): Found '/usr/local/lib/libgphoto2/2.5.24.1/ptp2'.
1.915463 foreach_func (2): Found '/usr/local/lib/libgphoto2/2.5.24.1/ricoh_g3'.
1.915473 foreach_func (2): Found '/usr/local/lib/libgphoto2/2.5.24.1/sierra'.
1.915483 foreach_func (2): Found '/usr/local/lib/libgphoto2/2.5.24.1/sonix'.
1.915492 foreach_func (2): Found '/usr/local/lib/libgphoto2/2.5.24.1/sq905'.
1.915502 foreach_func (2): Found '/usr/local/lib/libgphoto2/2.5.24.1/st2205'.
1.915512 foreach_func (2): Found '/usr/local/lib/libgphoto2/2.5.24.1/topfield'.
1.915523 foreach_func (2): Found '/usr/local/lib/libgphoto2/2.5.24.1/tp6801'.
1.915542 gp_abilities_list_load_dir (2): Found 18 camera drivers.
1.950570 gp_port_info_list_count (2): Counting entries (51 available)...
1.950631 gp_port_info_list_count (2): 46 regular entries available.
1.950637 gp_port_new (2): Creating new device...
1.950645 gp_port_info_list_get_info (2): Getting info of entry 0 (51 available)...
1.950861 gp_port_set_settings (2): Setting settings...
1.950871 gp_port_info_list_get_info (2): Getting info of entry 1 (51 available)...
1.950985 gp_port_set_settings (2): Setting settings...
1.950993 gp_port_info_list_get_info (2): Getting info of entry 2 (51 available)...
1.951092 gp_port_set_timeout (2): Setting port timeout to 500 milliseconds.
1.951103 gp_port_set_settings (2): Setting settings...
1.951111 gp_port_info_list_get_info (2): Getting info of entry 3 (51 available)...
1.951194 gp_port_set_timeout (2): Setting port timeout to 500 milliseconds.
1.951206 gp_port_set_settings (2): Setting settings...
1.951211 gp_port_info_list_get_info (2): Getting info of entry 4 (51 available)...
1.951304 gp_port_set_timeout (2): Setting port timeout to 500 milliseconds.
1.951310 gp_port_set_settings (2): Setting settings...
1.951314 gp_port_info_list_get_info (2): Getting info of entry 5 (51 available)...
1.951398 gp_port_set_timeout (2): Setting port timeout to 500 milliseconds.
1.951405 gp_port_set_settings (2): Setting settings...
1.951408 gp_port_info_list_get_info (2): Getting info of entry 6 (51 available)...
1.951495 gp_port_set_timeout (2): Setting port timeout to 500 milliseconds.
1.951502 gp_port_set_settings (2): Setting settings...
1.951505 gp_port_info_list_get_info (2): Getting info of entry 7 (51 available)...
1.951587 gp_port_set_timeout (2): Setting port timeout to 500 milliseconds.
1.951594 gp_port_set_settings (2): Setting settings...
1.951598 gp_port_info_list_get_info (2): Getting info of entry 8 (51 available)...
1.951680 gp_port_set_timeout (2): Setting port timeout to 500 milliseconds.
1.951687 gp_port_set_settings (2): Setting settings...
1.951690 gp_port_info_list_get_info (2): Getting info of entry 9 (51 available)...
1.951768 gp_port_set_timeout (2): Setting port timeout to 500 milliseconds.
1.951775 gp_port_set_settings (2): Setting settings...
1.951780 gp_port_info_list_get_info (2): Getting info of entry 10 (51 available)...
1.951863 gp_port_set_timeout (2): Setting port timeout to 500 milliseconds.
1.951869 gp_port_set_settings (2): Setting settings...
1.951873 gp_port_info_list_get_info (2): Getting info of entry 11 (51 available)...
1.951959 gp_port_set_timeout (2): Setting port timeout to 500 milliseconds.
1.951966 gp_port_set_settings (2): Setting settings...
1.951969 gp_port_info_list_get_info (2): Getting info of entry 12 (51 available)...
1.952070 gp_port_set_timeout (2): Setting port timeout to 500 milliseconds.
1.952076 gp_port_set_settings (2): Setting settings...
1.952080 gp_port_info_list_get_info (2): Getting info of entry 13 (51 available)...
1.952157 gp_port_set_timeout (2): Setting port timeout to 500 milliseconds.
1.952170 gp_port_set_settings (2): Setting settings...
1.952173 gp_port_info_list_get_info (2): Getting info of entry 14 (51 available)...
1.952250 gp_port_set_timeout (2): Setting port timeout to 500 milliseconds.
1.952257 gp_port_set_settings (2): Setting settings...
1.952261 gp_port_info_list_get_info (2): Getting info of entry 15 (51 available)...
1.952344 gp_port_set_timeout (2): Setting port timeout to 500 milliseconds.
1.952351 gp_port_set_settings (2): Setting settings...
1.952355 gp_port_info_list_get_info (2): Getting info of entry 16 (51 available)...
1.952431 gp_port_set_timeout (2): Setting port timeout to 500 milliseconds.
1.952440 gp_port_set_settings (2): Setting settings...
1.952443 gp_port_info_list_get_info (2): Getting info of entry 17 (51 available)...
1.952523 gp_port_set_timeout (2): Setting port timeout to 500 milliseconds.
1.952530 gp_port_set_settings (2): Setting settings...
1.952534 gp_port_info_list_get_info (2): Getting info of entry 18 (51 available)...
1.952613 gp_port_set_timeout (2): Setting port timeout to 500 milliseconds.
1.952620 gp_port_set_settings (2): Setting settings...
1.952623 gp_port_info_list_get_info (2): Getting info of entry 19 (51 available)...
1.952710 gp_port_set_timeout (2): Setting port timeout to 500 milliseconds.
1.952716 gp_port_set_settings (2): Setting settings...
1.952720 gp_port_info_list_get_info (2): Getting info of entry 20 (51 available)...
1.952841 gp_port_set_timeout (2): Setting port timeout to 500 milliseconds.
1.952859 gp_port_set_settings (2): Setting settings...
1.952865 gp_port_info_list_get_info (2): Getting info of entry 21 (51 available)...
1.952979 gp_port_set_timeout (2): Setting port timeout to 500 milliseconds.
1.952987 gp_port_set_settings (2): Setting settings...
1.952991 gp_port_info_list_get_info (2): Getting info of entry 22 (51 available)...
1.953073 gp_port_set_timeout (2): Setting port timeout to 500 milliseconds.
1.953079 gp_port_set_settings (2): Setting settings...
1.953083 gp_port_info_list_get_info (2): Getting info of entry 23 (51 available)...
1.953160 gp_port_set_timeout (2): Setting port timeout to 500 milliseconds.
1.953167 gp_port_set_settings (2): Setting settings...
1.953170 gp_port_info_list_get_info (2): Getting info of entry 24 (51 available)...
1.953257 gp_port_set_timeout (2): Setting port timeout to 500 milliseconds.
1.953263 gp_port_set_settings (2): Setting settings...
1.953267 gp_port_info_list_get_info (2): Getting info of entry 25 (51 available)...
1.953346 gp_port_set_timeout (2): Setting port timeout to 500 milliseconds.
1.953352 gp_port_set_settings (2): Setting settings...
1.953356 gp_port_info_list_get_info (2): Getting info of entry 26 (51 available)...
1.953449 gp_port_set_timeout (2): Setting port timeout to 500 milliseconds.
1.953455 gp_port_set_settings (2): Setting settings...
1.953459 gp_port_info_list_get_info (2): Getting info of entry 27 (51 available)...
1.953544 gp_port_set_timeout (2): Setting port timeout to 500 milliseconds.
1.953550 gp_port_set_settings (2): Setting settings...
1.953555 gp_port_info_list_get_info (2): Getting info of entry 28 (51 available)...
1.953641 gp_port_set_timeout (2): Setting port timeout to 500 milliseconds.
1.953648 gp_port_set_settings (2): Setting settings...
1.953652 gp_port_info_list_get_info (2): Getting info of entry 29 (51 available)...
1.953831 gp_port_set_timeout (2): Setting port timeout to 500 milliseconds.
1.953843 gp_port_set_settings (2): Setting settings...
1.953863 gp_port_info_list_get_info (2): Getting info of entry 30 (51 available)...
1.953996 gp_port_set_timeout (2): Setting port timeout to 500 milliseconds.
1.954003 gp_port_set_settings (2): Setting settings...
1.954009 gp_port_info_list_get_info (2): Getting info of entry 31 (51 available)...
1.954097 gp_port_set_timeout (2): Setting port timeout to 500 milliseconds.
1.954104 gp_port_set_settings (2): Setting settings...
1.954107 gp_port_info_list_get_info (2): Getting info of entry 32 (51 available)...
1.954191 gp_port_set_timeout (2): Setting port timeout to 500 milliseconds.
1.954197 gp_port_set_settings (2): Setting settings...
1.954201 gp_port_info_list_get_info (2): Getting info of entry 33 (51 available)...
1.954277 gp_port_set_timeout (2): Setting port timeout to 500 milliseconds.
1.954283 gp_port_set_settings (2): Setting settings...
1.954288 gp_port_info_list_get_info (2): Getting info of entry 34 (51 available)...
1.954368 gp_port_set_timeout (2): Setting port timeout to 500 milliseconds.
1.954375 gp_port_set_settings (2): Setting settings...
1.954379 gp_port_info_list_get_info (2): Getting info of entry 35 (51 available)...
3.746510 gp_port_set_timeout (2): Setting port timeout to 5000 milliseconds.
3.746594 gp_port_set_settings (2): Setting settings...
3.746645 gp_port_usb_update (2): gp_port_usb_update(old int=0, conf=-1, alt=-1) port usb:006,004, (new int=0, conf=-1, alt=-1), port usb:006,004
3.746662 gp_abilities_list_detect_usb(2): Auto-detecting USB cameras...
3.747339 gp_port_usb_find_device_by_class_lib(2): Looking for USB device (class 0x29a, subclass, 0xffffffff, protocol 0xffffffff)...
3.747853 gp_port_usb_find_device_by_class_lib(2): Looking for USB device (class 0x6, subclass, 0x1, protocol 0x1)...
3.747904 gp_port_info_list_get_info (2): Getting info of entry 36 (51 available)...
6.799231 gp_port_set_timeout (2): Setting port timeout to 5000 milliseconds.
6.799296 gp_port_set_settings (2): Setting settings...
6.799340 gp_port_usb_update (2): gp_port_usb_update(old int=0, conf=-1, alt=-1) port usb:005,026, (new int=0, conf=-1, alt=-1), port usb:005,026
6.799355 gp_abilities_list_detect_usb(2): Auto-detecting USB cameras...
6.799628 gp_port_usb_find_device_lib (2): Looking for USB device (vendor 0x4a9, product 0x32d2)... found.
6.799645 gp_port_usb_find_device_lib (2): inep to look for is 81
6.799662 gp_port_usb_find_device_lib (2): Detected defaults: config 1, interface 0, altsetting 0, inep 81, outep 02, intep 83, class 06, subclass 01
6.799675 gp_abilities_list_detect_usb(2): Found 'Canon EOS M50' (0x4a9,0x32d2)
6.799691 gp_port_info_list_get_info (2): Getting info of entry 37 (51 available)...
9.235035 gp_port_set_timeout (2): Setting port timeout to 5000 milliseconds.
9.235103 gp_port_set_settings (2): Setting settings...
9.235148 gp_port_usb_update (2): gp_port_usb_update(old int=0, conf=-1, alt=-1) port usb:005,009, (new int=0, conf=-1, alt=-1), port usb:005,009
9.235162 gp_abilities_list_detect_usb(2): Auto-detecting USB cameras...
9.235962 gp_port_usb_find_device_by_class_lib(2): Looking for USB device (class 0x29a, subclass, 0xffffffff, protocol 0xffffffff)...
9.236660 gp_port_usb_find_device_by_class_lib(2): Looking for USB device (class 0x6, subclass, 0x1, protocol 0x1)...
9.236754 gp_port_info_list_get_info (2): Getting info of entry 38 (51 available)...
11.078794 gp_port_set_timeout (2): Setting port timeout to 5000 milliseconds.
11.078874 gp_port_set_settings (2): Setting settings...
11.078920 gp_port_usb_update (2): gp_port_usb_update(old int=0, conf=-1, alt=-1) port usb:005,008, (new int=0, conf=-1, alt=-1), port usb:005,008
11.078937 gp_abilities_list_detect_usb(2): Auto-detecting USB cameras...
11.079877 gp_port_usb_find_device_by_class_lib(2): Looking for USB device (class 0x29a, subclass, 0xffffffff, protocol 0xffffffff)...
11.080567 gp_port_usb_find_device_by_class_lib(2): Looking for USB device (class 0x6, subclass, 0x1, protocol 0x1)...
11.080703 gp_port_info_list_get_info (2): Getting info of entry 39 (51 available)...
13.511061 gp_port_set_timeout (2): Setting port timeout to 5000 milliseconds.
13.511124 gp_port_set_settings (2): Setting settings...
13.511152 gp_port_usb_update (2): gp_port_usb_update(old int=0, conf=-1, alt=-1) port usb:005,007, (new int=0, conf=-1, alt=-1), port usb:005,007
13.511163 gp_abilities_list_detect_usb(2): Auto-detecting USB cameras...
13.512127 gp_port_usb_find_device_by_class_lib(2): Looking for USB device (class 0x29a, subclass, 0xffffffff, protocol 0xffffffff)...
13.513005 gp_port_usb_find_device_by_class_lib(2): Looking for USB device (class 0x6, subclass, 0x1, protocol 0x1)...
13.513096 gp_port_info_list_get_info (2): Getting info of entry 40 (51 available)...
15.350508 gp_port_set_timeout (2): Setting port timeout to 5000 milliseconds.
15.350571 gp_port_set_settings (2): Setting settings...
15.350647 gp_port_usb_update (2): gp_port_usb_update(old int=0, conf=-1, alt=-1) port usb:002,002, (new int=0, conf=-1, alt=-1), port usb:002,002
15.350673 gp_abilities_list_detect_usb(2): Auto-detecting USB cameras...
15.351561 gp_port_usb_find_device_by_class_lib(2): Looking for USB device (class 0x29a, subclass, 0xffffffff, protocol 0xffffffff)...
15.352289 gp_port_usb_find_device_by_class_lib(2): Looking for USB device (class 0x6, subclass, 0x1, protocol 0x1)...
15.352367 gp_port_info_list_get_info (2): Getting info of entry 41 (51 available)...
16.595090 gp_port_set_timeout (2): Setting port timeout to 5000 milliseconds.
16.595152 gp_port_set_settings (2): Setting settings...
16.595196 gp_port_usb_update (2): gp_port_usb_update(old int=0, conf=-1, alt=-1) port usb:001,004, (new int=0, conf=-1, alt=-1), port usb:001,004
16.595211 gp_abilities_list_detect_usb(2): Auto-detecting USB cameras...
16.595873 gp_port_usb_find_device_by_class_lib(2): Looking for USB device (class 0x29a, subclass, 0xffffffff, protocol 0xffffffff)...
16.596420 gp_port_usb_find_device_by_class_lib(2): Looking for USB device (class 0x6, subclass, 0x1, protocol 0x1)...
16.596477 gp_port_info_list_get_info (2): Getting info of entry 42 (51 available)...
19.015242 gp_port_set_timeout (2): Setting port timeout to 5000 milliseconds.
19.015334 gp_port_set_settings (2): Setting settings...
19.015394 gp_port_usb_update (2): gp_port_usb_update(old int=0, conf=-1, alt=-1) port usb:001,003, (new int=0, conf=-1, alt=-1), port usb:001,003
19.015414 gp_abilities_list_detect_usb(2): Auto-detecting USB cameras...
19.016275 gp_port_usb_find_device_by_class_lib(2): Looking for USB device (class 0x29a, subclass, 0xffffffff, protocol 0xffffffff)...
19.016948 gp_port_usb_find_device_by_class_lib(2): Looking for USB device (class 0x6, subclass, 0x1, protocol 0x1)...
19.017022 gp_port_info_list_get_info (2): Getting info of entry 43 (51 available)...
20.247016 gp_port_set_timeout (2): Setting port timeout to 5000 milliseconds.
20.247085 gp_port_set_settings (2): Setting settings...
20.247128 gp_port_usb_update (2): gp_port_usb_update(old int=0, conf=-1, alt=-1) port usb:001,002, (new int=0, conf=-1, alt=-1), port usb:001,002
20.247145 gp_abilities_list_detect_usb(2): Auto-detecting USB cameras...
20.247826 gp_port_usb_find_device_by_class_lib(2): Looking for USB device (class 0x29a, subclass, 0xffffffff, protocol 0xffffffff)...
20.248338 gp_port_usb_find_device_by_class_lib(2): Looking for USB device (class 0x6, subclass, 0x1, protocol 0x1)...
20.248386 gp_port_info_list_get_info (2): Getting info of entry 44 (51 available)...
20.248854 gp_port_set_settings (2): Setting settings...
20.248887 gp_abilities_list_detect_usb(2): Auto-detecting USB cameras...
20.249188 gp_port_info_list_get_info (2): Getting info of entry 45 (51 available)...
20.249568 gp_port_set_settings (2): Setting settings...
20.249604 gp_abilities_list_detect_usb(2): Auto-detecting USB cameras...
20.254476 gp_port_free (2): Freeing port...
20.254630 gp_port_close (2): Closing port...
20.256487 gp_camera_free (2): Freeing camera...
20.256605 gp_port_free (2): Freeing port...
20.256658 gp_filesystem_reset (2): resetting filesystem
20.256678 gp_filesystem_lru_clear (2): Clearing fscache LRU list...
20.256694 gp_filesystem_lru_clear (2): fscache LRU list already empty
20.256710 delete_all_folders (2): Internally deleting all folders from '/'...
20.256725 lookup_folder (2): Lookup folder '/'...
20.256746 lookup_folder (2): Found! / is 0x56527e05d980
20.256762 recurse_delete_folder (2): Recurse delete folder 0x56527e05d980//
20.256776 delete_all_files (2): Delete all files in folder 0x56527e05d980//