NET_AIOP_HISTORY_VIDEO_HEAD

Structure about History Video Analysis Task

Member

Data Type

Description

dwSize

DWORD

Structure size.

dwChannel

DWORD

Device channel No. for analysis.

struTime

NET_DVR_SYSTEM_TIME

System time.

szTaskID

char[]

History video analysis task ID whose size is 64 bytes.

dwAIOPDataSize

DWORD

Size of the AIOP data.

dwPictureSize

DWORD

Size of the picture for analysis.

szMPID

char[]

Detection model package ID whose size is 64 bytes. It is used for parsing the detection data matching AIOP. For details about the label description of the package being loaded, refer to the response mesasge returned by calling the URI GET /ISAPI/Intelligent/AIOpenPlatform/algorithmModel/management?format=json.

*pBufferAIOPData

BYTE

Pointer of the AIOP data.

*pBufferPicture

BYTE

Pointer of the picture for analysis.

byPictureMode

BYTE

Picture data transmission mode: 0-binary, 1-cloud storage. When the value of byPictureMode is 0, the value of pBufferPicture is the binary data, otherwise it is the URL of cloud storage.

byRes

BYTE[]

Reserved field whose size is 183 bytes.