no such file or directory
问题 i'm trying to get the image from my webcam using qt, opencv here's my codes: .pro file: #------------------------------------------------- # # Project created by QtCreator 2013-12-20T07:42:20 # #------------------------------------------------- QT += core gui TARGET = QtCvCapture TEMPLATE = app SOURCES += main.cpp\ mainwindow.cpp \ imagecapture.cpp \ moc_imagecapture.cpp \ moc_mainwindow.cpp HEADERS += mainwindow.h \ imagecapture.h \ ui_mainwindow.h FORMS += mainwindow.ui #include opencv for