MotionDetector_Reset
method
Delphi
procedure MotionDetector_Reset;
C++Builder
void __fastcall MotionDetector_Reset();
C#
public void MotionDetector_Reset();
VB.NET
Public Sub MotionDetector_Reset()
C++/Qt
void MotionDetector_Reset ();
disables temporarily the motion detection for the next frame. Call this method if the next frame is not the frame that normally follows the previous one currently stored by the component (e.g. the motion detection has been stopped for a moment, now it restarts but you don't want the 1st frame to be interpreted as motion because it differs from the last one stored a few minutes ago).