"capture image from webcam" Again
I want to capture image from webcam using c#, asp.net web application.
Can somebody provide me a sample code to do this?
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, ...
链接地址: http://www.djcxy.com/p/81032.html上一篇: 视频捕捉对话框不断出现与嵌入式PC摄像头delphi应用程序
下一篇: “从网络摄像头捕捉图像”再次