@title Intervalometer@param a = interval (sec)@default a 60 do s = get_tick_count shoot sleep a*1000 - (get_tick_count - s)until ( 0 )
@title Intervalometer@param a = interval (sec)@default a 60flash_off do s = get_tick_count shoot set_backlight 0 sleep a*1000 - (get_tick_count - s)until ( 0 )
Code: [Select]@title Intervalometer@param a = interval (sec)@default a 60flash_off
@title Intervalometer@param a = interval (sec)@default a 60flash_off
set_prop 143 2s
I put your code (below) onto the camera, and it took on shot, then another 60 seconds later. After that it just stopped and waited... no idea why.
@title Intervalometer@param a = interval (sec)@default a 60set_prop 143 2:loop shoot sleep(2000) set_backlight 0 sleep a*1000-2000goto "loop"
and here's a link to the SDM script : https://www.box.com/s/mnf6le1sj5t5ts2xnnus
At this point I may have to resort to using the regular camera options to turn the flash off
Started by alex2035 Feature Requests
Started by Barnacules Script Writing
Started by Gun Jam General Help and Assistance on using CHDK stable releases
Started by aharfo56 Script Writing
Started by halofuji General Help and Assistance on using CHDK stable releases