User reyalp suggested to post in this forum, so here we go...
I use CHDK on my S100 to take pictures for mapillary.com (a crowd-sourced version of Google StreetView operated by a swedish startup) with a special interest for them being useful for OpenStreetMap (a Wikipedia-like database for geodata). I take pictures by bicycle, by train and by car. You can find my Mapillary profile here:
http://www.mapillary.com/profile/lto On
https://github.com/ltog/mapillary_utils you can find some code from me. In the context of this forum probably only
https://github.com/ltog/mapillary_utils/blob/master/mpllry.lua and the GitHub issue list (
https://github.com/ltog/mapillary_utils/labels/chdk ) are of interest.
I started with a basic intervalometer but did some tweaks. The following list of features is copied from the .lua source code:
- Takes pictures as fast as possible (note: speed is reduced if picture review is enabled)
- Don't take picture if environment is dark (e.g. in a tunnel)
- Don't take picture if focus distance is too close (e.g. focused on car windshield)
- Disable flash and AF assist light during script operation (this is done in order to not annoy/endanger other traffic participants)
- Toggle display by holding "DISP." button (to save battery power)
- Zoom in/out during script operation (no need to stop/restart the script when you want to change zoom settings)
There are still some things not working. See the issue list:
https://github.com/ltog/mapillary_utils/labels/chdk