by Admin_N » Wed Jan 30, 2013 2:53 pm
Yes, if there is motion detector connected, it affects much.
Say, you have a 1 minute interval between messages and you want to have 2 pictures attached. This means that every 30 seconds the program will check motion detector if there is motion at THAT moment. If there is, the picture gets stored in temporary memory waiting for being sent. If not - it doesn't. In the next 30 seconds the program checks again, to get another picture if there is motion this time. And at that instant it sends an email with all pictures that it stored during that time interval (during 1 minute in our example). If there are no pictures, no message is sent.
Obviously, if you only receive 1 picture, there is motion only at one time the program checks motion detector. Other time there simply is no motion and no pictures get stored and thus sent.
That's how it works. I hope it's clearer now.