Page 1 of 1

Running app

PostPosted: Fri Feb 13, 2009 7:58 pm
by Joao Baracat
Hi sir,

First of all....great SW.

I've tested your SW (moveaction) and worked very well for my need, but I've found something that i need to improve. I'm using to run an app when motion is detected, when the SW get a motion, it runs the app 2 or 3 times (I guess it's 1 per frame of detection). How can I put moveaction in a kind of "standby" mode?

I'm not a delphi programmer but I do understand some of it.

Regards,

Joao Baracat.

PostPosted: Mon Mar 23, 2009 7:44 pm
by wuul
Hi

You could try setting this to a very high value, w.f.

# this is how often the program compares images (milliseconds) when movement is detected
fastFrameinterval=600000

(10 minutes)