@title Simple Intervalometer@param i Interval (Secs)@default i 5@param d Delay before start (Secs)@default d 2sleep 1000*dwhile 1 shoot sleep i*1000wendend
ACID will download the right build for you automatically.There are lots of intervalometer scripts here http://chdk.wikia.com/wiki/UBASIC/ScriptsHere's a very simple one - it takes a picture every 5 seconds by default (but it's easy to change):Code: [Select]@title Simple Intervalometer@param i Interval (Secs)@default i 5@param d Delay before start (Secs)@default d 2sleep 1000*dwhile 1 shoot sleep i*1000wendend
I chose this intervalometer: http://chdk.wikia.com/wiki/UBASIC/Scripts:_Ultra_IntervalometerHow do I set it to take photos at 5 secs though? Is there a way for me to edit the script? I am confused on the setting part.
Started by P373 Script Writing
Started by halofuji General Help and Assistance on using CHDK stable releases
Started by green_squirrel General Help and Assistance on using CHDK stable releases
Started by stagdriver « 1 2 3 4 » Hello, I'm a NEWBIE - HELP!! (Newbies assistance, User Guides and thank you notes)
Started by bugbear « 1 2 » Script Writing