Query/Control the peripheral components status
Start/Stop the camera privacy mode
Method: GET
URL:
http://<ip>/adm/privacy_ctl.cgi?privacy=<parameter>
Parameter Value
and
description
start
start: camera enter privacy mode. Any user can't view the video any more.
stop
stop: camera end the privacy mode.
Return:
Successful request returns all group parameters or the specified parameters as below.
HTTP/1.0 200 OK\r\n
…
content-type: text/plain\r\n
...
\r\n
OK\r\n
Get/Set group parameters
Get group parameters
Method: GET
URL:
http://<ip>/adm/get_group.cgi?<parameter>=<value>[&<value>…]
Parameter Value
and
description
group
1. To get all group settings
group_name (The group name is case insensitive.)
2. To get a specific setting from a group
group_name.parameter_name
3. To get the settings from multiple groups
group_name&group_name...
Note that all group_name and parameter_name are defined in the
Network Camera Configuration Spec
Return:
All group settings or one group setting will be returned as below.
HTTP/1.0 200 OK\r\n
…
content-type: text/plain\r\n
96