71
Scripting Q&A / Re: Extra delay script for intervalometer
« Last post by garry23 on February 20, 2021, 10:25:17 AM »Quote
One thought, that I haven’t tested, and @a1ex may say won’t work is that you dynamically change the intervalometer settings via the event functional call, ie use a menu.set call to change the take a picture every value to whatever number you want, ie as your TL progresses.
Just tested this:
Code: [Select]
event.intervalometer = function(count) menu.set("Intervalometer","Take a pic every",count.."s") return end
It works, ie as a ramping function, but it seems to restart the intervalometers start delay but respects the count, ie the event doesn’t appear to reset count. So, if you put the start delay to zero, you can certainly 'play around' with dynamically tweaking the TL times using the event call, ie achieve 'variable' TLs, even if you are not a Lua scripter.
Might be worth experimenting with, ie as a crude user controlled ramping approach.