In the ever-evolving landscape of technology, the convergence of surveillance systems, Artificial Intelligence (AI) and software development has opened up a realm of possibilities. One such avenue is the utilization of DAHUA’s own SDK (Software Development Kit) and devices, which serves as a gateway for AI providers to integrate their own cutting-edge AI algorithms into the solutions provided to their clients, in a B2B matter. This advancement not only enhances security measures but also paves the way for innovative applications across various industries.
Continue reading EVOSEC, DAHUA and AI solutionsKategorie: DAHUA SDK
Intro into basic functions of DAHUA’s SDK (NETSDK)
Function Name | Description | Supported Devices |
CLIENT_Init | initialize SDK | all |
CLIENT_Cleanup | clean up SDK – always use this | all |
CLIENT_GetSDKVersion | get SDK version | all |
CLIENT_GetLastError | get SDK last error | all |
CLIENT_SetAutoReconnect | set SDK reconnection function/callback | all |
CLIENT_SetConnectTime | set SDK timeouts | all |
CLIENT_SetSubconnCallBack | set secondary connection/disconnection callback | all |
CLIENT_SetDVRMessCallBack | set callback for DVR events | all |
CLIENT_StartListenEx | subscribe to DVR events | all |
CLIENT_StopListen | unsubscribe from DVR events | all |
CLIENT_Login | login to a device | all |
CLIENT_LoginEx | extended login function | all |
CLIENT_Logout | log off from a device | all |
CLIENT_SetNetworkParam | set network environment | all |
CLIENT_SearchDevices | search devices in LAN | all |
CLIENT_ModifyDevice | edit device IP | all |
CLIENT_QuerySystemInfo | receive device supported info | all |