Penguin
Diff: DigitalCameras
EditPageHistoryDiffInfoLikePages

Differences between version 3 and revision by previous author of DigitalCameras.

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

Newer page: version 3 Last edited on Saturday, July 19, 2003 3:00:07 am by GregHarris Revert
Older page: version 2 Last edited on Saturday, July 19, 2003 2:05:45 am by PerryLorier Revert
@@ -26,4 +26,20 @@
  
 And voila! 
  
 I think that was all. The hardest part was working out what drivers I needed. 
+  
+  
+  
+And heres some very rough guidelines for extracting your pictures from a Kodak CX4230 under Linux.  
+  
+You need to load the USB modules (not sure which ones, I have them built in).  
+  
+Under Debian the best way is to use gphoto2 - apt-get install gphoto2.  
+  
+You then want to run: gphoto2 --port "usb:" --camera "Kodak CX4230" -P  
+  
+This will detect the camera plugged into the USB port.  
+  
+And with any luck you will have you photos downloaded to $PWD.  
+  
+Currently I havent been able to find a way to mount the SD/MM flash card to delete the photos, so you still need to do this manually.