C. url commands of the network camera, Capture update snapshot of jpeg image, Query status of the digital input – LevelOne FCS-1030 User Manual

Page 61: Drive the digital output

Advertising
background image




- 46 -



C. URL commands of the Network Camera

For some customers who already have their own web site or web control application,
the Network Camera can be easily integrated through convenient URLs. This section
lists the commands in URL format corresponding to the basic functions of the erase
Network Camera.

Capture update Snapshot of JPEG image

/cgi-bin/video.jpg?size=<value>
The Network Camera will return the most up-to-date snapshot in JPEG format. The
value of size can be 1, 2 and 3. 1 means half, 2 means normal and 3 means double. If
users do not set the size in this command, the snapshot size will be the same as the
setting of video option.

Query status of the digital input

/cgi-bin/getdi.cgi
The Network Camera will return the status of digital input.

Drive the digital output

/cgi-bin/setdo.cgi?do=<state>
The state is either “H”, or “L”.”H” means high, that is NC is connected with COMMON and
“L” means low that is NO is connected with COMMON.
For instance, typing http://192.168.0.201/cgi-bin/setdo.cgi?do=h in the address bar
of the web browser will command the Network Camera, with IP address of
192.168.0.201, to set digital output to connect to NC with COMMON.

Advertising