資源簡介
視頻監控系統v4.0
代碼片段和文件信息
using?System;
using?System.Drawing;
using?System.Runtime.InteropServices;
using?System.Windows.Forms;
using?AForge.Video;
using?AForge.Video.DirectShow;
using?System.Drawing.Imaging;
namespace?RVMS
{
????public?partial?class?frmCamera?:?Form
????{
????????//攝像頭設備存在與否的標志變量
????????private?bool?DeviceExist?=?false;
????????//存儲所有攝像頭設備信息的變量
????????private?FilterInfoCollection?videoDevices;
????????//存儲正在執行的設備的信息
????????private?VideoCaptureDevice?videoSource?=?null;
????????public?static?int?i?=?0;
???????//?private?int?hHwnd;
????????private?const?int?port?=?2000;
????????public?frmCamera()
????????{
????????????InitializeComponent();
????????????getCamList();
????????}
????????public?struct?videohdr_tag
????????{
????????????public?byte[]?lpData;
????????????p
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2014-09-18?08:51??RVMS\
?????目錄???????????0??2014-09-18?08:51??RVMS\picture\
?????目錄???????????0??2014-09-18?08:51??RVMS\picture\bmp\
?????目錄???????????0??2014-09-18?08:51??RVMS\picture\jpg\
?????文件??????123450??2013-05-19?16:46??RVMS\picture\jpg\test0.jpg
?????文件??????123450??2013-05-19?16:47??RVMS\picture\jpg\test1.jpg
?????文件??????123450??2013-05-19?16:47??RVMS\picture\jpg\test2.jpg
?????文件??????123450??2013-05-19?16:48??RVMS\picture\jpg\test3.jpg
?????目錄???????????0??2014-09-18?08:51??RVMS\RVMS\
?????文件??????????45??2013-05-12?11:08??RVMS\RVMS\autorun.inf
?????目錄???????????0??2014-09-18?08:51??RVMS\RVMS\databa
?????文件?????3145728??2013-05-19?17:12??RVMS\RVMS\databa
?????文件??????516096??2013-05-19?17:12??RVMS\RVMS\databa
?????目錄???????????0??2014-09-19?10:49??RVMS\RVMS\ico\
?????文件???????12049??2013-05-05?15:05??RVMS\RVMS\ico\128.png
?????文件???????14895??2013-05-05?15:05??RVMS\RVMS\ico\129.png
?????文件???????19575??2013-05-05?15:05??RVMS\RVMS\ico\130.png
?????文件???????22379??2013-05-05?15:05??RVMS\RVMS\ico\131.png
?????文件????????8206??2013-05-05?15:06??RVMS\RVMS\ico\132.png
?????文件????????9270??2013-05-05?15:05??RVMS\RVMS\ico\135.png
?????文件??????194503??2012-03-23?17:40??RVMS\RVMS\ico\li
?????文件???????51262??2014-09-19?10:48??RVMS\RVMS\ico\logo_i.ico
?????目錄???????????0??2014-09-18?11:04??RVMS\RVMS\RVMS\
?????文件?????????854??2013-05-04?11:00??RVMS\RVMS\RVMS.sln
?????文件???????83456??2014-09-19?10:51??RVMS\RVMS\RVMS.suo
?????文件????????1118??2014-09-18?14:58??RVMS\RVMS\RVMS\app.config
?????目錄???????????0??2014-09-18?08:51??RVMS\RVMS\RVMS\bin\
?????目錄???????????0??2014-09-18?08:51??RVMS\RVMS\RVMS\bin\Debug\
?????文件??????262144??2012-05-02?11:21??RVMS\RVMS\RVMS\bin\Debug\AForge.Imaging.dll
?????文件???????57856??2012-05-02?11:21??RVMS\RVMS\RVMS\bin\Debug\AForge.Video.DirectShow.dll
?????文件???????18944??2012-05-02?11:21??RVMS\RVMS\RVMS\bin\Debug\AForge.Video.dll
............此處省略136個文件信息
- 上一篇:C#局域網桌面共享
- 下一篇:c# 實現攝像頭的讀取 和拍照(AForge)源碼
評論
共有 條評論