From 3a6d9ca8df725d596dc76f731c4fc9dfa6116e65 Mon Sep 17 00:00:00 2001 From: "B. Bogart" Date: Tue, 9 Mar 2010 01:58:27 +0000 Subject: 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 --- gphoto/gphoto-help.pd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gphoto/gphoto-help.pd') 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; -- cgit v1.2.1