View Single Post
Old 13-07-2011, 16:47   #1702
onesky
Senior Member
 
L'Avatar di onesky
 
Iscritto dal: May 2004
Cittā: Roma
Messaggi: 7268
copia e incolla in un file di testo vuoto il messaggio quotato e salvalo con il nome ult_intrvl.bas poi lo copi nella scheda di memoria dentro la cartella /SCRIPTS/
poi la fai partire dal menu chdk
Codice PHP:
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
rem first version
@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 EndlessNo=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"
  
print "Shot 1 of"c
  shoot      
  
if c=1 then end
  
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 
per il timelapse ho usato questi parametri



720 scatti (pari ad una durata di 30 secondi per un video a 24fps) ogni 2.5 secondi

con l'impostazione tutta manuale e il fuoco manuale ha consumato circa il 30% della batteria.

ecco il video:

http://www.youtube.com/watch?v=MvaNrg6ovsk
__________________
Ryzen9 5950x@4.3Ghz|Rog Striz X570 Gaming F|Gigabyte RTX4090 OC |Crucial Ballistix 32GB DDR4-3600| Kingston NVMe M.2 SSD 2TB |Agon AG271QG 165Hz IPS | Cooler Master MWE Gold 1050W | MasterCase H500M | HP Reverb G2 VR|Unidata 1000/300 FTTH
onesky č offline   Rispondi citando il messaggio o parte di esso