can someone tell me how to setup my camera?
weather forecast tells me 11-13 jan will be cloudy
i can't believe no one can tell me what I m to do
Set the shutter speed in the script to be sure you have the one you want.
Depending on the build you are using, the syntax may be different.
For AllBEst use:
set_tv96_direct X
where X is the corresponding *96 value for the shutter speed. For 65s X=-576.
Or you could try my script:
http://chdk.wikia.com/wiki/UBASIC/Scripts:_Shutter_Speed_Stack_%28AllBest_build%29Settings:
a=3 (1/3EV sizing, doesn't really matter for constant shutter speeds)
b=6 (+6EV = 65s shutter speed)
c=0
d=X (set the desired number of shots)
e=0 (step size = 0, shutter speed will stay the same)
f=0 (if you want a start delay, set the number of seconds
g=0 (if you want a delay between shots, set the number of seconds)
If you want to do a large number of shots, it can be difficult to manually change value d (imagine trying to get to 1000 shots...), so instead set the default in the script to the number you want before installing it (@default d X)
-tgq