Capturing Image From Web Cam in ASP.Net his article provides - TopicsExpress



          

Capturing Image From Web Cam in ASP.Net his article provides the procedure for capturing an image from a webcam and store it in folder. Here I used JSON, jQuery, SQL and C# to do it. Preparation Download the webcam folder and extract it. Add that entire folder to your web application. Download the Scripts folder and run them in your SQL Server. Change the database name in your webconfig file. Now we are ready to go. Step 1: Starting with SQL. The following is the table and Stored Procedure that I have used. Table and store proc image below :- Step 2: Now we are starting the coding. Create a new project Select Template Visual C# in side select Web. After Selecting Select ASP.NET Web Forms Application. Enter Name for application. Step 3: Creating the WebCamCapture.aspx page. Add a web form to your application and name it WebCamCapture.aspx. Add the following Styles and Controls the page. Controls Image Control Linkbutton. #profile_pic_wrapper { position: relative; border: #ccc solid 1px; width: 120px; height: 120px; border: none; } #profile_pic_wrapper a { position: absolute; display: none; top: 30; right: 0; margin-top: -30px; line-height: 20px; padding: 5px; color: #fff; background-color: #333; width: 110px; text-decoration: underline; text-align: center; z-index: 100; text-decoration: none; font-family: Arial; font-size: 10px; } #profile_pic_wrapper:hover a { position: absolute; margin: 90px 0px 0px 0px; display: block; text-decoration: none; font-family: Arial; font-size: 10px; } #profile_pic_wrapper:hover a:hover { text-decoration: none; font-family: Arial; font-size: 10px; } .profile_pic { width: 120px; height: 120px; } Web capture Change Photo
Posted on: Sat, 01 Nov 2014 17:07:24 +0000

Recently Viewed Topics




© 2015