Hello,
I am all new with all this.
Here where I got so far
-managed to install CHDK on a 128GB SDXC and boot the SX150 IS on it
-managed to load a script from
http://chdk.wikia.com/wiki/UBASIC/Scripts:_Time_lapse_script_variable_shutter_speedI want to lock AF to infinity so I added a new param along the other ones
@param z Focus locked to infinity (0=off 1=on)
@default z 1
and these lines
rem set focus to infinity and lock it
if z=1 then set_focus 65535
set_aflock z
I am not sure of several things:
-Shall I put these lines just before the loop?
-Shall I put them inside the loop at its beginning?
-Shall I set manual Focus first (via the script or the camera)?
Also, I am trying to save battery life as much as possible so I used the version I can switch display off.
Does switching the display off disable manual focus or focus lock?
About battery life, I presume the pre-shoot used in the script to evaluate exposure before actual shot is draining the batteries.
So somehow I feel this script might not be the best to use for battery saving.
Can anyone suggest an alternative for a time lapse that would adjust exposure for a smoothish ramping between day and night and night and day?
The idea is to leave Aperture and ISO alone and adjust shutter speed up to 20-30sec to get something at night.
If I just shoot Aperture Priority simple time-lapse then the maximum shutter speed is 1s it seems, can this be changed with CHDK? I haven't found how.
Thank you very much to all who contribute to CHDK!