How To Integrate With Smart IPC LPR (Main Function)
How To Integrate With Smart IPC LPR (Main Function)
Parameters Configuration
BOOL NET_DVR_SetDeviceConfig(
LONG lUserID,
DWORD dwCommand,
DWORD dwCount,
LPVOID lpInBuffer,
DWORD dwInBufferSize,
LPVOID lpStatusList,
LPVOID lpInParamBuffer,
DWORD dwInParamBufferSize
);
lpInBuffer of above APIs need to input condition data, the structure of data as below:
LONG NET_DVR_FindPicture(
LONG lUserID,
LPNET_DVR_FIND_PICTURE_PARAM pFindParam
);
LONG NET_DVR_FindNextPicture(
LONG lFindHandle,
LPNET_DVR_FIND_PICTURE lpFindData
);