rem Author - Keoeeitrem Upgraded by Mika Tanninenrem Time accuracy and shutdown for a710is by Viktoras Stanaitisrem h-accuracy for delay, j-accuracy for intervalh=-1j=-1755@title Ultra Intervalometer@param a Delay 1st Shot (Mins)@default a 0@param b Delay 1st Shot (Secs)@default b 0@param c Number of Shots (0 inf)@default c 0@param d Interval (Minutes)@default d 0@param e Interval (Seconds)@default e 10@param f Interval (10th Seconds)@default f 0@param p random delay min (seconds)@default p 0@param q random delay max (seconds)@default q 0n=0t=(d*600+e*10+f)*100+jif c<1 then let c=0if t<100 then let t=100g=(a*60)+b+hif g<=0 then goto "interval"for m=1 to g print "Intvl Begins:", (g-m)/60; "min", (g-m)%60; "sec" sleep 930 next m:interval n=n+1 if c=0 then print "Shot", n else print "Shot", n, "of", c shoot if n=c then shut_down r = random p q sleep t + 1000 * r goto "interval"
Started by ab « 1 2 3 » Script Writing
Started by taski24 General Chat
Started by k.mooijman Feature Requests
Started by string0123 Non-CANON cameras development
Started by SticK « 1 2 » RAW Shooting and Processing