Click here to Skip to main content
15,895,799 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
As a person enter to specific page of a web application, I want to start video recording (through web cam) and want to save it in my SQL server 2008 database.
Please help here I am working on ASP.net 4 Web application. Some of the Fair Standing of C#.
Which technology i need to use.
Posted

1 solution

ASP.NET code runs entirely on the server, not the client, to generate HTML. You have absolutely no access to the client devices, such as webcams.

You have no choice but to install software on the client machine to get at the webcam and record the video. Then you'll have to send the video file or whatever to your server.

None of this is done in ASP.NET.
 
Share this answer
 
Comments
Muhamad Faizan Khan 21-Jun-13 3:26am    
Well i want to make online test web app thats why i asked this question. As student login to test i want to make his/her video automatically.
Dave Kreskowiak 21-Jun-13 8:23am    
I'm not seeing why you need a video of someone taking a test. You're reason for wanting it doesn't change the fact that you still can't do it from ASP.NET.
Muhamad Faizan Khan 21-Jun-13 11:04am    
yeah i know that it doesn't change the fact i told you because i thought you will provide me any alternate way to monitor the student who is giving test.
Dave Kreskowiak 21-Jun-13 11:45am    
I already told you that. The only other method is to put a video camera over their shou lder on a completely seperate system.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900