Skip to content
Snippets Groups Projects
Commit f4b52d64 authored by Manfred Michaelis's avatar Manfred Michaelis :boom:
Browse files

Updated

parent 75f01dbd
Branches
No related tags found
No related merge requests found
......@@ -351,7 +351,7 @@ namespace hik_vision_lib {
strcpy_s(struLoginInfo.sDeviceAddress, host.c_str());
struLoginInfo.wPort = port;
strcpy_s(struLoginInfo.sUserName, username.c_str());
strcpy_s(struLoginInfo.sPassword, password.c_str();
strcpy_s(struLoginInfo.sPassword, password.c_str());
user_id = NET_DVR_Login_V40(&struLoginInfo, &struDeviceInfoV40);
cout << "user id: " << user_id << endl;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment