PDA

View Full Version : HOW-TO: Gphoto2 guide (upload file to camera)


humanity_to_others
October 15th, 2005, 02:43 PM
Gphoto2 is a command line tool for digital cameras in linux. Main Page: http://www.gphoto.org/There are some guis based on gphoto2. Like Digikam, Gtkkam. You can apt-get them with synaptic.

Some hints about using gphoto2:

Viewing digital camera's abilities:
gphoto2 -a
Listing folders:
gphoto2 -l
Downloading all files in camera:
gphoto2 -P

Upload a file to cam (We must specify an upload folder in camera)
gphoto2 -u a.jpg --folder /store_00010001/

Additional help, type:
man gphoto2