資源簡介
C#調(diào)用??礢DK進(jìn)行H264解碼庫例子,希望對用c#調(diào)用c 庫的人有所幫助,注意要修改攝像頭IP/port/user/pwd,否則無法登陸
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Data;
using?System.Drawing;
using?System.Linq;
using?System.Text;
using?System.Windows.Forms;
namespace?MyVideo
{
????public?partial?class?Form1?:?Form
????{
????????public?Form1()
????????{
????????????InitializeComponent();
????????}
????????private?int?user?=?0;
????????private?int?playHandle?=?0;
????????
????????private?void?Form1_Load(object?sender?EventArgs?e)
????????{
????????????this.button1.Visible?=?false;
????????????button1_Click(null?null);
????????}
????????private?void?Form1_FormClosing(object?sender?FormClosingEventArgs?e)
????????{
????????????HikSDK.NET_DVR_StopRealPlay(playHandle);
????????????HikSDK.NET_DVR_Logout(user);
????????????HikSDK.NET
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????5275648??2012-06-26?15:15??MyVideo\MyVideo\bin\Debug\DsSdk.dll
?????文件??????63412??2012-06-26?15:15??MyVideo\MyVideo\bin\Debug\DsSdk.lib
?????文件????1645320??2012-06-26?15:15??MyVideo\MyVideo\bin\Debug\gdiplus.dll
?????文件?????200480??2012-06-26?15:15??MyVideo\MyVideo\bin\Debug\GdiPlus.lib
?????文件????1265733??2012-06-26?15:15??MyVideo\MyVideo\bin\Debug\HCNetSDK.dll
?????文件?????184056??2012-06-26?15:15??MyVideo\MyVideo\bin\Debug\HCNetSDK.lib
?????文件????3843072??2012-06-26?15:15??MyVideo\MyVideo\bin\Debug\HCNetSDK.pdb
?????文件??????????0??2013-06-21?11:04??MyVideo\MyVideo\bin\Debug\hik
?????文件????2637856??2013-06-21?11:56??MyVideo\MyVideo\bin\Debug\hik.avi
?????文件??????????0??2012-12-18?16:24??MyVideo\MyVideo\bin\Debug\LocalSensorAdd.dat
?????文件??????11776??2013-06-21?11:56??MyVideo\MyVideo\bin\Debug\MyVideo.exe
?????文件??????28160??2013-06-21?11:56??MyVideo\MyVideo\bin\Debug\MyVideo.pdb
?????文件??????11600??2013-06-21?11:57??MyVideo\MyVideo\bin\Debug\MyVideo.vshost.exe
?????文件????????490??2010-03-17?22:39??MyVideo\MyVideo\bin\Debug\MyVideo.vshost.exe.manifest
?????文件????1232981??2012-07-05?10:09??MyVideo\MyVideo\bin\Debug\PlayCtrl.dll
?????文件??????38554??2012-07-05?10:09??MyVideo\MyVideo\bin\Debug\PlayCtrl.lib
?????文件?????959488??2012-07-05?10:09??MyVideo\MyVideo\bin\Debug\PlayCtrl.pdb
?????文件??????61508??2012-06-26?15:15??MyVideo\MyVideo\bin\Debug\QosControl.dll
?????文件?????222208??2012-06-26?15:15??MyVideo\MyVideo\bin\Debug\QosControl.pdb
?????文件?????258150??2012-06-26?15:15??MyVideo\MyVideo\bin\Debug\StreamTransClient.dll
?????文件?????558080??2012-06-26?15:15??MyVideo\MyVideo\bin\Debug\StreamTransClient.pdb
?????文件?????168050??2012-06-26?15:15??MyVideo\MyVideo\bin\Debug\SystemTransform.dll
?????文件?????181248??2012-06-26?15:15??MyVideo\MyVideo\bin\Debug\SystemTransform.pdb
?????文件???????4039??2013-06-21?11:56??MyVideo\MyVideo\Form1.cs
?????文件???????4742??2013-06-21?11:56??MyVideo\MyVideo\Form1.Designer.cs
?????文件???????5817??2013-06-21?11:56??MyVideo\MyVideo\Form1.resx
?????文件???????3287??2013-06-21?11:21??MyVideo\MyVideo\HikSDK.cs
?????文件???????3710??2013-06-19?19:12??MyVideo\MyVideo\MyVideo.csproj
?????文件???????4440??2013-06-20?11:22??MyVideo\MyVideo\obj\x86\Debug\DesignTimeResolveAssemblyReferences.cache
?????文件???????6335??2013-06-21?11:56??MyVideo\MyVideo\obj\x86\Debug\DesignTimeResolveAssemblyReferencesInput.cache
............此處省略70個文件信息
- 上一篇:wpf 拼圖游戲源碼
- 下一篇:c# 2048 游戲
評論
共有 條評論