From b6d7291115368ab2381f75abaf3b73d4cc109084 Mon Sep 17 00:00:00 2001 From: "B. Bogart" Date: Fri, 27 Mar 2009 16:50:49 +0000 Subject: 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 --- gphoto/gphoto-help.pd | 43 ++++++++++++++++++++++++++----------------- 1 file changed, 26 insertions(+), 17 deletions(-) (limited to 'gphoto/gphoto-help.pd') diff --git a/gphoto/gphoto-help.pd b/gphoto/gphoto-help.pd index a259d9d..2eacadc 100644 --- a/gphoto/gphoto-help.pd +++ b/gphoto/gphoto-help.pd @@ -1,4 +1,4 @@ -#N canvas 479 0 638 776 10; +#N canvas 479 0 638 746 10; #X msg 83 48 getconfig model; #X msg 142 83 getconfig capture; #X msg 167 116 getconfig zoom; @@ -10,23 +10,32 @@ #X text 334 217 cap off?; #X msg 196 254 setconfig zoom 129; #X msg 177 277 setconfig zoom 0; -#X msg 18 158 debug model; #X obj 133 231 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1 -1; #X msg 266 33 capture test2.jpg; +#X msg 174 327 configdetail iso; +#X msg 150 354 configdetail zoom; +#X msg 150 384 configdetail capture; #X obj 86 191 gphoto; -#X msg 189 147 getconfig iso; -#X text 281 147 <- does not work.; -#X connect 0 0 14 0; -#X connect 1 0 14 0; -#X connect 2 0 14 0; -#X connect 4 0 14 0; -#X connect 5 0 14 0; -#X connect 6 0 14 0; -#X connect 9 0 14 0; -#X connect 10 0 14 0; -#X connect 11 0 14 0; -#X connect 13 0 14 0; -#X connect 14 0 3 0; -#X connect 14 1 12 0; -#X connect 15 0 14 0; +#X msg 280 113 getconfig iso; +#X msg 18 158 reset; +#X msg 208 154 setconfig iso \$1; +#X symbolatom 320 153 10 0 0 0 - - -; +#X connect 0 0 16 0; +#X connect 1 0 16 0; +#X connect 2 0 16 0; +#X connect 4 0 16 0; +#X connect 5 0 16 0; +#X connect 6 0 16 0; +#X connect 9 0 16 0; +#X connect 10 0 16 0; +#X connect 12 0 16 0; +#X connect 13 0 16 0; +#X connect 14 0 16 0; +#X connect 15 0 16 0; +#X connect 16 0 3 0; +#X connect 16 1 11 0; +#X connect 17 0 16 0; +#X connect 18 0 16 0; +#X connect 19 0 16 0; +#X connect 20 0 19 0; -- cgit v1.2.1