Vivotek FD9388-HTV 5MP Outdoor Network Dome Camera with Night Vision User Manual

Page 381

Advertising
background image

VIVOTEK

User's Manual - 381

© 2019 VIVOTEK INC. All Right Reserved

248

8.24 Update Lens Configuration

(capability_image_c<0~(n-1)>_lensconfiguration_support > 0)

Note:

This request requires Administrator privileges.

Method:

GET


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

© 2019 VIVOTEK INC. All Right Reserved

249


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.

8.25 Media on Demand

(capability_localstorage.modnum > 0)

Media on demand allows users to select and receive/watch/listen to metadata/video/audio
contents on demand.

Note:

This request requires Viewer access privileges.

Syntax:
rtsp://<servername>/mod.sdp?[&stime=<value>][&etime=<value>][&length =<value>][&loctime
=<value>][&file=<value>][&tsmode=<value>]

PARAMETER VALUE

DEFAULT

DESCRIPTION

stime

<YYYYMMDD_HHMMSS.MMM> N/A

Start time.

etime

<YYYYMMDD_HHMMSS.MMM> N/A

End time.

length

<positive integer>

N/A

The length of media of interest.
The unit is second.

loctime

<boolean>

0

Specify if start/end time is local time
format.
1 for local time, 0 for UTC+0

file

<string>

N/A

The media file to be played.

tsmode

<positive integer>

N/A

Timeshift mode, the unit is second.


Ex.

stime

etime

length

file

Description

V

V

X

X

Play recordings between stime and etime

rtsp://10.10.1.2/mod.sdp?stime=20110312_040400.000&etime=2011_0312_040

510.000

V

X

V

X

Play recordings for length seconds which start from
stime

rtsp://10.10.1.2/mod.sdp?stime=20110312_040400.000&length=120

X

V

V

X

Play recordings for length seconds which ends at
etime

Advertising