C# 视频监控系列(5):客户端——给服务器端发送字符串和录像(数据捕获)

 一、给服务器发送字符串           实现这个功能非常简单,感觉不怎么实用。         &nbs...

C# 视频监控系列(7):服务器端——封装API(下) [DS40xxSDK.dll]

1.     DS40xxSDK.dll using System;using System.Collections.Generic;using System.Text;using System.Runtime...

C# 视频监控系列(6):服务器端——封装API(上) [HikServer.dll]

1.     HikServer.dll using System;using System.Collections.Generic;using System.Text;using System.Runtime...

C# 视频监控系列(8):服务器端——预览和可被客户端连接

一、VC++ Demo里关于这两个功能的实现和分析           基本上每段代码都可以从OnInitDialog这个方法开始分析      &n...

C# 视频监控系列(9):服务器端——数据捕获(抓图 + 录像)

一、抓图           这个功能没有在VC++服务器端找到对应的代码,但是GOOGLE到了一段CSDN求助的代码:  int   ret=GetJpegI...

C# 视频监控系列(10):服务器端——验证、设置画面质量、字幕叠加、板卡序列号

一、验证           1.1     IP验证         ...

C# 视频监控系列(6):服务器端——封装API(上)(1)

  正文      1.     HikServer.dll   using System;using System.Collections.Generic;u...

C# 视频监控系列(7):服务器端——封装API(下)(5)

 /// <summary>         /// 3.6.1.2设置移动侦测区域范围及个数        ...

C# 视频监控系列(7):服务器端——封装API(下)(4)

 public static extern int SetIBPMode(IntPtr hChannelHandle, int KeyFrameIntervals, int BFrames, ...

C# 视频监控系列(7):服务器端——封装API(下)(1)

正文      1.     DS40xxSDK.dll   using System;using System.Collections.Generic;using&nb...

本页面内关键词为智能算法引擎基于机器学习所生成,如有任何问题,可在页面下方点击"联系我们"与我们沟通。