summaryrefslogtreecommitdiff
path: root/camlibs/smal/README.smal
diff options
context:
space:
mode:
authorHans Ulrich Niedermann <gp@n-dimensional.de>2006-10-07 13:52:32 +0000
committerHans Ulrich Niedermann <gp@n-dimensional.de>2006-10-07 13:52:32 +0000
commitbe5731e6f052471434b712a2c156a9b2f0d3750d (patch)
tree6757937daf1e652606b6f26e96f254c38de7d8bf /camlibs/smal/README.smal
parent5b3835031d2e088f6dc17252220996b53e954f63 (diff)
downloadlibgphoto2-be5731e6f052471434b712a2c156a9b2f0d3750d.tar.gz
camlib README files: rename, ship in dist tarball, install as doc
git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@9296 67ed7778-7388-44ab-90cf-0a291f65f57c
Diffstat (limited to 'camlibs/smal/README.smal')
-rw-r--r--camlibs/smal/README.smal33
1 files changed, 33 insertions, 0 deletions
diff --git a/camlibs/smal/README.smal b/camlibs/smal/README.smal
new file mode 100644
index 000000000..0b3efdf70
--- /dev/null
+++ b/camlibs/smal/README.smal
@@ -0,0 +1,33 @@
+Smal Ultrapocket
+(fuji @xia slimshot)
+___________________________________________________________________
+
+This driver is based on packet sniffs of protocol observed under
+Windows 2000, and is known to be incomplete. Minimal functionality
+is implemented as of the Experimental version.
+
+RAW images as retrieved from the camera require a not insignificant
+amount of post processing. Enabling #DO_GAMMA in ultrapocket.h
+helps, but more work is required.
+___________________________________________________________________
+
+The author takes no responsibility for damage to your camera from
+using this driver. Use at your own risk.
+___________________________________________________________________
+
+TODO:
+
+- Battery status
+- Firmware information
+- Current resolution information
+- Determine what (if anything) the camera passes as image
+modification parameters (Gamma, etc).
+- At the moment, the Logitech driver stores images as .VGA and .XGA
+not .PPM
+___________________________________________________________________
+
+Author: Lee Benfield (lee@benf.org)
+Thanks: Vasileios Zografos, Dave Scott, Matthias Scherrer
+
+This code borrows heavily from the sipix web2 driver available with
+gphoto. Thanks, guys ;)