summaryrefslogtreecommitdiff
path: root/camlibs/digigr8
diff options
context:
space:
mode:
authorTheodore Kilgore <kilgota@auburn.edu>2007-07-23 21:39:11 +0000
committerTheodore Kilgore <kilgota@auburn.edu>2007-07-23 21:39:11 +0000
commit15456ac05122f81e58b30027e658f0c3e01729fc (patch)
treebac5d2c5c405fd9c357d25a33e8802eb5b3d0696 /camlibs/digigr8
parent549184ae8c7bab82256500326416975a03ee778f (diff)
downloadlibgphoto2-15456ac05122f81e58b30027e658f0c3e01729fc.tar.gz
Notes on changing the resolution setting for capture-preview added to camlibs/digigr8
git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@10470 67ed7778-7388-44ab-90cf-0a291f65f57c
Diffstat (limited to 'camlibs/digigr8')
-rw-r--r--camlibs/digigr8/ChangeLog4
-rw-r--r--camlibs/digigr8/README.digigr829
2 files changed, 31 insertions, 2 deletions
diff --git a/camlibs/digigr8/ChangeLog b/camlibs/digigr8/ChangeLog
index b2cc036b6..cea86df68 100644
--- a/camlibs/digigr8/ChangeLog
+++ b/camlibs/digigr8/ChangeLog
@@ -1,3 +1,7 @@
+2007-07-23 Theodore Kilgore <kilgota@auburn.edu>
+ * README.digigr8: Notes on how to change the capture-preview
+ resolution setting added.
+
2007-07-16 Theodore Kilgore <kilgota@auburn.edu>
* library.c: "Disney pix micro" camera supports "delete all."
Also, digigr8 cameras will do capture_preview. These two functions added.
diff --git a/camlibs/digigr8/README.digigr8 b/camlibs/digigr8/README.digigr8
index daf5329d6..c993d7597 100644
--- a/camlibs/digigr8/README.digigr8
+++ b/camlibs/digigr8/README.digigr8
@@ -147,7 +147,7 @@ deletion: delete the last photo taken, or delete all. Each action is
performed by an appropriate sequence of button pushes on the camera.
-WHAT GUI FRONTENDS DOES THIS CAMERA LIBRARY SUOPPORT?
+WHAT GUI FRONTENDS DOES THIS CAMERA LIBRARY SUPPORT?
Gtkam seems to work well for me with this library. Some of the other various
frontends do not seem to work quite so well for me. But one of them may work
@@ -209,6 +209,31 @@ The USB command to delete is the same as the command to shoot a frame
pix micro, it will deledte whatever photos are on the camera !!!
+A note on capture:
+
+These cameras will perform "gphoto2 --capture-preview" which means, to shoot a
+frame and download it to the computer immediately. On the 0x9050 camera, the
+same USB command is what is used to delete all frames on the camera. On the
+0x905C cameras, the capture function works, too, but will not affect whatever
+is on the camera. The default resolution setting for capture with all these
+cameras is 320x240. For those cameras which will do 640x480 resolution in
+still photo mode, there is a tweak which can cause the camera to do the
+capture at 640x480 as well. It is as follows:
+
+Look through the code in camlibs/library.c for the capture function. You will
+see a USB command in which the digit 0x1440 appears. Change that to 0x2840 and
+re-compile and re-install. It is also possible to get 160x120 resolution, but
+that is not so interesting. Evidently, the "40" means to do capture, and the
+previous two digits are the resolution setting in hexadecimal, with the final
+"0" removed. For example, 640=0x280 -> 0x2840 and 320=0x140 -> 0x1440 (which,
+again, is the default setting). I am not sure what would happen if the
+resolution setting here is too high for the camera (the known 0x9050 camera
+will only do 352x288 at max resolution in still mode, for instance). Therefore,
+this tweak is not implemented. However, it does work for me with those cameras
+for which it works. It should be repeated, too, that this tweak is not
+documented by any manufacturer and is not available in the OEM driver for any
+of these cameras.
+
WARRANTY?
@@ -230,4 +255,4 @@ WARRANTY?
Theodore Kilgore
12/05/05
-(revised 12/29/05, 03/28/07, 06/25/07, 07/16/07) \ No newline at end of file
+(revised 12/29/05, 03/28/07, 06/25/07, 07/16/07, 07/23/07) \ No newline at end of file