Posts

Showing posts with the label capture image in asp.net using web camera

How to Capture Image using web camera in Asp.net and C#.NET / VB.NET

Image
Hello Guys, In this blog post we are going to learn how to capture an image using web camera in .NET Web Application using Asp.net and C#.NET / VB.NET  In order to capture image using Web Camera (webcam) we are going to use Webcam.js Javascript library.  Install the webcam.js file from below location and copy to your javascript folder inside your application.  Download jQuery Webcam Plugin   Copy below code in your ASPX view page <div class="container">                 <div class="row">                     <div class="col-md-6 col-xl">                         <label>Capture Image</label>                     </div>                     <div class="col-md-6 col-xl">     ...