<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://crancho.com/w/index.php?action=history&amp;feed=atom&amp;title=CanonCameraOnLinux</id>
	<title>CanonCameraOnLinux - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://crancho.com/w/index.php?action=history&amp;feed=atom&amp;title=CanonCameraOnLinux"/>
	<link rel="alternate" type="text/html" href="https://crancho.com/w/index.php?title=CanonCameraOnLinux&amp;action=history"/>
	<updated>2026-05-02T05:43:45Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.2</generator>
	<entry>
		<id>https://crancho.com/w/index.php?title=CanonCameraOnLinux&amp;diff=457&amp;oldid=prev</id>
		<title>Ohayden at 00:15, 18 November 2008</title>
		<link rel="alternate" type="text/html" href="https://crancho.com/w/index.php?title=CanonCameraOnLinux&amp;diff=457&amp;oldid=prev"/>
		<updated>2008-11-18T00:15:11Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;* Install the gphoto2 package (there is a gphotofs that merits further investigation):&lt;br /&gt;
 apt-get install gphoto2&lt;br /&gt;
&lt;br /&gt;
* List all the known &amp;quot;Canon&amp;quot; supported cameras and pick one close enough.  I have an SD870IS, but the &amp;quot;Canon PowerShot SD700 (PTP mode)&amp;quot; works for in lieu of one for SD870IS:&lt;br /&gt;
 gphoto2 --list-cameras | grep Canon | less&lt;br /&gt;
&lt;br /&gt;
* Show all the pictures on the camera:&lt;br /&gt;
 gphoto2 --camera &amp;quot;Canon PowerShot SD700 (PTP mode)&amp;quot; --list-files&lt;br /&gt;
&lt;br /&gt;
Example Output:&lt;br /&gt;
 There is no file in folder &amp;#039;/&amp;#039;.&lt;br /&gt;
 There is no file in folder &amp;#039;/store_00010001&amp;#039;.&lt;br /&gt;
 There is no file in folder &amp;#039;/store_00010001/DCIM&amp;#039;.&lt;br /&gt;
 There are 3 files in folder &amp;#039;/store_00010001/DCIM/100CANON&amp;#039;.&lt;br /&gt;
 #1     IMG_1386.JPG                 4671 KB 3264x2448 image/jpeg&lt;br /&gt;
 #2     IMG_1387.JPG                 5601 KB 3264x2448 image/jpeg&lt;br /&gt;
 #3     IMG_1388.JPG                 5357 KB 3264x2448 image/jpeg&lt;br /&gt;
 There is no file in folder &amp;#039;/store_00010001/MISC&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
* Change into the directory and get the photos:&lt;br /&gt;
 mkdir pixs&lt;br /&gt;
 cd pixs&lt;br /&gt;
 gphoto2 --camera &amp;quot;Canon PowerShot SD700 (PTP mode)&amp;quot; --get-all-files&lt;br /&gt;
&lt;br /&gt;
* Last but not least, you&amp;#039;ll want to get renrot to fix the orientation and to set mtime to the date of the photo&lt;br /&gt;
 apt-get install renrot&lt;br /&gt;
&lt;br /&gt;
* Run to fix the rotation and mtime&lt;br /&gt;
 renrot --no-rename --no-trim --mtime *.JPG&lt;/div&gt;</summary>
		<author><name>Ohayden</name></author>
	</entry>
</feed>