A couple of small patches for two of the four "default" scripts included with CHDK. Those scripts are included in CHDK as the simplest possible examples of things people might want to do with CHDK. However, I've noticed that they have become somewhat more than that to new users of CHDK. They are often assumed to be the correct (if simple) way to do these things.
So I'd like to propose the smallest possible update to address issues I've seen posted. My intent is not to produce better more complicated scripts. There are hundred of each on the wiki & forum already and any "improvements" can take us down a slippery slope likely to end up in flame-wars. So these proposed updates are just to make two of the existing scripts a little more usable.
The first update is to make the threshold and delay values in the motion.bas & motion.lua scripts into parameters. These are typically the two values people need to adjust to get reasonable motion detection performance.
The second update is add an adjustment (in 1/2 f-stop increments) to the hdr.bas & hdr.lua scripts. This will let users adjust the amount of exposure range that the hdr scripts use.
Should be trivial enough to add to both the main trunk and dev branches ?