The record button is in the perfect position, but enabling it as the alt key would prevent it from actually being used to take a video.
Is there a way to tell what the <alt> button is set to from a script?
On a somewhat related issue, the <alt> button and the <shoot_full> shutter button both interrupt the script. It would be nice for the script to be able to disable this behavior, that is take control of all the buttons. If the script hangs, for some reason, there's always the power button to shut off power and restart. If anyone is interested in this idea, maybe we could start a new thread to discuss it? In addition to avoiding unwanted script termination, it would let you use the shutter button to take pictures under script control. That opens up a lot of new override possibilities.
get_config_info() ?
core = require("gen/cnf_core")key_table = {"up" , "down", "left", "right", "set", "half", "full", "zoom in", "zoom out", "menu", "disp", "print", "erase", "iso", "flash", "MF", "macro", "video", "timer", "expo", "micro", "face"}print(key_table[get_config_value(core.alt_mode_button)])
The script runs only with a recent 1.3 build.
Started by Wilson « 1 2 » Feature Requests
Started by ccanon Feature Requests
Started by CanonCOMPACT Feature Requests
Started by redfordl22 General Help and Assistance on using CHDK stable releases
Started by bmakins General Discussion and Assistance