aboutsummaryrefslogtreecommitdiff
path: root/gphoto/README.txt
diff options
context:
space:
mode:
authorB. Bogart <bbogart@users.sourceforge.net>2009-03-27 16:50:49 +0000
committerB. Bogart <bbogart@users.sourceforge.net>2009-03-27 16:50:49 +0000
commitb6d7291115368ab2381f75abaf3b73d4cc109084 (patch)
tree755246595bf488e8f5b8eeff31f5bfa8e20ef344 /gphoto/README.txt
parenteb02a4c33c530156bf8b96e8e8b6fc6deb53dcf8 (diff)
Fixed one of the multiple-iteration crashes when capturing images by
setting the threads "detatched" attribute. Now it seems that gphoto is causing a similar issue when after 338 iterations the camera is no longer recognized. Will add a method for capturing multiple images in a loop without disconnecting from camera. Fixed the issue with setting ISO (WIDGET_RADIO) values. svn path=/trunk/externals/bbogart/; revision=10911
Diffstat (limited to 'gphoto/README.txt')
-rw-r--r--gphoto/README.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/gphoto/README.txt b/gphoto/README.txt
index 1b8062b..f3628d3 100644
--- a/gphoto/README.txt
+++ b/gphoto/README.txt
@@ -27,6 +27,5 @@ Put the binary in your extra folder.
Put the helpfile in your 5.reference folder.
TODO:
-* Change listConfig to output a list of configuration names.
* Add a getConfigDetail function to get the range, step, etc info on each config name.
* Add getFile and getFiles functions for PTP file transfer functionality.