Srsa 4c/CHDK porting pitfalls
Talk0
539pages on
this wiki
this wiki
< User:Srsa 4c
Contents |
Non-backwards compatible changes in camera specific code
Edit
CHDK 1.2
Edit
https://trac.assembla.com/chdk/changeset/2483
Edit
- state_kbd_script_run is now part of a structure
Firmware variables
Edit
Edit
becomes nonzero (observed value: 1) when the camera is in record mode and either of the following conditions is true
- shooting menu is shown (the one you activate with the func/set button)
- AEL (exposure lock) or AFL (AF lock) is active
- maybe when other similar Canon function is active (for example FE lock)
Default CHDK action (as of r1997): OSD will vanish when this becomes nonzero. If this is undesired, CAM_SHOW_OSD_IN_SHOOT_MENU needs to be defined in the camera's platform_camera.h.
This address of this variable is found indirectly for many ports, and the comment about taskcreate_DSITask only helps to find the address next to the one that holds canon_shoot_menu_active...
parameter_for_af_scan
Edit
Needed for cameras where MakeAFScan() has only one argument (earlier VxWorks models?).
Details: http://chdk.setepontos.com/index.php?topic=1801.0