Skip to content

NET_SDK_ShowRectList

Interface Definition

1
2
3
4
BOOL NET_SDK_ShowRectList(
    POINTERHANDLE lPlayHandle,
    const unsigned char* pVFDRectData,
    int nBufLen);
1
2
3
4
public static extern bool NET_SDK_ShowRectList(
    POINTERHANDLE lPlayHandle,
    IntPtr pVFDRectData,
    int nBufLen);

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

Error Code