我尝试使用以下代码打开默认相机。但它不能。有一个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”命令时,输出如下