NET_AIOP_POLLING_VIDEO_HEAD

Structure about Video Polling 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[]

Video polling 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.

*pBufferAIOPData

BYTE

Pointer of the AIOP data.

*pBufferPictureSize

BYTE

Pointer of the picture for analysis.

byPictureMode

BYTE

Transmission mode of picture data: 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 the cloud storage.

byRes2

BYTE[]

Reserved field whose size is 3 bytes.

dwPresetIndex

DWORD

Preset No.

byRes

BYTE[]

Reserved field whose size is 176 bytes.