VIVOTEK
User's Manual - 411
© 2020 VIVOTEK INC. All Right Reserved
262
8.22
Upload Files
Note:
This request requires Administrator privileges.
Method: POST
Syntax:
For daylight saving time configuration file:
http://<
servername
>/cgi-bin/admin/upload_dst.cgi
Post data:
filename =<file name>\r\n
\r\n
<multipart encoded form data>
For language file:
http://<
servername
>/cgi-bin/admin/upload_lan.cgi
Post data:
filename =<file name>\r\n
\r\n
<multipart encoded form data>
For setting backup file:
http://<
servername
>/cgi-bin/admin/upload_backup.cgi
Post data:
filename =<file name>\r\n
\r\n
<multipart encoded form data>
Server will accept the file named <file name> to upload this one to camera.
8.23
Update Lens Configuration
(capability_image_c<0~(n-1)>_lensconfiguration_support > 0)
Note:
This request requires Administrator privileges.
Method:
GET
© 2020 VIVOTEK INC. All Right Reserved
263
Syntax:
For list a name of lens currently used:
http://<
servername
>/cgi-bin/admin/update_lens.cgi?get_currentlens
For list all names of lens installed in camera:
http://<
servername
>/cgi-bin/admin/update_lens.cgi?list_lens
For choose selected lens configuration:
http://<
servername
>/cgi-bin/admin/update_lens.cgi?choose_lens=<value>
You need to reboot manually after you choose another lens configuration.
For choose selected lens configuration and reboot camera:
http://<
servername
>/cgi-bin/admin/update_lens.cgi?choose_reboot_lens=<value>
The camera will reboot after using this cgi.
For delete selected lens configuration:
http://<
servername
>/cgi-bin/admin/update_lens.cgi?delete_lens=<value>
PARAMETER
VALUE
DESCRIPTION
value
<string>
Available lens name.
Please refer to:
lens_default_i<0~(n-1)>_name
lens_user_i<0~(n-1)>_name
n is a positive integer.
Method:
POST
Syntax:
For upload user-defined lens configuration:
http://<
servername
>/cgi-bin/admin/update_lens.cgi?upload_lens
Post data:
upload_lens_profile_input = <file name>\r\n
\r\n
<multipart encoded form data>
Server will accept the file named <file name> to upload the lens profile to camera.