OpenCV中文网站

 找回密码
 立即注册
搜索
热搜: 安装 配置
查看: 2530|回复: 0

emgu拍照得不到图像的问题

[复制链接]
发表于 2014-4-3 16:22:18 | 显示全部楼层 |阅读模式
本帖最后由 jqw2009 于 2014-4-3 17:15 编辑

我用emgu自带的实例程式运行得不到图像,求解

我用的是大恒的USB相机

程序如下:
private Capture _capture = null;
_capture = new Capture();
_capture.ImageGrabbed += ProcessFrame;
private void ProcessFrame(object sender, EventArgs arg)
      {
          //_capture.Grab();
         Image<Bgr, Byte> frame = _capture.RetrieveBgrFrame();
     }
frame就是没图像,帮忙看看阿

回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

手机版|OpenCV中文网站

GMT+8, 2024-5-19 08:14 , Processed in 0.009097 second(s), 16 queries .

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

快速回复 返回顶部 返回列表