UBUNTU importing software
How to connect, exchange or sync photos and videos from your DSLR or Digital camera in Ubuntu OSUsers who use Ubuntu will face problems when choosing the way how to import photos to their computer. By default there is no option to import photos from your digital camera when you connect your camera using USB.
![]() |
| Ubuntu importing photos |
You need not really worry about it. Ubuntu users can use a cool software called gphoto2. This software will help you download or copy all your files,photos and videos from your digital camera.
Here we list the commands to install and basic functions used.
Gphoto2 installation
- To install type the following command :
sudo apt-get install
Detecting the drive or camera
- To detect the camera type following command
gphoto2 --auto-detect
Listing all the files camera
- Command To list all the file :
gphoto2 --list-files
Copying the photos and files to your current drive
- By using command mentioned below you can easily copy the files to your CURRENT directory.
gphoto2 --get-all-files
That's it you are done. Now you just open the particular folder you will see the photos you have copied.

0 comments:
Post a Comment