Webcam usage in C#

后端 未结 6 1827
孤城傲影
孤城傲影 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条回答
  •  慢半拍i
    慢半拍i (楼主)
    2020-12-01 02:39

    This was also asked in How to get web cam images in C#? and you might find the following useful (Sorry for spamming, but this really helps answering the question):

    I've just released the complete sourcecode of my Windows app CamTimer (written in .NET/C#). Download/view the complete code (with working Webcam examples) at https://github.com/johanssonrobotics/CamTimer

    Happy coding!

提交回复
热议问题