@title Intervalometer@param a = interval (min)@default a 15do s = get_tick_count shoot sleep a*60000 - (get_tick_count - s)until ( 0 )
It did not work so now the lcd screen is constantly on. I need to search the wiki for how to run time lapse without lcd on.
@title Intervalometer@param a = interval (min)@default a 15do s = get_tick_count shoot sleep(2000) set_backlight 0 sleep a*60000 - (get_tick_count - s)until ( 0 )
I thought I could hit DISP key to turn off the lcd screen, then print/hot key/ quick key to activate CHDK and click the shoot key.
props=require('propcase')while get_prop(props.DISPLAY_MODE) ~= 2 do click('display') sleep(100)end
Apparently if you plug in an external video cable you actually disable the backlight and display electronics, saving even more power.
Started by robrobbob General Help and Assistance on using CHDK stable releases
Started by turnerdb General Help and Assistance on using CHDK stable releases
Started by LWCARAB Script Writing
Started by streetbikertje Script Writing
Started by kdsee Script Writing