This URL command request firmware to scan the local storage media (McroSD or HDD) in the device. It might take few minutes. This URL command has to be send as a single command. The commands after DISK_SCAN will be ignored (no corresponding return message as well).
Because firmware does not send return message until scan is done, the response time of this URL is longer. The WEB client has to be able to handle that.
The log message is available by DISK_SCAN_LOG URL.The local storage media has to be formated with EXT3 filesystem before perfrom the scan.
When firmware received this command, it will check if there is any active events which they are possible to write the media. If there is at least one event does, the firmware does not execute this URL and return the error message. The error message is ERROR: internal error. storage media is busy.
And, if the media is mounted, the error message is ERROR: internal error. storage media is busy.Users have to disable all recording events then format the storage media and un-mount media before format the media.
After the format was done successfully, the firmware will try to mount the local storage media automatically.
User has to enable recording events again after the scan if the media is mounted. Otherwise, the event to local storage functions will not work.
None
OK
or
ERROR
or
ERROR: internal error. storage media is busy.
or
ERROR: DISK_SCAN not found.
Platform Devices Supported Firmware Version PlatformT Camera, Video server with local storage media A1D-310-V4.12 and later PlatformK Camera A1D-311-V5.08.06 and later PlatformA1 Camera A1D-500-V6.02 and later
Valid
http://ip:port/cgi-bin/system?USER=admin&PWD=123456&DISK_SCAN
or
http://ip:port/cgi-bin/cmd/system?DISK_SCAN