To set a parameter before launch the timer I send a script Params, this script must lock autofocus but when I start this autofocus does not set because when I launch fast_shoot.lua the camera do a focus.
-- lock autofocusset_aflock(1)- lock in the exposure and focuspress("shoot_half")repeat sleep(50)until get_shooting() == true
I;m not sure, but I think that when you use the set_aflock() command, the lock occurs the next time you cause the camera to focus. So try reversing the sequence in your param script ?
set_aflock calls the canon function directly, it does not delay until the override callback like the exposure override functions do.
I tried your idea but the behaviour of my camera doesn't change. I'm really stuck with it.
The same for switch off the LCD screen. ...set_zoom(d1[3])set_backlight(0)shoot()print(get_tv96())....
Unless set_aflock() stays active after a script terminates - I haven't tested that.
Ok thanks for your explanation.Do you know if it's possible to set a value of shutter while the script fast shoot is running?
Started by tkeino Script Writing
Started by acorrias Script Writing
Started by fma « 1 2 3 » Script Writing
Started by massarosareloud Completed and Working Scripts
Started by andrewalexander.ca Script Writing