/usr/share/doc/libgphoto2-6/camlibs/README.panasonic-coolshot is in libgphoto2-6 2.5.16-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | Panasonic KXL-600A and KXL-601A a.k.a. "Coolshot"
This driver is based upon protocol reverse-engineered
using ComLite32 under Windows 95.
For questions/comments, email the library author:
Chris Pinkham
cpinkham@infi.net
TODO List
---------
- file upload capability
- better error checking ("fixme"s) & recovery
- modify coolshot_file_count to return GP_ code and take *count as argument
Comment by Lutz <lutz@users.sf.net>: Why? Throughout libgphoto2,
we say that negative return values are errors. That is, we do
CHECK_RESULT (pic_num = count_pictures (camera)); everywhere and let
CHECK_RESULT test for a return value < 0.
|