summaryrefslogtreecommitdiff
path: root/camlibs/sierra/PROTOCOL
diff options
context:
space:
mode:
authorLutz Mueller <lutz@users.sourceforge.net>2001-03-15 03:31:12 +0000
committerLutz Mueller <lutz@users.sourceforge.net>2001-03-15 03:31:12 +0000
commitcd37aede4656cd16bdf471d5cd259a0734f03908 (patch)
treebfd51de0f68decd32b079c51e541a116f3fd8be1 /camlibs/sierra/PROTOCOL
parent3544df9dc49f3bf86b6da137cc75b1faf6cd920f (diff)
downloadlibgphoto2-cd37aede4656cd16bdf471d5cd259a0734f03908.tar.gz
A quick and dirty command listing to be able to analyze what's still missing.
git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@1757 67ed7778-7388-44ab-90cf-0a291f65f57c
Diffstat (limited to 'camlibs/sierra/PROTOCOL')
-rw-r--r--camlibs/sierra/PROTOCOL63
1 files changed, 63 insertions, 0 deletions
diff --git a/camlibs/sierra/PROTOCOL b/camlibs/sierra/PROTOCOL
new file mode 100644
index 000000000..4302818aa
--- /dev/null
+++ b/camlibs/sierra/PROTOCOL
@@ -0,0 +1,63 @@
+
+ register interpretation
+---------------------------------------------------------------------------
+ 1 resolution
+ 2
+ 3 shutter speed
+ 4 current image number
+ 5 aperture
+ 6 color mode
+ 7 flash mode
+ 8
+ 9
+ 10 frames taken
+ 11 frames left
+ 12 size of current image
+ 13 size of thumbnail of current image
+ 14 (s) current preview (captured)
+ 15
+ 16 battery life
+ 17
+ 18
+ 19 brightness/contrast
+ 20 white balance
+ 21
+ 22 (s) camera id
+ 23 auto off (host)
+ 24 auto off (field)
+ 25 (s) serial number
+ 26
+ 27
+ 28 memory left
+ 29
+ 30
+ 31
+ 32
+ 33 lens mode
+ 34
+ 35 lcd brightness
+ 36
+ 37
+ 38 lcd auto off
+ 79 (s) current filename
+ 83 number of folders in current folder
+ current folder number
+ 84 (s) current folder name
+
+
+ actions interpretation
+---------------------------------------------------------------------
+ 00 yy zz... set int register to value zz...
+ 01 yy get int register yy
+
+ 02 01 00
+ 02 02 00 capture image
+ 02 03 00
+ 02 04 00 end session
+ 02 05 00 capture preview
+ 02 06 00
+ 02 07 00 delete
+
+ 03 yy zz... set string register yy to value zz...
+ 04 yy get string register yy
+