视频捕捉无法打开默认摄像头

时间:2014-09-29 01:20:24

标签: c++ opencv ubuntu-12.04 webcam video-capture

我尝试使用以下代码打开默认相机。但它不能。有一个topic相同的问题。但我找不到包含HAVE_VIDEOINPUT HAVE_DSHOW的菜单。 (我试过上限(0)和上限(1))

VideoCapture cap(1); // open the default camera
int iSliderValue1 = 50, iSliderValue2 = 255;
Mat thresholdImage;
Mat frame;


if(!cap.isOpened())  // check if we succeeded
{
    cout << "Webcam cannot open!\n" ;
    return -1;
}

另外,当我运行“lsusb”命令时,输出如下 enter image description here

0 个答案:

没有答案