Vivotek SD9161-H-v2 2MP PTZ Network Dome Camera User Manual

Page 453

Advertising
background image

VIVOTEK

User's Manual - 453

©

2022 VIVOTEK INC. All Right Reserved

302

"washer_mode : OK\r\n"
"washer_status : FAIL\r\n"

PARAMETER

VALUE

DESCRIPTION

channel

0~"capability_nvideoin"-1

Channel of the video source.

washer_mode

wiper

Apply the wiper to the mode of washer
control system.

washer

Apply the washer to the mode of washer
control system.

washer_status

on

Enable the functionality of washer control
system.

off

Disable the functionality of washer control
system.

washer_dwelltime

15~999

Apply washer washer control system
operation time (including the time when
spraying and wiper actions take place).

heater_status

auto

automatic control the heater component to
keep the device in a workable environment.

trigger

heater component is work in force heater
once.


Syntax:

(for query API)

http://<servername>/cgi-bin/admin/peripheral.cgi?channel=<value>&operation=get
[&supportdevice] –Get support peripheral device
[&washer_supportmode] – Get washer support modes
[&washer_mode] – Get washer mode
[&washer_status] – Get washer status
[&washer_dwelltime] – Get washer clean time
[&heater_supportstatus] – Get heater support control status
[&heater_status] – Get heater status


Example:

http://myserver/cgi-bin/admin/peripheral.cgi?channel=0&operation=get&supportdevice&washer_
status


Response:
HTTP/1.0 200 OK\r\n
Cache-control: no-cache\r\n

©

2022 VIVOTEK INC. All Right Reserved

303

Pragma: no-cache\r\n
\r\n
supportdevice=washer,heater\r\n
washer_status=off\r\n

PARAMETER

VALUE

DESCRIPTION

channel

0~"capability_nvideoin"-1 Channel of the video source.

supportdevice

N/A

Get support peripheral device.

washer_supportmode N/A

Get the support mode of washer control system.

washer_mode

N/A

Get the current mode of washer control system.
It return the value of "washer_mode"

washer_status

N/A

Get the current status of washer control module.
The status is 'off' as default, which means the
washer is stopped; and the status 'on' means the
washer is running.

washer_dwelltime

N/A

Get the current washer clean period of washer
control system.

heater_supportstatus N/A

Get the support status of heater control system.

heater_status

N/A

Get the current heater status.
Normally it will be 'auto', it means the heater
device is control by internal algorithm to keep in
a suitable environment; Otherwise is 'trigger', it
means the heater device is force enable to heat
to an internal condition.‘trigger’ status will be
transfer to ‘auto’ after reach the internal
condition.


Advertising