在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → 大华网络摄像机SDK及demo源码

大华网络摄像机SDK及demo源码

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:18.63M
  • 下载次数:23
  • 浏览次数:2137
  • 发布时间:2020-08-26
  • 实例类别:一般编程问题
  • 发 布 人:robot666
  • 文件格式:.rar
  • 所需积分:2
 

实例介绍

【实例简介】
大华网络摄像机SDK及demo源码,里面demo可直接运行。方便修改为自己所用。
【实例截图】
【核心代码】
NetSDK_Chn_Windows32
└── General_NetSDK_Chn_Windows32_IS_V3.41.0.R.130826
├── 使用手册
│   └── 网络sdk开发手册.chm
├── 库文件
│   ├── aacdec.dll
│   ├── amrdec.dll
│   ├── avglobal.h
│   ├── dhassistant.h
│   ├── dhconfigsdk.dll
│   ├── dhconfigsdk.h
│   ├── dhconfigsdk.lib
│   ├── dhnetsdk.dll
│   ├── dhnetsdk.h
│   ├── dhnetsdk.lib
│   ├── dhplay.dll
│   ├── h264dec.dll
│   ├── IvsDrawer.dll
│   ├── langchn.ini
│   ├── mjpegdec.dll
│   ├── mp3dec.dll
│   ├── mpeg4dec.dll
│   ├── mpeg4enc.dll
│   ├── NetSDKDemo.exe
│   ├── pdb
│   │   ├── dhconfigsdk.pdb
│   │   └── dhnetsdk.pdb
│   └── postproc.dll
├── 演示程序
│   ├── IVS-B
│   │   ├── IVS-B演示程序.exe
│   │   └── langChn.ini
│   ├── IVS-F
│   │   ├── IVS-F演示程序.exe
│   │   └── langChn.ini
│   ├── IVS-PC
│   │   ├── IVS-PC演示程序.exe
│   │   └── langchn.ini
│   ├── IVS-V
│   │   ├── IVS-V演示程序.exe
│   │   └── langchn.ini
│   ├── 参数配置
│   │   ├── IPFileter.ini
│   │   ├── langchn.ini
│   │   └── 参数配置.exe
│   ├── 实时监视和云台控制
│   │   ├── langchn.ini
│   │   └── 实时监视、云台控制.exe
│   ├── 日志查询
│   │   ├── langchn.ini
│   │   └── 日志查询.exe
│   ├── 智能分析设备演示程序
│   │   ├── langchn.ini
│   │   └── 智能分析设备演示程序.exe
│   ├── 智能分析设备配置演示程序
│   │   ├── langchn.ini
│   │   └── 智能分析设备配置演示程序.exe
│   ├── 电视墙
│   │   ├── zh_CN.ini
│   │   └── 电视墙演示程序.exe
│   ├── 解码器视频上墙
│   │   ├── langchn.ini
│   │   └── 解码器视频上墙.exe
│   ├── 设备报警和用户管理
│   │   ├── langchn.ini
│   │   └── 设备报警、用户管理.exe
│   ├── 设备控制和时间同步
│   │   ├── langchn.ini
│   │   └── 设备控制、时间同步.exe
│   ├── 语音对讲
│   │   ├── langchn.ini
│   │   └── 语音对讲.exe
│   ├── 远程回放
│   │   ├── DayTimePickSDK.ocx
│   │   ├── langchn.ini
│   │   ├── registry.bat
│   │   └── 远程回放.exe
│   └── 远程抓图
│   ├── langchn.ini
│   └── 远程抓图.exe
└── 演示程序源码
├── 分类应用
│   ├── IVS-B
│   │   ├── Alarm.cpp
│   │   ├── Alarm.h
│   │   ├── Bin
│   │   │   ├── IvsDrawer.dll
│   │   │   ├── IvsDrawer.pdb
│   │   │   └── langChn.ini
│   │   ├── Config.cpp
│   │   ├── ConfigGlobal.cpp
│   │   ├── ConfigGlobal.h
│   │   ├── Config.h
│   │   ├── ConfigModule.cpp
│   │   ├── ConfigModule.h
│   │   ├── ConfigRules.cpp
│   │   ├── ConfigRules.h
│   │   ├── DemoIVSb.cpp
│   │   ├── DemoIVSbDlg.cpp
│   │   ├── DemoIVSbDlg.h
│   │   ├── DemoIVSb.dsp
│   │   ├── DemoIVSb.dsw
│   │   ├── DemoIVSb.h
│   │   ├── DemoIVSb.rc
│   │   ├── DemoIVSb.rc.bak
│   │   ├── DemoIVSb.sln
│   │   ├── DemoIVSb.suo
│   │   ├── DemoIVSb.vcproj
│   │   ├── Include
│   │   │   ├── avglobal.h
│   │   │   ├── dhassistant.h
│   │   │   ├── dhconfigsdk.h
│   │   │   ├── dhnetsdk.h
│   │   │   ├── dhplayEx.h
│   │   │   ├── dhplay.h
│   │   │   └── IvsDrawer.h
│   │   ├── IVS-B Demo使用说明.txt
│   │   ├── IvsGlobalPreview.cpp
│   │   ├── IvsGlobalPreview.h
│   │   ├── IvsModulePreview.cpp
│   │   ├── IvsModulePreview.h
│   │   ├── IvsRulePreview.cpp
│   │   ├── IvsRulePreview.h
│   │   ├── langChn.ini
│   │   ├── Lib
│   │   │   ├── dhconfigsdk.lib
│   │   │   ├── dhnetsdk.lib
│   │   │   ├── dhplay.lib
│   │   │   └── IvsDrawer.lib
│   │   ├── Login.cpp
│   │   ├── Login.h
│   │   ├── Logo.cpp
│   │   ├── Logo.h
│   │   ├── PictureWnd.cpp
│   │   ├── PictureWnd.h
│   │   ├── PlayApi.cpp
│   │   ├── PlayApi.h
│   │   ├── Preview.cpp
│   │   ├── Preview.h
│   │   ├── ReadMe.txt
│   │   ├── res
│   │   │   ├── DemoIVSb.ico
│   │   │   ├── DemoIVSb.rc2
│   │   │   └── toolbar1.bmp
│   │   ├── resource.h
│   │   ├── RuleCrossFence.cpp
│   │   ├── RuleCrossFence.h
│   │   ├── RuleCrossLine.cpp
│   │   ├── RuleCrossLine.h
│   │   ├── RuleCrossRegion.cpp
│   │   ├── RuleCrossRegion.h
│   │   ├── RuleLeft.cpp
│   │   ├── RuleLeft.h
│   │   ├── RuleMove.cpp
│   │   ├── RuleMove.h
│   │   ├── RuleParking.cpp
│   │   ├── RuleParking.h
│   │   ├── RulePreservation.cpp
│   │   ├── RulePreservation.h
│   │   ├── RuleRetrogradation.cpp
│   │   ├── RuleRetrogradation.h
│   │   ├── RuleStay.cpp
│   │   ├── RuleStay.h
│   │   ├── RuleTakenAway.cpp
│   │   ├── RuleTakenAway.h
│   │   ├── RuleTreeCtrl.cpp
│   │   ├── RuleTreeCtrl.h
│   │   ├── RuleVideoAbnormal.cpp
│   │   ├── RuleVideoAbnormal.h
│   │   ├── RuleWander.cpp
│   │   ├── RuleWander.h
│   │   ├── StdAfx.cpp
│   │   ├── StdAfx.h
│   │   ├── Switch.cpp
│   │   ├── Switch.h
│   │   ├── TargetFilter.cpp
│   │   ├── TargetFilter.h
│   │   ├── TargetFilterPreview.cpp
│   │   └── TargetFilterPreview.h
│   ├── IVSFDemo
│   │   ├── AlarmOnDlg.cpp
│   │   ├── AlarmOnDlg.h
│   │   ├── AlarmShow.cpp
│   │   ├── AlarmShow.h
│   │   ├── ConfigDlg.cpp
│   │   ├── ConfigDlg.h
│   │   ├── DHUtility.h
│   │   ├── EventDlg.cpp
│   │   ├── EventDlg.h
│   │   ├── include
│   │   │   ├── avglobal.h
│   │   │   ├── dhassistant.h
│   │   │   ├── dhconfigsdk.h
│   │   │   ├── dhnetsdk.h
│   │   │   └── dhplay.h
│   │   ├── ItemPanel.cpp
│   │   ├── ItemPanel.h
│   │   ├── IVSFDemo.aps
│   │   ├── IVSFDemo.clw
│   │   ├── IVSFDemo.cpp
│   │   ├── IVSFDemoDlg.cpp
│   │   ├── IVSFDemoDlg.h
│   │   ├── IVSFDemo.dsp
│   │   ├── IVSFDemo.dsw
│   │   ├── IVSFDemo.h
│   │   ├── IVSFDemo.plg
│   │   ├── IVSFDemo.rc
│   │   ├── IVSFDemo.rc.bak
│   │   ├── IVSFDemo.sln
│   │   ├── IVSFDemo.suo
│   │   ├── IVSFDemo.vcproj
│   │   ├── IvsSceneDraw.cpp
│   │   ├── IvsSceneDraw.h
│   │   ├── langChn.ini
│   │   ├── lib
│   │   │   ├── dhconfigsdk.lib
│   │   │   ├── dhnetsdk.lib
│   │   │   └── dhplay.lib
│   │   ├── LogDlg.cpp
│   │   ├── LoginDlg.cpp
│   │   ├── LoginDlg.h
│   │   ├── ModuleCfgdlg.cpp
│   │   ├── ModuleCfgdlg.h
│   │   ├── Picture.cpp
│   │   ├── Picture.h
│   │   ├── PlayApi.cpp
│   │   ├── PlayApi.h
│   │   ├── PreviewDlg.cpp
│   │   ├── PreviewDlg.h
│   │   ├── ReadMe.txt
│   │   ├── res
│   │   │   ├── d&u.bmp
│   │   │   ├── IVSFDemo.ico
│   │   │   ├── IVSFDemo.rc2
│   │   │   ├── r&l.bmp
│   │   │   └── Thumbs.db
│   │   ├── resource.h
│   │   ├── RuleCfgdlg.cpp
│   │   ├── RuleCfgdlg.h
│   │   ├── SenceCfgdlg.cpp
│   │   ├── SenceCfgdlg.h
│   │   ├── StdAfx.cpp
│   │   ├── StdAfx.h
│   │   ├── TargetFilterPreview.cpp
│   │   └── TargetFilterPreview.h
│   ├── IVS-PC
│   │   ├── DemoIVSPC
│   │   │   ├── Config.cpp
│   │   │   ├── ConfigGlobal.cpp
│   │   │   ├── ConfigGlobal.h
│   │   │   ├── Config.h
│   │   │   ├── ConfigModule.cpp
│   │   │   ├── ConfigModule.h
│   │   │   ├── ConfigRules.cpp
│   │   │   ├── ConfigRules.h
│   │   │   ├── DemoIVSb.vcproj
│   │   │   ├── DemoIVSPC.cpp
│   │   │   ├── DemoIVSPCDlg.cpp
│   │   │   ├── DemoIVSPCDlg.h
│   │   │   ├── DemoIVSPC.h
│   │   │   ├── DemoIVSPC.rc
│   │   │   ├── DemoIVSPC.sln
│   │   │   ├── DHUtility.h
│   │   │   ├── DlgQuery.cpp
│   │   │   ├── DlgQuery.h
│   │   │   ├── DrawFrame.cpp
│   │   │   ├── DrawFrame.h
│   │   │   ├── GlobalDef.cpp
│   │   │   ├── GlobalDef.h
│   │   │   ├── IvsGlobalPreview.cpp
│   │   │   ├── IvsGlobalPreview.h
│   │   │   ├── IvsModulePreview.cpp
│   │   │   ├── IvsModulePreview.h
│   │   │   ├── IVSPC.dsp
│   │   │   ├── IVSPC.dsw
│   │   │   ├── IVSPC.sln
│   │   │   ├── IVSPC.vcproj
│   │   │   ├── IvsRulePreview.cpp
│   │   │   ├── IvsRulePreview.h
│   │   │   ├── langchn.ini
│   │   │   ├── langchn.ini.bak
│   │   │   ├── Login.cpp
│   │   │   ├── Login.h
│   │   │   ├── Logo.cpp
│   │   │   ├── Logo.h
│   │   │   ├── PictureWnd.cpp
│   │   │   ├── PictureWnd.h
│   │   │   ├── PlayApi.cpp
│   │   │   ├── PlayApi.h
│   │   │   ├── Preview.cpp
│   │   │   ├── Preview.h
│   │   │   ├── ReadMe.txt
│   │   │   ├── res
│   │   │   │   ├── DemoIVSPC.ico
│   │   │   │   ├── DemoIVSPC.rc2
│   │   │   │   └── toolbar1.bmp
│   │   │   ├── resource.h
│   │   │   ├── RuleTreeCtrl.cpp
│   │   │   ├── RuleTreeCtrl.h
│   │   │   ├── StdAfx.cpp
│   │   │   ├── StdAfx.h
│   │   │   ├── SubDlgNumberStatInfo.cpp
│   │   │   ├── SubDlgNumberStatInfo.h
│   │   │   ├── TargetFilter.cpp
│   │   │   ├── TargetFilter.h
│   │   │   ├── TargetFilterPreview.cpp
│   │   │   └── TargetFilterPreview.h
│   │   ├── Include
│   │   │   ├── avglobal.h
│   │   │   ├── dhassistant.h
│   │   │   ├── dhconfigsdk.h
│   │   │   ├── dhdvr.h
│   │   │   ├── dhnetsdk.h
│   │   │   ├── dhplayEx.h
│   │   │   ├── dhplay.h
│   │   │   └── IvsDrawer.h
│   │   └── Lib
│   │   ├── dhconfigsdk.lib
│   │   ├── dhdvr.lib
│   │   ├── dhnetsdk.lib
│   │   ├── dhplay.lib
│   │   └── IvsDrawer.lib
│   ├── IVS_V
│   │   ├── AddDevice.cpp
│   │   ├── AddDevice.h
│   │   ├── control
│   │   │   ├── virtTree.cpp
│   │   │   └── virtTree.h
│   │   ├── DeviceListDlg.cpp
│   │   ├── DeviceListDlg.h
│   │   ├── GlobalCfg.cpp
│   │   ├── GlobalCfg.h
│   │   ├── include
│   │   │   ├── avglobal.h
│   │   │   ├── dhassistant.h
│   │   │   ├── dhconfigsdk.h
│   │   │   ├── dhconfigsdk.lib
│   │   │   ├── dhnetsdk.h
│   │   │   └── dhnetsdk.lib
│   │   ├── IVS_VDemo.aps
│   │   ├── IVS_VDemo.cpp
│   │   ├── IVS_VDemoDlg.cpp
│   │   ├── IVS_VDemoDlg.h
│   │   ├── IVS_VDemo.dsp
│   │   ├── IVS_VDemo.dsw
│   │   ├── IVS_VDemo.h
│   │   ├── IVS_VDemo.rc
│   │   ├── IVS_VDemo.sln
│   │   ├── IVS_VDemo.suo
│   │   ├── IVS_VDemo.vcproj
│   │   ├── langchn.ini
│   │   ├── ListenDiagnosisRes.cpp
│   │   ├── ListenDiagnosisRes.h
│   │   ├── LoginDlg.cpp
│   │   ├── LoginDlg.h
│   │   ├── ProfileCfg.cpp
│   │   ├── ProfileCfg.h
│   │   ├── Profile.cpp
│   │   ├── ProfileInfo1.cpp
│   │   ├── ProfileInfo1.h
│   │   ├── ProjectCfg.cpp
│   │   ├── ProjectCfg.h
│   │   ├── Project.cpp
│   │   ├── Project.h
│   │   ├── QueryDiagnosisRes.cpp
│   │   ├── QueryDiagnosisRes.h
│   │   ├── ReadMe.txt
│   │   ├── res
│   │   │   ├── DeviceTree.BMP
│   │   │   ├── IVS_VDemo.ico
│   │   │   ├── IVS_VDemo.rc2
│   │   │   └── Thumbs.db
│   │   ├── resource.h
│   │   ├── SdkCallback.cpp
│   │   ├── SdkCallback.h
│   │   ├── StdAfx.cpp
│   │   ├── StdAfx.h
│   │   ├── TaskCfg.cpp
│   │   ├── TaskCfg.h
│   │   ├── Task.cpp
│   │   └── vld
│   │   ├── dbghelp.dll
│   │   ├── vldapi.h
│   │   ├── vld.h
│   │   ├── vld.lib
│   │   ├── vldmtdll.lib
│   │   └── vldmt.lib
│   ├── NVD视频上墙
│   │   └── NVDSDKDemo
│   │   ├── AddDecoderDlg.cpp
│   │   ├── AddDecoderDlg.h
│   │   ├── AddDeviceDlg.cpp
│   │   ├── AddDeviceDlg.h
│   │   ├── AudioTalkDlg.cpp
│   │   ├── AudioTalkDlg.h
│   │   ├── DecodePolicyDlg.cpp
│   │   ├── DecodePolicyDlg.h
│   │   ├── DecoderInfoDlg.cpp
│   │   ├── DecoderInfoDlg.h
│   │   ├── DecTourDlg.cpp
│   │   ├── DecTourDlg.h
│   │   ├── DevByFileDlg.cpp
│   │   ├── DevByFileDlg.h
│   │   ├── DevByTimeDlg.cpp
│   │   ├── DevByTimeDlg.h
│   │   ├── dhassistant.h
│   │   ├── dhnetsdk.h
│   │   ├── dhnetsdk.lib
│   │   ├── ExSliderCtrl.cpp
│   │   ├── ExSliderCtrl.h
│   │   ├── Global.h
│   │   ├── include
│   │   │   ├── MonitorWnd.cpp
│   │   │   ├── MonitorWnd.h
│   │   │   ├── PlayWnd.cpp
│   │   │   ├── PlayWnd.h
│   │   │   ├── VideoWindow.cpp
│   │   │   ├── VideoWindow.h
│   │   │   ├── WndContainer.cpp
│   │   │   └── WndContainer.h
│   │   ├── langchn.ini
│   │   ├── NVDSDKDemo.clw
│   │   ├── NVDSDKDemo.cpp
│   │   ├── NVDSDKDemoDlg.cpp
│   │   ├── NVDSDKDemoDlg.h
│   │   ├── NVDSDKDemo.dsp
│   │   ├── NVDSDKDemo.dsw
│   │   ├── NVDSDKDemo.h
│   │   ├── NVDSDKDemo.rc
│   │   ├── NVDSDKDemo.sln
│   │   ├── NVDSDKDemo.suo
│   │   ├── NVDSDKDemo.vcproj
│   │   ├── PannelDecoder.cpp
│   │   ├── PannelDecoder.h
│   │   ├── PannelEncoder.cpp
│   │   ├── PannelEncoder.h
│   │   ├── PlayBackProcess.cpp
│   │   ├── PlayBackProcess.h
│   │   ├── ReadMe.txt
│   │   ├── ReadWriteMutex.cpp
│   │   ├── ReadWriteMutex.h
│   │   ├── res
│   │   │   ├── NVDSDKDemo.ico
│   │   │   └── NVDSDKDemo.rc2
│   │   ├── resource.h
│   │   ├── SearchTVDlg.cpp
│   │   ├── SearchTVDlg.h
│   │   ├── ShowChannelStateDlg.cpp
│   │   ├── ShowChannelStateDlg.h
│   │   ├── StdAfx.cpp
│   │   ├── StdAfx.h
│   │   ├── TourCfg.cpp
│   │   ├── TourCfg.h
│   │   ├── TVAdjustdlg.cpp
│   │   ├── TVAdjustdlg.h
│   │   ├── VideoOutDlg.cpp
│   │   └── VideoOutDlg.h
│   ├── 参数配置
│   │   └── ClientDemo5
│   │   ├── AlarmInputDlg.cpp
│   │   ├── AlarmInputDlg.h
│   │   ├── AlarmMotion.cpp
│   │   ├── AlarmMotion.h
│   │   ├── AlarmShelter.cpp
│   │   ├── AlarmShelter.h
│   │   ├── AlarmVLostDlg.cpp
│   │   ├── AlarmVLostDlg.h
│   │   ├── AreaDraw.cpp
│   │   ├── AreaDraw.h
│   │   ├── avglobal.h
│   │   ├── ClientDemo5.cpp
│   │   ├── ClientDemo5Dlg.cpp
│   │   ├── ClientDemo5Dlg.h
│   │   ├── ClientDemo5.dsp
│   │   ├── ClientDemo5.dsw
│   │   ├── ClientDemo5.h
│   │   ├── ClientDemo5.rc
│   │   ├── ClientDemo5.sln
│   │   ├── ClientDemo5.suo
│   │   ├── ClientDemo5.vcproj
│   │   ├── ConfigAlarm.cpp
│   │   ├── ConfigAlarm.h
│   │   ├── ConfigAlarmMotionAreaBlock.cpp
│   │   ├── ConfigAlarmMotionAreaBlock.h
│   │   ├── ConfigAlarmMotionArea.cpp
│   │   ├── ConfigAlarmMotionArea.h
│   │   ├── ConfigChannel.cpp
│   │   ├── ConfigChannel.h
│   │   ├── ConfigComm.cpp
│   │   ├── ConfigComm.h
│   │   ├── ConfigCover.cpp
│   │   ├── ConfigCover.h
│   │   ├── ConfigFile.cpp
│   │   ├── ConfigFile.h
│   │   ├── ConfigFTP.cpp
│   │   ├── ConfigFTPEx.cpp
│   │   ├── ConfigFTPEx.h
│   │   ├── ConfigFTP.h
│   │   ├── ConfigNetwork.cpp
│   │   ├── ConfigNetwork.h
│   │   ├── ConfigNetworkMulticastAdd.cpp
│   │   ├── ConfigNetworkMulticastAdd.h
│   │   ├── ConfigRecord.cpp
│   │   ├── ConfigRecord.h
│   │   ├── ConfigServer.cpp
│   │   ├── ConfigServer.h
│   │   ├── ConfigStrategy.cpp
│   │   ├── ConfigStrategy.h
│   │   ├── ConfigVideoIn.cpp
│   │   ├── ConfigVideoIn.h
│   │   ├── dhassistant.h
│   │   ├── dhconfigsdk.h
│   │   ├── dhconfigsdk.lib
│   │   ├── dhnetsdk.h
│   │   ├── dhnetsdk.lib
│   │   ├── DlgChn.cpp
│   │   ├── DlgChn.h
│   │   ├── DlgDVR.cpp
│   │   ├── DlgDVR.h
│   │   ├── DlgIPC.cpp
│   │   ├── DlgIPC.h
│   │   ├── DlgMsgHandle.cpp
│   │   ├── DlgMsgHandle.h
│   │   ├── IPFileterDlg.cpp
│   │   ├── IPFileterDlg.h
│   │   ├── IPFileter.ini
│   │   ├── langchn.ini
│   │   ├── MacFilteDlg.cpp
│   │   ├── MacFilteDlg.h
│   │   ├── MessageText_Chn.h
│   │   ├── MessageText.h
│   │   ├── ReadMe.txt
│   │   ├── res
│   │   │   ├── ClientDemo5.ico
│   │   │   └── ClientDemo5.rc2
│   │   ├── resource.h
│   │   ├── StdAfx.cpp
│   │   ├── StdAfx.h
│   │   ├── StrategyDownload.cpp
│   │   ├── StrategyDownload.h
│   │   ├── StrategyEncryption.cpp
│   │   ├── StrategyEncryption.h
│   │   ├── StrategyTrans.cpp
│   │   └── StrategyTrans.h
│   ├── 实时监视、云台控制
│   │   └── ClientDemo
│   │   ├── avglobal.h
│   │   ├── BSWndContainer.cpp
│   │   ├── BSWndContainer.h
│   │   ├── ClientDemo.cpp
│   │   ├── ClientDemoDlg.cpp
│   │   ├── ClientDemoDlg.h
│   │   ├── ClientDemo.dsp
│   │   ├── ClientDemo.dsw
│   │   ├── ClientDemo.h
│   │   ├── ClientDemo.rc
│   │   ├── dhassistant.h
│   │   ├── dhnetsdk.h
│   │   ├── dhnetsdk.lib
│   │   ├── dhplay.h
│   │   ├── dhplay.lib
│   │   ├── DHPtzMenu.cpp
│   │   ├── DHPtzMenu.h
│   │   ├── ExButton.cpp
│   │   ├── ExButton.h
│   │   ├── langchn.ini
│   │   ├── MessageText.h
│   │   ├── MultiPlay.cpp
│   │   ├── MultiPlay.h
│   │   ├── PlayWnd.cpp
│   │   ├── PlayWnd.h
│   │   ├── PtzScreen.cpp
│   │   ├── PtzScreen.h
│   │   ├── ReadMe.txt
│   │   ├── res
│   │   │   ├── ClientDemo.ico
│   │   │   └── ClientDemo.rc2
│   │   ├── resource.h
│   │   ├── StdAfx.cpp
│   │   ├── StdAfx.h
│   │   ├── VideoNodeInfo.cpp
│   │   └── VideoNodeInfo.h
│   ├── 日志查询
│   │   └── ClientDemo6
│   │   ├── ClientDemo6.cpp
│   │   ├── ClientDemo6Dlg.cpp
│   │   ├── ClientDemo6Dlg.h
│   │   ├── ClientDemo6.dsp
│   │   ├── ClientDemo6.dsw
│   │   ├── ClientDemo6.h
│   │   ├── ClientDemo6.rc
│   │   ├── ClientDemo6.sln
│   │   ├── ClientDemo6.suo
│   │   ├── ClientDemo6.vcproj
│   │   ├── dhassistant.h
│   │   ├── dhnetsdk.h
│   │   ├── dhnetsdk.lib
│   │   ├── langchn.ini
│   │   ├── ReadMe.txt
│   │   ├── res
│   │   │   ├── ClientDemo6.ico
│   │   │   └── ClientDemo6.rc2
│   │   ├── resource.h
│   │   ├── StdAfx.cpp
│   │   └── StdAfx.h
│   ├── 智能分析设备演示程序
│   │   └── Video Analyse Device
│   │   ├── DHUtility.h
│   │   ├── DialogConfig.cpp
│   │   ├── DialogConfig.h
│   │   ├── DialogEventRule.cpp
│   │   ├── DialogEventRule.h
│   │   ├── DialogPCQuery.cpp
│   │   ├── DialogPCQuery.h
│   │   ├── include
│   │   │   ├── avglobal.h
│   │   │   ├── dhassistant.h
│   │   │   ├── dhconfigsdk.h
│   │   │   ├── dhnetsdk.h
│   │   │   ├── dhplayEx.h
│   │   │   └── dhplay.h
│   │   ├── IvsModule.cpp
│   │   ├── IvsModule.h
│   │   ├── langchn.ini
│   │   ├── lib
│   │   │   ├── dhconfigsdk.lib
│   │   │   └── dhnetsdk.lib
│   │   ├── PictureWnd.cpp
│   │   ├── PictureWnd.h
│   │   ├── PlayApi.cpp
│   │   ├── PlayApi.h
│   │   ├── ReadMe.txt
│   │   ├── Real Load Picture.aps
│   │   ├── Real Load Picture.clw
│   │   ├── Real Load Picture.cpp
│   │   ├── Real Load PictureDlg.cpp
│   │   ├── Real Load PictureDlg.h
│   │   ├── Real Load Picture.dsp
│   │   ├── Real Load Picture.dsw
│   │   ├── Real Load Picture.h
│   │   ├── Real Load Picture.rc
│   │   ├── Real Load Picture.sln
│   │   ├── Real Load Picture.suo
│   │   ├── Real Load Picture.vcproj
│   │   ├── res
│   │   │   ├── Real Load Picture.ico
│   │   │   └── Real Load Picture.rc2
│   │   ├── resource.h
│   │   ├── StdAfx.cpp
│   │   └── StdAfx.h
│   ├── 智能分析设备配置演示程序
│   │   └── Video Analyse Configuration
│   │   ├── avglobal.h
│   │   ├── Common.h
│   │   ├── ConfigAtmScene.cpp
│   │   ├── ConfigAtmScene.h
│   │   ├── ConfigCrossLineRule.cpp
│   │   ├── ConfigCrossLineRule.h
│   │   ├── ConfigCrossRegion.cpp
│   │   ├── ConfigCrossRegion.h
│   │   ├── ConfigFaceRule.cpp
│   │   ├── ConfigFaceRule.h
│   │   ├── ConfigModule1.cpp
│   │   ├── ConfigModule1.h
│   │   ├── ConfigModule.cpp
│   │   ├── ConfigModule.h
│   │   ├── ConfigPasteRule.cpp
│   │   ├── ConfigPasteRule.h
│   │   ├── ConfigRioterRule.cpp
│   │   ├── ConfigRioterRule.h
│   │   ├── ConfigRuleBase.cpp
│   │   ├── ConfigRuleBase.h
│   │   ├── ConfigRules.cpp
│   │   ├── ConfigRules.h
│   │   ├── ConfigTraffic.cpp
│   │   ├── ConfigTrafficGateRule.cpp
│   │   ├── ConfigTrafficGateRule.h
│   │   ├── ConfigTraffic.h
│   │   ├── ConfigWanderRule.cpp
│   │   ├── ConfigWanderRule.h
│   │   ├── dhassistant.h
│   │   ├── dhconfigsdk.h
│   │   ├── dhconfigsdk.lib
│   │   ├── dhnetsdk.h
│   │   ├── dhnetsdk.lib
│   │   ├── DrawObject.cpp
│   │   ├── DrawObject.h
│   │   ├── langchn.ini
│   │   ├── PictrueDialog.cpp
│   │   ├── PictrueDialog.h
│   │   ├── ReadMe.txt
│   │   ├── res
│   │   │   ├── cursor1.cur
│   │   │   ├── Video Analyse Configuration.ico
│   │   │   └── Video Analyse Configuration.rc2
│   │   ├── resource.h
│   │   ├── SceneShow.cpp
│   │   ├── SceneShow.h
│   │   ├── StdAfx.cpp
│   │   ├── StdAfx.h
│   │   ├── Video Analyse Configuration.aps
│   │   ├── Video Analyse Configuration.clw
│   │   ├── Video Analyse Configuration.cpp
│   │   ├── Video Analyse ConfigurationDlg.cpp
│   │   ├── Video Analyse ConfigurationDlg.h
│   │   ├── Video Analyse Configuration.dsp
│   │   ├── Video Analyse Configuration.dsw
│   │   ├── Video Analyse Configuration.h
│   │   ├── Video Analyse Configuration.plg
│   │   ├── Video Analyse Configuration.rc
│   │   ├── Video Analyse Configuration.sln
│   │   ├── Video Analyse Configuration.suo
│   │   └── Video Analyse Configuration.vcproj
│   ├── 电视墙
│   │   ├── demo.dsw
│   │   ├── lib
│   │   │   ├── avglobal.h
│   │   │   ├── dhassistant.h
│   │   │   ├── dhconfigsdk.h
│   │   │   ├── dhconfigsdk.lib
│   │   │   ├── dhnetsdk.h
│   │   │   └── dhnetsdk.lib
│   │   ├── src
│   │   │   ├── CollectionDlg.cpp
│   │   │   ├── CollectionDlg.h
│   │   │   ├── DemoMonitorWall.clw
│   │   │   ├── DemoMonitorWall.cpp
│   │   │   ├── DemoMonitorWallDlg.cpp
│   │   │   ├── DemoMonitorWallDlg.h
│   │   │   ├── DemoMonitorWall.dsp
│   │   │   ├── DemoMonitorWall.h
│   │   │   ├── DemoMonitorWall.plg
│   │   │   ├── DemoMonitorWall.rc
│   │   │   ├── Device.cpp
│   │   │   ├── Device.h
│   │   │   ├── LanguageManager.cpp
│   │   │   ├── LanguageManager.h
│   │   │   ├── LoginDlg.cpp
│   │   │   ├── LoginDlg.h
│   │   │   ├── memdc.h
│   │   │   ├── MonitorWallWnd.cpp
│   │   │   ├── MonitorWallWnd.h
│   │   │   ├── PowerDlg.cpp
│   │   │   ├── PowerDlg.h
│   │   │   ├── res
│   │   │   │   ├── DemoMonitorWall.ico
│   │   │   │   ├── DemoMonitorWall.rc2
│   │   │   │   ├── toolbar1.bmp
│   │   │   │   ├── toolbar2.bmp
│   │   │   │   └── toolbar3.bmp
│   │   │   ├── resource.h
│   │   │   ├── SpliceScreenConfigDlg.cpp
│   │   │   ├── SpliceScreenConfigDlg.h
│   │   │   ├── StaticEx.cpp
│   │   │   ├── StaticEx.h
│   │   │   ├── StdAfx.cpp
│   │   │   ├── StdAfx.h
│   │   │   ├── ToolBarEx.cpp
│   │   │   ├── ToolBarEx.h
│   │   │   ├── Util.cpp
│   │   │   ├── Util.h
│   │   │   ├── VideoScreen.cpp
│   │   │   ├── VideoScreen.h
│   │   │   ├── VideoWnd.cpp
│   │   │   └── VideoWnd.h
│   │   ├── 矩阵Demo功能说明.docx
│   │   └── 矩阵上墙和融合屏相关SDK接口说明.docx
│   ├── 设备报警、用户管理
│   │   └── ClientDemo1
│   │   ├── AddGroupInfo.cpp
│   │   ├── AddGroupInfo.h
│   │   ├── AddUserInfo.cpp
│   │   ├── AddUserInfo.h
│   │   ├── AlarmInfo.cpp
│   │   ├── AlarmInfo.h
│   │   ├── avglobal.h
│   │   ├── ClientDemo1.cpp
│   │   ├── ClientDemo1Dlg.cpp
│   │   ├── ClientDemo1Dlg.h
│   │   ├── ClientDemo1.dsp
│   │   ├── ClientDemo1.dsw
│   │   ├── ClientDemo1.h
│   │   ├── ClientDemo1.rc
│   │   ├── ClientDemo1.sln
│   │   ├── ClientDemo1.suo
│   │   ├── ClientDemo1.vcproj
│   │   ├── dhassistant.h
│   │   ├── dhnetsdk.h
│   │   ├── dhnetsdk.lib
│   │   ├── DlgChn.cpp
│   │   ├── DlgChn.h
│   │   ├── langchn.ini
│   │   ├── ModifyGroupInfo.cpp
│   │   ├── ModifyGroupInfo.h
│   │   ├── ModifyPwd.cpp
│   │   ├── ModifyPwd.h
│   │   ├── ModifyUserInfo.cpp
│   │   ├── ModifyUserInfo.h
│   │   ├── NewAlarm.cpp
│   │   ├── NewAlarm.h
│   │   ├── QueryAlarmState.cpp
│   │   ├── QueryAlarmState.h
│   │   ├── ReadMe.txt
│   │   ├── res
│   │   │   ├── ClientDemo1.ico
│   │   │   └── ClientDemo1.rc2
│   │   ├── resource.h
│   │   ├── StdAfx.cpp
│   │   ├── StdAfx.h
│   │   ├── TabAlarmDlg.cpp
│   │   ├── TabAlarmDlg.h
│   │   ├── TabUserManageDlg.cpp
│   │   └── TabUserManageDlg.h
│   ├── 设备控制、时间同步
│   │   └── ClientDemo7
│   │   ├── ClientDemo7.cpp
│   │   ├── ClientDemo7Dlg.cpp
│   │   ├── ClientDemo7Dlg.h
│   │   ├── ClientDemo7.dsp
│   │   ├── ClientDemo7.dsw
│   │   ├── ClientDemo7.h
│   │   ├── ClientDemo7.rc
│   │   ├── ClientDemo7.sln
│   │   ├── ClientDemo7.suo
│   │   ├── ClientDemo7.vcproj
│   │   ├── dhassistant.h
│   │   ├── dhnetsdk.h
│   │   ├── dhnetsdk.lib
│   │   ├── langchn.ini
│   │   ├── ReadMe.txt
│   │   ├── res
│   │   │   ├── ClientDemo7.ico
│   │   │   └── ClientDemo7.rc2
│   │   ├── resource.h
│   │   ├── StdAfx.cpp
│   │   └── StdAfx.h
│   ├── 语音对讲
│   │   └── ClientDemo4
│   │   ├── AACEnc.h
│   │   ├── Alaw_encoder.h
│   │   ├── amrnb.lib
│   │   ├── ClientDemo4.cpp
│   │   ├── ClientDemo4Dlg.cpp
│   │   ├── ClientDemo4Dlg.h
│   │   ├── ClientDemo4.dsp
│   │   ├── ClientDemo4.dsw
│   │   ├── ClientDemo4.h
│   │   ├── ClientDemo4.rc
│   │   ├── ClientDlg.cpp
│   │   ├── ClientDlg.h
│   │   ├── dhassistant.h
│   │   ├── dhnetsdk.h
│   │   ├── dhnetsdk.lib
│   │   ├── dhplay.h
│   │   ├── dhplay.lib
│   │   ├── hisamr.h
│   │   ├── langchn.ini
│   │   ├── LibAACEnc.lib
│   │   ├── ReadMe.txt
│   │   ├── res
│   │   │   ├── ClientDemo4.ico
│   │   │   └── ClientDemo4.rc2
│   │   ├── resource.h
│   │   ├── ServerDlg.cpp
│   │   ├── ServerDlg.h
│   │   ├── StdAfx.cpp
│   │   └── StdAfx.h
│   ├── 远程回放
│   │   └── ClientDemo3
│   │   ├── ClientDemo3.cpp
│   │   ├── ClientDemo3Dlg.cpp
│   │   ├── ClientDemo3Dlg.h
│   │   ├── ClientDemo3.dsp
│   │   ├── ClientDemo3.dsw
│   │   ├── ClientDemo3.h
│   │   ├── ClientDemo3.rc
│   │   ├── daytimepicksdk.cpp
│   │   ├── daytimepicksdk.h
│   │   ├── DayTimePickSDK.ocx
│   │   ├── dhassistant.h
│   │   ├── dhnetsdk.h
│   │   ├── dhnetsdk.lib
│   │   ├── dhplay.h
│   │   ├── dhplay.lib
│   │   ├── ExSliderCtrl.cpp
│   │   ├── ExSliderCtrl.h
│   │   ├── langchn.ini
│   │   ├── MessageText.h
│   │   ├── PlaybackByFile.cpp
│   │   ├── PlaybackByFile.h
│   │   ├── PlaybackByTime.cpp
│   │   ├── PlaybackByTime.h
│   │   ├── ReadMe.txt
│   │   ├── registry.bat
│   │   ├── res
│   │   │   ├── ClientDemo3.ico
│   │   │   └── ClientDemo3.rc2
│   │   ├── resource.h
│   │   ├── StdAfx.cpp
│   │   ├── StdAfx.h
│   │   └── unregistry.bat
│   └── 远程抓图
│   └── CapturePicture
│   ├── avglobal.h
│   ├── CapturePicture.cpp
│   ├── CapturePictureDlg.cpp
│   ├── CapturePictureDlg.h
│   ├── CapturePicture.dsp
│   ├── CapturePicture.dsw
│   ├── CapturePicture.h
│   ├── CapturePicture.rc
│   ├── CapturePicture.sln
│   ├── CapturePicture.suo
│   ├── CapturePicture.vcproj
│   ├── dhassistant.h
│   ├── dhconfigsdk.h
│   ├── dhconfigsdk.lib
│   ├── DhDecode.h
│   ├── DhDecode.lib
│   ├── dhnetsdk.h
│   ├── dhnetsdk.lib
│   ├── langchn.ini
│   ├── ReadMe.txt
│   ├── res
│   │   ├── CapturePicture.ico
│   │   └── CapturePicture.rc2
│   ├── resource.h
│   ├── StdAfx.cpp
│   └── StdAfx.h
├── 多编程语言调用
│   ├── C# DEMO
│   │   └── 大华SDK(C#版)
│   │   ├── DLL
│   │   │   ├── DHNetSDKCS.dll
│   │   │   ├── DHNetSDKCS.XML
│   │   │   ├── DHPlaySDKCS.dll
│   │   │   ├── DHPlaySDKCS.XML
│   │   │   ├── DHVDCSDKCS.dll
│   │   │   └── DHVDCSDKCS.XML
│   │   ├── EXE
│   │   │   ├── ColligateDemo.exe
│   │   │   ├── DaHuaNetSDKSample.exe
│   │   │   ├── SDKAlarmAndUserManage.exe
│   │   │   ├── SDKDownLoadFileDemo.exe
│   │   │   ├── SDKFuctionSetAndInfoGet.exe
│   │   │   └── SDKPlayDemo.exe
│   │   ├── 代码
│   │   │   ├── ColligateDemo
│   │   │   │   ├── dhIcod.ico
│   │   │   │   ├── frm_AddDevice.cs
│   │   │   │   ├── frm_AddDevice.Designer.cs
│   │   │   │   ├── frm_AddDevice.resx
│   │   │   │   ├── frm_Main.cs
│   │   │   │   ├── frm_Main.Designer.cs
│   │   │   │   ├── frm_Main.resx
│   │   │   │   ├── frm_VDCMain.cs
│   │   │   │   ├── frm_VDCMain.Designer.cs
│   │   │   │   ├── frm_VDCMain.resx
│   │   │   │   ├── OtherDemo.csproj
│   │   │   │   ├── Program.cs
│   │   │   │   └── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── DaHuaNetSDK.CS
│   │   │   │   ├── DaHuaSDK.cs
│   │   │   │   ├── DaHuaSDKStruct.cs
│   │   │   │   ├── DHNetSDKCS.csproj
│   │   │   │   └── Properties
│   │   │   │   └── AssemblyInfo.cs
│   │   │   ├── DaHuaNetSDKSample
│   │   │   │   ├── DaHuaNetSDKSample.csproj
│   │   │   │   ├── dhIcod.ico
│   │   │   │   ├── frm_AddDevice.cs
│   │   │   │   ├── frm_AddDevice.Designer.cs
│   │   │   │   ├── frm_AddDevice.resx
│   │   │   │   ├── frm_MainC.cs
│   │   │   │   ├── frm_MainC.Designer.cs
│   │   │   │   ├── frm_MainC.resx
│   │   │   │   ├── frm_Main.cs
│   │   │   │   ├── frm_Main.Designer.cs
│   │   │   │   ├── frm_Main.resx
│   │   │   │   ├── frmMultiDVRSample.cs
│   │   │   │   ├── frmMultiDVRSample.Designer.cs
│   │   │   │   ├── frmMultiDVRSample.resx
│   │   │   │   ├── frm_PlayBackByFileSet.cs
│   │   │   │   ├── frm_PlayBackByFileSet.Designer.cs
│   │   │   │   ├── frm_PlayBackByFileSet.resx
│   │   │   │   ├── frm_PlayBackByTimeSet.cs
│   │   │   │   ├── frm_PlayBackByTimeSet.Designer.cs
│   │   │   │   ├── frm_PlayBackByTimeSet.resx
│   │   │   │   ├── frm_PTZControl.cs
│   │   │   │   ├── frm_PTZControl.Designer.cs
│   │   │   │   ├── frm_PTZControl.resx
│   │   │   │   ├── images
│   │   │   │   │   ├── ARW02DN.ICO
│   │   │   │   │   ├── ARW02LT.ICO
│   │   │   │   │   ├── ARW02RT.ICO
│   │   │   │   │   ├── ARW02UP.ICO
│   │   │   │   │   ├── ARW09DN.ICO
│   │   │   │   │   ├── ARW09UP.ICO
│   │   │   │   │   ├── ARW10NE.ICO
│   │   │   │   │   ├── ARW10NW.ICO
│   │   │   │   │   ├── ARW10SE.ICO
│   │   │   │   │   ├── ARW10SW.ICO
│   │   │   │   │   ├── CAMERA.ICO
│   │   │   │   │   ├── DHLogo.ico
│   │   │   │   │   ├── D.ico
│   │   │   │   │   ├── Icon1.ico
│   │   │   │   │   ├── Icon2.ico
│   │   │   │   │   ├── MISC13.ICO
│   │   │   │   │   ├── MISC14.ICO
│   │   │   │   │   ├── MOON05.ICO
│   │   │   │   │   ├── P.ico
│   │   │   │   │   └── Thumbs.db
│   │   │   │   ├── Program.cs
│   │   │   │   └── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── dhIcod.ico
│   │   │   ├── DHPlaySDKCS
│   │   │   │   ├── DaHuaSDK.cs
│   │   │   │   ├── DHPlaySDKCS.csproj
│   │   │   │   └── Properties
│   │   │   │   └── AssemblyInfo.cs
│   │   │   ├── DHVDCSDKCS
│   │   │   │   ├── DaHuaSDK.cs
│   │   │   │   ├── DHVDCSDKCS.csproj
│   │   │   │   └── Properties
│   │   │   │   └── AssemblyInfo.cs
│   │   │   ├── Release
│   │   │   │   └── SDKPlayDemo.vshost.exe
│   │   │   ├── SDKAlarmAndUserManage
│   │   │   │   ├── dhIcod.ico
│   │   │   │   ├── frm_AddDevice.cs
│   │   │   │   ├── frm_AddDevice.Designer.cs
│   │   │   │   ├── frm_AddDevice.resx
│   │   │   │   ├── frm_Main.cs
│   │   │   │   ├── frm_Main.Designer.cs
│   │   │   │   ├── frm_Main.resx
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   ├── Resources.resx
│   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   └── Settings.settings
│   │   │   │   └── SDKAlarmAndUserManage.csproj
│   │   │   ├── SDKCapturePicture
│   │   │   │   ├── Form1.cs
│   │   │   │   ├── Form1.Designer.cs
│   │   │   │   ├── Form1.resx
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   ├── Resources.resx
│   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   └── Settings.settings
│   │   │   │   └── SDKCapturePicture.csproj
│   │   │   ├── SDKDownLoadFileDemo
│   │   │   │   ├── dhIcod.ico
│   │   │   │   ├── frm_AddDevice.cs
│   │   │   │   ├── frm_AddDevice.Designer.cs
│   │   │   │   ├── frm_AddDevice.resx
│   │   │   │   ├── frm_Main.cs
│   │   │   │   ├── frm_Main.Designer.cs
│   │   │   │   ├── frm_Main.resx
│   │   │   │   ├── frm_PlayBackByFileSet.cs
│   │   │   │   ├── frm_PlayBackByFileSet.Designer.cs
│   │   │   │   ├── frm_PlayBackByFileSet.resx
│   │   │   │   ├── frm_PlayBackByTimeSet.cs
│   │   │   │   ├── frm_PlayBackByTimeSet.Designer.cs
│   │   │   │   ├── frm_PlayBackByTimeSet.resx
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   ├── Resources.resx
│   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   └── Settings.settings
│   │   │   │   └── SDKDownLoadFileDemo.csproj
│   │   │   ├── SDKFuctionSetAndInfoGet
│   │   │   │   ├── dhIcod.ico
│   │   │   │   ├── frm_AddDevice.cs
│   │   │   │   ├── frm_AddDevice.Designer.cs
│   │   │   │   ├── frm_AddDevice.resx
│   │   │   │   ├── frm_Main.cs
│   │   │   │   ├── frm_Main.Designer.cs
│   │   │   │   ├── frm_Main.resx
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   ├── Resources.resx
│   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   └── Settings.settings
│   │   │   │   └── SDKFuctionSetAndInfoGet.csproj
│   │   │   ├── SDKPlayDemo
│   │   │   │   ├── dhIcod.ico
│   │   │   │   ├── frmAbout.cs
│   │   │   │   ├── frmAbout.Designer.cs
│   │   │   │   ├── frmAbout.resx
│   │   │   │   ├── frmDataRecord.cs
│   │   │   │   ├── frmDataRecord.Designer.cs
│   │   │   │   ├── frmDataRecord.resx
│   │   │   │   ├── frmDisplayRegion.cs
│   │   │   │   ├── frmDisplayRegion.Designer.cs
│   │   │   │   ├── frmDisplayRegion.resx
│   │   │   │   ├── frmDrawFunSet.cs
│   │   │   │   ├── frmDrawFunSet.Designer.cs
│   │   │   │   ├── frmDrawFunSet.resx
│   │   │   │   ├── frm_Main.cs
│   │   │   │   ├── frm_Main.Designer.cs
│   │   │   │   ├── frm_Main.resx
│   │   │   │   ├── images
│   │   │   │   │   ├── AUDIO.ICO
│   │   │   │   │   ├── CAMERA.ICO
│   │   │   │   │   ├── CHECKMRK.ICO
│   │   │   │   │   ├── CLEARBUF.ICO
│   │   │   │   │   ├── CLIP05.ICO
│   │   │   │   │   ├── CUTFILE.ico
│   │   │   │   │   ├── EAR.ICO
│   │   │   │   │   ├── EYE.ICO
│   │   │   │   │   ├── FOLDER01.ICO
│   │   │   │   │   ├── FOLDER02.ICO
│   │   │   │   │   ├── FULLSCREEN.ico
│   │   │   │   │   ├── help.ico
│   │   │   │   │   ├── ico00001.ico
│   │   │   │   │   ├── ico00002.ico
│   │   │   │   │   ├── ico00003.ico
│   │   │   │   │   ├── ico00004.ico
│   │   │   │   │   ├── ico00005.ico
│   │   │   │   │   ├── ico00006.ico
│   │   │   │   │   ├── ico00007.ico
│   │   │   │   │   ├── ico00008.ico
│   │   │   │   │   ├── ico00009.ico
│   │   │   │   │   ├── ico00010.ico
│   │   │   │   │   ├── ico00011.ico
│   │   │   │   │   ├── ico1.ico
│   │   │   │   │   ├── icon19.ico
│   │   │   │   │   ├── icon1.ico
│   │   │   │   │   ├── icon2.ico
│   │   │   │   │   ├── icon8.ico
│   │   │   │   │   ├── LOOP.ICO
│   │   │   │   │   ├── MSGBOX01.ICO
│   │   │   │   │   ├── OOFL.ICO
│   │   │   │   │   ├── PAUSE_DISABLE.ico
│   │   │   │   │   ├── PAUSE_ENABLE.ICO
│   │   │   │   │   ├── PLAY_DISABLE.ICO
│   │   │   │   │   ├── PLAY_ENABLE.ICO
│   │   │   │   │   ├── RESUME.ico
│   │   │   │   │   ├── SOUND_DISABLE.ico
│   │   │   │   │   ├── SOUND_ENABLE.ico
│   │   │   │   │   ├── step.ico
│   │   │   │   │   ├── STOP_DISABLE.ICO
│   │   │   │   │   ├── STOP.ICO
│   │   │   │   │   ├── Thumbs.db
│   │   │   │   │   ├── TOBEGIN.ico
│   │   │   │   │   ├── TOEND.ico
│   │   │   │   │   ├── VOLUME01.ICO
│   │   │   │   │   ├── W95MBX01.ICO
│   │   │   │   │   ├── WITHOUT.ico
│   │   │   │   │   └── WRENCH.ICO
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   ├── Resources.resx
│   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   └── Settings.settings
│   │   │   │   ├── Resources
│   │   │   │   │   ├── dhText.bmp
│   │   │   │   │   ├── logo.bmp
│   │   │   │   │   ├── 大华标志.JPG
│   │   │   │   │   └── 大华汉字标识.JPG
│   │   │   │   └── SDKPlayDemo.csproj
│   │   │   ├── Utility
│   │   │   │   ├── MessageUtil.cs
│   │   │   │   ├── MsgForm.cs
│   │   │   │   ├── MsgForm.Designer.cs
│   │   │   │   ├── MsgForm.resx
│   │   │   │   ├── Properties
│   │   │   │   │   └── AssemblyInfo.cs
│   │   │   │   ├── res
│   │   │   │   │   ├── error.ico
│   │   │   │   │   └── warning.ico
│   │   │   │   ├── StringUtil.cs
│   │   │   │   ├── Utility.csproj
│   │   │   │   ├── Utility.sln
│   │   │   │   └── Utility.suo
│   │   │   └── 大华网络SDK.sln
│   │   ├── 大华.NETSDK及例程说明.pdf
│   │   └── 大华网络SDK.suo
│   ├── Delphi实时监视DEMO
│   │   ├── AddDevice.dcu
│   │   ├── AddDevice.ddp
│   │   ├── AddDevice.~dfm
│   │   ├── AddDevice.dfm
│   │   ├── AddDevice.~pas
│   │   ├── AddDevice.pas
│   │   ├── dhnetsdk.dcu
│   │   ├── dhnetsdk.~pas
│   │   ├── dhnetsdk.pas
│   │   ├── Main.dcu
│   │   ├── Main.ddp
│   │   ├── Main.~dfm
│   │   ├── Main.dfm
│   │   ├── Main.~pas
│   │   ├── Main.pas
│   │   ├── Project1.dpr
│   │   └── Project1.res
│   ├── java封装接口智能交通DEMO
│   │   ├── com
│   │   │   └── sun
│   │   │   └── jna
│   │   │   ├── AltCallingConvention.class
│   │   │   ├── Callback$UncaughtExceptionHandler.class
│   │   │   ├── Callback.class
│   │   │   ├── CallbackParameterContext.class
│   │   │   ├── CallbackProxy.class
│   │   │   ├── CallbackReference$DefaultCallbackProxy.class
│   │   │   ├── CallbackReference$NativeFunctionHandler.class
│   │   │   ├── CallbackReference.class
│   │   │   ├── CallbackResultContext.class
│   │   │   ├── darwin
│   │   │   │   └── libjnidispatch.jnilib
│   │   │   ├── DefaultTypeMapper$Entry.class
│   │   │   ├── DefaultTypeMapper.class
│   │   │   ├── FromNativeContext.class
│   │   │   ├── FromNativeConverter.class
│   │   │   ├── Function$NativeMappedArray.class
│   │   │   ├── Function$PointerArray.class
│   │   │   ├── Function$PostCallRead.class
│   │   │   ├── Function.class
│   │   │   ├── FunctionMapper.class
│   │   │   ├── FunctionParameterContext.class
│   │   │   ├── FunctionResultContext.class
│   │   │   ├── IntegerType.class
│   │   │   ├── InvocationMapper.class
│   │   │   ├── LastErrorException.class
│   │   │   ├── Library$1.class
│   │   │   ├── Library$Handler$FunctionInfo.class
│   │   │   ├── Library$Handler$FunctionNameMap.class
│   │   │   ├── Library$Handler.class
│   │   │   ├── Library.class
│   │   │   ├── Memory$SharedMemory.class
│   │   │   ├── Memory.class
│   │   │   ├── MethodParameterContext.class
│   │   │   ├── MethodResultContext.class
│   │   │   ├── Native$1.class
│   │   │   ├── Native$2.class
│   │   │   ├── Native$3.class
│   │   │   ├── Native$4.class
│   │   │   ├── Native$5.class
│   │   │   ├── Native$6.class
│   │   │   ├── Native$7.class
│   │   │   ├── Native$DeleteNativeLibrary.class
│   │   │   ├── Native$ffi_callback.class
│   │   │   ├── Native.class
│   │   │   ├── NativeLibrary$1.class
│   │   │   ├── NativeLibrary$2.class
│   │   │   ├── NativeLibrary.class
│   │   │   ├── NativeLong.class
│   │   │   ├── NativeMapped.class
│   │   │   ├── NativeMappedConverter.class
│   │   │   ├── NativeString.class
│   │   │   ├── Platform.class
│   │   │   ├── Pointer$1.class
│   │   │   ├── Pointer$Opaque.class
│   │   │   ├── Pointer.class
│   │   │   ├── PointerType.class
│   │   │   ├── ptr
│   │   │   │   ├── ByReference.class
│   │   │   │   ├── ByteByReference.class
│   │   │   │   ├── DoubleByReference.class
│   │   │   │   ├── FloatByReference.class
│   │   │   │   ├── IntByReference.class
│   │   │   │   ├── LongByReference.class
│   │   │   │   ├── NativeLongByReference.class
│   │   │   │   ├── PointerByReference.class
│   │   │   │   └── ShortByReference.class
│   │   │   ├── StringArray.class
│   │   │   ├── Structure$1.class
│   │   │   ├── Structure$2$StructureSet.class
│   │   │   ├── Structure$2.class
│   │   │   ├── Structure$AutoAllocated.class
│   │   │   ├── Structure$ByReference.class
│   │   │   ├── Structure$ByValue.class
│   │   │   ├── Structure$FFIType$FFITypes.class
│   │   │   ├── Structure$FFIType$size_t.class
│   │   │   ├── Structure$FFIType.class
│   │   │   ├── Structure$MemberOrder.class
│   │   │   ├── Structure$StructField.class
│   │   │   ├── Structure.class
│   │   │   ├── StructureReadContext.class
│   │   │   ├── StructureWriteContext.class
│   │   │   ├── ToNativeContext.class
│   │   │   ├── ToNativeConverter.class
│   │   │   ├── TypeConverter.class
│   │   │   ├── TypeMapper.class
│   │   │   ├── Union.class
│   │   │   ├── win32
│   │   │   │   ├── StdCall.class
│   │   │   │   ├── StdCallFunctionMapper.class
│   │   │   │   ├── StdCallLibrary$StdCallCallback.class
│   │   │   │   ├── StdCallLibrary.class
│   │   │   │   ├── W32APIFunctionMapper.class
│   │   │   │   ├── W32APIOptions$1.class
│   │   │   │   ├── W32APIOptions$2.class
│   │   │   │   ├── W32APIOptions.class
│   │   │   │   ├── W32APITypeMapper$1.class
│   │   │   │   ├── W32APITypeMapper$2.class
│   │   │   │   └── W32APITypeMapper.class
│   │   │   ├── win32-amd64
│   │   │   │   └── jnidispatch.dll
│   │   │   ├── win32-x86
│   │   │   │   └── jnidispatch.dll
│   │   │   └── WString.class
│   │   ├── DEMO
│   │   │   └── cn
│   │   │   └── dahuatech
│   │   │   └── netsdk
│   │   │   └── demo
│   │   │   ├── CLIENT_TransmitInfoForWeb.java
│   │   │   └── GetRealPic.java
│   │   ├── dhconfigsdk.dll
│   │   ├── dhnetsdk.dll
│   │   ├── dhnetsdk.jar
│   │   ├── jna.jar
│   │   ├── jUnitTest
│   │   │   └── cn
│   │   │   └── dahuatech
│   │   │   └── netsdk
│   │   │   └── DHNetSDKLibTest.java
│   │   ├── MANIFEST.MF
│   │   ├── readme.txt
│   │   └── src
│   │   └── cn
│   │   └── dahuatech
│   │   └── netsdk
│   │   └── DHNetSDKLib.java
│   └── VB实时监视DEMO
│   ├── dhassistant.h
│   ├── dhnetsdk.h
│   ├── dhnetsdk.lib
│   ├── Form1.frm
│   ├── Module1.bas
│   ├── Module2.bas
│   ├── MSSCCPRJ.SCC
│   ├── Project1.vbp
│   └── Project1.vbw
└── 综合应用
└── VC_Demo
├── AddDeviceDlg.cpp
├── AddDeviceDlg.h
├── AdvanceBtnPannel.cpp
├── AdvanceBtnPannel.h
├── AlarmConfig.cpp
├── AlarmConfig.h
├── AlarmCtrlDlg.cpp
├── AlarmCtrlDlg.h
├── AudioBroadcastDlg.cpp
├── AudioBroadcastDlg.h
├── AutoMaintenance.cpp
├── AutoMaintenance.h
├── BSWndContainer.cpp
├── BSWndContainer.h
├── ChannelConfig.cpp
├── ChannelConfig.h
├── ClientState.cpp
├── ClientState.h
├── ColorPannel.cpp
├── ColorPannel.h
├── ConfigAlarmAlarm.cpp
├── ConfigAlarmAlarm.h
├── ConfigAlarmBlind.cpp
├── ConfigAlarmBlind.h
├── ConfigAlarm.cpp
├── ConfigAlarmDisk.cpp
├── ConfigAlarmDisk.h
├── ConfigAlarm.h
├── ConfigAlarmMotionAreaBlock.cpp
├── ConfigAlarmMotionAreaBlock.h
├── ConfigAlarmMotionArea.cpp
├── ConfigAlarmMotionArea.h
├── ConfigAlarmMotion.cpp
├── ConfigAlarmMotion.h
├── ConfigAlarmVlost.cpp
├── ConfigAlarmVlost.h
├── ConfigChannel.cpp
├── ConfigChannel.h
├── ConfigComm.cpp
├── ConfigComm.h
├── ConfigMainDlg.cpp
├── ConfigMainDlg.h
├── ConfigNetwork.cpp
├── ConfigNetwork.h
├── ConfigRecord.cpp
├── ConfigRecord.h
├── ConfigServer.cpp
├── ConfigServer.h
├── CycleChild.cpp
├── CycleChild.h
├── CycleMonitor.cpp
├── CycleMonitor.h
├── DDNS_QueryIP.cpp
├── DDNS_QueryIP.h
├── Depend
│   ├── dhassistant.h
│   ├── dhnetsdk.h
│   └── dhnetsdk.lib
├── DeviceWorkState.cpp
├── DeviceWorkState.h
├── DevMgr.cpp
├── DevMgr.h
├── DHExtPtzCtrl.cpp
├── DHExtPtzCtrl.h
├── dhocxsystemset.cpp
├── dhocxsystemset.h
├── DHPtzMenu.cpp
├── DHPtzMenu.h
├── DiskControl.cpp
├── DiskControl.h
├── DownloadByTime.cpp
├── DownloadByTime.h
├── ExButton.cpp
├── ExButton.h
├── ExceptionConfig.cpp
├── ExceptionConfig.h
├── ExSliderCtrl.cpp
├── ExSliderCtrl.h
├── font.cpp
├── font.h
├── langchn.ini
├── MessageText_eng.h
├── MessageText.h
├── NetSDKDemo.cpp
├── NetSDKDemoDlg.cpp
├── NetSDKDemoDlg.h
├── NetSDKDemo.dsp
├── NetSDKDemo.h
├── NetSDKDemo.rc
├── NetUpgrade.cpp
├── NetUpgrade.h
├── NormalBtnPannel.cpp
├── NormalBtnPannel.h
├── PlayBackByTime.cpp
├── PlayBackByTime.h
├── PlayCtrlPannel.cpp
├── PlayCtrlPannel.h
├── PlayWnd.cpp
├── PlayWnd.h
├── PreviewParmsDlg.cpp
├── PreviewParmsDlg.h
├── PTZPannel.cpp
├── PTZPannel.h
├── RecordCtrlDlg.cpp
├── RecordCtrlDlg.h
├── res
│   ├── NetSDKDemo.ico
│   └── NetSDKDemo.rc2
├── Resource.h
├── RuntimeMsgPannel.cpp
├── RuntimeMsgPannel.h
├── SaveDataPannel.cpp
├── SaveDataPannel.h
├── ScreenPannel.cpp
├── ScreenPannel.h
├── SearchRecord.cpp
├── SearchRecord.h
├── SelectPannel.cpp
├── SelectPannel.h
├── SerialConfig.cpp
├── SerialConfig.h
├── ServerConfig.cpp
├── ServerConfig.h
├── setdeviceconfig.cpp
├── setdeviceconfig.h
├── SetHide.cpp
├── SetHide.h
├── SplitInfoDlg.cpp
├── SplitInfoDlg.h
├── StdAfx.cpp
├── StdAfx.h
├── SystemCFG.cpp
├── SystemCFG.h
├── SystemConfig.cpp
├── SystemConfig.h
├── TimingRecord.cpp
├── TimingRecord.h
├── TransCom.cpp
├── TransCom.h
├── User_AddGroup.cpp
├── User_AddGroup.h
├── User_AddUser.cpp
├── User_AddUser.h
├── UserConfig.cpp
├── UserConfig.h
├── userinfo.ini
├── UserManage.cpp
├── UserManage.h
├── User_ModifyGroup.cpp
├── User_ModifyGroup.h
├── User_ModifyPsw.cpp
├── User_ModifyPsw.h
├── User_ModifyUser.cpp
└── User_ModifyUser.h

143 directories, 1369 files

标签:

实例下载地址

大华网络摄像机SDK及demo源码

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

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

网友评论

发表评论

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

查看所有0条评论>>

小贴士

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

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

关于好例子网

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

;
报警