Description
Get run-time status of IP Camera. (no privilege required)
Grammar
/GetStatus.cgi[?JsVar=variable[&OnJs=function]]
Remark
"GetStauts.cgi" returns a text whose length is 73, see Camera stauts for more information.
Example
<html>
<script>
function ShowResult(o)
{
alert(str);
}
</script>
<script src="/GetStatus.cgi?JsVar=str&OnJs=ShowResult">
</script>
</html>