資源簡介
通過HTML5的video開啟手機拍照,拍照時需要手機確認開啟攝像權限。然后再通過canvas捕獲視頻流保存為圖片base64字符,最后將圖片流傳遞到服務端進行保存。

代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.Linq;
using?System.Web;
using?System.Web.Http;
using?System.Web.Mvc;
using?System.Web.Optimization;
using?System.Web.Routing;
namespace?MvcPhotograph
{
????//?注意:?有關啟用?IIS6?或?IIS7?經典模式的說明,
????//?請訪問?http://go.microsoft.com/?linkId=9394801
????public?class?MvcApplication?:?System.Web.HttpApplication
????{
????????protected?void?Application_Start()
????????{
????????????AreaRegistration.RegisterAllAreas();
????????????WebApiConfig.Register(GlobalConfiguration.Configuration);
????????????FilterConfig.RegisterGlobalFilters(GlobalFilters.Filters);
????????????RouteConfig.RegisterRoutes(RouteTable.Routes);
????????????BundleConfig.RegisterBundles(BundleTable.Bundles);
????????}
????}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2016-07-03?12:26??MvcPhotograph\
?????目錄???????????0??2016-07-03?12:25??MvcPhotograph\MvcPhotograph\
?????目錄???????????0??2016-07-03?12:26??MvcPhotograph\MvcPhotograph\App_Data\
?????目錄???????????0??2016-07-03?12:25??MvcPhotograph\MvcPhotograph\App_Start\
?????文件????????2178??2015-03-25?16:52??MvcPhotograph\MvcPhotograph\App_Start\BundleConfig.cs
?????文件?????????279??2015-03-25?15:59??MvcPhotograph\MvcPhotograph\App_Start\FilterConfig.cs
?????文件?????????604??2015-03-25?15:59??MvcPhotograph\MvcPhotograph\App_Start\RouteConfig.cs
?????文件?????????482??2015-03-25?15:59??MvcPhotograph\MvcPhotograph\App_Start\WebApiConfig.cs
?????目錄???????????0??2016-07-03?12:25??MvcPhotograph\MvcPhotograph\Content\
?????文件????????1024??2015-03-25?15:59??MvcPhotograph\MvcPhotograph\Content\Site.css
?????目錄???????????0??2016-07-03?12:25??MvcPhotograph\MvcPhotograph\Controllers\
?????文件????????1408??2015-03-25?17:39??MvcPhotograph\MvcPhotograph\Controllers\HomeController.cs
?????文件?????????105??2015-03-25?15:59??MvcPhotograph\MvcPhotograph\Global.asax
?????文件?????????818??2015-03-25?15:59??MvcPhotograph\MvcPhotograph\Global.asax.cs
?????目錄???????????0??2016-07-03?12:25??MvcPhotograph\MvcPhotograph\Models\
?????文件?????????480??2015-03-25?16:56??MvcPhotograph\MvcPhotograph\Models\Photo.cs
?????文件???????11757??2016-07-03?12:26??MvcPhotograph\MvcPhotograph\MvcPhotograph.csproj
?????文件????????1087??2016-07-03?12:25??MvcPhotograph\MvcPhotograph\MvcPhotograph.csproj.user
?????目錄???????????0??2016-07-03?12:25??MvcPhotograph\MvcPhotograph\Properties\
?????文件????????1346??2015-03-25?15:59??MvcPhotograph\MvcPhotograph\Properties\AssemblyInfo.cs
?????目錄???????????0??2016-07-03?12:25??MvcPhotograph\MvcPhotograph\sc
?????文件?????????572??2015-03-25?15:59??MvcPhotograph\MvcPhotograph\sc
?????文件??????151712??2015-03-25?15:59??MvcPhotograph\MvcPhotograph\sc
?????文件??????266882??2015-03-25?15:59??MvcPhotograph\MvcPhotograph\sc
?????文件???????93436??2015-03-25?15:59??MvcPhotograph\MvcPhotograph\sc
?????文件??????365645??2015-03-25?15:59??MvcPhotograph\MvcPhotograph\sc
?????文件??????200714??2015-03-25?15:59??MvcPhotograph\MvcPhotograph\sc
?????文件????????5637??2015-03-25?15:59??MvcPhotograph\MvcPhotograph\sc
?????文件????????2773??2015-03-25?15:59??MvcPhotograph\MvcPhotograph\sc
?????文件???????43917??2015-03-25?15:59??MvcPhotograph\MvcPhotograph\sc
?????文件???????39126??2015-03-25?15:59??MvcPhotograph\MvcPhotograph\sc
............此處省略78個文件信息
評論
共有 條評論