I have another question.
Is the focus setting and zoom setting already working ?
In my script I use this code to set to manual focus, set the zoom and then set the focus
press "shoot_half"
sleep 5000
press "left"
sleep 500
release "left"
release "shoot_half"
sleep 500
print "manual focus set"
print a
set_zoom_speed 20
sleep 100
rem set_zoom 5,844
set_zoom a
sleep 2000
print "zoom set"
set_focus f
press "print"
sleep 200
press "display"
sleep 300
release "display"
release "print"
print "focus to infinite"
The manual focus is set, but the zoom does nothing, and when the set focus commands switch the camera to playback mode.
Anything changed in the language ?