release("shoot_half") repeat sleep(10) until not get_shooting()
I divided exp:run() in exp:runa() and exp:runb(). runa makes do_meter and runb make calculation and setting of exposure parameter. Now I look like the script waits in the following loop for around 12s:Code: [Select] release("shoot_half") repeat sleep(10) until not get_shooting()Nearly the same delay that I typically have on the end of rawopint.
This is likely due to one of the hooks timing out. You should call hook_raw.continue()when you are done with meter.
411 != cam 412
if not self.tv96 then self:init_exposure_params_from_cam()else self:sanity_check_cam_exposure_params()end
Started by jjudd General Help and Assistance on using CHDK stable releases
Started by fusionstream Script Writing
Started by mdebono Script Writing
Started by sarkar « 1 2 » Script Writing
Started by waldisobon Script Writing