hdr timelapse script for a720is ? - Script Writing - CHDK Forum

hdr timelapse script for a720is ?

  • 2 Replies
  • 4496 Views
hdr timelapse script for a720is ?
« on: 08 / March / 2009, 13:53:04 »
Advertisements
hello everyone !
i have tried to search for a few hours and cannot find where to start editing my ult_intrvl.bas script
to take 3-5 shots  for this camera
for one shot this script works fine
cannot find any scripts for exposure bracketing tho, prob because it works default with chdk.
figured i could add a parm for tv , # of shots 3-6 and then add that into the
Code: [Select]
:interval
  if p>0 then gosub "pause"
  for n=2 to c
  sleep t
  print "Shot", n, "of", c
  shoot
  next n
  if g=1 then goto "interval" else end
but i cannot find anything for bracketing that works for the a720is
even tried setting the camera up for bracketing  with its custom timer to take the 3 shots  and  wont work with the script
anyone able to point me in the correct direction ?
Code: [Select]
rem Author - Keoeeit
rem Written for S-Series
rem Should be okay on others
rem Use Endless mode with caution
rem See documentation for important info
@title Ultra Intervalometer
@param a Delay 1st Shot (Mins)
@default a 0
@param b Delay 1st Shot (Secs)
@default b 0
@param c Number of Shots
@default c 5
@param d Interval (Minutes)
@default d 0
@param e Interval (Seconds)
@default e 0
@param f Interval (10th Seconds)
@default f 5
@param g Endless? No=0 Yes=1
@default g 0

p=a*60000+b*1000
t=d*60000+e*1000+f*100
if c<1 then let c=5
if t<100 then let t=100
if g<0 then let g=0
if g>1 then let g=1
if p<0 then let p=0
z=t*c
y=p+z

print "1 Cycle Time:", y/60000; "min", y%60000/1000; "sec"

goto "interval"

:interval
  if p>0 then gosub "pause"
  for n=2 to c
  sleep t
  print "Shot", n, "of", c
  shoot
  next n
  if g=1 then goto "interval" else end

:pause
  n=(a*60)+b
  for m=1 to n
  q=n-m
  print "Intvl Begins:", q/60; "min", q%60; "sec"
  sleep 930
  next m
  return

Re: hdr timelapse script for a720is ?
« Reply #1 on: 08 / March / 2009, 14:09:27 »
 :blink: never mind  it works  with bracketing with the self timer  the before shot delay  was throwing me off  and i didnt fully wait until the full time had passed untill next shot

having it all in one script tho would be nicer

Re: hdr timelapse script for a720is ?
« Reply #2 on: 08 / March / 2009, 14:28:00 »
having it all in one script tho would be nicer

Checkout the following, you can have Tv, focus or Tv and focus-bracketing :-

http://stereo.jpn.org/eng/sdm/tlapse.htm

http://stereo.jpn.org/eng/sdm/tlapse2.htm

This tells you how to exposure-blend a folder of images by simply entering the number of images in your bracketing sequence:

http://stereo.jpn.org/eng/sdm/capture.htm

 

Related Topics


SimplePortal © 2008-2014, SimplePortal