NET_DVR_FINDDATA_V50

Structure about file search information.

Structure Definition

struct{
  char                   sFileName[100];
  NET_DVR_TIME_SEARCH    struStartTime;
  NET_DVR_TIME_SEARCH    struStopTime;
  NET_DVR_ADDRESS        struAddr;
  DWORD                  dwFileSize;
  BYTE                   byLocked;
  BYTE                   byFileType;
  BYTE                   byQuickSearch;
  BYTE                   byStreamType;
  DWORD                  dwFileIndex;
  char                   sCardNum[32];
  BYTE                   byRes[256];
}NET_DVR_FINDDATA_V50,*LPNET_DVR_FINDDATA_V50;

Members

sFileName

File name, it is invalid when searching by time.

struStartTime

File start time, see details in the structure NET_DVR_TIME_SEARCH.

struStopTime

File stop time, see details in the structure NET_DVR_TIME_SEARCH.

struAddr

Video segment address, see details in the structure NET_DVR_ADDRESS, which is used for cluster playback.

dwFileSize

File size.

byLocked

Whether the file is locked: 0-no, 1-yes.

byFileType

Video file type, it is valid when searching by time. 0-continuous recording, 1- motion detection, 2- alarm triggered, 3- motion detection | alarm, 4-motion detection & alarm, 5-command triggered, 6- manual recording, 7-VCA recording, 10-PIR alarm, 11-wireless alarm, 12-panic alarm, 13-all, 14-intelligent traffic events, 15-line crossing, 16-intrusion, 17-sound exception, 18-scene change, 19-line crossing|intrusion|face detection|sound exception|scene change, 20-face detection, 21-sensor, 22-callback, 23-copy back recording, 24-video tampering, 25-POS recording, 26-region entrance, 27-region exiting, 28-loitering detection, 29-people gathering, 30-fast moving, 31-parking detection, 32-unattended baggage, 33-object removal, 34-fire source detection, 35-tampering detection, 36-ship detection, 37-temperature pre-alarm, 38-temperature alarm, 39-fight detection, 40-getting up detection, 41-sleepy detection, 42-temperature difference alarm, 43-offline temperature measurement alarm, 44-zone alarm, 45-panic alarm, 46-inquiry service, 47-getting up detection, 48-climbing detection, 49-in-toilet overtime, 50-running detection, 51-playground overstay detection, 75-dredger detection alarm. It is valid when searching by time.

Note:

When logging in to device by ISAPI method, only continuous recording is supported.

byQuickSearch

Search result type, 0-result of normal search, 2-result of searching by time.

byStreamType

Stream type: 0-main stream, 1-sub-stream, 2-third stream.

dwFileIndex

File No.

sCardNum

Card No.

byRes

Reserved.

Remarks

When logging in to device by ISAPI method, the following parameters byLocked, byQuickSearch, byStreamType, dwFileIndex, and sCard are not supported.