22
0
Fork 0

relecture

This commit is contained in:
gcolpart 2017-01-15 01:45:19 +01:00
parent 045c52ed5b
commit a646a0c5ff
1 changed files with 17 additions and 3 deletions

View File

@ -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 # Howto Gphoto
~~~ ~~~
# aptitude install gphoto2 # aptitude install gphoto2
~~~ ~~~
~~~
Lister les fichiers : Lister les fichiers :
~~~
$ gphoto2 -L $ gphoto2 -L
~~~
Obtenir un fichier : Obtenir un fichier :
~~~
$ gphoto2 -p <numéro> $ gphoto2 -p <numéro>
~~~
Obtenir une série de fichiers :
~~~
$ gphoto2 -p <numéro>-<numéro>
~~~
Obtenir tous les fichiers : Obtenir tous les fichiers :
~~~
$ gphoto2 --get-all-files $ gphoto2 --get-all-files
~~~ ~~~