NET_SDK_IVE_EventData_T
Structure Definition
Function Description
Event data original image structure.
Member Description
| Member | Type | Remark |
| type | unsigned int | Image encoding type, 0: JPG; 1: YUV. |
| status | unsigned int | Status, 0: invalid; 1: valid; 2: saved. |
| width | unsigned int | Image width. |
| height | unsigned int | Image height. |
| dataLen | unsigned int | Image data length. |
| targetCnt | unsigned int | Number of targets. |
| targetDataLen | unsigned int[40] | The length of each target. |
| releativePts | LONGLONG | Relative timestamp. |
| extendFlag | unsigned char | 0 indicates the old protocol does not support the global counter, and 1 indicates that the global counter is supported. |
| reserve1 | unsigned char[3] | Reserved. |
| globalEnterCarCounter | unsigned int | The total number of vehicles entering is accumulated. |
| globalEnterPersonCounter | unsigned int | The total number of people entering is accumulated. |
| globalEnterBikeCounter | unsigned int | The total number enters non-number and keeps accumulating. |
| globalLeaveCarCounter | unsigned int | The total number of vehicles leaving the site is accumulated. |
| globalLeavePersonCounter | unsigned int | The total number of vehicles leaving the site is accumulated. |
| globalLeaveBikeCounter | unsigned int | The total number of vehicles leaving the site is accumulated. |
| reserve | unsigned char[36] | Reserved field. |