I hope someone can comment on a frustration I have with some Lua scripting.
The issue is that my script first registers the shutter setting and it does this OK if, and only if, I explicitly do a half shutter press outside of the script first.
If I do this explicit half shutter press then adjust the shutter speed without doing a half shutter press the script will not pick up the adjusted shutter setting, it just uses the previous half shutter setting.
BTW if I change the aperture, this is OK, ie the script picks this up without the explicit half shutter press.
In my script I use the following, which I thought would solve the problem, but it doesn’t.
click("shoot_half")
s = get_tv96()
As I say, I hope someone can comment.
Cheers
Garry