OpenCV——攝像頭學習,帶截圖功能

一、僅調用攝像頭 #include <stdio.h> #include <opencv2/opencv.hpp> #include <iostream> using namespace std; using namespace cv; int main(int argc, char** argv) { Mat frame; VideoCapture capture(0);
相關文章
相關標籤/搜索