Hello, I have set up the on screen display settings and menu settings on one camera. I would like to just copy those to another camera rather than do a whole new set up. Which file/folders should I copy?
Settings are in the .CFG files in the CHDK directory. Most of the OSD related ones should be in OSD__4.CFG, but exactly what qualifies as OSD isn't clearly defined. The battery voltage settings you mentioned are OSD settings.
You get an idea which settings are in which file by looking at the cnf_* files in CHDK/LUALIB/GEN
Note these files
do not contain any configuration settings, they just map ID numbers to friendlier names for use in scripts.
If you want to move a subset of settings between cameras, you can do that using the get_config_value and set_config_value script functions:
http://chdk.wikia.com/wiki/Script_commands#get_config_valueThere have been some scripts for things like this posted in the forum.
Should I change those numbers to 4300 and 3600?
You should set them to whatever you want, they only define the "full" and "empty" voltages for the UI. Normally, you'd set max to roughly the voltage you get from a battery fresh off the charger, and the low is set to just above where the camera shuts down. These may vary a bit depending on battery and camera even where the battery is the same type.
You can get the default CHDK values by resetting settings to default, but this will reset all your settings. You can also find them in the source code for your particular port in platform/<camera>/main.c
https://app.assembla.com/spaces/chdk/subversion/source/HEAD/trunk