在好例子网,分享、交流、成长!
您当前所在位置:首页C# 开发实例C#语言基础 → C# 海康实时监控视频SDK

C# 海康实时监控视频SDK

C#语言基础

下载此实例
  • 开发语言:C#
  • 实例大小:5.12M
  • 下载次数:128
  • 浏览次数:1320
  • 发布时间:2020-10-29
  • 实例类别:C#语言基础
  • 发 布 人:lp0606
  • 文件格式:.rar
  • 所需积分:2
 相关标签: sdk 海康 实时 sd 监控

实例介绍

【实例简介】

1. 实现预览、抓图(BMP、JPEG)、客户端录像、云台控制(2014-7-4)

2. 设备通道号在界面上手动输入,64路以下NVR的IP通道一般从33开始
3. bin文件夹下为已编译的可执行程序(Release版本)
4. SDK日志保存路径:"C:\\SdkLog\\"(2014-7-4)

【实例截图】

from clipboard

【核心代码】

3- C# 开发示例

├── 1-实时预览示例代码一
│   ├── PreviewDemo
│   │   ├── App.ico
│   │   ├── AssemblyInfo.cs
│   │   ├── CHCNetSDK.cs
│   │   ├── PreSet.Designer.cs
│   │   ├── PreSet.cs
│   │   ├── PreSet.resx
│   │   ├── Preview.cs
│   │   ├── Preview.resx
│   │   ├── PreviewDemo.csproj
│   │   ├── PreviewDemo.csproj.user
│   │   ├── Properties
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── app.config
│   │   └── bin
│   │       ├── PreviewDemo.exe
│   │       └── 请先看这里:Demo内容说明和注意事项.txt
│   ├── PreviewDemo.sln
│   ├── PreviewDemo.v12.suo
│   └── 请先看这里:Demo内容说明和注意事项.txt
├── 2-实时预览示例代码二
│   ├── NVRCsharpDemo
│   │   ├── CHCNetSDK.cs
│   │   ├── IPChannelConfig.Designer.cs
│   │   ├── IPChannelConfig.cs
│   │   ├── IPChannelConfig.resx
│   │   ├── MainWindow.Designer.cs
│   │   ├── MainWindow.cs
│   │   ├── MainWindow.resx
│   │   ├── NVRCsharpDemo.csproj
│   │   ├── NVRCsharpDemo.csproj.user
│   │   ├── PlayCtrl.cs
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   └── bin
│   │       ├── NVRCsharpDemo.exe
│   │       └── 请先看这里:Demo内容说明和注意事项.txt
│   ├── NVRCsharpDemo.sln
│   ├── NVRCsharpDemo.v12.suo
│   └── 请先看这里:Demo内容说明和注意事项.txt
├── 3-回放下载
│   ├── NVRCsharpDemo
│   │   ├── CHCNetSDK.cs
│   │   ├── MainWindow.Designer.cs
│   │   ├── MainWindow.cs
│   │   ├── MainWindow.resx
│   │   ├── NVRCsharpDemo.csproj
│   │   ├── NVRCsharpDemo.csproj.user
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   └── bin
│   │       ├── NVRCsharpDemo.exe
│   │       └── 请先看这里:Demo内容说明和注意事项.txt
│   ├── NVRCsharpDemo.sln
│   ├── NVRCsharpDemo.v12.suo
│   └── 请先看这里:Demo内容说明和注意事项.txt
├── 4-报警布防监听
│   ├── AlarmCSharpDemo
│   │   ├── AlarmCSharpDemo.csproj
│   │   ├── AlarmDemo.Designer.cs
│   │   ├── AlarmDemo.cs
│   │   ├── AlarmDemo.resx
│   │   ├── CHCNetSDK.cs
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   └── bin
│   │       ├── AlarmCSharpDemo.exe
│   │       ├── picture
│   │       └── 请先看这里:Demo内容说明和注意事项.txt
│   ├── AlarmCSharpDemo.sln
│   ├── AlarmCSharpDemo.v12.suo
│   └── 请先看这里:Demo内容说明和注意事项.txt
├── 5-获取设备能力集
│   ├── CapabilityCSharpDemo
│   │   ├── CHCNetSDK.cs
│   │   ├── CapabilityCSharpDemo.csproj
│   │   ├── CapabilitySet.Designer.cs
│   │   ├── CapabilitySet.cs
│   │   ├── CapabilitySet.resx
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   └── bin
│   │       ├── CapabilityCSharpDemo.exe
│   │       └── 请先看这里:Demo内容说明和注意事项.txt
│   ├── CapabilityCSharpDemo.sln
│   ├── CapabilityCSharpDemo.v12.suo
│   └── 请先看这里:Demo内容说明和注意事项.txt
├── 6-解码器示例代码
│   ├── DecoderCSharpDemo
│   │   ├── CHCNetSDK.cs
│   │   ├── DecoderCSharpDemo.csproj
│   │   ├── DecoderDemo.Designer.cs
│   │   ├── DecoderDemo.cs
│   │   ├── DecoderDemo.resx
│   │   ├── DisplayChanCfg.Designer.cs
│   │   ├── DisplayChanCfg.cs
│   │   ├── DisplayChanCfg.resx
│   │   ├── DynnamicDecode.Designer.cs
│   │   ├── DynnamicDecode.cs
│   │   ├── DynnamicDecode.resx
│   │   ├── PassiveDecode.Designer.cs
│   │   ├── PassiveDecode.cs
│   │   ├── PassiveDecode.resx
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   └── bin
│   │       ├── DecoderCSharpDemo.exe
│   │       └── 请先看这里:Demo内容说明和注意事项.txt
│   ├── DecoderCSharpDemo.sln
│   ├── DecoderCSharpDemo.v12.suo
│   └── 请先看这里:Demo内容说明和注意事项.txt
├── 7-远程参数配置
│   ├── ConfigCSharpDemo
│   │   ├── CHCNetSDK.cs
│   │   ├── ChanConfig.Designer.cs
│   │   ├── ChanConfig.cs
│   │   ├── ChanConfig.resx
│   │   ├── ConfigCSharpDemo.Designer.cs
│   │   ├── ConfigCSharpDemo.cs
│   │   ├── ConfigCSharpDemo.csproj
│   │   ├── ConfigCSharpDemo.resx
│   │   ├── MotionDetect.Designer.cs
│   │   ├── MotionDetect.cs
│   │   ├── MotionDetect.resx
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   └── bin
│   │       ├── ConfigCSharpDemo.exe
│   │       └── 请先看这里:Demo内容说明和注意事项.txt
│   ├── ConfigCSharpDemo.sln
│   ├── ConfigCSharpDemo.v12.suo
│   └── 请先看这里:Demo内容说明和注意事项.txt
├── 8-门禁&人证功能
│   ├── AcsDemo.Designer.cs
│   ├── AcsDemo.cs
│   ├── AcsDemo.csproj
│   ├── AcsDemo.resx
│   ├── AcsDemo.sln
│   ├── AcsDemo.v12.suo
│   ├── App.config
│   ├── GetAcsEventType.cs
│   ├── HCNetSDK.cs
│   ├── Language
│   │   ├── Chinese.xml
│   │   ├── DefaultLanguage.xml
│   │   ├── English.xml
│   │   └── MultiLanguage.cs
│   ├── PlayCtrl.cs
│   ├── ProductAcs
│   │   ├── ACS_FACE_PARAM_CFG.Designer.cs
│   │   ├── ACS_FACE_PARAM_CFG.cs
│   │   ├── ACS_FACE_PARAM_CFG.resx
│   │   ├── CaptureDataSearch.Designer.cs
│   │   ├── CaptureDataSearch.cs
│   │   ├── CaptureDataSearch.resx
│   │   ├── CardAdd.Designer.cs
│   │   ├── CardAdd.cs
│   │   ├── CardAdd.resx
│   │   ├── CardConfigure.Designer.cs
│   │   ├── CardConfigure.cs
│   │   ├── CardConfigure.resx
│   │   ├── CardManage
│   │   │   ├── CardAdd.Designer.cs
│   │   │   ├── CardAdd.cs
│   │   │   ├── CardAdd.resx
│   │   │   ├── CardManagement.Designer.cs
│   │   │   ├── CardManagement.cs
│   │   │   ├── CardManagement.resx
│   │   │   ├── CardModify.Designer.cs
│   │   │   ├── CardModify.cs
│   │   │   ├── CardModify.resx
│   │   │   ├── UserAdd.Designer.cs
│   │   │   ├── UserAdd.cs
│   │   │   └── UserAdd.resx
│   │   ├── CardManagement.Designer.cs
│   │   ├── CardManagement.cs
│   │   ├── CardManagement.resx
│   │   ├── CardManagementByStaffCenter.Designer.cs
│   │   ├── CardManagementByStaffCenter.cs
│   │   ├── CardManagementByStaffCenter.resx
│   │   ├── ClearACSParameters.Designer.cs
│   │   ├── ClearACSParameters.cs
│   │   ├── ClearACSParameters.resx
│   │   ├── DevicePlanStatus.Designer.cs
│   │   ├── DevicePlanStatus.cs
│   │   ├── DevicePlanStatus.resx
│   │   ├── DeviceTimeCorrection.Designer.cs
│   │   ├── DeviceTimeCorrection.cs
│   │   ├── DeviceTimeCorrection.resx
│   │   ├── DoorControl.Designer.cs
│   │   ├── DoorControl.cs
│   │   ├── DoorControl.resx
│   │   ├── EventCardLinkage.Designer.cs
│   │   ├── EventCardLinkage.cs
│   │   ├── EventCardLinkage.resx
│   │   ├── FaceConfigure.Designer.cs
│   │   ├── FaceConfigure.cs
│   │   ├── FaceConfigure.resx
│   │   ├── FaceRecordManagement.Designer.cs
│   │   ├── FaceRecordManagement.cs
│   │   ├── FaceRecordManagement.resx
│   │   ├── FingerPrintMgr.Designer.cs
│   │   ├── FingerPrintMgr.cs
│   │   ├── FingerPrintMgr.resx
│   │   ├── FingerPrintMgrByStaffCenter.Designer.cs
│   │   ├── FingerPrintMgrByStaffCenter.cs
│   │   ├── FingerPrintMgrByStaffCenter.resx
│   │   ├── GetAcsEvent.Designer.cs
│   │   ├── GetAcsEvent.cs
│   │   ├── GetAcsEvent.resx
│   │   ├── GuardAndUnguard.Designer.cs
│   │   ├── GuardAndUnguard.cs
│   │   ├── GuardAndUnguard.resx
│   │   ├── HolidayGroupPlan.Designer.cs
│   │   ├── HolidayGroupPlan.cs
│   │   ├── HolidayGroupPlan.resx
│   │   ├── HolidayPlan.Designer.cs
│   │   ├── HolidayPlan.cs
│   │   ├── HolidayPlan.resx
│   │   ├── PlanTemplate.Designer.cs
│   │   ├── PlanTemplate.cs
│   │   ├── PlanTemplate.resx
│   │   ├── RemoteControlCapture.Designer.cs
│   │   ├── RemoteControlCapture.cs
│   │   ├── RemoteControlCapture.resx
│   │   ├── StaffManagement.Designer.cs
│   │   ├── StaffManagement.cs
│   │   ├── StaffManagement.resx
│   │   ├── SynInfo.Designer.cs
│   │   ├── SynInfo.cs
│   │   ├── SynInfo.resx
│   │   ├── Upgrade.Designer.cs
│   │   ├── Upgrade.cs
│   │   ├── Upgrade.resx
│   │   ├── UserAdd.Designer.cs
│   │   ├── UserAdd.cs
│   │   ├── UserAdd.resx
│   │   ├── UserCardMgr.Designer.cs
│   │   ├── UserCardMgr.cs
│   │   ├── UserCardMgr.resx
│   │   ├── UserManagement.Designer.cs
│   │   ├── UserManagement.cs
│   │   ├── UserManagement.resx
│   │   ├── VideoCall.Designer.cs
│   │   ├── VideoCall.cs
│   │   ├── VideoCall.resx
│   │   ├── WeekPlan.Designer.cs
│   │   ├── WeekPlan.cs
│   │   └── WeekPlan.resx
│   ├── Program.cs
│   ├── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Resources.zh-CN.Designer.cs
│   │   ├── Resources.zh-CN.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   ├── Public
│   │   ├── AcsDemoPublic.cs
│   │   ├── AddDevice.Designer.cs
│   │   ├── AddDevice.cs
│   │   ├── AddDevice.resx
│   │   ├── AlarmInfoShow.Designer.cs
│   │   ├── AlarmInfoShow.cs
│   │   ├── AlarmInfoShow.resx
│   │   ├── DeviceInfo.Designer.cs
│   │   ├── DeviceInfo.cs
│   │   ├── DeviceInfo.resx
│   │   ├── DeviceLogList.Designer.cs
│   │   ├── DeviceLogList.cs
│   │   ├── DeviceLogList.resx
│   │   ├── DeviceTree.Designer.cs
│   │   ├── DeviceTree.cs
│   │   ├── DeviceTree.resx
│   │   ├── PicAlarmInfo.Designer.cs
│   │   ├── PicAlarmInfo.cs
│   │   └── PicAlarmInfo.resx
│   ├── bin
│   │   ├── AcsDemo.exe
│   │   ├── Language
│   │   │   ├── Chinese.xml
│   │   │   ├── DefaultLanguage.xml
│   │   │   └── English.xml
│   │   ├── Newtonsoft.Json.dll
│   │   ├── res
│   │   │   ├── IPChan.bmp
│   │   │   ├── card_reader.bmp
│   │   │   ├── card_reader_offline.bmp
│   │   │   ├── dev_alarm.bmp
│   │   │   ├── door_closed.bmp
│   │   │   ├── door_open.bmp
│   │   │   ├── fortify.bmp
│   │   │   ├── fortify_alarm.bmp
│   │   │   ├── login.bmp
│   │   │   ├── logout.bmp
│   │   │   └── tree.bmp
│   │   ├── zh-CN
│   │   │   └── AcsDemo.resources.dll
│   │   └── 请先看这里:Demo内容说明和注意事项.txt
│   ├── 操作文档
│   │   └── 门禁C#DEMO操作说明.pdf
│   └── 请先看这里:Demo内容说明和注意事项.txt
└── 9-优化门禁功能示例
    ├── ACSOptimizationAll.sln
    ├── ACSOptimizationAll.v12.suo
    ├── CardManagement
    │   ├── CardManagement
    │   │   ├── 1.ico
    │   │   ├── CardManagement.Designer.cs
    │   │   ├── CardManagement.cs
    │   │   ├── CardManagement.csproj
    │   │   ├── CardManagement.csproj.user
    │   │   ├── CardManagement.resx
    │   │   ├── HCNetSDK.cs
    │   │   ├── Language
    │   │   │   ├── Chinese.xml
    │   │   │   ├── DefaultLanguage.xml
    │   │   │   ├── English.xml
    │   │   │   └── MultiLanguage.cs
    │   │   ├── ProductAcs
    │   │   ├── Program.cs
    │   │   ├── Properties
    │   │   │   ├── AssemblyInfo.cs
    │   │   │   ├── Blue_Gradient.jpg
    │   │   │   ├── Resources.Designer.cs
    │   │   │   ├── Resources.resx
    │   │   │   ├── Settings.Designer.cs
    │   │   │   └── Settings.settings
    │   │   ├── Public
    │   │   │   ├── AcsDemoPublic.cs
    │   │   │   ├── AddDevice.Designer.cs
    │   │   │   ├── AddDevice.cs
    │   │   │   └── AddDevice.resx
    │   │   ├── app.config
    │   │   └── bin
    │   │       ├── CardManagement.exe
    │   │       └── 库文件不是拷贝在这里,需要拷贝到上上上级HCNetSDK文件夹中.txt
    │   ├── CardManagement.sln
    │   └── CardManagement.v12.suo
    ├── ControlDoor
    │   ├── ControlDoor
    │   │   ├── 1.ico
    │   │   ├── ControlDoor.Designer.cs
    │   │   ├── ControlDoor.cs
    │   │   ├── ControlDoor.csproj
    │   │   ├── ControlDoor.csproj.user
    │   │   ├── ControlDoor.resx
    │   │   ├── HCNetSDK.cs
    │   │   ├── Language
    │   │   │   ├── Chinese.xml
    │   │   │   ├── DefaultLanguage.xml
    │   │   │   ├── English.xml
    │   │   │   └── MultiLanguage.cs
    │   │   ├── ProductAcs
    │   │   ├── Program.cs
    │   │   ├── Properties
    │   │   │   ├── AssemblyInfo.cs
    │   │   │   ├── Blue_Gradient.jpg
    │   │   │   ├── Resources.Designer.cs
    │   │   │   ├── Resources.resx
    │   │   │   ├── Settings.Designer.cs
    │   │   │   └── Settings.settings
    │   │   ├── Public
    │   │   │   ├── AcsDemoPublic.cs
    │   │   │   ├── AddDevice.Designer.cs
    │   │   │   ├── AddDevice.cs
    │   │   │   └── AddDevice.resx
    │   │   ├── app.config
    │   │   └── bin
    │   │       ├── ControlDoor.exe
    │   │       └── 库文件不是拷贝在这里,需要拷贝到上上上级HCNetSDK文件夹中.txt
    │   ├── ControlDoor.sln
    │   └── ControlDoor.v12.suo
    ├── DeleteFace
    │   ├── DeleteFace
    │   │   ├── 1.ico
    │   │   ├── DeleteFace.Designer.cs
    │   │   ├── DeleteFace.cs
    │   │   ├── DeleteFace.csproj
    │   │   ├── DeleteFace.resx
    │   │   ├── HCNetSDK.cs
    │   │   ├── Program.cs
    │   │   ├── Properties
    │   │   │   ├── AssemblyInfo.cs
    │   │   │   ├── Blue_Gradient.jpg
    │   │   │   ├── Resources.Designer.cs
    │   │   │   ├── Resources.resx
    │   │   │   ├── Settings.Designer.cs
    │   │   │   └── Settings.settings
    │   │   ├── Public
    │   │   │   ├── AddDevice.Designer.cs
    │   │   │   ├── AddDevice.cs
    │   │   │   └── AddDevice.resx
    │   │   ├── app.config
    │   │   └── bin
    │   │       ├── EventByDeploy.exe
    │   │       └── 库文件不是拷贝在这里,需要拷贝到上上上级HCNetSDK文件夹中.txt
    │   └── DeleteFace.sln
    ├── EventByDeploy
    │   ├── EventByDeploy
    │   │   ├── 1.ico
    │   │   ├── EventByDeploy.Designer.cs
    │   │   ├── EventByDeploy.cs
    │   │   ├── EventByDeploy.csproj
    │   │   ├── EventByDeploy.csproj.user
    │   │   ├── EventByDeploy.resx
    │   │   ├── HCNetSDK.cs
    │   │   ├── Language
    │   │   │   ├── Chinese.xml
    │   │   │   ├── DefaultLanguage.xml
    │   │   │   ├── English.xml
    │   │   │   └── MultiLanguage.cs
    │   │   ├── ProductAcs
    │   │   ├── Program.cs
    │   │   ├── Properties
    │   │   │   ├── AssemblyInfo.cs
    │   │   │   ├── Blue_Gradient.jpg
    │   │   │   ├── Resources.Designer.cs
    │   │   │   ├── Resources.resx
    │   │   │   ├── Settings.Designer.cs
    │   │   │   └── Settings.settings
    │   │   ├── Public
    │   │   │   ├── AcsDemoPublic.cs
    │   │   │   ├── AddDevice.Designer.cs
    │   │   │   ├── AddDevice.cs
    │   │   │   └── AddDevice.resx
    │   │   ├── TypeMap.cs
    │   │   ├── app.config
    │   │   └── bin
    │   │       ├── EventByDeploy.exe
    │   │       └── 库文件不是拷贝在这里,需要拷贝到上上上级HCNetSDK文件夹中.txt
    │   ├── EventByDeploy.sln
    │   └── EventByDeploy.v12.suo
    ├── FaceManagement
    │   ├── FaceManagement
    │   │   ├── 1.ico
    │   │   ├── AddDev.Designer.cs
    │   │   ├── AddDev.cs
    │   │   ├── AddDev.resx
    │   │   ├── CHCNetSDK.cs
    │   │   ├── FaceManagement.Designer.cs
    │   │   ├── FaceManagement.cs
    │   │   ├── FaceManagement.csproj
    │   │   ├── FaceManagement.resx
    │   │   ├── Language
    │   │   │   ├── Chinese.xml
    │   │   │   ├── DefaultLanguage.xml
    │   │   │   ├── English.xml
    │   │   │   └── MultiLanguage.cs
    │   │   ├── Program.cs
    │   │   ├── Properties
    │   │   │   ├── AssemblyInfo.cs
    │   │   │   ├── Blue_Gradient.jpg
    │   │   │   ├── Resources.Designer.cs
    │   │   │   ├── Resources.resx
    │   │   │   ├── Settings.Designer.cs
    │   │   │   └── Settings.settings
    │   │   ├── app.config
    │   │   └── bin
    │   │       ├── FaceManagement.exe
    │   │       └── 库文件不是拷贝在这里,需要拷贝到上上上级HCNetSDK文件夹中.txt
    │   ├── FaceManagement.sln
    │   └── FaceManagement.v12.suo
    ├── FingerPrintManagement
    │   ├── FingerPrintManagement
    │   │   ├── 1.ico
    │   │   ├── AddDev.Designer.cs
    │   │   ├── AddDev.cs
    │   │   ├── AddDev.resx
    │   │   ├── FingerPrintManagement.csproj
    │   │   ├── FingerPrintManagement.csproj.user
    │   │   ├── FingerPrintMgr.Designer.cs
    │   │   ├── FingerPrintMgr.cs
    │   │   ├── FingerPrintMgr.resx
    │   │   ├── Language
    │   │   │   ├── Chinese.xml
    │   │   │   ├── DefaultLanguage.xml
    │   │   │   ├── English.xml
    │   │   │   └── MultiLanguage.cs
    │   │   ├── Program.cs
    │   │   ├── Properties
    │   │   │   ├── AssemblyInfo.cs
    │   │   │   ├── Blue_Gradient.jpg
    │   │   │   ├── Resources.Designer.cs
    │   │   │   ├── Resources.resx
    │   │   │   ├── Settings.Designer.cs
    │   │   │   └── Settings.settings
    │   │   ├── app.config
    │   │   ├── bin
    │   │   │   ├── FingerPrintManagement.exe
    │   │   │   └── 库文件不是拷贝在这里,需要拷贝到上上上级HCNetSDK文件夹中.txt
    │   │   ├── fingerprint.dat
    │   │   └── public
    │   │       ├── CFingerPrintMgr.cs
    │   │       └── HCNetSDK.cs
    │   ├── FingerPrintManagement.sln
    │   └── FingerPrintManagement.v12.suo
    ├── GetACSEvent
    │   ├── GetACSEvent
    │   │   ├── 1.ico
    │   │   ├── GetACSEvent.cs
    │   │   ├── GetACSEvent.csproj
    │   │   ├── GetACSEvent.csproj.user
    │   │   ├── GetACSEvent.designer.cs
    │   │   ├── GetACSEvent.resx
    │   │   ├── GetAcsEventType.cs
    │   │   ├── HCNetSDK.cs
    │   │   ├── Language
    │   │   │   ├── Chinese.xml
    │   │   │   ├── DefaultLanguage.xml
    │   │   │   ├── English.xml
    │   │   │   └── MultiLanguage.cs
    │   │   ├── ProductAcs
    │   │   ├── Program.cs
    │   │   ├── Properties
    │   │   │   ├── AssemblyInfo.cs
    │   │   │   ├── Blue_Gradient.jpg
    │   │   │   ├── Resources.Designer.cs
    │   │   │   ├── Resources.resx
    │   │   │   ├── Settings.Designer.cs
    │   │   │   └── Settings.settings
    │   │   ├── Public
    │   │   │   ├── AddDevice.Designer.cs
    │   │   │   ├── AddDevice.cs
    │   │   │   └── AddDevice.resx
    │   │   ├── app.config
    │   │   └── bin
    │   │       ├── GetACSEvent.exe
    │   │       └── 库文件不是拷贝在这里,需要拷贝到上上上级HCNetSDK文件夹中.txt
    │   ├── GetACSEvent.sln
    │   └── GetACSEvent.v12.suo
    ├── HCNetSDK
    │   └── 所有库文件拷贝到该目录下.txt
    ├── PlanTemplate
    │   ├── PlanTemplate
    │   │   ├── 1.ico
    │   │   ├── HCNetSDK.cs
    │   │   ├── Language
    │   │   │   ├── Chinese.xml
    │   │   │   ├── DefaultLanguage.xml
    │   │   │   ├── English.xml
    │   │   │   └── MultiLanguage.cs
    │   │   ├── PlanTemplate.Designer.cs
    │   │   ├── PlanTemplate.cs
    │   │   ├── PlanTemplate.csproj
    │   │   ├── PlanTemplate.csproj.user
    │   │   ├── PlanTemplate.resx
    │   │   ├── ProductAcs
    │   │   │   ├── HolidayGroupPlan.Designer.cs
    │   │   │   ├── HolidayGroupPlan.cs
    │   │   │   ├── HolidayGroupPlan.resx
    │   │   │   ├── HolidayPlan.Designer.cs
    │   │   │   ├── HolidayPlan.cs
    │   │   │   ├── HolidayPlan.resx
    │   │   │   ├── PlanTemplateM.Designer.cs
    │   │   │   ├── PlanTemplateM.cs
    │   │   │   ├── PlanTemplateM.resx
    │   │   │   ├── WeekPlan.Designer.cs
    │   │   │   ├── WeekPlan.cs
    │   │   │   └── WeekPlan.resx
    │   │   ├── Program.cs
    │   │   ├── Properties
    │   │   │   ├── AssemblyInfo.cs
    │   │   │   ├── Blue_Gradient.jpg
    │   │   │   ├── Resources.Designer.cs
    │   │   │   ├── Resources.resx
    │   │   │   ├── Settings.Designer.cs
    │   │   │   └── Settings.settings
    │   │   ├── Public
    │   │   │   ├── AcsDemoPublic.cs
    │   │   │   ├── AddDevice.Designer.cs
    │   │   │   ├── AddDevice.cs
    │   │   │   └── AddDevice.resx
    │   │   ├── app.config
    │   │   └── bin
    │   │       ├── PlanTemplate.exe
    │   │       └── 库文件不是拷贝在这里,需要拷贝到上上上级HCNetSDK文件夹中.txt
    │   └── PlanTemplate.sln
    └── 请先看这里:Demo内容说明和注意事项.txt

93 directories, 519 files


标签: sdk 海康 实时 sd 监控

实例下载地址

C# 海康实时监控视频SDK

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警