need an advice, how can I encode stream coming from my webcamera? any C# examples, libraries or codecs?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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