Hi my Camera is Canon PowerShot S3IS and I`m loaded this script http://chdk.wikia.com/wiki/UBASIC/Scripts:_Multipurpose_Motion_Detection
What settings and parameters I must put to can work properly this script?
At the start of the script are the parameters you can select and their default value. Either edit the default values or change them in the <ALT> Scripting Parameters menu.
@param a Shot (0=nf/1=f/2=c/3=t)
@default a 1
rem How long the shutter button will be pressed in continuous 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 continuously 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