Hi,
What's the max extra long exposures for the PowerShot
A590IS? I've noticed that there is a new update for the
A720IS to add extra long exposures.
One other thing (a590-101b-0.9.9-1070-full.zip), I can't get exit_alt() in lua to exit a script. For example something like this:
set_aflock(1) -- makes AF scan and locks AF
sleep(3000) -- wait a while
shoot() -- shoot without AF
sleep(3800)
set_aflock(0) -- unlock AF
exit_alt()
gets stuck and I need to enter <alt> mode and then press the shutter button to exit and run the script again. I'm not sure if this is something new or if the problem was always there.