Перегляньте відео нижче, щоб дізнатися, як встановити наш сайт як веб-програму на головному екрані.
Замітка: This feature may not be available in some browsers.
переключает режими использования тросика: return
:Int_Shoot
cls
print "Start Interval Shooting"
if f<0 then f=0
if a<2 then a=2
d=f*1000
if d<300 then d=300
n=1
t=get_tick_count
shoot
sleep 100
print "Shot", n, "of", a
for n=2 to a
s=t+d
:wait_loop
t=get_tick_count
if t<s then goto "wait_loop"
shoot
sleep 100
cls
print "Shot", n, "of", a
next n
cls
print "Finish!!!"
return
:Start_Series
cls
print "Start Series Shooting"
:Set_Series_Shoot_Mode
click "timer"
sleep 100
get_prop 6 q
if q<>1 then goto "Set_Series_Shoot_Mode"
press "shoot_half"
sleep 500
press "shoot_full"
return
:Stop_Series
cls
print "Stop Series Shooting"
release "shoot_full"
sleep 100
release "shoot_half"
sleep 100
:Set_Single_Shoot_Mode
click "timer"
sleep 100
get_prop 6 q
if q<>0 then goto "Set_Single_Shoot_Mode"
return
end
@title Uni_Zoom
:loop
wait_click 5000
let k=0
is_key k "up"
if k=1 then set_zoom_rel 10
is_key k "down"
if k=1 then set_zoom_rel -10
is_key k "left"
if k=1 then set_zoom_rel -1
is_key k "right"
if k=1 then set_zoom_rel 1
is_key k "timer"
if k=1 then set_zoom 1
is_key k "set"
if k=1 then set_zoom 21
is_key k "display"
if k=1 then set_zoom 60
is_key k "remote"
if k=1 then shoot
goto "loop"
end
@title Tv_Av_Diag
@param a Diag_Steps 4 - MAX
@default a 4
for s=1 to a
shoot
if s=1 then print "Shoot with Av+0/3 Tv-0/3"
if s=2 then print "Shoot with Av+2/3 Tv-2/3"
if s=3 then print "Shoot with Av+4/3 Tv-4/3"
if s=4 then print "Shoot with Av+6/3 Tv-6/3"
set_tv_rel -2
set_av_rel +2
next s
end
rem author Divalent, based on my "simple intervalometer" script previously posted
rem (which in turn was based on the ONMI intervalometer of Keoeeit)
rem Camera: S3, and other Digic II camera's
rem CHDK version: Fingalo's versions v106 or later
rem (must have get_tick_count and get/set prop)
rem
rem Note: this intervalometer only shoots in photo mode (not video or burst)
rem
@title Accurate Intervalometer
@param a Number of Shots
@default a 180
@param e Interval (Mins)
@default e 0
@param f Interval (Secs)
@default f 2
@param g Interval (0.1 Secs)
@default g 0
if e<0 then e=0
if f<0 then f=0
if g<0 then g=0
if a<2 then a=2
d=e*600+f*10+g
d=d*100
if d<1 then d=1
n=1
sleep 1000
t=get_tick_count
shoot
sleep 100
print "Shot", n, "of", a
for n=2 to a
s=t+d
:wait_loop
t=get_tick_count
if t<s then goto "wait_loop"
shoot
sleep 100
print "Shot", n, "of", a
next n
end
. В лесопарке видел жилую лисью нору, хочу попробывать высокие технологии на службе фотоохоты

Лично я б 2 тыщи в лесу просто так не рискнул бы оставлять, хотя у нас тут и ни разу не город... 

и действительно "погнулись" :\я тоже так думал, но что-то не работает как-то :\
или у меня руки "погнулись"
по ссылке есть скрипты в тексте форума.
а тут тоже обсуждают "детектор движения"
(* заменить на .)⚠ Тільки зареєстровані користувачі бачать весь контент та не бачать рекламу.
кстати, какая из "прошивок" самая лучшая ?
я так понял, что все разработчики прошивок объединили усилия в AllBest или я что-то путаю ?
По поводу лисы: а побочные эффекты, типа сп%%ого фота не страшны?.. Лично я б 2 тыщи в лесу просто так не рискнул бы оставлять, хотя у нас тут и ни разу не город...
Будет ли работать помеченный фот - я, честно говоря, не рискну предположить

терь прийдется обновляться опять.Кстати последний релиз был вчера
терь прийдется обновляться опять.
кстати, как настройки переходят от версии к версии (OSD и др) ?



