Skip to content

MotionDetector_SetCellSensitivity

method

Delphi
function MotionDetector_SetCellSensitivity (x: LongInt; y: LongInt; Value: LongInt): Boolean;
C++Builder
bool __fastcall MotionDetector_SetCellSensitivity(System::LongInt x, System::LongInt y, System::LongInt Value);
C#
public bool MotionDetector_SetCellSensitivity(int x, int y, int Value);
VB.NET
Public Function MotionDetector_SetCellSensitivity(x As Integer, y As Integer, Value As Integer) As Boolean
C++/Qt
BOOL MotionDetector_SetCellSensitivity (int x, int y, int Value);

Sets the sensitivity of one cell in the grid. Useful if the dialog cannot be used to define sensitivity areas because the grid is too dense (usually above 40 x 40).