Remove whitespace, update email addresses and URLs.
[kodak.git] / README
1
2 What is it:
3
4 This is a program to interface with a Kodak DC210+ camera over the
5 serial cable.  It does not support other Kodak models but you may find
6 that some commands work with others.  If you have a different model I
7 would strongly encourage you to get the technical spec from Kodak and
8 modify this code to support your camera too.  See below.
9
10
11 To build/install:
12
13 This program should build on most versions of UNIX with a good C++
14 compiler.  It has only been tested, AFAIK, on FreeBSD-4.0.  If you get
15 a clean build on something else, drop a line!
16
17 1) Open the Makefile and verify the install settings; they should be
18    reasonable on must systems.
19
20 2) Type 'make'
21
22 3) Type 'make install'
23
24
25 Author:
26
27 Scott Gasch
28 [email protected]
29 http://wannabe.guru.org/scott
30
31
32 Credits:
33
34 Thanks to Brian Hirt for writing kdcpi, a perl program that was both
35 an inspiration to this project and a great reference for how to talk
36 to the Kodak DC210.  His webpage is http://www.berkhirt.com/.
37
38 Thanks to Kodak for releasing the technical specifications of the DC
39 family cameras.  This is a really cool thing to do and a great service
40 to their customers.  If you are interested, see http://www.kodak.com
41 under "developer relations".  And if you write any code to interface
42 with your non-DC210 model camera, please send me the patch!
43
44