aboutsummaryrefslogtreecommitdiff
path: root/gphoto/gphoto-help.pd
blob: 17a558870ccf9998c4e9e127b976c05d3f7ea4fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
#N canvas 577 0 638 746 10;
#X obj 66 606 print;
#X msg 66 132 listconfig;
#X msg 127 350 setconfig capture 1;
#X msg 109 276 setconfig zoom 129;
#X obj 107 606 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144
-1 -1;
#X obj 66 583 gphoto;
#X msg 139 536 reset;
#X msg 156 440 captureimages stop;
#X text 20 18 This object interfaces with gphoto2 supported PTP cameras.
;
#X text 20 38 This object is intended for remote capture control. For
a list of supported cameras see: http://www.gphoto.org/doc/remote;
#X text 129 606 Finished command.;
#X msg 163 475 captureimages image.jpg 2;
#X msg 141 384 captureimage image.jpg;
#X text 64 107 Camera Properties;
#X msg 80 197 configdetail \$1;
#X symbolatom 80 179 10 0 0 0 - - -;
#X text 185 244 Get value of a particular camera property \, ie "model"
;
#X msg 96 244 getconfig \$1;
#X symbolatom 96 226 10 0 0 0 - - -;
#X text 239 276 Set value of a particular camera property \, ie "zoom"
;
#X text 127 329 Remote Capture;
#X text 258 350 On Canon Cameras capture must be set first.;
#X text 288 384 Capture a single image.;
#X msg 156 420 captureimages image-%05d.jpg 2;
#X text 354 420 Capture image every 2 seconds;
#X text 284 440 Stop capturing images.;
#X text 328 475 Overwrite single file every 2 seconds.;
#X text 189 536 reset internal state (only use if you know what your
doing \, ie camera battery dies or is dissconnected and the internal
state no longer matches the camera state.);
#X text 184 196 Get detailed info on a particular camera property.
It must be in the list returned by listconfig \, ie "zoom".;
#X text 142 125 List camera properties (arguments to get/set config).
"capture" property must be set to list capture properties \, ie zoom.
;
#X connect 1 0 5 0;
#X connect 2 0 5 0;
#X connect 3 0 5 0;
#X connect 5 0 0 0;
#X connect 5 1 4 0;
#X connect 6 0 5 0;
#X connect 7 0 5 0;
#X connect 11 0 5 0;
#X connect 12 0 5 0;
#X connect 14 0 5 0;
#X connect 15 0 14 0;
#X connect 17 0 5 0;
#X connect 18 0 17 0;
#X connect 23 0 5 0;