NET_DVR_IVE_VFD_RESULT_DATA_INFO_T¶
Structure Definition¶
1 2 3 4 5 6 7 8 | |
1 2 3 4 5 6 7 8 9 | |
Function Description¶
Face detection image structure.
Member Description¶
| Member | Type | Remark |
|---|---|---|
| type | unsigned int | Image data 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. |