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?
Should I change those numbers to 4300 and 3600?
Index: core/conf.c===================================================================--- core/conf.c (revision 5014)+++ core/conf.c (working copy)@@ -83,6 +83,10 @@ conf.platformid = PLATFORMID; conf.flash_video_override = 0; + // battery voltages are camera dependent+ conf.batt_volts_max = get_vbatt_max();+ conf.batt_volts_min = get_vbatt_min();+ // video related entries are interpreted differently on D6 cameras conf.video_mode = 0; conf.video_quality = VIDEO_DEFAULT_QUALITY;
Since battery voltages are pretty much camera specific, should not we reset them when loading a different camera's config? Like this:
What is the role of setting max - min voltage values in CHDK.
Quote from: ju1234 on 26 / May / 2018, 18:42:11What is the role of setting max - min voltage values in CHDK. AFAIK, the min & max values are only used when you request that CHDK displays the battery status in % rather than volts.
Yes, the CHDK settings are strictly for the CHDK OSD for the % and battery icon.
One thing I noticed while testing is that the platform ID is stored as a value in the main CFG, so if you copy only the OSD cfg file, nothing gets reset.
Logically, the platform ID should be metadata of the cfg format rather than a value, but I haven't looked at what it would take to do that.
QuoteLogically, the platform ID should be metadata of the cfg format rather than a value, but I haven't looked at what it would take to do that.The other (but not necessarily better) way would be adding a platform ID to all config fragments.
Would require a version update (but all solutions probably would), and possibly a mapping to convert old files.
Started by PhyrePhoX « 1 2 » General Discussion and Assistance
Started by eheil General Help and Assistance on using CHDK stable releases
Started by outslider Archived Issues
Started by pshotuser General Help and Assistance on using CHDK stable releases
Started by shinnen General Help and Assistance on using CHDK stable releases