用海康HCNetSDK调用硬件(人脸识别门禁)的时候,能登录,但是到调用NET_DVR_StartRemoteConfig的时候,使用返回-1,如下 int lHandle = hcNetSDK.NET_DVR_StartRemoteConfig(this.userId, HCNetSDK.NET_DVR_GET_ACS_EVENT, ptrStruEventCond, struAcsEventCond.size(), null, null); if (lHandle == -1) { throw new Exce…