Hi
I cannot find a solution in the forums that gives a working answer to my problem, so here is my version of the question:
- I have an A810 camera
- I want to set it up to have a fixed focus at infinity
- I have tried everything that I know, but the camera keeps on refocusing when I do a "press "shoot_full""
Can anyone help? Here is one version of the code that I have used to date:
set_focus 65535
sleep 500
q=get_focus
print "Pre-shoot focus =" q
rem press "shoot_half"
rem sleep 1000
rem set_aflock 1
sleep 2000
rem release "shoot_half"
click "shoot_full_only"
p=get_focus
sleep 2000
print "Post-shoot focus =" p
sleep 2000
Francois