1DC20Pack - the Software Package for Kodak DC20 and DC25 digital cameras.
2
3It contains dc20term and dc2totga - see dc20pack.htm for details.
4If you like it quick and simple you should edit and run the script dc20dump
5
6dc20dump will dump out all pictures from your camera and convert it to
7Targa24 image files.
8
9First start make to get dc20term and dc2totga executables.
10
11Check the script dc20dump for the parameters of dc20term and change
12it if necessary:
13-C2 means the camera is connected to COM2
14-B115200 means 115200 Baud
15
16Be sure you have access to the serial devices:
17/dev/ttyS0 for COM1
18/dev/ttyS1 for COM2
19/dev/ttyS2 for COM3
20/dev/ttyS3 for COM4
21
22Now switch on your camera and run dc20dump.
23
24How it works:
25dc20term stores all pictures as raw data files (dc_NNN.dc2) and generates
26the file dc2tga.cmd. Now dc2totga knows what to do: It converts the dc_NNN.dc2
27files to dc_NNN.tga files.
28
29Oliver.Hartmann@t-online.de
30