aboutsummaryrefslogtreecommitdiff
path: root/gphoto/gphoto-help.pd
blob: 1a8c9be95f56622239a5602674242d72286f0e81 (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
#N canvas 637 363 569 399 10;
#X msg 34 120 getconfig model;
#X obj 23 352 print;
#X msg 29 95 listconfig;
#X obj 23 308 gphoto;
#X msg 23 70 open;
#X obj 56 331 tgl 15 0 empty empty empty 17 7 0 10 -262144 -1 -1 0
1;
#X msg 52 274 close;
#X msg 47 186 capture test.jpg;
#X text 18 11 gphoto external uses libgphoto2 to control compatible
PTP cameras. For a list of compatible cameras see \; http://www.gphoto.org/doc/remote/
;
#X text 63 69 Autodetect cameras and attempt to open connection.;
#X text 106 94 List available parameters;
#X text 142 119 Get value of "model" parameter;
#X text 173 148 Set value of a capture parameter (needed to do remote
shutter release on Canon cameras);
#X text 160 185 Trigger shutter and download image;
#X text 170 214 Set value of "zoom" parameter to "11" (you can set
these to values that are NOT campatible with the camera. Make sure
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 11;
#X connect 0 0 3 0;
#X connect 2 0 3 0;
#X connect 3 0 1 0;
#X connect 3 1 5 0;
#X connect 4 0 3 0;
#X connect 6 0 3 0;
#X connect 7 0 3 0;
#X connect 16 0 3 0;
#X connect 17 0 3 0;