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
相关文章
相关标签/搜索