Quote from: NU on 21 / July / 2008, 22:26:48Ok, so it looks like I have the following firmware on my SD 550:Canon PowerShot SD550P-ID:3116 NTFirmware Ver GM1.00FE18Jul 7 2005I've tried loading all of the F and G builds and the intervalometer scripts all seem to freeze. After I initiate a script, my camera takes the first shot and then it just shows the last focus point on the display. I've got the image review option off in the normal menu, so that shouldn't be messing with my scripts.Does anyone have any suggestions on what I should try next?Thanks, NUHi, had the same issue, anything with the shoot command in freezes (you'll also have to turn off review in the main camera menu) I amended the scripts to not use shoot and use click "shoot_full" and seemed to work. Here's my version of the intervalomter script.Code: [Select]rem Author - Keoeeitrem Written for S-Seriesrem Should be okay on othersrem Use Endless mode with cautionrem See documentation for important info@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@default c 5@param d Interval (Minutes)@default d 0@param e Interval (Seconds)@default e 0@param f Interval (10th Seconds)@default f 5@param g Endless? No=0 Yes=1@default g 0p=a*60000+b*1000t=d*60000+e*1000+f*100if c<1 then let c=5if t<100 then let t=100if g<0 then let g=0if g>1 then let g=1if p<0 then let p=0z=t*cy=p+zprint "1 Cycle Time:", y/60000; "min", y%60000/1000; "sec"goto "interval":interval if p>0 then gosub "pause" print "Shot 1 of", c click "shoot_full" for n=2 to c sleep t print "Shot", n, "of", c click "shoot_full" next n if g=1 then goto "interval" else end:pause n=(a*60)+b for m=1 to n q=n-m print "Intvl Begins:", q/60; "min", q%60; "sec" sleep 930 next m return
Ok, so it looks like I have the following firmware on my SD 550:Canon PowerShot SD550P-ID:3116 NTFirmware Ver GM1.00FE18Jul 7 2005I've tried loading all of the F and G builds and the intervalometer scripts all seem to freeze. After I initiate a script, my camera takes the first shot and then it just shows the last focus point on the display. I've got the image review option off in the normal menu, so that shouldn't be messing with my scripts.Does anyone have any suggestions on what I should try next?Thanks, NU
rem Author - Keoeeitrem Written for S-Seriesrem Should be okay on othersrem Use Endless mode with cautionrem See documentation for important info@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@default c 5@param d Interval (Minutes)@default d 0@param e Interval (Seconds)@default e 0@param f Interval (10th Seconds)@default f 5@param g Endless? No=0 Yes=1@default g 0p=a*60000+b*1000t=d*60000+e*1000+f*100if c<1 then let c=5if t<100 then let t=100if g<0 then let g=0if g>1 then let g=1if p<0 then let p=0z=t*cy=p+zprint "1 Cycle Time:", y/60000; "min", y%60000/1000; "sec"goto "interval":interval if p>0 then gosub "pause" print "Shot 1 of", c click "shoot_full" for n=2 to c sleep t print "Shot", n, "of", c click "shoot_full" next n if g=1 then goto "interval" else end:pause n=(a*60)+b for m=1 to n q=n-m print "Intvl Begins:", q/60; "min", q%60; "sec" sleep 930 next m return
Those who have firmware 'g' need to refer to this post by 'imh' to get the interval working. Works beautifully... except it does not save the actual images. But the script do work. Cheers Imh.Anyone has any idea how to get the camera to actually save the photos it seems to be taking?
Started by Mihkel General Discussion and Assistance
Started by estoyentucasa General Discussion and Assistance
Started by estoyentucasa « 1 2 3 » CHDK Releases
Started by black General Discussion and Assistance
Started by pdh General Help and Assistance on using CHDK stable releases