• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

MakefileH A D03-May-2022274 149

READMEH A D03-May-2022923 3021

dc20_hif.cH A D03-May-20229.5 KiB539400

dc20_hif.hH A D03-May-20221.1 KiB4628

dc20_ui.cH A D03-May-20229.5 KiB427396

dc20dumpH A D03-May-202262 32

dc20pack.htmH A D03-May-20226.8 KiB223222

dc2totga.cH A D03-May-202227.5 KiB1,123990

README

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