|
|
|
@ -153,7 +153,7 @@ public class HkNVR extends AbstractNVR {
|
|
|
|
if (osSelect.isWindows())
|
|
|
|
if (osSelect.isWindows())
|
|
|
|
//win系统加载SDK库路径
|
|
|
|
//win系统加载SDK库路径
|
|
|
|
{
|
|
|
|
{
|
|
|
|
strDllPath = CommonKit.class.getClassLoader().getResource("").getPath().substring(1) + "lib\\win\\HCNetSDK.dll";
|
|
|
|
strDllPath = CommonKit.class.getClassLoader().getResource("").getPath().substring(1) + "lib/win/HCNetSDK.dll";
|
|
|
|
} else if (osSelect.isLinux())
|
|
|
|
} else if (osSelect.isLinux())
|
|
|
|
//Linux系统加载SDK库路径
|
|
|
|
//Linux系统加载SDK库路径
|
|
|
|
{
|
|
|
|
{
|
|
|
|
|