aboutsummaryrefslogtreecommitdiff
path: root/gphoto/gphoto-help.pd
diff options
context:
space:
mode:
authorB. Bogart <bbogart@users.sourceforge.net>2010-03-09 01:58:27 +0000
committerB. Bogart <bbogart@users.sourceforge.net>2010-03-09 01:58:27 +0000
commit3a6d9ca8df725d596dc76f731c4fc9dfa6116e65 (patch)
treeac125aa74da166a1a3719403bb7a2a3d46d305bd /gphoto/gphoto-help.pd
parent4570aa77dc44b45b43887e2596d789738b28056b (diff)
Made some slight changes, for example the limit of ~500 images is likely
due to the lack of a file close in captureImage, as there is a limit to how many files can be open by a single process. Testing the capture of more than 500 images at a time has not been done. Also added some missing sys_lock() and sys_unlock() calls around error(). svn path=/trunk/externals/bbogart/; revision=13196
Diffstat (limited to 'gphoto/gphoto-help.pd')
-rw-r--r--gphoto/gphoto-help.pd2
1 files changed, 1 insertions, 1 deletions
diff --git a/gphoto/gphoto-help.pd b/gphoto/gphoto-help.pd
index 00f508d..8c99df8 100644
--- a/gphoto/gphoto-help.pd
+++ b/gphoto/gphoto-help.pd
@@ -24,7 +24,7 @@ you are using compatible values with: "gphoto2 --get-config zoom")
#X text 97 274 Close connection to camera (does not retract lens!)
;
#X msg 40 153 setconfig capture 1;
-#X msg 52 229 setconfig zoom 50;
+#X msg 52 229 setconfig zoom 60;
#X connect 0 0 3 0;
#X connect 2 0 3 0;
#X connect 3 0 1 0;