資源簡介
攝像頭
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Data;
using?System.Drawing;
using?System.Drawing.Imaging;
using?System.Text;
using?System.Windows.Forms;
using?System.Threading;
using?AForge;
using?AForge.Video;
using?AForge.Video.DirectShow;
using?AForge.Imaging;
using?AForge.Imaging.Filters;
namespace?Camera
{
????public?partial?class?Form1?:?Form
????{
????????private?string?flag1;
????????private?FilterInfoCollection?videoDevices;
????????VideoCaptureDevice?videoSource;
????????public?Form1()
????????{
????????????InitializeComponent();
????????}
????????public?string?Flag1
????????{
????????????get?{?return?flag1;?}
????????????set?{?flag1?=?value;?}
????????}
?????????
????????private?void?Form1_Load(object
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2015-12-31?23:07??Camera\
?????文件????????4298??2015-12-31?21:52??Camera\Camera.csproj
?????文件????????7941??2016-01-01?11:16??Camera\Form1.Designer.cs
?????文件????????3939??2016-01-01?11:17??Camera\Form1.cs
?????文件????????8391??2016-01-01?11:16??Camera\Form1.resx
?????文件????????3060??2015-12-31?22:05??Camera\Form2.Designer.cs
?????文件????????1121??2015-12-31?22:07??Camera\Form2.cs
?????文件????????5817??2015-12-31?22:05??Camera\Form2.resx
?????目錄???????????0??2015-12-31?23:07??Camera\Include\
?????文件???????14336??2008-10-12?13:34??Camera\Include\AForge.Controls.dll
?????文件???????97792??2008-11-18?10:46??Camera\Include\AForge.Imaging.dll
?????文件???????27136??2008-10-12?13:34??Camera\Include\AForge.Video.DirectShow.dll
?????文件???????13312??2008-10-12?13:34??Camera\Include\AForge.Video.dll
?????文件????????9728??2008-11-16?11:45??Camera\Include\AForge.dll
?????文件?????????467??2012-04-21?16:22??Camera\Program.cs
?????目錄???????????0??2015-12-31?23:07??Camera\Properties\
?????文件????????1362??2012-04-21?16:22??Camera\Properties\AssemblyInfo.cs
?????文件????????2860??2012-04-21?16:22??Camera\Properties\Resources.Designer.cs
?????文件????????5612??2012-04-21?16:22??Camera\Properties\Resources.resx
?????文件????????1089??2012-04-21?16:22??Camera\Properties\Settings.Designer.cs
?????文件?????????249??2012-04-21?16:22??Camera\Properties\Settings.settings
?????目錄???????????0??2012-04-21?16:22??Camera\bin\
?????目錄???????????0??2015-12-31?23:07??Camera\bin\Debug\
?????文件???????14336??2008-10-12?13:34??Camera\bin\Debug\AForge.Controls.dll
?????文件???????97792??2008-11-18?10:46??Camera\bin\Debug\AForge.Imaging.dll
?????文件???????27136??2008-10-12?13:34??Camera\bin\Debug\AForge.Video.DirectShow.dll
?????文件???????13312??2008-10-12?13:34??Camera\bin\Debug\AForge.Video.dll
?????文件????????9728??2008-11-16?11:45??Camera\bin\Debug\AForge.dll
?????文件???????15872??2016-01-01?11:17??Camera\bin\Debug\Camera.exe
?????文件???????42496??2016-01-01?11:17??Camera\bin\Debug\Camera.pdb
?????文件???????11608??2016-01-15?11:48??Camera\bin\Debug\Camera.vshost.exe
............此處省略17個文件信息
評論
共有 條評論