@title MD Lightning7
@param a Columns
@default a 6
@param b Rows
@default b 4
@param c Threshold (0-255)
@default c 10
@param d Compare Interval (millisecs)
@default d 1
@param e Trigger Delay (0.1 secs)
@default e 12
@param f Rows to Exclude
@default f 0
@param g Pix-Step(speed/accuracy adj)
@default g 8
@param h Reg Mode(0-no,1-incl,2-excl)
@default h 0
@param i Measure Mode(1-Y,0-U,2-V)
@default i 1
if a<1 then a=1
if b<1 then b=1
if c<0 then c=0
if g<1 then g=1
if f<1 then f=1
e=e*100
print ">[";a;",";b;"] threshold: ";c
x=30000
press "shoot_half"
while 1
t=0
md_detect_motion a, b, i, x, d, c, 1, t, h, 1, 1, a, f, 0, g, e
if t then click "shoot_full"
if t then press "shoot_half"
wend
end
rem Author: MLuna - based om MX3 sample script
rem Tested on S3IS only
rem Requires Fingalo's build v 119
rem Use with caution!
@title Motion Detection
rem Shot without auto-focus/with auto-focus/continously (nedd to put in continous mode manually)
rem T implies test mode with MD cells drawing and no shots taken
@param a Shot (0=nf/1=f/2=c/3=t)
@default a 1
rem How long the shutter button will be pressed in continous mode
@param b Continuos shoot (secs)
@default b 10
@param c Threshold (0-255)
@default c 5
@param d Compare Interval (msecs)
@default d 20
@param e Compare Interval (secs)
@default e 0
rem If this value is too small, the camera goes continously shooting after the 1st shot.
rem Experiment with this value to find one fitted to your needs
@param f Begin Delay (secs)
@default f 5
@param g Pix step(speed/accuracy adj)
@default g 5
@param h Columns
@default h 6
@param i Rows
@default i 6
rem Frame width in which no MD is performed (in cell units)
@param j Dead frame
@default j 0
if a<0 then let a=0
if a>3 then let a=3
if c<0 then let c=0
if d<0 then let d-0
if e<0 then let e=0
if g<1 then let g=1
if h<1 then let h=1
if i<1 then let i=1
if j<0 then let j=0
rem Conversions secs to msecs
let b=b*1000
let e=e*1000
let f=f*1000
let d=d+e
rem This is the timeout in msecs. After this period, the motion trap is rearmed.
let T=600000
rem Parameters for the Dead Frame
let J=j+1
let H=h-j
let I=i-j
let t=0
print "press Shutter Button to Stop"
:repete
md_detect_motion h, i, 1, T, d, c, 1, t, 1, J, J, H, I, 0, g, f
if a=0 and t>0 then click "shoot_full"
if a=1 and t>0 then shoot
if a=2 and t>0 then goto "continuos"
if a=3 then goto "test"
let t=0
goto "repete"
:continuos
let X=get_tick_count
press "shoot_full"
:contloop
let U=get_tick_count
let V=(U-X)
if V<b then goto "contloop"
release "shoot_full"
goto "repete"
:test
if t>0 then print "Detected cells: ",t else print "No detection in 10 min!"
let t=0
goto "repete"
end
@title motion shoot count
@param j Shoot count
@default j 2
@param a Columns
@default a 2
@param b Rows
@default b 2
@param c Threshold (0-255)
@default c 10
@param d compare Interval (millisecs)
@default d 80
@param e Begin Triggering Delay(secs)
@default e 0
@param f Detect Timeout (seconds)
@default f 0
@param g pix step(speed/accuracy adj)
@default g 8
@param h reg mode(0-no,1-incl,2-excl)
@default h 0
@param i measure mode(1-Y,0-U,2-V)
@default i 1
if j<1 then j=1
if a<1 then let a=1
if b<1 then let b=1
if c<0 then let c=0
if g<1 then let g=1
if f<1 then let f=1
let f=f*1000
let e=e*1000
for z=0 to 10000
let t=0
md_detect_motion a, b, i, f, d, c, 1, t, h, 2, 2, a-1, b-1, 0, g, e
if t>0 then goto "1"
next z
end
:1
for n=1 to j
print "Shot", n, "of", j
shoot
next n
end
дык а где ответ?krasniy сказав(ла):все ответы, что находил - не помогали [br]вопрос снят
всем спасибо
Мож пригодиццо 
Вот насколько я понял перевод как раз правильный. Это множитель изменения ИСО и прочих параметров. Только он там не везде работает. Должно быть так:krasniy сказав(ла):"множитель" (кривой русский перевод блин в прошивке)
вот строка 244 явно не множитель а "фактор значения", если стоит 1 то используется преобладающее значения из альтернативной прошивки, если OFF то из родной.
Теоретически - можна. И в правилах прошивки об этом написано.krasniy сказав(ла):кстати, как пользоваться скриптами, чтобы ничего не испортить в фотике ?[br]
или испортить нельзя ничего ?


Вот насколько я понял перевод как раз правильный. Это множитель изменения ИСО и прочих параметров. Только он там не везде работает. Должно быть так:
стоит Value Factor=1 ИСО изменяется на +-1(стрелками)
стоит Value Factor=10 ИСО изменяется на +-10(стрелками)
стоит Value Factor=100 ИСО изменяется на +-100(стрелками).
И соответственно отображение реального ИСО включается только для ИСО установленных вручную через CHDK, а не для родных ИСО фотега. А при Value Factor=off ручное ИСО отключено.
По-мойму так.
оно то так, но там еще есть два похожим образом изменяющихся параметра (диафрагма и выдержка), и как минимум один из них изменятеся так как я написал.krasniy сказав(ла):а стрелками изменяется значение override ISO всегда на +/- 1[br]
просто подбираешься значение параметров , как быстрее выставить нужное значение =)
