How to capture the video from webcam in asp.net,C#

I need to capture video from webcam in asp.net and save the file in sql 2005 database,

How to capture the video from webcam from browser and save to database, pls send any sample project or article or link regarding this in asp.net,C#.


You want to use DirectShow. Check out DirectShow.NET at SourceForge.

If you're working on Vista, you should check out the future platform: Microsoft Media Foundation, which also has a .NET library at SourceForge.

Good luck!


为了让这类事情能够跨浏览器使用,你可能需要看一看Flash对象(它具有挂钩到用户摄像头的工具)和一个Flash通信服务器的组合,以从捕获和转换中捕获流它变成一个.flv,你可以保存在某个地方。

链接地址: http://www.djcxy.com/p/80986.html

上一篇: C#Microsoft LifeCam HD mjpeg捕获

下一篇: 如何在asp.net中捕捉摄像头中的视频,C#