Skip to content

MotionDetector_MaxDetectionsPerSecond

property

Delphi
property MotionDetector_MaxDetectionsPerSecond: Double read GetMotionDetector_MaxDetectionsPerSecond write SetMotionDetector_MaxDetectionsPerSecond;
C++Builder
__property double MotionDetector_MaxDetectionsPerSecond = {read=GetMotionDetector_MaxDetectionsPerSecond, write=SetMotionDetector_MaxDetectionsPerSecond};
C#
public double MotionDetector_MaxDetectionsPerSecond { get; set; }
VB.NET
Public Property MotionDetector_MaxDetectionsPerSecond As Double
C++/Qt
double GetMotionDetector_MaxDetectionsPerSecond ();
void SetMotionDetector_MaxDetectionsPerSecond (double Value);

Specifies the maximum number of motion detections per second.

0 = no limit (a motion detection is performed on each video frame).

E.g. 5 = 5 detections per second.