I have no idea then.
Tried a small upgrade to the blinker script by adding the shooting sequence with delays between each step (script attached). It's very stable with the LED's on my G10 - except for the focus assist lamp. That LED turns off as soon a press("shoot_full_only") executes in the script.
Which pretty much explains what
gio_kap was seeing on his SX260hs.
I had suggested that
gio_kap try using something other than the focus assist lamp in his testing, but the SX260hs has only one other indicator lamp and it blinks during shooting under Canon control so that option was not available. Thus we did not discover this earlier.
the second parameter, which IIRC controlled brightness on some older PowerShots?
The set_led script command doesn't currently support a brightness parameter, not sure if it ever did.
While I was updating the wiki documentation for set_led() to include information about the "blink" options via the second parameter, I looked at several implementations in my camera's lib.c files and realized the third parameter is ignored. I just assumed it was used in older cams per the existing documentation.