VIVOTEK
User's Manual - 153
Response:
HTTP/1.0 200 OK\r\n
Content-Type: text/plain\r\n
Content-Length: 7\r\n
\r\n
do1=1\r\n
6.4 Drive the IR Light Illuminator
Note: This request requires Viewer privileges.
Method: GET/POST
Syntax:
http://<servername>/cgi-bin/dido/setilluminator.cgi?ir_status=<state>[&ir_duration=<value>]
Where state is close or open; “close” means inactive or normal state, while “open” means active or triggered
state.
PARAMETER VALUE DESCRIPTION
close– Inactive, normal state
ir_status close, open
open– Active, triggered state
ir_duration 0~ Duration of the IR illuminator trigger in seconds.
Example: Drive the IR illuminator status to 1 and duration to 10 to triggered state for 10 seconds.
http://myserver/cgi-bin/dido/setilluminator.cgi?ir_status=open&ir_duration=10
6.5 Query Status of the IR Light Illuminator
Note: This request requires Viewer privileges
Method: GET/POST
Syntax:
http://<servername>/cgi-bin/dido/getilluminator.cgi?ir_status
If no parameter is specified, no result will be returned.
Return:
HTTP/1.0 200 OK\r\n
Content-Type: text/plain\r\n
[ir_status=<state>]\r\n