xxxx18一60岁hd中国/日韩女同互慰一区二区/西西人体扒开双腿无遮挡/日韩欧美黄色一级片 - 色护士精品影院www

  • 大小: 14.07MB
    文件類(lèi)型: .zip
    金幣: 1
    下載: 0 次
    發(fā)布日期: 2023-06-19
  • 語(yǔ)言: C#
  • 標(biāo)簽: C#??預(yù)覽截圖??winfom??.NET4??

資源簡(jiǎn)介

1、C# 多個(gè)ip攝像頭畫(huà)面預(yù)覽以及截圖界面 2、winform VS2013 .NET4 Client Profile 3、測(cè)試攝像頭:海康威視 親測(cè)有效哦,絕對(duì)物超所值! 4、需要輸入IP地址,端口號(hào),用戶(hù)名和密碼。預(yù)覽、抓圖、客戶(hù)端錄像基本功能,其中抓圖包括BMP和JPEG抓圖(包括抓圖保存在緩沖區(qū)中)。 5、IP通道設(shè)置(添加、修改、刪除)功能。

資源截圖

代碼片段和文件信息

using?System;
using?System.Runtime.InteropServices;
namespace?NVRCsharpDemo
{
///?
///?CHCNetSDK?的摘要說(shuō)明。
///?

????public?class?CHCNetSDK
????{
????????public?CHCNetSDK()
????????{
????????????//
????????????//?TODO:?在此處添加構(gòu)造函數(shù)邏輯
????????????//
????????}
????????
????????//SDK類(lèi)型
????????public?const?int?SDK_PLAYMPEG4?=?1;//播放庫(kù)
????????public?const?int?SDK_HCNETSDK?=?2;//網(wǎng)絡(luò)庫(kù)

????????public?const?int?NAME_LEN?=?32;//用戶(hù)名長(zhǎng)度
????????public?const?int?PASSWD_LEN?=?16;//密碼長(zhǎng)度
????????public?const?int?GUID_LEN?=?16;??????//GUID長(zhǎng)度
????????public?const?int?DEV_TYPE_NAME_LEN?=?24;??????//設(shè)備類(lèi)型名稱(chēng)長(zhǎng)度
????????public?const?int?MAX_NAMELEN?=?16;//DVR本地登陸名
????????public?const?int?MAX_RIGHT?=?32;//設(shè)備支持的權(quán)限(1-12表示本地權(quán)限,13-32表示遠(yuǎn)程權(quán)限)
????????public?const?int?SERIALNO_LEN?=?48;//序列號(hào)長(zhǎng)度
????????public?const?int?MACADDR_LEN?=?6;//mac地址長(zhǎng)度
????????public?const?int?MAX_ETHERNET?=?2;//設(shè)備可配以太網(wǎng)絡(luò)
????????public?const?int?MAX_NETWORK_CARD?=?4;?//設(shè)備可配最大網(wǎng)卡數(shù)目
????????public?const?int?PATHNAME_LEN?=?128;//路徑長(zhǎng)度

????????public?const?int?MAX_NUMBER_LEN?=?32; //號(hào)碼最大長(zhǎng)度
????????public?const?int?MAX_NAME_LEN?=?128;?//設(shè)備名稱(chēng)最大長(zhǎng)度

????????public?const?int?MAX_TIMESEGMENT_V30?=?8;//9000設(shè)備最大時(shí)間段數(shù)
????????public?const?int?MAX_TIMESEGMENT?=?4;//8000設(shè)備最大時(shí)間段數(shù)
????????public?const?int?MAX_ICR_NUM?=?8;???//抓拍機(jī)紅外濾光片預(yù)置點(diǎn)數(shù)

????????public?const?int?MAX_SHELTERNUM?=?4;//8000設(shè)備最大遮擋區(qū)域數(shù)
????????public?const?int?PHONENUMBER_LEN?=?32;//pppoe撥號(hào)號(hào)碼最大長(zhǎng)度

????????public?const?int?MAX_DISKNUM?=?16;//8000設(shè)備最大硬盤(pán)數(shù)
????????public?const?int?MAX_DISKNUM_V10?=?8;//1.2版本之前版本

????????public?const?int?MAX_WINDOW_V30?=?32;//9000設(shè)備本地顯示最大播放窗口數(shù)
????????public?const?int?MAX_WINDOW?=?16;//8000設(shè)備最大硬盤(pán)數(shù)
????????public?const?int?MAX_VGA_V30?=?4;//9000設(shè)備最大可接VGA數(shù)
????????public?const?int?MAX_VGA?=?1;//8000設(shè)備最大可接VGA數(shù)

????????public?const?int?MAX_USERNUM_V30?=?32;//9000設(shè)備最大用戶(hù)數(shù)
????????public?const?int?MAX_USERNUM?=?16;//8000設(shè)備最大用戶(hù)數(shù)
????????public?const?int?MAX_EXCEPTIONNUM_V30?=?32;//9000設(shè)備最大異常處理數(shù)
????????public?const?int?MAX_EXCEPTIONNUM?=?16;//8000設(shè)備最大異常處理數(shù)
????????public?const?int?MAX_link?=?6;//8000設(shè)備單通道最大視頻流連接數(shù)
????????public?const?int?MAX_ITC_EXCEPTIONOUT?=?32;//抓拍機(jī)最大報(bào)警輸出

????????public?const?int?MAX_DECPOOLNUM?=?4;//單路解碼器每個(gè)解碼通道最大可循環(huán)解碼數(shù)
????????public?const?int?MAX_DECNUM?=?4;//單路解碼器的最大解碼通道數(shù)(實(shí)際只有一個(gè),其他三個(gè)保留)
????????public?const?int?MAX_TRANSPARENTNUM?=?2;//單路解碼器可配置最大透明通道數(shù)
????????public?const?int?MAX_CYCLE_CHAN?=?16;?//單路解碼器最大輪循通道數(shù)
????????public?const?int?MAX_CYCLE_CHAN_V30?=?64;//最大輪詢(xún)通道數(shù)(擴(kuò)展)
????????public?const?int?MAX_DIRNAME_LENGTH?=?80;//最大目錄長(zhǎng)度

????????public?const?int?MAX_STRINGNUM_V30?=?8;//9000設(shè)備最大OSD字符行數(shù)數(shù)
????????public?const?int?MAX_STRINGNUM?=?4;//8000設(shè)備最大OSD字符行數(shù)數(shù)
????????public?const?int?MAX_STRINGNUM_EX?=?8;//8000定制擴(kuò)展
????????public?const?int?MAX_AUXOUT_V30?=?16;//9000設(shè)備最大輔助輸出數(shù)
????????public?const?int?MAX_AUXOUT?=?4;//8000設(shè)備最大輔助輸出數(shù)
????????public?const?int?MAX_HD_GROUP?=?16;//9000設(shè)備最大硬盤(pán)組數(shù)
????????public?const?int?MAX_NFS_DISK?=?8;?//

?屬性????????????大小?????日期????時(shí)間???名稱(chēng)
-----------?---------??----------?-----??----
?????目錄???????????0??2019-04-27?22:54??1-多攝像頭\
?????目錄???????????0??2019-04-28?20:00??1-多攝像頭\NVRCsharpDemo\
?????文件?????????926??2015-07-08?11:56??1-多攝像頭\NVRCsharpDemo\App.config
?????文件??????826159??2015-06-03?18:17??1-多攝像頭\NVRCsharpDemo\CHCNetSDK.cs
?????文件???????21649??2019-04-28?20:00??1-多攝像頭\NVRCsharpDemo\IPChannelConfig.Designer.cs
?????文件???????11343??2019-04-28?20:00??1-多攝像頭\NVRCsharpDemo\IPChannelConfig.cs
?????文件????????5817??2019-04-28?20:00??1-多攝像頭\NVRCsharpDemo\IPChannelConfig.resx
?????文件???????23577??2019-04-28?19:17??1-多攝像頭\NVRCsharpDemo\MainWindow.Designer.cs
?????文件???????46570??2019-04-28?19:17??1-多攝像頭\NVRCsharpDemo\MainWindow.cs
?????文件????????5817??2019-04-28?19:17??1-多攝像頭\NVRCsharpDemo\MainWindow.resx
?????文件????????6211??2015-07-08?20:52??1-多攝像頭\NVRCsharpDemo\NVRCsharpDemo.csproj
?????文件?????????478??2013-07-13?15:13??1-多攝像頭\NVRCsharpDemo\NVRCsharpDemo.csproj.user
?????文件???????29142??2014-06-23?10:23??1-多攝像頭\NVRCsharpDemo\PlayCtrl.cs
?????文件?????????510??2013-07-13?15:02??1-多攝像頭\NVRCsharpDemo\Program.cs
?????目錄???????????0??2015-12-18?20:45??1-多攝像頭\NVRCsharpDemo\Properties\
?????文件????????1438??2013-07-13?15:01??1-多攝像頭\NVRCsharpDemo\Properties\AssemblyInfo.cs
?????文件????????2854??2013-07-13?15:01??1-多攝像頭\NVRCsharpDemo\Properties\Resources.Designer.cs
?????文件????????5612??2013-07-13?15:01??1-多攝像頭\NVRCsharpDemo\Properties\Resources.resx
?????文件????????1098??2013-07-13?15:01??1-多攝像頭\NVRCsharpDemo\Properties\Settings.Designer.cs
?????文件?????????249??2013-07-13?15:01??1-多攝像頭\NVRCsharpDemo\Properties\Settings.settings
?????目錄???????????0??2015-12-18?20:45??1-多攝像頭\NVRCsharpDemo\bin\
?????文件?????????954??2015-09-14?21:28??1-多攝像頭\NVRCsharpDemo\bin\2x4s1b4o.newcfg
?????文件???????????0??2015-09-14?21:28??1-多攝像頭\NVRCsharpDemo\bin\2x4s1b4o.tmp
?????目錄???????????0??2015-12-18?20:45??1-多攝像頭\NVRCsharpDemo\bin\469230042\
?????文件??????133167??2015-07-13?15:36??1-多攝像頭\NVRCsharpDemo\bin\469230042\469230042_1436772962.jpg
?????文件??????113052??2015-07-13?15:41??1-多攝像頭\NVRCsharpDemo\bin\469230042\469230042_1436773262.jpg
?????目錄???????????0??2015-12-18?20:45??1-多攝像頭\NVRCsharpDemo\bin\514742573\
?????文件??????151978??2015-07-09?15:23??1-多攝像頭\NVRCsharpDemo\bin\514742573\514742573_1436426630.jpg
?????文件??????152650??2015-07-09?15:23??1-多攝像頭\NVRCsharpDemo\bin\514742573\514742573_1436426636.jpg
?????文件??????153311??2015-07-09?15:24??1-多攝像頭\NVRCsharpDemo\bin\514742573\514742573_1436426642.jpg
?????文件??????153878??2015-07-09?15:24??1-多攝像頭\NVRCsharpDemo\bin\514742573\514742573_1436426648.jpg
............此處省略101個(gè)文件信息

評(píng)論

共有 條評(píng)論

相關(guān)資源