intervalometer limited by time - Feature Requests - CHDK Forum

intervalometer limited by time

  • 6 Replies
  • 4253 Views
intervalometer limited by time
« on: 29 / October / 2009, 09:42:15 »
Advertisements
ok, so what this would do is enable an option to say "i want to take pics every 5 seconds for 2 hours", instead of having to manually set the number of pics... or even just let it take pics until you get bored (or the card full ;) )

i think it shouldn't be too difficult to program, seeing what an awesome work you are already doing :)

does it exist? did i just oversee it?

thanks!

Re: intervalometer limited by time
« Reply #1 on: 29 / October / 2009, 09:53:17 »

does it exist?

In the SDM build .. yes.

Quote
did i just oversee it?


See 'start_time' and 'end_time' here http://stereo.jpn.org/eng/sdm/ubasic.htm


Re: intervalometer limited by time
« Reply #2 on: 29 / October / 2009, 11:00:52 »
ok, so what this would do is enable an option to say "i want to take pics every 5 seconds for 2 hours", instead of having to manually set the number of pics... or even just let it take pics until you get bored (or the card full ;) )
i think it shouldn't be too difficult to program, seeing what an awesome work you are already doing :)
does it exist? did i just oversee it?
thanks!

This could easily be done in a script.  Most current scripts take a set number of photos, you would basically would need to alter this so that it monitors the total time ratehr than the number of shots.

-tgq

Re: intervalometer limited by time
« Reply #3 on: 29 / October / 2009, 12:08:57 »
yup, just wanted to know if it was already scripted and i hadn't figured it out... :)

guess i'll have to freshen up my programming skills ;) (but i won't feel bad if anybody does so before i get to)

thx!

*

Offline reyalp

  • ******
  • 14128
Re: intervalometer limited by time
« Reply #4 on: 29 / October / 2009, 16:48:46 »
yup, just wanted to know if it was already scripted and i hadn't figured it out... :)

guess i'll have to freshen up my programming skills ;)
Or your basic arithmetic skills.

e.g.
n = (number of seconds)/(number of seconds between pictures)
"i want to take pics every 5 seconds for 2 hours"
n = (60*60*2)/5
Don't forget what the H stands for.

Re: intervalometer limited by time
« Reply #5 on: 30 / October / 2009, 09:09:08 »
yeah, i could also press the shutter every 5 sec ;)

what i mean is if we're already scripting to make our life easier, maybe some lines of code can help even further... and anyway, i would prefer inputting 5 hours better than 7200 pics. maybe it's just me, i don't know :)

thx anyway! :)

Re: intervalometer limited by time
« Reply #6 on: 30 / October / 2009, 15:08:36 »
yeah, i could also press the shutter every 5 sec ;)

what i mean is if we're already scripting to make our life easier, maybe some lines of code can help even further... and anyway, i would prefer inputting 5 hours better than 7200 pics. maybe it's just me, i don't know :)

thx anyway! :)
Actually it looks like this one is written that way already (and it's in LUA):
http://chdk.wikia.com/wiki/LUA/Scripts:_Accurate_Intervalometer_with_power-saving_and_pre-focus

-tgq

 

Related Topics


SimplePortal © 2008-2014, SimplePortal