Webcam usage in C#

后端 未结 6 1784
孤城傲影
孤城傲影 2020-12-01 02:36

I am making a program in C# to connect to a webcam and do some image manipulation with it. I have a working application that uses win32 api (avicap32.dll) to connect to the

6条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-01 02:55

    Take a look at this article: http://www.codeproject.com/KB/miscctrl/webcam_c_sharp.aspx

    It is way too simpler than installing and using OpenCVNetWrapper.

提交回复
热议问题