Webcam usage in C#

后端 未结 6 1828
孤城傲影
孤城傲影 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:58

    OpenCV capture, EMGU capture and all other capture libraries I have tried
    all have the same problem: You cannot go higher than 640x480 programatically
    (without opening the windows video source window).

    I suggest using this (which does work):
    https://github.com/ofTheo/videoInput

提交回复
热议问题