@title md@param a Columns@default a 6@param b Rows@default b 4@param c Threshold (0-255)@default c 10@param d Comparison Interval (mSec)@default d 1@param e Trigger Delay (0.1 secs)@default e 1@param f Pixel block size@default f 6@param h Measure Mode(0-U,1-Y,2-V)@default h 1@param i Masking (0=No 1=Incl 2=Excl)@default i 0@param j Incl/Excl Cols & Rows@default j 0@param k Time-out period (s)@default k 3600@param n Continuous shoot (s)@default n 7@param s Shoot (0=f/1=nf/2=c)@default s 2@param u Pre-focus (0=No)@default u 1if j>a/2 then j=a/2if j>b/2 then j=b/2if j<0 then j=0if s<0 then let s=0if s>2 then let s=2get_prop 102 yif s<>2 and y=1 then let s=2endifif s=0 then let g=1 else let g=0e=e*100k=k*1000print "Stop - Press Shutter"while 1 if x<>18 and u<>0 then gosub "make_focus" md_detect_motion a, b, h, k, d, c, 1, t, i, j+1, j+1, a-j, b-j, g, f, e if t>0 then print t, " cells detected" if t=0 then gosub "awake" if t>0 and u=0 and s=2 then gosub "make_focus" if t>0 and s=1 then click "shoot_full" if t>0 and s=2 then gosub "shoot_continuously" if t>0 and s=3 then gosub "record_video" if t>0 and x<>18 then do get_prop 210 p until p<>1 let t=0 endifwend:make_focus press "shoot_half" do get_prop 210 p until p=1return:shoot_continuously press "shoot_full" sleep n*1000 release "shoot_full"return:record_video click "shoot_full" sleep n*1000 click "shoot_full"return:awake release "shoot_half" if x<>18 and u=0 then click "set" click "set" endifreturnend
Is there a way to select say the 4 or so cells in the top right corner? Just for example.
Motion Detection Plus script allows me to better select the area to detect motion, but it does not allow me to use continuous shooting.
The camera will focus, take a shot, refocus and then shoot again, and so on - about 3-4 seconds between shots - way to slow for me.
Any idea if there is a script out there with the best of both worlds? Selectable motion detection zone areas and continuous shooting?
Started by Barney Fife « 1 2 » Completed and Working Scripts
Started by bugsplatter Hotwire! Hardware Mods, Accessories and Insights
Started by mellow-yellow Script Writing
Started by green_squirrel Script Writing
Started by echan Hello, I'm a NEWBIE - HELP!! (Newbies assistance, User Guides and thank you notes)