opencv 設置攝像頭分辨率

使用函數cv::VideoCapture::set()函數設置攝像頭的分辨率ide #include "cartoon.h" int main() { VideoCapture capture(0); if (!capture.isOpened()) { //判斷可以打開攝像頭 cout<<"can not open the camera"<<endl; cin.get(); e
相關文章
相關標籤/搜索