NET_SDK_ShowRectList¶
Interface Definition¶
1 2 3 4 | |
1 2 3 4 | |
Function Description¶
(Only supports Windows) Draw the custom rule box.
Parameter Description¶
| Parameters | Type | Remark |
|---|---|---|
| lPlayHandlein | POINTERHANDLE | The preview handle, which is the return value of NET_SDK_LivePlay or NET_SDK_LivePlayEx. |
| pVFDRectDatain | unsigned char* | Face recognition rectangle data. |
| nBufLenin | int | PVFDRectData applies for space size. |
Return Value¶
-
type:BOOL
-
remark:Returns TRUE if successful, FALSE if failed.
Remarks¶
None