SetMotionDetect.cgi

Description

Enable or disable motion detect. (administrator privilege required)

Grammar

/SetMotionDetect.cgi?[Enable=<true|false>][&Sensibility=<high|middle|low>][&RedirectUrl=sUrl]

Remark

Parameters:
Enable - true, enable motion-detect images, false, disable motion-detect;
Sensibility - motion-detect sensibility; Number value is also supported: 0 - high, 1 - middle, 2 - low.
In the text that GetStatus.cgi returns, bytes 60 ~ 65 (total 6 bytes) shows the defferent images found by motion-detect program. Check these bytes, and compare with the previous value, and if thest bytes have changed, motion detected. When system bootup, the initial value is 999999, and after motion detected, the value increases from 0 to 800000. If it is up to 800000, returns to 0. Bytes 72 of the text returned by GetStatus.cgi shows current motion-detect state.
Visit /GetMotionDetect.cgi to get the current setting.

Example

<html>
<form action=/SetMotionDetect.cgi>
<input name=Enable type=checkbox>Enable motion detect<br>
Sensibility(0~2)<input name=Sensibility>
<input type=submit value=OK>
</form>
</html>