找传奇、传世资源到传世资源站!

通过C#访问海康DVR源代码

8.5玩家评分(1人评分)
下载后可评
介绍 评论 失效链接反馈

【例子介绍】通过C#访问海康DVR源代码
利用海康提供的网络sdk,采用P/Invoke的方式可以实现访问海康DVR的各种功能,本代码仅列出部分功能。

【相关图片】

from clipboard

from clipboard

from clipboard

【源码结构】

.
├── HikVideoCSTest
│   ├── Component1.Designer.cs
│   ├── Component1.cs
│   ├── HikVideoCSTest.csproj
│   ├── HikVideoDeviceFunction.cs
│   ├── HikVideoStruct.cs
│   ├── MainForm.Designer.cs
│   ├── MainForm.cs
│   ├── MainForm.resx
│   ├── MyPanel.cs
│   ├── Program.cs
│   ├── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   ├── bin
│   │   ├── Debug
│   │   │   ├── HikVideoCSTest.exe
│   │   │   ├── HikVideoCSTest.pdb
│   │   │   ├── HikVideoCSTest.vshost.exe
│   │   │   ├── HikVideoCSTest.vshost.exe.manifest
│   │   │   └── Video
│   │   │       └── Hik
│   │   │           ├── CVT_StdToHik.dll
│   │   │           ├── DS40xxSDK.dll
│   │   │           ├── DataSync.dll
│   │   │           ├── DeviceInfoManager.dll
│   │   │           ├── DsSdk.dll
│   │   │           ├── HCNetSDK.dll
│   │   │           ├── IVSReader.dll
│   │   │           ├── PlayCtrl.dll
│   │   │           └── gdiplus.dll
│   │   └── Release
│   └── obj
│       └── x86
│           └── Debug
│               ├── DesignTimeResolveAssemblyReferences.cache
│               ├── DesignTimeResolveAssemblyReferencesInput.cache
│               ├── GenerateResource.read.1.tlog
│               ├── GenerateResource.write.1.tlog
│               ├── HikVideoCSTest.MainForm.resources
│               ├── HikVideoCSTest.Properties.Resources.resources
│               ├── HikVideoCSTest.csproj.FileListAbsolute.txt
│               ├── HikVideoCSTest.exe
│               ├── HikVideoCSTest.pdb
│               ├── ResolveAssemblyReference.cache
│               └── TempPE
├── HikVideoCSTest.sln
└── 通过C#访问海康DVR源代码_HikVideoCSharpTest.rar

11 directories, 40 files

评论

发表评论必须先登陆, 您可以 登陆 或者 注册新账号 !


在线咨询: 问题反馈
客服QQ:174666394

有问题请留言,看到后及时答复