NET_SDK_ShowRectList¶
接口定义¶
1 2 3 4 | |
1 2 3 4 | |
功能描述¶
(仅支持windows)画规自定义则框。
参数说明¶
| 参数 | 类型 | 说明 |
|---|---|---|
| lPlayHandlein | POINTERHANDLE | 预览句柄,NET_SDK_LivePlay或NET_SDK_LivePlayEx的返回值。 |
| pVFDRectDatain | unsigned char* | 人脸识别矩形框数据。 |
| nBufLenin | int | pVFDRectData申请空间大小。 |
返回值¶
-
类型:BOOL
-
说明:成功返回TRUE,失败返回FALSE。
备注¶
无