User's Manual
Table Of Contents
- Software Installation on page 10
- Overview
- VIVOTEK’s FE9380 and FE9382 are two H.265 fisheye fixed dome network cameras, both featuring a detailed 5-Megapixel CMOS sensor that produces superb image clarity. By employing H.265 compression technology and VIVOTEK’s Smart Stream III technology, these
- The cameras are both equipped with a removable IR-cut filter and WDR Pro technology, empowering the cameras to maintain optimal image quality around the clock and unparalleled visibility in high-contrast lighting environments. Moreover, the cameras are de
- * Depending on scene being monitored.
- Revision History
- Read Before Use
- Package Contents
- Symbols and Statements in this Document
- Physical Description
- LED Definition
- Hardware Installation
- Software Installation
- Network Deployment
- Accessing the Network Camera
- Using RTSP Players
- Using 3GPP-compatible Mobile Devices
- Using VIVOTEK Recording Software
- Main Page
- Client Settings
- Configuration
- System > General settings
- System > Homepage layout
- System > Logs
- System > Parameters
- System > Maintenance
- Media > Image
- Media > Video
- Media > Audio
- Media profiles
- Network > General settings
- Network > Streaming protocols
- Network > QoS (Quality of Service)
- Network > SNMP (Simple Network Management Protocol)
- Network > FTP
- Bonjour
- Security > User accounts
- Security > HTTPS (Hypertext Transfer Protocol over SSL)
- Security > Access List
- Security > IEEE 802.1x
- PTZ > PTZ settings
- Event > Event settings
- Applications > Motion detection
- Applications > Smart VCA
- Applications > DI and DO
- Applications > Tampering detection
- Applications > Audio detection
- Applications > Shock detection
- Applications > Package management - a.k.a., VADP (VIVOTEK Application Development Platform)
- Recording > Recording settings
- Storage
- Storage > SD card management
- Storage > NAS management
- Storage > Content management
- Appendix
VIVOTEK
User's Manual - 431
© 2020 VIVOTEK INC. All Right Reserved
282
Response:
HTTP/1.0 200 OK\r\n
Cache-control: no-cache\r\n
Pragma: no-cache\r\n
\r\n
version=1120B15
8.37 Audio Clip Control (capability_audio_audioclip=1)
Note: This request requires Administrator privileges.
Method: GET/POST
Syntax: (for control API)
http://<servername>/cgi-bin/admin/audioclip.cgi?operation=<value>[&name=<value>][&index=<value>]
PARAMETER
VALUE
DESCRIPTION
operation
startrecording,
stoprecording,
play,
stopplayback,
remove,
download
"startrecording" = Record a new audio clip.
"stoprecording" = Stop an ongoing recording.
"play" = Play an audio clip.
"stopplayback" = Stop to playback of an audio
clip.
"remove" = Delete a clip.
"download" = Download a clip to the client.
* Recording time is limited to 60 seconds.
name
<string>
Name of the audio clip.
The audio clip the action applies to. We
support two interfaces (name or index) to
specify the media clip to be played.
index
0, 1
Number of the audio clip.
The audio clip the action applies to. We
support two interfaces (name or index) to
specify the media clip to be played.
Syntax: (for control API)
Add a new audio clip by uploading a file:
* File size is limited to 10MB.
* Support .wav format only
http://<servername>/cgi-bin/admin/upload_audioclip.cgi[&clipname=<value>][&clipindex=<value>]
PARAMETER
VALUE
DESCRIPTION
© 2020 VIVOTEK INC. All Right Reserved
283
clipname
<string>
Name of the audio clip.
clipindex 0, 1 Number of the audio clip.
8.38 Format SD card
Note: This request requires Administrator privileges.
Method: GET/POST
Syntax: (for control API)
http://<servername>/cgi-bin/admin/format_sdcard.cgi?operation=set[&<parameter>=<value>]
If the user requests a size larger than all stream settings on the server, this request will fail.
If the user requests include an invalid parameter value, we will use the default value.
PARAMETER
VALUE
DESCRIPTION
operation Set Set formatting parameters and start
formatting
fstype fat32, ext4 fat32: High compatibility for PC, but
low stability for Data
ext4 : Low compatibility for PC, but
high stability for Data.
fullformat 0, 1 1: Completely clean data (fat32
support only)
blockingmo
de
blocking blocking: Send an HTTP response at
the end of the format.
nonblocking: Send an HTTP response
at the start of the format
index 0~N which one SD card
Example:
Request of format SD card:
http://myserver/cgi-bin/admin/format_sdcard.cgi?operation=set&fstype=ext4
Response of success:
HTTP/1.1 200 OK\r\n
Content-Type: text/plain\r\n
Content-Length: 2\r\n
\r\n
ok