wiki/HowtoGPhoto.md

32 lines
292 B
Markdown
Raw Normal View History

2016-12-29 11:25:39 +01:00
# Howto Gphoto
~~~
# aptitude install gphoto2
~~~
2017-01-15 01:45:19 +01:00
2016-12-29 11:25:39 +01:00
Lister les fichiers :
2017-01-15 01:45:19 +01:00
~~~
2016-12-29 11:25:39 +01:00
$ gphoto2 -L
2017-01-15 01:45:19 +01:00
~~~
2016-12-29 11:25:39 +01:00
Obtenir un fichier :
2017-01-15 01:45:19 +01:00
~~~
2016-12-29 11:25:39 +01:00
$ gphoto2 -p <numéro>
2017-01-15 01:45:19 +01:00
~~~
Obtenir une série de fichiers :
~~~
$ gphoto2 -p <numéro>-<numéro>
~~~
2016-12-29 11:25:39 +01:00
Obtenir tous les fichiers :
2017-01-15 01:45:19 +01:00
~~~
2016-12-29 11:25:39 +01:00
$ gphoto2 --get-all-files
~~~