ich habe hier um Forum dieses Script gefunden:
- Code: Alles auswählen
@title DRI
@param a Pictures
@default a 5
@param c RAW 0=off 1=on
@default c 0
@param n ND-Filter 0=off 1=in 2=out
@default n 0
@param i ISO1 10x
@default i 5
@param s ISO2 1x
@default s 0
@param w Countdown in sec
@default w 5
for h=1 to w
let m=w-h+1
print "countdown:", m,"secs"
sleep 940
next h
cls
if c>1 then c=1 endif
if c<0 then c=0 endif
if n>2 then n=2 endif
if n<0 then n=0 endif
if a>8 then a=8 endif
if a<1 then a=1 endif
v=get_raw
set_raw c
set_nd_filter n
b=96
press "shoot_half"
do
x=get_shooting
until x=1
get_focus f
release "shoot_half"
sleep 1000
for k=1 to a
print "Photo " k
set_focus f
set_iso_real (i*10)+s
press "shoot_half"
do
x=get_shooting
until x=1
if get_propset = 2 then
set_prop 262 b
else
set_prop 69 b
endif
set_focus f
set_iso_real (i*10)+s
click "shoot_full"
do
x=get_shooting
until x=1
do
x=get_shooting
until x<>1
release "shoot_half"
b=b-96
next k
set_raw v
end
Leider kenne ich mich mit programmierung gar nicht aus. Ich habe bis jetzt herausgefunden, das das letzte Bild am Besten ist.
Wie könnte ein Script aussehen indem ich nur 1 Bild mache, mit einer sehr langen Belichtung ?
Mfg