Web Forms :: How To Capture Photo From Webcam
Aug 19, 2013How to capture image from a webcam and show it in the webpage using asp.net.
View 1 RepliesHow to capture image from a webcam and show it in the webpage using asp.net.
View 1 RepliesI am using this tutorial, and my question is how can I save it to database after I capture? in ASP.Net
View 1 Repliesi would like to do a project that enable to capture photo from webcam, and record audio from microphone store to database. but the photo and audio store in folder and the database only store the filename. later i set the path and its play back the audio and show the photo.
View 2 RepliesHow can i photo capturing using webcam in asp.net 2.0 ?
View 5 RepliesI am developing project using asp.net 2.0 and C#.net.I want to capture users picture or video from webcam and save it in a folder in Harddisk. how to develop this feature and if possible provide me reference links.
View 4 RepliesIs it possible to Capture images using webcam and storing them into desktop in web application....
View 1 RepliesI have an application on server, now i want to create button that capture image using WebCam and upload on server....
View 1 Repliesi m developing an app in which i have need to get image from webcam and store it in to database i m using visual studio 2008 and asp.net with c# i m looking for code for this operation.
View 9 RepliesIn my application, I want to detect the webcam in the system automatically and take the image on a button click in asp.net application.
View 6 RepliesI want to develop a simple webcam image capture application in asp.net (vb.net). The camera output is 320x240. But I want the image in 240x320 size. When I try to resize the 320x240 image, the image stretches vertically and looks pretty bad. What code should be used to do this and upload the resultant 240x320 image.
View 9 RepliesIs there a way how to capture only the picture from webcam and store that image into the variable. But i dont want to use silerlight nor flash.But if is not possible then i do need the step how to use in flash. I dont need good quality.
View 2 RepliesMy Image is showing in Image Control from somewhere, now my question is that How to save that shown image from Image Control without Using FileUpload Control to Database in ASP.Net?
Actually i have got a task to implement web cam to grid from there user will click button, another window will pop up then he will capture that image, then that image will be shown in GridView, then when a user click Submit button all the images captured by the user got saved to database in the form of Image
I have referred the following article : [URL] .....
in asp.net i want the user to chose a photo to upload from their HD . then i want the uploaded photo displayed and an hyperlink option to save or reject this photo. if accepted the filename will be stored in a DB.
the problem is displaying the photo before it has been saved.
I display strFileName which works on my PC but not on my laptop.
[code]
I have been working on a web application using C# and I want to capture images from my webcam on the registration page. The concept is as the page loads, the system checks for a webcam connected and if the webcam is found conencted, Image streaming should be done and the frames would be displayed on the page. As soon as I click the "Grab Image" button, the Image should be captured and stored to a database.
View 12 RepliesIs there any way asp.net can access/stream web cam content without using flash or silverlight to access the web-cam?
View 1 RepliesI'm trying to play with live web cam using asp.net with C#. I want to access/stream web cam content using flash then send the captured streams using Real-time Transport Protocol.How is possiable to do that? do you know any simple asp.net application related to this?
View 1 RepliesI am doing a project where i need to capture user picture from clients webcam at time of user registration.
I have a program in C# windows application , which works perfectly but how to do the same thing in ASP .NET application.
inserting webcam into webpage?Can only find beta silverlight versions. Is SilverLight my best choice?
View 2 RepliesHow do I stream my webcam through a webpage in c# using asp.net
View 3 RepliesI want to use a certain photograph as background to a web page. I cannot get it to "fit" - I always see only the top left hand quarter of the photo.
I have the following script in the style sheet
body
{
background-color:#ffffff;
background-image:url('Images/SPB_Kunstkamera.JPG');
background-repeat:no-repeat;
width:50%;
height:50%;
}
The photo appears OK but it's too big. Also not all browsers behave the same which is confusing me. Is this idea of a photo background a bit dicey ?
I have a webpage where user click on imagebutton control and each time different photos being displayed from source. I simply chage imageURL of the control on buttonClick.
While different photos being displayed, adress bar of the browser always show same adress like
w...mysite.org/mywebpage.aspx
How is possible to change adress bar in such a way that once user send the adress URL to anyone else, that user will be able to see a specific photo.
I have a Windows program that will capture a video from a webcam as .wmv. What approach should I use to do this from an .aspx web page? I want to develop something that is a bit like youtube [URL]
I have a class that controls the webcam, storing the data in .wmv format, but this is written for windows and wants windows libraries and controls. Can I simply adapt this for a web page, using an Image instead of a Picturebox control, or do I need to use Flash or Windows Presentation Foundation (WPF)? If WPF is the answer, is it worth upgrading from VS2008 to VS2010?
I'm trying to play with live web cam using asp.net with C#.I want to access/stream web cam content using flash then send the captured streams using Real-time Transport Protocol.How is possiable to do that?do you know any simple asp.net application related to this?
View 1 RepliesIs there any way asp.net can access/stream web cam content without using flash or silverlight to access the web-cam?
View 1 Repliesi want to uplod no.of photos in my project, e.g. hotel i want to upload photos of hotel and when i search for that hotel i can saw that photos into the details ofthat hotel.(i want to store that photos into my project's "Images" folder)
how can i do this using javascript, without javascript,using fileupload or without fileupload control...