資源簡介
iSpy是國外的一款開源免費的視頻監控,功能強大。支持電腦客戶端,web端,手機端本地或者遠程訪問。
主要核心功能:
1.把攝像頭通過代碼嵌入到你自己的網站;
2.支持不同品牌攝像頭,電腦usb攝像頭,通過onvif協議,http,rtsp等方式添加攝像頭;
3.實時監看,錄像回放,電視墻功能;
4.支持云存儲,ftp上傳,上傳錄像到YouTube, Dropbox以及Google Drive等;
5.各種不同的錄像方式,定時,手動,報警錄像等;
6.支持Email, SMS等;
7.支持插件擴展,車牌識別(ALPR),人臉探測(Face Detection)等;
8.提供api,支持二次開發。
9.支持多語言(中文翻譯的有點差)。
iSpy :http://www.ispyconnect.com/
代碼片段和文件信息
using?System;
using?System.ComponentModel;
using?System.Windows.Forms;
namespace?iSpyApplication
{
///?
///?Summary?description?for?AboutForm.
///?
public?class?AboutForm?:?Form
????{
????????private?Label?_lblCopyright;
????????private?PictureBox?_pictureBox1;
????????private?Label?_lblVersion;
????????private?Button?_btnOk;
????????private?linkLabel?linkLabel1;
????????private?TableLayoutPanel?tableLayoutPanel1;
????????
///?
///?Required?designer?variable.
///?
private?Container?components?=?null;
public?AboutForm(?)
{
//
//?Required?for?Windows?Form?Designer?support
//
InitializeComponent();
????????????RenderResources();
//
//?TODO:?Add?any?constructor?code?after?InitializeComponent?call
//
????????}
????????private?void?RenderResources()
????????{
????????????_lblVersion.Text?=?string.Format(“{0}{1}?v{2}“?
????????????????Application.ProductName?Program.Platform?!=?“x86“???“?64“?:?““
????????????????Application.ProductVersion);
????????????Helper.Settitle(this);
????????????_lblCopyright.Text?=?“Copyright?\u00a9?2007-“?+?Helper.Now.Year+“?DeveloperInABox“;
????????}
???????
///?
///?Clean?up?any?resources?being?used.
///?
protected?override?void?Dispose(?bool?disposing?)
{
if(?disposing?)
{
if(components?!=?null)
{
components.Dispose();
}
}
base.Dispose(?disposing?);
}
#region?Windows?Form?Designer?generated?code
///?
///?Required?method?for?Designer?support?-?do?not?modify
///?the?contents?of?this?method?with?the?code?editor.
///?
private?void?InitializeComponent()
{
????????????this._lblCopyright?=?new?System.Windows.Forms.Label();
????????????this._pictureBox1?=?new?System.Windows.Forms.PictureBox();
????????????this.linkLabel1?=?new?System.Windows.Forms.linkLabel();
????????????this._btnOk?=?new?System.Windows.Forms.Button();
????????????this._lblVersion?=?new?System.Windows.Forms.Label();
????????????this.tableLayoutPanel1?=?new?System.Windows.Forms.TableLayoutPanel();
????????????((System.ComponentModel.ISupportInitialize)(this._pictureBox1)).BeginInit();
????????????this.tableLayoutPanel1.SuspendLayout();
????????????this.SuspendLayout();
????????????//?
????????????//?_lblCopyright
????????????//?
????????????this._lblCopyright.Dock?=?System.Windows.Forms.Dockstyle.Fill;
????????????this._lblCopyright.Location?=?new?System.Drawing.Point(174?25);
????????????this._lblCopyright.Name?=?“_lblCopyright“;
????????????this._lblCopyright.Size?=?new?System.Drawing.Size(249?25);
????????????this._lblCopyright.TabIndex?=?13;
????????????this._lblCopyright.Text?=?“Copyright??2016?DeveloperInABox“;
????????????this._lblCopyright.TextAlign?=?System.Drawing.ContentAlignment.MiddleLeft;
????????????//?
????????????//?_pictureBox1
????????????//?
????????????this._pictureBox1.Image?=?global::iSpyApplication.Properties.Resources.ispy;
????????????this._pictureBox1.Location
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2018-09-05?06:38??iSpy-master\
?????文件?????????691??2018-09-05?06:38??iSpy-master\.gitignore
?????文件??????????74??2018-09-05?06:38??iSpy-master\.gitignore.bak
?????目錄???????????0??2018-09-05?06:38??iSpy-master\.nuget\
?????文件?????????164??2018-09-05?06:38??iSpy-master\.nuget\NuGet.Config
?????文件????????8438??2018-09-05?06:38??iSpy-master\AboutForm.cs
?????文件????????5695??2018-09-05?06:38??iSpy-master\AboutForm.resx
?????文件??????261032??2018-09-05?06:38??iSpy-master\AddCamera.Designer.cs
?????文件??????101930??2018-09-05?06:38??iSpy-master\AddCamera.cs
?????文件???????49156??2018-09-05?06:38??iSpy-master\AddCamera.resx
?????文件???????12121??2018-09-05?06:38??iSpy-master\AddFloorPlan.Designer.cs
?????文件???????17907??2018-09-05?06:38??iSpy-master\AddFloorPlan.cs
?????文件???????75291??2018-09-05?06:38??iSpy-master\AddFloorPlan.resx
?????文件???????78266??2018-09-05?06:38??iSpy-master\AddMicrophone.Designer.cs
?????文件???????31723??2018-09-05?06:38??iSpy-master\AddMicrophone.cs
?????文件???????49364??2018-09-05?06:38??iSpy-master\AddMicrophone.resx
?????文件???????10157??2018-09-05?06:38??iSpy-master\AddRemoteCommand.Designer.cs
?????文件????????3837??2018-09-05?06:38??iSpy-master\AddRemoteCommand.cs
?????文件????????5698??2018-09-05?06:38??iSpy-master\AddRemoteCommand.resx
?????文件????????7305??2018-09-05?06:38??iSpy-master\App.config
?????文件???????26694??2018-09-05?06:38??iSpy-master\App.ico
?????文件????????2445??2018-09-05?06:38??iSpy-master\AssemblyInfo.cs
?????文件????????3770??2018-09-05?06:38??iSpy-master\ByteArrayUtils.cs
?????文件????????3092??2018-09-05?06:38??iSpy-master\C2BPComparers.cs
?????文件???????20525??2018-09-05?06:38??iSpy-master\C2BPProcessor.cs
?????目錄???????????0??2018-09-05?06:38??iSpy-master\CameraDiscovery\
?????文件????????5553??2018-09-05?06:38??iSpy-master\CameraDiscovery\CameraScanner.cs
?????文件????????8133??2018-09-05?06:38??iSpy-master\CameraDiscovery\URLDiscovery.cs
?????文件????????5073??2018-09-05?06:38??iSpy-master\CameraMicSource.Designer.cs
?????文件????????3689??2018-09-05?06:38??iSpy-master\CameraMicSource.cs
?????文件????????5698??2018-09-05?06:38??iSpy-master\CameraMicSource.resx
............此處省略1031個文件信息
- 上一篇:Excel圖表實戰技巧精粹
- 下一篇:微信小程序源碼-合集5.rar
評論
共有 條評論