基本信息
源码名称:C#海康实时预览demo.zip
源码大小:23.45M
文件格式:.zip
开发语言:C#
更新时间:2023-06-13
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300

本次赞助数额为: 2 元 
   源码介绍
C#调用海康摄像头,实时显 示 源 码 d e m o 案 例。


文件清单
└── C#海康实时预览
    ├── NVRCsharpDemo
    │   ├── bin
    │   │   ├── AudioRender.dll
    │   │   ├── ClientDemoDll
    │   │   │   ├── calib.dll
    │   │   │   ├── iconv.dll
    │   │   │   ├── libxml2.dll
    │   │   │   ├── ReadMe.txt
    │   │   │   └── zlib1.dll
    │   │   ├── D3DCompiler_43.dll
    │   │   ├── d3dx9_43.dll
    │   │   ├── Debug
    │   │   │   ├── AudioRender.dll
    │   │   │   ├── D3DCompiler_43.dll
    │   │   │   ├── d3dx9_43.dll
    │   │   │   ├── EagleEyeRender.dll
    │   │   │   ├── GdiPlus.dll
    │   │   │   ├── HCCore.dll
    │   │   │   ├── HCNetSDK.dll
    │   │   │   ├── HWDecode.dll
    │   │   │   ├── libmmd.dll
    │   │   │   ├── MP_Render.dll
    │   │   │   ├── NVRCsharpDemo.vshost.exe.manifest
    │   │   │   ├── PlayCtrl.dll
    │   │   │   ├── SuperRender.dll
    │   │   │   └── YUVProcess.dll
    │   │   ├── EagleEyeRender.dll
    │   │   ├── GdiPlus.dll
    │   │   ├── HCCore.dll
    │   │   ├── HCNetSDKCom
    │   │   │   ├── AnalyzeData.dll
    │   │   │   ├── AudioIntercom.dll
    │   │   │   ├── HCAlarm.dll
    │   │   │   ├── HCAlarm.lib
    │   │   │   ├── HCCoreDevCfg.dll
    │   │   │   ├── HCDisplay.dll
    │   │   │   ├── HCGeneralCfgMgr.dll
    │   │   │   ├── HCGeneralCfgMgr.lib
    │   │   │   ├── HCIndustry.dll
    │   │   │   ├── HCPlayBack.dll
    │   │   │   ├── HCPreview.dll
    │   │   │   ├── HCPreview.lib
    │   │   │   ├── HCVoiceTalk.dll
    │   │   │   ├── libiconv2.dll
    │   │   │   ├── OpenAL32.dll
    │   │   │   ├── StreamTransClient.dll
    │   │   │   └── SystemTransform.dll
    │   │   ├── HCNetSDK.dll
    │   │   ├── HWDecode.dll
    │   │   ├── libmmd.dll
    │   │   ├── MP_Render.dll
    │   │   ├── NVRCsharpDemo.exe
    │   │   ├── NVRCsharpDemo.pdb
    │   │   ├── NVRCsharpDemo.vshost.exe
    │   │   ├── NVRCsharpDemo.vshost.exe.manifest
    │   │   ├── PlayCtrl.dll
    │   │   ├── SuperRender.dll
    │   │   └── YUVProcess.dll
    │   ├── CHCNetSDK.cs
    │   ├── IPChannelConfig.cs
    │   ├── IPChannelConfig.Designer.cs
    │   ├── IPChannelConfig.resx
    │   ├── MainWindow.cs
    │   ├── MainWindow.Designer.cs
    │   ├── MainWindow.resx
    │   ├── NVRCsharpDemo.csproj
    │   ├── NVRCsharpDemo.csproj.user
    │   ├── obj
    │   │   ├── x64
    │   │   │   └── Debug
    │   │   │       ├── DesignTimeResolveAssemblyReferences.cache
    │   │   │       ├── DesignTimeResolveAssemblyReferencesInput.cache
    │   │   │       ├── NVRCsharpDemo.csproj.FileListAbsolute.txt
    │   │   │       ├── NVRCsharpDemo.csproj.GenerateResource.Cache
    │   │   │       ├── NVRCsharpDemo.csprojResolveAssemblyReference.cache
    │   │   │       ├── NVRCsharpDemo.exe
    │   │   │       ├── NVRCsharpDemo.IPChannelConfig.resources
    │   │   │       ├── NVRCsharpDemo.MainWindow.resources
    │   │   │       ├── NVRCsharpDemo.pdb
    │   │   │       ├── NVRCsharpDemo.Properties.Resources.resources
    │   │   │       └── TempPE
    │   │   └── x86
    │   │       └── Debug
    │   │           └── TempPE
    │   ├── PlayCtrl.cs
    │   ├── Program.cs
    │   └── Properties
    │       ├── AssemblyInfo.cs
    │       ├── Resources.Designer.cs
    │       ├── Resources.resx
    │       ├── Settings.Designer.cs
    │       └── Settings.settings
    ├── NVRCsharpDemo.sln
    ├── NVRCsharpDemo.suo
    ├── NVRCsharpDemo.v11.suo
    └── 请先看这里:Demo内容说明和注意事项.txt

14 directories, 83 files