实例介绍
大华视频平台访问视频C#DEMO,获取组织结构、摄像头在线、离线和故障状态等
【实例截图】
【核心代码】
CDEMO
└── C# DEMO
├── bin
│ ├── aacdec.dll
│ ├── AACDecoder.dll
│ ├── adpcmdec.dll
│ ├── adpcmdecode.dll
│ ├── amrdec.dll
│ ├── AmrDll.dll
│ ├── ColligateDemo.vshost.exe
│ ├── ColligateDemo.vshost.exe.manifest
│ ├── dhconfigsdk.dll
│ ├── DhDecode.dll
│ ├── dhnetsdk.dll
│ ├── dhplay_bak.dll
│ ├── dhplay.dll
│ ├── DllDeinterlace.dll
│ ├── dllh264.dll
│ ├── dllmpeg4.dll
│ ├── DownLoadFile_devInfo.dat
│ ├── h264dec.dll
│ ├── Infrad.dll
│ ├── jpegdec.dll
│ ├── json.dll
│ ├── LogMoudle.dll
│ ├── mjpegdec.dll
│ ├── mp2dec.dll
│ ├── mp3dec.dll
│ ├── MP3Decoder.dll
│ ├── mpeg4dec.dll
│ ├── mpeg4enc.dll
│ ├── NetFramework_d.dll
│ ├── NetSDKCS.dll
│ ├── NetSDKCS.pdb
│ ├── NetSDKCS.XML
│ ├── NetSDKSample.vshost.exe
│ ├── oggdec.dll
│ ├── postproc.dll
│ ├── SDKAlarmAndUserManage.exe
│ ├── SDKAlarmAndUserManage.pdb
│ ├── SDKAlarmAndUserManage.vshost.exe
│ ├── SDKAlarmAndUserManage.vshost.exe.manifest
│ ├── SDKCapturePicture.vshost.exe
│ ├── SDKDownLoadFileDemo.vshost.exe
│ ├── SDKFuctionSetAndInfoGet.vshost.exe
│ ├── Streamd.dll
│ ├── StreamSvrd.dll
│ ├── Thumbs.db
│ ├── Utility.dll
│ └── Utility.pdb
├── Code
│ ├── Backup
│ │ ├── ColligateDemo
│ │ │ ├── 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
│ │ │ ├── OtherDemo.csproj.user
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── Net_SDK.sln
│ │ ├── Net_SDK.v12.suo
│ │ ├── SDKAlarmAndUserManage
│ │ │ ├── frm_AddDevice.cs
│ │ │ ├── frm_AddDevice.Designer.cs
│ │ │ ├── frm_AddDevice.resx
│ │ │ ├── frm_Main.cs
│ │ │ ├── frm_Main.Designer.cs
│ │ │ ├── frm_Main.resx
│ │ │ ├── NetIcon.ico
│ │ │ ├── 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
│ │ │ ├── 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
│ │ │ ├── frm_AddDevice.cs
│ │ │ ├── frm_AddDevice.Designer.cs
│ │ │ ├── frm_AddDevice.resx
│ │ │ ├── frm_Main.cs
│ │ │ ├── frm_Main.Designer.cs
│ │ │ ├── frm_Main.resx
│ │ │ ├── NetIcon.ico
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ └── SDKFuctionSetAndInfoGet.csproj
│ │ ├── SDKPlayDemo
│ │ │ ├── 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
│ │ │ │ ├── CLEARBUF.ICO
│ │ │ │ ├── CUTFILE.ico
│ │ │ │ ├── EYE.ICO
│ │ │ │ ├── FOLDER01.ICO
│ │ │ │ ├── FOLDER02.ICO
│ │ │ │ ├── FULLSCREEN.ico
│ │ │ │ ├── help.ico
│ │ │ │ ├── ico00005.ico
│ │ │ │ ├── ico00008.ico
│ │ │ │ ├── ico00009.ico
│ │ │ │ ├── ico00010.ico
│ │ │ │ ├── icon19.ico
│ │ │ │ ├── icon2.ico
│ │ │ │ ├── LOOP.ICO
│ │ │ │ ├── RESUME.ico
│ │ │ │ ├── TOBEGIN.ico
│ │ │ │ ├── TOEND.ico
│ │ │ │ ├── VOLUME01.ICO
│ │ │ │ ├── W95MBX01.ICO
│ │ │ │ └── WRENCH.ICO
│ │ │ ├── NetIcon.ico
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── SDKPlayDemo.csproj
│ │ │ └── SDKPlayDemo.csproj.user
│ │ └── Utility
│ │ ├── MessageUtil.cs
│ │ ├── MsgForm.cs
│ │ ├── MsgForm.Designer.cs
│ │ ├── MsgForm.resx
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── StringUtil.cs
│ │ └── Utility.csproj
│ ├── ColligateDemo
│ │ ├── 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
│ │ ├── NetIcon.ico
│ │ ├── obj
│ │ │ └── x86
│ │ │ └── Debug
│ │ │ ├── build.force
│ │ │ └── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── OtherDemo.csproj
│ │ ├── OtherDemo.csproj.user
│ │ ├── Program.cs
│ │ └── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── Debug
│ │ ├── NetSDKCS.dll
│ │ ├── NetSDKCS.pdb
│ │ ├── VDCSDKCS.dll
│ │ └── VDCSDKCS.pdb
│ ├── NetIcon.ico
│ ├── NetSDKCS
│ │ ├── NetSDK.cs
│ │ ├── NetSDKCS.csproj
│ │ ├── NetSDK_Old.cs
│ │ ├── NetSDKStruct.cs
│ │ ├── obj
│ │ │ └── x86
│ │ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── NetSDKCS.csproj.FileListAbsolute.txt
│ │ │ ├── NetSDKCS.csprojResolveAssemblyReference.cache
│ │ │ ├── NetSDKCS.dll
│ │ │ └── NetSDKCS.pdb
│ │ └── Properties
│ │ └── AssemblyInfo.cs
│ ├── NetSDKSample
│ │ ├── frm_AddDevice.cs
│ │ ├── frm_AddDevice.Designer.cs
│ │ ├── frm_AddDevice.resx
│ │ ├── frm_MainC.cs
│ │ ├── frm_MainC.Designer.cs
│ │ ├── frm_MainC.resx
│ │ ├── frmMultiDVRSample.cs
│ │ ├── frmMultiDVRSample.Designer.cs
│ │ ├── frmMultiDVRSample.resx
│ │ ├── frm_MultiPlay.cs
│ │ ├── frm_MultiPlay.Designer.cs
│ │ ├── frm_MultiPlay.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
│ │ │ ├── D.ico
│ │ │ ├── Icon1.ico
│ │ │ ├── Icon2.ico
│ │ │ ├── MISC13.ICO
│ │ │ ├── MISC14.ICO
│ │ │ ├── MOON05.ICO
│ │ │ ├── NetLogo.ico
│ │ │ ├── P.ico
│ │ │ └── Thumbs.db
│ │ ├── NetIcon.ico
│ │ ├── NetSDKSample.csproj
│ │ ├── NetSDKSample.csproj.user
│ │ ├── obj
│ │ │ └── x86
│ │ │ └── Debug
│ │ │ ├── build.force
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ └── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ └── Thumbs.db
│ ├── Net_SDK.sln
│ ├── Net_SDK.suo
│ ├── Net_SDK.v12.suo
│ ├── PlaySDKCS
│ │ ├── ClassDiagram1.cd
│ │ ├── obj
│ │ │ └── x86
│ │ │ └── Debug
│ │ │ └── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── PlaySDK.cs
│ │ ├── PlaySDKCS.csproj
│ │ └── Properties
│ │ └── AssemblyInfo.cs
│ ├── SDKAlarmAndUserManage
│ │ ├── frm_AddDevice.cs
│ │ ├── frm_AddDevice.Designer.cs
│ │ ├── frm_AddDevice.resx
│ │ ├── frm_Main.cs
│ │ ├── frm_Main.Designer.cs
│ │ ├── frm_Main.resx
│ │ ├── NetIcon.ico
│ │ ├── obj
│ │ │ └── x86
│ │ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── NetSDKSample.frm_AddDevice.resources
│ │ │ ├── SDKAlarmAndUserManage.csproj.FileListAbsolute.txt
│ │ │ ├── SDKAlarmAndUserManage.csproj.GenerateResource.Cache
│ │ │ ├── SDKAlarmAndUserManage.csprojResolveAssemblyReference.cache
│ │ │ ├── SDKAlarmAndUserManage.exe
│ │ │ ├── SDKAlarmAndUserManage.frm_Main.resources
│ │ │ ├── SDKAlarmAndUserManage.pdb
│ │ │ ├── SDKAlarmAndUserManage.Properties.Resources.resources
│ │ │ └── TempPE
│ │ │ └── Properties.Resources.Designer.cs.dll
│ │ ├── 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
│ │ ├── NetIcon.ico
│ │ ├── obj
│ │ │ └── x86
│ │ │ └── Debug
│ │ │ ├── build.force
│ │ │ └── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ └── SDKCapturePicture.csproj
│ ├── SDKDownLoadFileDemo
│ │ ├── 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
│ │ ├── NetIcon.ico
│ │ ├── obj
│ │ │ └── x86
│ │ │ └── Debug
│ │ │ ├── build.force
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ └── TempPE
│ │ │ └── Properties.Resources.Designer.cs.dll
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ └── SDKDownLoadFileDemo.csproj
│ ├── SDKFuctionSetAndInfoGet
│ │ ├── frm_AddDevice.cs
│ │ ├── frm_AddDevice.Designer.cs
│ │ ├── frm_AddDevice.resx
│ │ ├── frm_Main.cs
│ │ ├── frm_Main.Designer.cs
│ │ ├── frm_Main.resx
│ │ ├── NetIcon.ico
│ │ ├── obj
│ │ │ └── x86
│ │ │ └── Debug
│ │ │ ├── build.force
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ └── SDKFuctionSetAndInfoGet.csprojResolveAssemblyReference.cache
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ └── SDKFuctionSetAndInfoGet.csproj
│ ├── SDKPlayDemo
│ │ ├── 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
│ │ ├── NetIcon.ico
│ │ ├── obj
│ │ │ └── x86
│ │ │ └── Debug
│ │ │ └── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── SDKPlayDemo.csproj
│ │ └── SDKPlayDemo.csproj.user
│ ├── UpgradeLog.htm
│ ├── Utility
│ │ ├── MessageUtil.cs
│ │ ├── MsgForm.cs
│ │ ├── MsgForm.Designer.cs
│ │ ├── MsgForm.resx
│ │ ├── obj
│ │ │ └── x86
│ │ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── Utility.csproj.FileListAbsolute.txt
│ │ │ ├── Utility.csproj.GenerateResource.Cache
│ │ │ ├── Utility.csprojResolveAssemblyReference.cache
│ │ │ ├── Utility.dll
│ │ │ ├── Utility.MsgForm.resources
│ │ │ └── Utility.pdb
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── res
│ │ │ ├── error.ico
│ │ │ └── warning.ico
│ │ ├── StringUtil.cs
│ │ ├── Utility.csproj
│ │ ├── Utility.sln
│ │ └── Utility.suo
│ └── VDCSDKCS
│ ├── obj
│ │ └── x86
│ │ └── Debug
│ │ └── DesignTimeResolveAssemblyReferencesInput.cache
│ ├── Properties
│ │ └── AssemblyInfo.cs
│ ├── VDCSDK.cs
│ └── VDCSDKCS.csproj
├── DLL
│ ├── aacdec.dll
│ ├── adpcmdec.dll
│ ├── amrdec.dll
│ ├── avnetsdk.dll
│ ├── dhconfigsdk.dll
│ ├── dhlog.dll
│ ├── dhnetsdk.dll
│ ├── dhplay.dll
│ ├── fisheye.dll
│ ├── g7221dec.dll
│ ├── h264dec.dll
│ ├── hevcdec.dll
│ ├── Infra.dll
│ ├── IvsDrawer_64.dll
│ ├── IvsDrawer.dll
│ ├── json.dll
│ ├── MCL_FPTZ.dll
│ ├── mjpegdec.dll
│ ├── mp2dec.dll
│ ├── mp3dec.dll
│ ├── mpeg4dec.dll
│ ├── mpeg4enc.dll
│ ├── NetFramework.dll
│ ├── NetSDKCS.dll
│ ├── NetSDKCS.XML
│ ├── PlaySDKCS.dll
│ ├── PlaySDKCS.XML
│ ├── postproc.dll
│ ├── Stream.dll
│ ├── StreamSvr.dll
│ ├── svac_dec.dll
│ ├── VDCSDKCS.dll
│ └── VDCSDKCS.XML
├── EXE
│ ├── ColligateDemo.exe
│ ├── NetSDKSample.exe
│ ├── SDKAlarmAndUserManage.exe
│ ├── SDKCapturePicture.exe
│ ├── SDKDownLoadFileDemo.exe
│ ├── SDKFuctionSetAndInfoGet.exe
│ └── SDKPlayDemo.exe
└── NETSDK and Routine Instructions.docx
82 directories, 489 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论