views:

1021

answers:

1

Hi i want to capture image from webcam using c#, asp.net web application.

Can somebody provide me a sample code to do this?

Thanks in advance

A: 

I think that only Flash has webcam support (it has something like: var c=Camera.get();movieControl.attachVideo(c); - but don't know about transferring video stream to server). You need some client scripting, which has nothing to do with server side of story, it could be asp.net, php, ruby, ...

Hrvoje