Penguin
Diff: DigitalCameraSetup
EditPageHistoryDiffInfoLikePages

Differences between version 13 and predecessor to the previous major change of DigitalCameraSetup.

Other diffs: Previous Revision, Previous Author, or view the Annotated Edit History

Newer page: version 13 Last edited on Tuesday, November 16, 2004 11:18:26 am by JohnMcPherson Revert
Older page: version 12 Last edited on Monday, October 25, 2004 1:51:49 pm by AristotlePagaltzis Revert
@@ -1,7 +1,9 @@
 This page attempts to describe how to get your DigitalCamera working under Linux. 
  
-!Software 
+!! !Software  
+  
+!!Front-end applications  
 Linux Frontend software for transfering pictures off cameras: 
 * [gphoto2|http://gphoto.sourceforge.net/] (the "main" software, it has all the low-level libraries and a CLI) 
 * gtkam ([GNOME] or [GTK]-only front-end to the gphoto2 libraries) 
 * [gthumb|http://gthumb.sourceforge.net/] - a GNOME thumbnail previewer that has the ability to import photos (using the gphoto2 libraries) 
@@ -10,11 +12,16 @@
  
 These programs have [Debian] packages of the same name - I would guess [RPM]-based distros do too. 
  
 You can also "mount" many cameras onto your filesystem, so that the contents look like a normal directory. See the "mass-storage" notes below. 
+  
+!!Back-end 'automatic mounting' setup  
+* For [USB] devices, you can use HotPlug to automatically run something when a certain USB device is connected. This could either run one of the above photo-transfering programs, or it could mount the flash card onto your filesystem. If your distribution doesn't do this automatically, look at our HotPlugNotes page to see how to set this up manually.  
+* If you use [GNOME], you should install the 'gnome-volume-manager' package, which includes appropriate 'hotplug' scripts for USB cameras. On Debian Sarge and Sid, the script only allows people in the 'camera' group to use the connected camera, so make sure your user is in this group.  
+  
  
 ---- 
-!Notes/Trouble-shooting 
+!! !Notes/Trouble-shooting 
 * Almost all "recent" cameras use [USB], so make sure you have the correct USB support in your kernel (this seems fairly likely). 
 * See HotPlug for information on setting up using [USB] devices with linux. 
 * After the camera is setup as a USB device, there are two main ways the picture contents can be read: __USB Mass Storage__, or __PTP__. 
 **USB Mass Storage may not be compatibe if your system has Hotplug USB support setup properly, but the Camera is not emulated as a SCSI sevice. See the Mass-Storage Device notes below for details how compatible cameras function under this protocol.