Click here to Skip to main content
15,886,258 members
Please Sign up or sign in to vote.
2.65/5 (3 votes)
See more:
Hi every one
I want to capturing and recording video from webcam in asp.net(c#) without the help of silver light ...
Can you provide me any link or sample code ?
Posted

1 solution

Below is a link to a free jQuery webcam plugin. I have not tried it out myself, but it looks promising.

http://www.xarg.org/project/jquery-webcam-plugin/[^]

[EDIT]
I know you are asking for C# code, but you have to divide the development into a number of tasks. Ata minimum something along the lines of:
- Capture the video on the client side
- Transfer the video from the client to the server
- Store the video on the server.

If the jQuery plugin gets the first two steps done for you, it will be a lot quicker for you to complete development of the feature.

Here is a link to a forum thread. Go to the second page to learn how the poster solved it in their application.
http://forums.asp.net/t/1911753.aspx/1[^]
[/EDIT]

Soren Madsen
 
Share this answer
 
v5
Comments
Thanks7872 1-Sep-13 2:13am    
Looks good....!
SoMad 1-Sep-13 2:17am    
Thanks Rohan. I realize the OP is asking for C# code, but first it has to be captured and sent to the server.

Soren Madsen
Thanks7872 1-Sep-13 2:21am    
Hmmm. Also,OP stated that without the help of silver light . I don't know why? :-)
Sergey Alexandrovich Kryukov 1-Sep-13 2:45am    
Hm. Certainly, should be captured. "In C#" would mean capturing video on server side. As if someone crazy installed a Web camera for a server host, to show all those numerous aisles of racks with servers... :-)
Voted 5.
—SA
SoMad 1-Sep-13 2:52am    
Thanks Sergey.

It is possible the OP wants to develop the client side browser plugin from scratch (not using Silverlight), but there are a lot of things that can fail in that endeavor.

Soren Madsen

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