Encode Stream From WebCamera
need an advice, how can I encode stream coming from my webcamera开发者_如何学JAVA? any C# examples, libraries or codecs?
If you just want to 'show' it, you can use Silverlight 4's built-in support
http://www.silverlightshow.net/items/Capturing-the-Webcam-in-Silverlight-4.aspx
If you want to save it, I'd imagine you're better off using the Expression Encoder SDK and its Live Encoding support via WebcamVideoProfile, although maybe WPF already has something for this
Link
You will need to have drivers installed, and then use something like DirectShow.NET
精彩评论