using a remote switch, focus occurred with first pulse but shot occurred after rising edge of 2nd pulse but before its falling edge (and well within the 10 sec timeout).
If the Enable Sync option is set in CHDK then each camera will wait for the final transition of the USB signal ( 5V to 0V ) before shooting. Note : the camera will wait a maximum of 10 seconds for the sync signal. Waiting any longer results in unpredictable bad camera behaviour.
Issue is not that the post focus/exposure shooting process begins with the 2nd rising edge but that the exposure has finished before the falling 2nd edge (the lcd has returned to live scene view before that edge occurs). The image on SD card is of where I had the camera pointed at the 2nd rising edge & not the 2nd falling edge.
I'll take a close look later and retest on my A1200.
BL wait_until_remote_button_is_released
cmds.shoot_hook_sync() -> hook_shoot.continue()
hook_shootExecutes very shortly before the shutter would open, in wait_until_remote_button_is_released (prior to the actual remote check)
hook.continue()Allows the shooting process to continue from the hook point.
Yes, I had already tried one-push synch. It is in error on both A2500 & SX150IS and on an SX220hs I have borrowed.
Does Assembla allow you to view all the files and changes in any previous build? I vaguely remember something called trac did allow that.
Difficult to believe sync has never worked on these three cameras.
Perhaps not the best place to mention this but the issue above has made me realise i'm a bit confused about ptp sync via function:<snip>If that is the case is it safe to assume that once the hook has been released (and, for conversation only, assume that release time was the same instant on a host of cameras) there is no particular reason to expect very synchronised image capture by this method?
QuoteDifficult to believe sync has never worked on these three cameras.
Perhaps not the best place to mention this but the issue above has made me realise i'm a bit confused about ptp sync via function:Code: [Select]cmds.shoot_hook_sync() -> hook_shoot.continue()in multicam.luahttp://chdk.wikia.com/wiki/Script_Shooting_HooksCode: [Select]hook_shootExecutes very shortly before the shutter would open, in wait_until_remote_button_is_released (prior to the actual remote check)&Code: [Select]hook.continue()Allows the shooting process to continue from the hook point. since we are not, in this case, waiting on a usb voltage transistion I assume wait_until_remote_button_is_released is not involved in the ptp sync version.
This is not correct.
A few notes:The "remote" hook runs before the actual wait for the remote signal. I'm not sure if it would ever make sense to use the actual remote with this hook
wait_tick(tonumber(mc.args))hook_shoot.continue()
Started by pavlick AllBest's Builds
Started by David Ripple « 1 2 ... 6 7 » General Discussion and Assistance
Started by colombo11 « 1 2 3 4 » General Discussion and Assistance
Started by waterwingz « 1 2 ... 10 11 » Creative Uses of CHDK
Started by fx General Chat