开发者

C# .net - Web Camera Image Capture [closed]

开发者 https://www.devze.com 2023-02-13 01:14 出处:网络
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit de开发者_
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit de开发者_JAVA百科bate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance. Closed 10 years ago.

I was wondering whether anyone knew of a good tutorial for Capturing an Image/Video stream from a web camera using C#?

Any suggestion would be a appreciated.

Thanks.


Here's a tutorial for EMGU Camera capture in 7 lines of code.

Setup of the EMGU library is fairly easy to do, and the capturing of the camera is truly that easy.


EmguCV is a good wrapper around the OpenCV API. There's a number of tutorials in the link.


i use AForge.NET.. Look at this sample


Try Microsoft Expression Encoder

Sample project for recording from a live source: http://msdn.microsoft.com/en-us/library/ff724701(v=Expression.40).aspx

0

精彩评论

暂无评论...
验证码 换一张
取 消