About this product | |
---|---|
Product | Canon Digital IXUS i |
Vendor | Canon |
Tested operating systems | Linux other |
Average rating | |
CompatDB XML | canon-digital-ixus-i.xml |
Compatibility Reports for Canon Digital IXUS i
Reported by Anonymous
Rating
Operating system
Linux other
Date
Plug the cable into a usb port, switch the camera on, and slide the mode switch to Playback. Then just su to root and utter:
gphoto2 --camera "Canon Digital IXUS i (PTP mode)" --get-all-files
Make sure you include the double quotes and your photos will transfer in a few seconds.
The JPGs will be owned by root, so you'll need to:
chown user. *.JPG
Wrap that in a script and it's just too easy. My script also uses date +%F and sudo. Happy snapping :)