I have a PowerShot A640 running fingalo-allbest #42, dated Mar 8 2008.
When i call the "shoot" command from within a script, the camera autofocuses, but does not take the picture. Here is an example script:
sleep 1000
shoot
end
The script runs just fine, the camera autofocuses after approximately 1 second, but never takes the picture, and the script never ends. I have tried it in the following modes: AUTO, P, C. If I place the camera in manual-focus mode, then it takes the pictures just fine. It just doesn't work when autofocusing is used.
sleep 1000
click "shoot_half"
sleep 2000
click "shoot_full"
end
...works fine.
Also tried the CHDK allbest #37, Feb 27 2008, and it works about 50% of the time, but exhibits the same problem the other 50% of the time.
I have searched the forums, and also Google, but cannot seem to find something that addresses this problem. I'm sure I'm not the only one, and it's probably something obvious that I'm just missing. Could somebody please point me to where this solution is documented, or at least point me in a proper direction for resolution.
Thanks.