資源簡介
攝像頭視頻采集控件用于在Web編程中輔助您完成攝像頭圖像采集功能,控件基于微軟DirectX技術,支持幾乎所有的USB外置攝像頭及內置攝像頭,通過在Web項目中引用該控件,可以簡化您的攝像頭圖像采集過程,加快您的項目開發進度。

代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.Linq;
using?System.Web;
using?System.Web.UI;
using?System.Web.UI.WebControls;
public?partial?class?_ajax?:?System.Web.UI.Page?
{
????protected?void?Page_Load(object?sender?EventArgs?e)
????{
????????????if?(Request[“picData“]?!=?null)
????????????{
????????????????string?base64data?=?Request[“picData“];
????????????????string?fileFormat?=?Request[“picExt“];
????????????????byte[]?picBytes?=?Convert.Frombase64String(base64data.Substring(1base64data.Length-2));
????????????????System.IO.FileStream?outputStream?=?new?System.IO.FileStream(Server.MapPath(“~/“)?+?“//pages//ajax“+fileFormat?System.IO.FileMode.Create);
????????????????outputStream.Write(picBytes?0?picBytes.Length);
????????????????outputStream.Close();
????????????????Response.Write(“{‘savestatus‘:‘ok‘}“);
????????????????Response.End();
????????????}
????}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件?????979728??2012-12-03?16:52??demo\cabs\ImageCapOnWeb.cab
?????文件????????675??2011-01-26?16:21??demo\history.txt
?????文件??????79872??2012-07-10?11:28??demo\ImageCapOnWeb控件使用說明.doc
?????文件?????340230??2012-07-10?11:28??demo\ImageCapOnWeb控件使用說明.pdf
?????文件?????145844??2010-12-22?14:49??demo\images\demo.jpg
?????文件???????6203??2012-04-09?09:12??demo\index.html
?????文件???????1402??2010-04-29?16:46??demo\js\external\jquery.bgif
?????文件???????3655??2010-04-29?16:46??demo\js\external\jquery.cookie.js
?????文件???????3955??2010-04-29?16:46??demo\js\external\jquery.me
?????文件???????2950??2010-04-29?16:46??demo\js\external\qunit.css
?????文件??????27994??2010-04-29?16:46??demo\js\external\qunit.js
?????文件??????72174??2010-04-23?21:14??demo\js\jquery-1.4.2.min.js
?????文件?????215547??2010-04-29?16:42??demo\js\jquery-ui-1.8.custom.min.js
?????文件???????1553??2010-04-29?16:46??demo\js\themes\ba
?????文件????????180??2010-04-29?16:46??demo\js\themes\ba
?????文件????????178??2010-04-29?16:46??demo\js\themes\ba
?????文件????????120??2010-04-29?16:46??demo\js\themes\ba
?????文件????????105??2010-04-29?16:46??demo\js\themes\ba
?????文件????????111??2010-04-29?16:46??demo\js\themes\ba
?????文件????????110??2010-04-29?16:46??demo\js\themes\ba
?????文件????????119??2010-04-29?16:46??demo\js\themes\ba
?????文件????????101??2010-04-29?16:46??demo\js\themes\ba
?????文件???????4369??2010-04-29?16:46??demo\js\themes\ba
?????文件???????4369??2010-04-29?16:46??demo\js\themes\ba
?????文件???????4369??2010-04-29?16:46??demo\js\themes\ba
?????文件???????4369??2010-04-29?16:46??demo\js\themes\ba
?????文件???????4369??2010-04-29?16:46??demo\js\themes\ba
?????文件????????807??2010-04-29?16:46??demo\js\themes\ba
?????文件?????????61??2010-04-29?16:46??demo\js\themes\ba
?????文件????????773??2010-04-29?16:46??demo\js\themes\ba
............此處省略199個文件信息
- 上一篇:多用戶多級目錄文件系統的實現
- 下一篇:攝像頭控件
評論
共有 條評論