Quantcast
Channel: OpenCV Q&A Forum - Latest question feed
Viewing all articles
Browse latest Browse all 600

WebCam using error with opencv and c++

$
0
0
There is a c++ code for capturing from webcam. This is a code. #include #include #include using namespace std; using namespace cv; int main(int argc, const char *argv[]) { VideoCapture vid(0); if(!vid.isOpened()){ cout<<"Camera could not load..."<

Viewing all articles
Browse latest Browse all 600

Trending Articles