Time Lapse SX100 IS + CHDK
Save this as:
"1UltraSimpleTimeLapse.bas"
________________________________________
@title Ultra Simple Time Lapse shoots
rem bether for SX100 IS
@param a Number shots
@default a 100
@param d Factor Number Shoots (x)
@default d 1
@param b Interval Time (min)
@default b 0
@param c Interval Time (sec)
@default c 10
sleep 2000
t=60000*b+1000*c+1000
for s=1 to a*d
click "shoot_full"
print "Waiting",b, "min.",c "sec."
sleep t
next s
print "done!"
sleep 2000
end
_______________________________________
i uploaded the script to my ixus but there was nothing i could set under the script. do i have to press any button to kick start the setting of the parameters? appreciate it if you'd help
EadNomad 6 months ago
wow! fantastic! i also want this on my SX100IS!! how can i get it? and is it harmless? greetzz
JCking777 2 years ago
Have you gotten it to work yet? I'm using CHDK with a Canon A470. My second timelapse is running right now...I'll post when I finish it.
Ciao!
GPAJeep 2 years ago
What time lapse script are you using ?
I've install CHDK in mine but can't get time lapse to work
dalevizo 2 years ago
cum ai setat? de unde ai luat chdk?
bekali111 2 years ago