-
Notifications
You must be signed in to change notification settings - Fork 345
Description
Hi,
I use gPhoto2-2.5.28 on Debian 12
$ gphoto2 --auto-detectModèle Port
Nikon DSC D5000 (PTP mode) usb:001,013
$ gphoto2 --list-files
Le dossier « / » ne contient aucun fichier.
Le dossier « /store_00010001 » ne contient aucun fichier.
Le dossier « /store_00010001/DCIM » ne contient aucun fichier.
Le dossier « /store_00010001/DCIM/100D5000 » contient 40 fichiers.
#1 _DSC0001.JPG rd 5243 KB 4288x2848 image/jpeg 1685591672
#2 _DSC0002.JPG rd 3610 KB 4288x2848 image/jpeg 1685591676
#3 _DSC0003.JPG rd 4832 KB 4288x2848 image/jpeg 1685591688
....
#40 _DSC0040.JPG rd 3021 KB 4288x2848 image/jpeg 1753101006
$ gphoto2 --get-file 1
Enregistrement du fichier en _DSC0001.JPG
$ gphoto2 --get-thumbnail 1
Enregistrement du fichier en thumb__DSC0001.jpg
All seems OK, but:
$ gphoto2 --get-file "1,2"
*** Erreur (-108 : « Fichier non trouvé ») ***
$ gphoto2 --get-thumbnail "1,2,3,4"
*** Erreur (-108 : « Fichier non trouvé ») ***
I've tryed with 1,2,3 or "1,2,3" or "1, 2, 3", allways same error.
I join a log file in english.
Vincent.