User Manual
Table Of Contents
- Overview
- Accessing the Network Camera
- Using 3GPP-compatible Mobile Devices
- Using RTSP Players
- 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 > Video
- Media > Audio
- Media profiles
- Network > General settings
- Network > Streaming protocols
- Network > SNMP (Simple Network Management Protocol)
- Network > FTP
- Bonjour
- Security > User accounts
- Security > HTTPS (Hypertext Transfer Protocol over SSL)
- Security > Access List
- PTZ > PTZ settings
- Event > Event settings
- Applications > Motion detection
- Applications > DI and DO
- Applications > Tampering detection
- Applications > Audio 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
422 - User's Manual
© 2020 VIVOTEK INC. All Right Reserved
292
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