source:
trunk/script/iso_set.bas
@
515
| Revision 515, 337 bytes checked in by reyalp, 5 years ago (diff) | |
|---|---|
|
|
| Rev | Line | |
|---|---|---|
| [515] | 1 | @title Set ISO |
| 2 | @param a koef1 | |
| 3 | @default a 10 | |
| 4 | @param b Koef2 | |
| 5 | @default b 10 | |
| 6 | @param c koef3 | |
| 7 | @default c 1 | |
| 8 | @param d Sleep Interval (*100) | |
| 9 | @default d 20 | |
| 10 | ||
| 11 | sleep 500 | |
| 12 | ||
| 13 | t=d*100 | |
| 14 | ||
| 15 | g=a*b*c | |
| 16 | ||
| 17 | press "shoot_half" | |
| 18 | set_iso_real g | |
| 19 | get_iso_real e | |
| 20 | get_iso_market f | |
| 21 | print "ISO:", e, "(", f, ")" | |
| 22 | press "shoot_full" | |
| 23 | release "shoot_full" | |
| 24 | release "shoot_half" | |
| 25 | end |
Note: See TracBrowser
for help on using the repository browser.