Capture Webcam Images In Application
Jun 16, 2010In 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 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 any way asp.net can access/stream web cam content without using flash or silverlight to access the web-cam?
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 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 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 RepliesHow to capture image from a webcam and show it in the webpage using asp.net.
View 1 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 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 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 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'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'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 Replieshow to upload images to server(application/images folder) and retrive(display) from and on client PC for asp.net. its just for uplaoding logo directly to server folder and retriving from server to client. i am not getting server path on client pc for image.
View 5 Repliesi was wondering if i could capture transaction time automatically. e.g. if form has a grid submit button and user clicks submit button to submit changes on a grid to database, is there a way to capture start time when user clicked the button and reply user got back from page?
View 3 RepliesI want to sniff a local HTTP request to an ASP.NET web application.
Is telnet an option?
How do you capture packets to a web application?
I need to capture an ASP.NET Session Tiemout in a GeneXus X application generated in C#. When a user stay away from keyboard more than N minutes, I would like to request User/password once again without loosing data's changes in webform
View 1 RepliesHow can i capture Application pool recycle event in asp.net c# code so that when recycle event occurs i can make a post back or refresh the page in the code ?. Our Application sessionstate mode is StateServer which helps me in not loosing the session data but still i need to refresh the page at server side only on this particluar event.The reason is at the client side javascript webform_DoCallBack doesnot fire when there is application pool recycle and thus website stops getting updates.we have a timer set to 15 minutes when webform_DoCallBack fires and fecthes updates for the page and displays it.
View 8 Repliesi have an assignment , i have to capture a url which contain some hyperlink btn, i have to show the hyperlink btn text and their description
View 5 RepliesThis question is about images and usgin them in a web application. Never worked on this before. We are designing a web page where in we are planning to show the pic of the salesperson along with his details. How do you do that? where do you save the images? Do you save the images in the server and retrieve them?Never worked on this before so, and i have no clue how to go ahead with this.
View 7 RepliesSo I'm having some trouble displaying images from outside of the project folder...
I seem to be only able to access images within the "~" directory and subdirectories...
Say, if I want to access images from "E:/XYZ/11-01-01 New Year/" or something like that how may I do so?
Note: I set privileges on all folders and sub folders as Readable to "Everyone" so IIS/Visual Studio should be able to but isn't showing the images in the Image Control
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'm fairly new to ASP.NET but I have developed quite a few WinForms apps in C# where I've used the System.Drawing.Bitmap namespace extensively without much issues.
Today, I decided to write some code to dynamically create some PNGs on the fly in my Page_Load event and everything seems to work fine. But I notice this scary looking warning on the microsoft documentaion site. What is up with that ??
I am unaware of any other ways to deal with images in .Net except using System.Drawing.Bitmap ...