Which version did you try ? Stable or Unstable ?
sx130is-101f-1.1.0-1928-full_BETA.zip from the UNSTABLE trunk
(on the STABLE trunk the version is #1925)
What are you using for a USB switch device ?
I have an external triggering device called gentStereo
Are you trying to use a script or the built-in functionality ?
a script, I tried even the very simple one described in the ref page:
while 1
wait_click 1
if is_key "remote" then shoot
wendAnd how exactly did you setup the option in the Remote Parameters menu ?
Enable Remote : ON
SwitchType: tried both OnePush/TwoPush
ControlMode: Normal
Enable Synch: ON
The problem is that with V1 everything worked fine (except the Synch Delay, reason that made me try the V2), it seems as on V1 the "shoot()" command waits for release (when Synch Enabled) but on V2 the "shoot()" command shoots at press even if Synch Enabled...
On V2 if I dont run any script and exit from CHDK mode, then it works... but I absolutly need to run a script that performs some operations before and after the shoot...