srsa_4c
reyalp
for ixus115, the it looks like the ND didn't get put in for "quick", but for some reason the script didn't retry.
I can't tell why, but this is happening consistently.
Spent some more time on this. What I think is happening is the ND is being reset after the shoot / remote hook, so the check that would trigger the retry passes, but the ND isn't in for the actual shot.
I think the hook placement on the
ixus115 port is suspect, wait_until_remote_button_is_released is right in the main capt_seq function
The version of ndtest in r5159 will also trigger the retry from the raw hook.
The
A490 results are also weird in a couple ways:
* The recorded shutter speed for the first shot in quick is different from the set shutter speed, as if the initial override didn't work.
* It retries in quick mode, but setting the AV prop does not appear to put the ND in. It falls back to putting in the ND in the shoot hook (as ND+iris cams seem to need) which appears to work, but...
* The shutter override to compensate for ND appears to fail, both by the logged propcases and meter value.
I added an adjustable delay between get_shooting() going true and the shot starting, "Delay after get_shooting" on the theory this might affect the initial shots being off.