@title Non-stop Long Exp Timelapse @param a Interval (Minutes) @default a 0 @param b Interval (Seconds) @default b 10 @param c Interval (10th Seconds) @default c 0 @param d Initial Delay (Seconds) @default d 3 @param e Noise reduction (0=auto 1=off 2=on) @default e 1 @param f Capture Raw Image (0 or 1) @default f 0 @param g ISO (-1=hi,0=auto,1=80,..,5=800) @default g 1
t=a*60000+b*1000+c*100
if t<100 then let t=5000
n=1
print "Interval shooting." print "Until you interrupt it." print "Use with caution."
sleep d*1000
rem Display mode off rem 181 Display mode (Valid for record mode only) 0 = Show info icons, 1 = Do not show info icons, 2 = LCD is off, 3 = EVF. rem This didn't seem to work for the A560 set_prop 181 2