Control Camera Device From C#

后端 未结 4 901
没有蜡笔的小新
没有蜡笔的小新 2021-01-03 04:13

I am now facing one problem which to get the live image from Camera (eg. Sony, Canon) into winform and also control the camera capture button from a button in the form.

4条回答
  •  执念已碎
    2021-01-03 04:39

    Emgu cv is a project that provides all the bindings for OpenCV. I've used it on both Windows and Linux platforms (Mono) with great success.

    http://emgu.com/ http://emgu.com/wiki/index.php/Camera_Capture_in_7_lines_of_code

提交回复
热议问题