在emgu库中捕获不显示任何内容

时间:2014-05-07 05:54:04

标签: c# winforms

我的代码没有显示任何内容。它获取相机的名称并检测它,但没有显示任何内容。部分代码:

     private void ProcessFrame(object sender, EventArgs arg)
    {
        //***If you want to access the image data the use the following method call***/
        Image<Bgr, Byte> frame = new Image<Bgr,byte>(_capture.RetrieveBgrFrame().ToBitmap());
        DisplayImage(frame.ToBitmap());}

我用过这个应用程序:

http://www.emgu.com/wiki/index.php?title=Camera_Capture

enter image description here

0 个答案:

没有答案