I'm trying to figure out how to turn off the display and keep the
AFLock enabled or do something equivalent. Currently, as soon as "Display" is pressed, AFL is released. So I have to do it in a script.
The following code will not work if display is off (it will not set the AFL):
sleep 1000
press "shoot_half"
sleep 1000
click "left"
release "shoot_half"
My goal is to turn off the display and shoot at fixed focus to save both battery and mechanic.Have any idea how to do that? I have a SD900 if that matters.
TIA