Solutions
& How-Tos:
2. Accessing
Network IP Camera with CGI commands
Based on Firmware Version fl000004.11,
for new camera 550710 only
»
Click here to download the complete
CGI Reference
Example Paramers - see Complete
CGI Reference for the complete information.
Still
Image Request Command
Use this command to retrieve
one data segment of a JPEG file.
Syntax:
http://cameraip/image.cgi?id =<value>&passwd =<value>&
img_size =<value>
id
= user name of valid viewing account, i.E. guest account
passwd = password of valid viewing
account, i.E. guest account
img_size
= <value>
value
details
VGA
640 x 480 pixel
QVGA
320 x 240 pixel
QCIF
160 x 120 pixel
The parameter img_size
overwrites the default settings of the camera.
If the img_size parameter is not
specified, the JPG returned by the camera
is of the same size as the current camera settings.
Motion
Image Request Command
Use this command
to retrieve a motion image.
Syntax:
http://cameraip/image.cgi?id =<value>&passwd =<value>&mode =<value>&
fr =<value>&img_size =<value> &bf =<value>
id
= user name of valid viewing account, i.E. guest account
passwd = password of valid viewing
account, i.E. guest account
mode = <value>
value
details
activex
ActiveX motion image
applet
JAVA motion image
fr
= <value> (frame rate control)
value
details
1
up to 1 fps
2
up to 2 fps
5
up to 5 fps (default value)
10
up to 10 fps
15
up to 15 fps
30
up to 30 fps
img_size
= <value>
value
details
VGA
640 x 480 pixel
QVGA
320 x 240 pixel
QCIF
160 x 120 pixel
bf
= <value>
(behind firewall switch)
value
details
0
false (default value)
1
true
Controlling
the Digital Output Port GPIO
Use this command
to have the camera provide power for a connected device.
Syntax:
http://cameraip/gp_out.cgi?id =<value>&passwd =<value>&out =<value>&
interval =<value>
id
= user name of valid viewing account, i.E. guest account
passwd = password of administrator
account
out
= <value>
value
details
on
activate GPIO port
off
deactivate GPIO port
interval
= 0 - 255 (sec)
Controls the amount of time the GPIO port is active
Example:
http://cameraip/gp_out.cgi?id=admin&passwd=xxxxxx&out=on&interval=60
Camera will activate the GPOI port and deactivates it after
60 seconds.
»
Click here to download the complete
CGI Reference
» back