diff --git a/HowtoGPhoto.md b/HowtoGPhoto.md index 51ce9bef..ecfbc155 100644 --- a/HowtoGPhoto.md +++ b/HowtoGPhoto.md @@ -1,17 +1,31 @@ -**Cette page a été importée automatiquement de notre ancien wiki mais n'a pas encore été révisée.** - # Howto Gphoto ~~~ # aptitude install gphoto2 ~~~ -~~~ + Lister les fichiers : + +~~~ $ gphoto2 -L +~~~ + Obtenir un fichier : + +~~~ $ gphoto2 -p +~~~ + +Obtenir une série de fichiers : + +~~~ +$ gphoto2 -p - +~~~ + Obtenir tous les fichiers : + +~~~ $ gphoto2 --get-all-files ~~~